body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Dancing Script', handwriting;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f5d038 !important;
}
.bg-success {
  background-color: #ffe161 !important;
}
.bg-info {
  background-color: #ffe885 !important;
}
.bg-warning {
  background-color: #fff0b0 !important;
}
.bg-danger {
  background-color: #f5d038 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f5d038 !important;
  border-color: #f5d038 !important;
  color: #2c2402 !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: #cca60a !important;
  border-color: #cca60a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #2c2402 !important;
  background-color: #cca60a !important;
  border-color: #cca60a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bc9c22 !important;
  border-color: #bc9c22 !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: #735f15 !important;
  border-color: #735f15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #735f15 !important;
  border-color: #735f15 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
  color: #856c00 !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: #2e2600 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #856c00 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
  color: #b08f00 !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: #594800 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #b08f00 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f5d038 !important;
  border-color: #f5d038 !important;
  color: #2c2402 !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: #cca60a !important;
  border-color: #cca60a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2c2402 !important;
  background-color: #cca60a !important;
  border-color: #cca60a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5d038;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cca60a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #2c2402 !important;
  background-color: #f5d038 !important;
  border-color: #f5d038 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bc9c22;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #735f15 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bc9c22 !important;
  border-color: #bc9c22 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe885;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffd82e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #856c00 !important;
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff0b0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffe059 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5d038;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cca60a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2c2402 !important;
  background-color: #f5d038 !important;
  border-color: #f5d038 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f5d038 !important;
}
.text-secondary {
  color: #bc9c22 !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #ffe885 !important;
}
.text-warning {
  color: #fff0b0 !important;
}
.text-danger {
  color: #f5d038 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bd9a0a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #665412 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffd51f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffdd4a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bd9a0a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f5d038;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffe885;
}
.alert-warning {
  background-color: #fff0b0;
}
.alert-danger {
  background-color: #f5d038;
}
.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: #f5d038;
  border-color: #f5d038;
  color: #443703;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f5d038;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffefa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefa;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #f5d038 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f5d038;
}
/* 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: #f5d038;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f5d038;
}
.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: #f5d038;
  border-bottom-color: #f5d038;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f5d038 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #bc9c22 !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='%23f5d038' %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-u6xwMK57lb {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u6xwMK57lb .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6xwMK57lb .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-u6xwMK57lb .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u6xwMK57lb .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u6xwMK57lb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6xwMK57lb .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u6xwMK57lb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6xwMK57lb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u6xwMK57lb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u6xwMK57lb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u6xwMK57lb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u6xwMK57lb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u6xwMK57lb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6xwMK57lb .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u6xwMK57lb .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u6xwMK57lb .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u6xwMK57lb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6xwMK57lb .dropdown-item.active,
.cid-u6xwMK57lb .dropdown-item:active {
  background-color: transparent;
}
.cid-u6xwMK57lb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u6xwMK57lb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6xwMK57lb ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u6xwMK57lb .navbar-buttons {
  text-align: center;
}
.cid-u6xwMK57lb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u6xwMK57lb .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u6xwMK57lb .nav-link:hover,
.cid-u6xwMK57lb .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6xwMK57lb .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u6xwMK57lb .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u6xwMK57lb .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u6x7AB3k9S {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u6x7AB3k9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6x7AB3k9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6x7AB3k9S .container {
    padding: 0 15px;
  }
}
.cid-u6x7AB3k9S .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u6x7AB3k9S .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u6x7AB3k9S .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-u6x7AB3k9S .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u6x7AB3k9S .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6x7AB3k9S .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6x7AB3k9S .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6x7AB3k9S .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6x7AB3k9S .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-u6x7AB3k9S .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #322903;
  box-shadow: 10px 10px 50px #fff0b0;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-u6x7AB3k9S .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-u6x7AB3k9S .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-u6x7AB3k9S .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-u6x7AB3k9S .mbr-section-title {
  color: #ffffff;
}
.cid-u6x7AB3k9S .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-u6x7AB3k9S .mbr-text {
  color: #d2d2df;
}
.cid-u6x7AB3k9S .mbr-section-title,
.cid-u6x7AB3k9S .mbr-section-btn {
  color: #fff0b0;
}
.cid-uMGStbyZSQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMGStbyZSQ img,
.cid-uMGStbyZSQ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uMGStbyZSQ .item:focus,
.cid-uMGStbyZSQ span:focus {
  outline: none;
}
.cid-uMGStbyZSQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uMGStbyZSQ .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uMGStbyZSQ .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uMGStbyZSQ .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uMGStbyZSQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uMGStbyZSQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uMGStbyZSQ .item-title {
  text-align: center;
  margin-bottom: 1rem;
  color: #bc9c22;
}
.cid-uMGStbyZSQ .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uMGStbyZSQ .mbr-text {
  text-align: left;
}
.cid-uMGStbyZSQ .item-footer {
  margin-top: 14px;
}
.cid-uMGStbyZSQ .mbr-amount {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uMGStbyZSQ .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uMGStbyZSQ .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uMGStbyZSQ .mbr-section-btn {
  margin-top: 30px;
}
.cid-uMGStbyZSQ .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uMGStbyZSQ .mbr-text,
.cid-uMGStbyZSQ .mbr-section-btn {
  color: #bbbbbb;
  text-align: center;
}
.cid-uMGStbyZSQ .mbr-price,
.cid-uMGStbyZSQ .mbr-section-btn {
  text-align: center;
  color: #bc9c22;
}
.cid-uMGStbyZSQ .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-u6wxsd7OwK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6wxsd7OwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6wxsd7OwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6wxsd7OwK .mbr-section-subtitle {
  color: #ffe885;
}
.cid-u6wCDj9spC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u6wCDj9spC .item-img {
  position: relative;
}
.cid-u6wCDj9spC .item-img img {
  transition: all 0.2s;
}
.cid-u6wCDj9spC h5 {
  line-height: 1.2;
}
.cid-u6wCDj9spC .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u6wCDj9spC .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-u6wCDj9spC .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u6wCDj9spC .item:hover img {
  transform: scale(1.05);
}
.cid-u6wCDj9spC .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #f5d038;
}
@media (max-width: 992px) {
  .cid-u6wCDj9spC .subtitle-wrap,
  .cid-u6wCDj9spC .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-u6wCDj9spC .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-u6wCDj9spC .item-wrapper {
  position: relative;
  background: #000000;
  border: 3px solid #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6wCDj9spC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u6wCDj9spC .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u6wCDj9spC .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #000000;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u6wCDj9spC .link-icon-wrapper .icon-wrap {
  background: #232323;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u6wCDj9spC .link-icon-wrapper .icon-wrap span {
  color: #fff0b0;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u6wCDj9spC .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u6wCDj9spC .link-icon-wrapper .svg1 path {
  fill: #000000;
}
.cid-u6wCDj9spC .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u6wCDj9spC .link-icon-wrapper .svg2 path {
  fill: #000000;
}
.cid-u6wCDj9spC .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u6wCDj9spC .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-u6wCDj9spC img,
.cid-u6wCDj9spC .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u6wCDj9spC .item:focus,
.cid-u6wCDj9spC span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u6wCDj9spC .item {
    margin-bottom: 1rem;
  }
}
.cid-u6wCDj9spC .mbr-section-title {
  color: #ffe885;
  text-align: left;
}
.cid-u6wCDj9spC .item-title {
  text-align: left;
  color: #000000;
}
.cid-u6wCDj9spC .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-u6wCDj9spC .mbr-text,
.cid-u6wCDj9spC .item .mbr-section-btn {
  color: #bbbbbb;
  text-align: center;
}
.cid-u6wCDj9spC .mbr-section-subtitle,
.cid-u6wCDj9spC .subtitle-wrap,
.cid-u6wCDj9spC .mbr-section-btn {
  text-align: left;
}
.cid-u6xaCu59Zk {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6xaCu59Zk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6xaCu59Zk .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-u6xaCu59Zk textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-u6xaCu59Zk .form-row {
    flex-direction: column;
  }
}
.cid-u6xaCu59Zk h4 {
  margin-bottom: 2rem;
}
.cid-u6xaCu59Zk .form-control,
.cid-u6xaCu59Zk .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-u6xaCu59Zk .form-control,
.cid-u6xaCu59Zk .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6xaCu59Zk .form-control::-webkit-input-placeholder,
.cid-u6xaCu59Zk .field-input::-webkit-input-placeholder,
.cid-u6xaCu59Zk .form-control::-webkit-input-placeholder,
.cid-u6xaCu59Zk .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6xaCu59Zk .form-control:-moz-placeholder,
.cid-u6xaCu59Zk .field-input:-moz-placeholder,
.cid-u6xaCu59Zk .form-control:-moz-placeholder,
.cid-u6xaCu59Zk .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6xaCu59Zk .form-control:hover,
.cid-u6xaCu59Zk .field-input:hover,
.cid-u6xaCu59Zk .form-control:focus,
.cid-u6xaCu59Zk .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-u6xaCu59Zk .form-control:hover::-webkit-input-placeholder,
.cid-u6xaCu59Zk .field-input:hover::-webkit-input-placeholder,
.cid-u6xaCu59Zk .form-control:focus::-webkit-input-placeholder,
.cid-u6xaCu59Zk .field-input:focus::-webkit-input-placeholder,
.cid-u6xaCu59Zk .form-control:hover::-webkit-input-placeholder,
.cid-u6xaCu59Zk .field-input:hover::-webkit-input-placeholder,
.cid-u6xaCu59Zk .form-control:focus::-webkit-input-placeholder,
.cid-u6xaCu59Zk .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6xaCu59Zk .form-control:hover:-moz-placeholder,
.cid-u6xaCu59Zk .field-input:hover:-moz-placeholder,
.cid-u6xaCu59Zk .form-control:focus:-moz-placeholder,
.cid-u6xaCu59Zk .field-input:focus:-moz-placeholder,
.cid-u6xaCu59Zk .form-control:hover:-moz-placeholder,
.cid-u6xaCu59Zk .field-input:hover:-moz-placeholder,
.cid-u6xaCu59Zk .form-control:focus:-moz-placeholder,
.cid-u6xaCu59Zk .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6xaCu59Zk .jq-number__spin:hover,
.cid-u6xaCu59Zk .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u6xaCu59Zk .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6xaCu59Zk .jq-selectbox li,
.cid-u6xaCu59Zk .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u6xaCu59Zk .jq-selectbox li:hover,
.cid-u6xaCu59Zk .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-u6xaCu59Zk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u6xaCu59Zk .jq-number__spin.minus:hover:after,
.cid-u6xaCu59Zk .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u6xaCu59Zk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u6xaCu59Zk .jq-number__spin.minus:after,
.cid-u6xaCu59Zk .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-u6xaCu59Zk input::-webkit-clear-button {
  display: none;
}
.cid-u6xaCu59Zk input::-webkit-inner-spin-button {
  display: none;
}
.cid-u6xaCu59Zk input::-webkit-outer-spin-button {
  display: none;
}
.cid-u6xaCu59Zk input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u6xaCu59Zk H4 {
  color: #fff0b0;
}
.cid-u7bhoVqCIO {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-u7bhoVqCIO .col-lg-6 {
  padding: 0 2rem;
}
.cid-u7bhoVqCIO .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-u7bhoVqCIO .icon-wrapper {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-u7bhoVqCIO .card-wrapper {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-u7bhoVqCIO .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7bhoVqCIO .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-u7bhoVqCIO .mbr-iconfont {
  font-size: 1.5rem;
  color: #ffe161;
  padding: 1rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  display: block;
  margin-bottom: 1rem;
}
.cid-u7bhoVqCIO .mbr-iconfont:hover {
  background: #353535;
}
.cid-u7bhoVqCIO .card-box {
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-u7bhoVqCIO .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u7bhoVqCIO .mt-5 {
    margin-top: 0.5rem!important;
  }
}
@media (max-width: 767px) {
  .cid-u7bhoVqCIO .icon-wrapper {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
  }
}
.cid-u7bhoVqCIO .card-text {
  color: #6c758f;
}
.cid-u7bhoVqCIO .card-title {
  color: #bc9c22;
}
.cid-u7bhoVqCIO .card-phone {
  color: #fff0b0;
}
.cid-u7bhoVqCIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7bhoVqCIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6xwMK57lb {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u6xwMK57lb .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6xwMK57lb .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-u6xwMK57lb .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u6xwMK57lb .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u6xwMK57lb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6xwMK57lb .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u6xwMK57lb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6xwMK57lb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u6xwMK57lb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u6xwMK57lb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u6xwMK57lb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u6xwMK57lb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u6xwMK57lb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6xwMK57lb .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u6xwMK57lb .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u6xwMK57lb .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u6xwMK57lb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6xwMK57lb .dropdown-item.active,
.cid-u6xwMK57lb .dropdown-item:active {
  background-color: transparent;
}
.cid-u6xwMK57lb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u6xwMK57lb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6xwMK57lb ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u6xwMK57lb .navbar-buttons {
  text-align: center;
}
.cid-u6xwMK57lb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u6xwMK57lb .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u6xwMK57lb .nav-link:hover,
.cid-u6xwMK57lb .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6xwMK57lb .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u6xwMK57lb .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u6xwMK57lb .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u6xYKkQPfs {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u6xYKkQPfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6xYKkQPfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6xYKkQPfs .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-u6xYKkQPfs .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-u6xROi6fdC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6xROi6fdC .wrap {
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-u6xROi6fdC .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-u6xROi6fdC .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-u6xROi6fdC .item-img {
    width: 50%;
  }
}
.cid-u6xROi6fdC .item-img img {
  object-fit: cover;
}
.cid-u6xROi6fdC .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-u6xROi6fdC .wrap {
    padding: 40px 30px 50px;
  }
  .cid-u6xROi6fdC .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-u6xROi6fdC .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-u6xROi6fdC .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-u6xROi6fdC .mbr-text {
  color: #C0BCB7;
  font-style: italic;
}
.cid-u6xROi6fdC .mbr-section-subtitle {
  color: #C0BCB7;
}
.cid-u6xROi6fdC .mbr-section-title {
  color: #bc9c22;
}
.cid-u6xTesCjqz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6xTesCjqz .wrap {
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-u6xTesCjqz .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-u6xTesCjqz .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-u6xTesCjqz .item-img {
    width: 50%;
  }
}
.cid-u6xTesCjqz .item-img img {
  object-fit: cover;
}
.cid-u6xTesCjqz .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-u6xTesCjqz .wrap {
    padding: 40px 30px 50px;
  }
  .cid-u6xTesCjqz .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-u6xTesCjqz .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-u6xTesCjqz .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-u6xTesCjqz .mbr-text {
  color: #c0bcb7;
  font-style: italic;
}
.cid-u6xTesCjqz .mbr-section-subtitle {
  color: #C0BCB7;
}
.cid-u6xTesCjqz .mbr-section-title {
  color: #bc9c22;
}
.cid-uP7O5KbhUu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uP7O5KbhUu .wrap {
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uP7O5KbhUu .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-uP7O5KbhUu .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-uP7O5KbhUu .item-img {
    width: 50%;
  }
}
.cid-uP7O5KbhUu .item-img img {
  object-fit: cover;
}
.cid-uP7O5KbhUu .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-uP7O5KbhUu .wrap {
    padding: 40px 30px 50px;
  }
  .cid-uP7O5KbhUu .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-uP7O5KbhUu .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-uP7O5KbhUu .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-uP7O5KbhUu .mbr-text {
  color: #c0bcb7;
  font-style: italic;
}
.cid-uP7O5KbhUu .mbr-section-subtitle {
  color: #C0BCB7;
}
.cid-uP7O5KbhUu .mbr-section-title {
  color: #bc9c22;
}
.cid-u6xUW8j24K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u6xUW8j24K .wrap {
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-u6xUW8j24K .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-u6xUW8j24K .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-u6xUW8j24K .item-img {
    width: 50%;
  }
}
.cid-u6xUW8j24K .item-img img {
  object-fit: cover;
}
.cid-u6xUW8j24K .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-u6xUW8j24K .wrap {
    padding: 40px 30px 50px;
  }
  .cid-u6xUW8j24K .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-u6xUW8j24K .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-u6xUW8j24K .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-u6xUW8j24K .mbr-text {
  color: #C0BCB7;
  font-style: italic;
}
.cid-u6xUW8j24K .mbr-section-subtitle {
  color: #C0BCB7;
}
.cid-u6xUW8j24K .mbr-section-title {
  color: #bc9c22;
}
.cid-uP7RjPC0Rv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uP7RjPC0Rv .wrap {
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uP7RjPC0Rv .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-uP7RjPC0Rv .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-uP7RjPC0Rv .item-img {
    width: 50%;
  }
}
.cid-uP7RjPC0Rv .item-img img {
  object-fit: cover;
}
.cid-uP7RjPC0Rv .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-uP7RjPC0Rv .wrap {
    padding: 40px 30px 50px;
  }
  .cid-uP7RjPC0Rv .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-uP7RjPC0Rv .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-uP7RjPC0Rv .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-uP7RjPC0Rv .mbr-text {
  color: #c0bcb7;
  font-style: italic;
}
.cid-uP7RjPC0Rv .mbr-section-subtitle {
  color: #C0BCB7;
}
.cid-uP7RjPC0Rv .mbr-section-title {
  color: #bc9c22;
}
.cid-uSUbEZPNJy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uSUbEZPNJy .wrap {
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uSUbEZPNJy .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-uSUbEZPNJy .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-uSUbEZPNJy .item-img {
    width: 50%;
  }
}
.cid-uSUbEZPNJy .item-img img {
  object-fit: cover;
}
.cid-uSUbEZPNJy .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-uSUbEZPNJy .wrap {
    padding: 40px 30px 50px;
  }
  .cid-uSUbEZPNJy .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-uSUbEZPNJy .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-uSUbEZPNJy .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-uSUbEZPNJy .mbr-text {
  color: #c0bcb7;
  font-style: italic;
}
.cid-uSUbEZPNJy .mbr-section-subtitle {
  color: #C0BCB7;
}
.cid-uSUbEZPNJy .mbr-section-title {
  color: #bc9c22;
}
.cid-u6xU5uBQJp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6xU5uBQJp .wrap {
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-u6xU5uBQJp .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-u6xU5uBQJp .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-u6xU5uBQJp .item-img {
    width: 50%;
  }
}
.cid-u6xU5uBQJp .item-img img {
  object-fit: cover;
}
.cid-u6xU5uBQJp .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-u6xU5uBQJp .wrap {
    padding: 40px 30px 50px;
  }
  .cid-u6xU5uBQJp .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-u6xU5uBQJp .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-u6xU5uBQJp .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-u6xU5uBQJp .mbr-text {
  color: #C0BCB7;
  font-style: italic;
}
.cid-u6xU5uBQJp .mbr-section-subtitle {
  color: #C0BCB7;
}
.cid-u6xU5uBQJp .mbr-section-title {
  color: #bc9c22;
}
.cid-u6xUVbpVfv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6xUVbpVfv .wrap {
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-u6xUVbpVfv .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-u6xUVbpVfv .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-u6xUVbpVfv .item-img {
    width: 50%;
  }
}
.cid-u6xUVbpVfv .item-img img {
  object-fit: cover;
}
.cid-u6xUVbpVfv .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-u6xUVbpVfv .wrap {
    padding: 40px 30px 50px;
  }
  .cid-u6xUVbpVfv .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-u6xUVbpVfv .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-u6xUVbpVfv .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-u6xUVbpVfv .mbr-text {
  color: #C0BCB7;
  font-style: italic;
}
.cid-u6xUVbpVfv .mbr-section-subtitle {
  color: #C0BCB7;
}
.cid-u6xUVbpVfv .mbr-section-title {
  color: #bc9c22;
}
.cid-u6xWEpOS5h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u6xWEpOS5h .wrap {
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-u6xWEpOS5h .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-u6xWEpOS5h .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-u6xWEpOS5h .item-img {
    width: 50%;
  }
}
.cid-u6xWEpOS5h .item-img img {
  object-fit: cover;
}
.cid-u6xWEpOS5h .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-u6xWEpOS5h .wrap {
    padding: 40px 30px 50px;
  }
  .cid-u6xWEpOS5h .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-u6xWEpOS5h .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-u6xWEpOS5h .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-u6xWEpOS5h .mbr-text {
  color: #C0BCB7;
  font-style: italic;
}
.cid-u6xWEpOS5h .mbr-section-subtitle {
  color: #C0BCB7;
}
.cid-u6xWEpOS5h .mbr-section-title {
  color: #bc9c22;
}
.cid-uWeeXRNqmP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWeeXRNqmP .wrap {
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-uWeeXRNqmP .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-uWeeXRNqmP .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-uWeeXRNqmP .item-img {
    width: 50%;
  }
}
.cid-uWeeXRNqmP .item-img img {
  object-fit: cover;
}
.cid-uWeeXRNqmP .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-uWeeXRNqmP .wrap {
    padding: 40px 30px 50px;
  }
  .cid-uWeeXRNqmP .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-uWeeXRNqmP .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-uWeeXRNqmP .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-uWeeXRNqmP .mbr-text {
  color: #c0bcb7;
  font-style: italic;
}
.cid-uWeeXRNqmP .mbr-section-subtitle {
  color: #C0BCB7;
}
.cid-uWeeXRNqmP .mbr-section-title {
  color: #bc9c22;
}
.cid-u6xWFhkI3w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u6xWFhkI3w .wrap {
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-u6xWFhkI3w .wrap {
    margin-top: 2rem;
    padding: 1rem;
  }
}
.cid-u6xWFhkI3w .item-img {
  height: auto;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 768px) {
  .cid-u6xWFhkI3w .item-img {
    width: 50%;
  }
}
.cid-u6xWFhkI3w .item-img img {
  object-fit: cover;
}
.cid-u6xWFhkI3w .item-img:before {
  content: "";
  position: absolute;
  border: 1px solid #41392e;
  width: 100%;
  height: 100%;
  left: 7%;
  bottom: 7%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (min-width: 769px) {
  .cid-u6xWFhkI3w .wrap {
    padding: 40px 30px 50px;
  }
  .cid-u6xWFhkI3w .right {
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .cid-u6xWFhkI3w .wrap {
    padding: 20px 80px 30px 30px;
  }
}
@media (min-width: 1300px) {
  .cid-u6xWFhkI3w .wrap {
    padding: 40px 90px 40px 40px;
  }
}
.cid-u6xWFhkI3w .mbr-text {
  color: #C0BCB7;
  font-style: italic;
}
.cid-u6xWFhkI3w .mbr-section-subtitle {
  color: #C0BCB7;
}
.cid-u6xWFhkI3w .mbr-section-title {
  color: #bc9c22;
}
.cid-udHTdXnSPD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-udHTdXnSPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-udHTdXnSPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udHTdXnSPD .container {
    padding: 0 20px;
  }
}
.cid-udHTdXnSPD .row {
  justify-content: center;
}
.cid-udHTdXnSPD .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-udHTdXnSPD .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-udHTdXnSPD .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-udHTdXnSPD .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-udHTdXnSPD .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 32px;
}
.cid-udHTdXnSPD .card-wrapper .card-wrap .mbr-price {
  margin-bottom: 32px;
}
.cid-udHTdXnSPD .card-wrapper .card-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-udHTdXnSPD .card-wrapper .card-wrap .list .item-wrap {
  padding: 16px 0;
  border-bottom: 1px solid #d7d7d7;
}
.cid-udHTdXnSPD .card-wrapper .card-wrap .list .item-wrap:last-child {
  border-bottom: none;
}
.cid-udHTdXnSPD .card-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-udHTdXnSPD .card-wrapper .mbr-section-btn {
    margin-top: 34px;
  }
}
.cid-udHTdXnSPD .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-udHTdXnSPD .mbr-card-title {
  color: #1d1d1d;
}
.cid-udHTdXnSPD .mbr-card-title,
.cid-udHTdXnSPD .mbr-section-btn {
  text-align: center;
  color: #ffcf66;
}
.cid-udHTdXnSPD .mbr-price {
  color: #fff0b0;
  text-align: center;
}
.cid-udHTdXnSPD .list,
.cid-udHTdXnSPD .list-wrap {
  color: #bbbbbb;
  text-align: center;
}
.cid-u9PB9SsVHk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u9PB9SsVHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9PB9SsVHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9PB9SsVHk .container {
    padding: 0 20px;
  }
}
.cid-u9PB9SsVHk .row {
  justify-content: center;
}
.cid-u9PB9SsVHk .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-u9PB9SsVHk .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-u9PB9SsVHk .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-u9PB9SsVHk .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-u9PB9SsVHk .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 32px;
}
.cid-u9PB9SsVHk .card-wrapper .card-wrap .mbr-price {
  margin-bottom: 32px;
}
.cid-u9PB9SsVHk .card-wrapper .card-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u9PB9SsVHk .card-wrapper .card-wrap .list .item-wrap {
  padding: 16px 0;
  border-bottom: 1px solid #d7d7d7;
}
.cid-u9PB9SsVHk .card-wrapper .card-wrap .list .item-wrap:last-child {
  border-bottom: none;
}
.cid-u9PB9SsVHk .card-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-u9PB9SsVHk .card-wrapper .mbr-section-btn {
    margin-top: 34px;
  }
}
.cid-u9PB9SsVHk .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-u9PB9SsVHk .mbr-card-title {
  color: #1d1d1d;
}
.cid-u9PB9SsVHk .mbr-card-title,
.cid-u9PB9SsVHk .mbr-section-btn {
  text-align: center;
  color: #ffcf66;
}
.cid-u9PB9SsVHk .mbr-price {
  color: #fff0b0;
  text-align: center;
}
.cid-u9PB9SsVHk .list,
.cid-u9PB9SsVHk .list-wrap {
  color: #bbbbbb;
  text-align: center;
}
.cid-u6xZBPJQNd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6xZBPJQNd img,
.cid-u6xZBPJQNd .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u6xZBPJQNd .item:focus,
.cid-u6xZBPJQNd span:focus {
  outline: none;
}
.cid-u6xZBPJQNd .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-u6xZBPJQNd .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u6xZBPJQNd .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-u6xZBPJQNd .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-u6xZBPJQNd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u6xZBPJQNd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u6xZBPJQNd .item-title {
  text-align: center;
  margin-bottom: 1rem;
  color: #bc9c22;
}
.cid-u6xZBPJQNd .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-u6xZBPJQNd .mbr-text {
  text-align: left;
}
.cid-u6xZBPJQNd .item-footer {
  margin-top: 14px;
}
.cid-u6xZBPJQNd .mbr-amount {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-u6xZBPJQNd .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-u6xZBPJQNd .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-u6xZBPJQNd .mbr-section-btn {
  margin-top: 30px;
}
.cid-u6xZBPJQNd .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-u6xZBPJQNd .mbr-text,
.cid-u6xZBPJQNd .mbr-section-btn {
  color: #bbbbbb;
  text-align: center;
}
.cid-u6xZBPJQNd .mbr-price,
.cid-u6xZBPJQNd .mbr-section-btn {
  text-align: center;
  color: #bc9c22;
}
.cid-u6xZBPJQNd .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-uH1MC1hEpQ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uH1MC1hEpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH1MC1hEpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uH1MC1hEpQ .container {
    padding: 0 20px;
  }
}
.cid-uH1MC1hEpQ .row {
  justify-content: center;
}
.cid-uH1MC1hEpQ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uH1MC1hEpQ .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uH1MC1hEpQ .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uH1MC1hEpQ .card-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uH1MC1hEpQ .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 32px;
}
.cid-uH1MC1hEpQ .card-wrapper .card-wrap .mbr-price {
  margin-bottom: 32px;
}
.cid-uH1MC1hEpQ .card-wrapper .card-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uH1MC1hEpQ .card-wrapper .card-wrap .list .item-wrap {
  padding: 16px 0;
  border-bottom: 1px solid #d7d7d7;
}
.cid-uH1MC1hEpQ .card-wrapper .card-wrap .list .item-wrap:last-child {
  border-bottom: none;
}
.cid-uH1MC1hEpQ .card-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-uH1MC1hEpQ .card-wrapper .mbr-section-btn {
    margin-top: 34px;
  }
}
.cid-uH1MC1hEpQ .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uH1MC1hEpQ .mbr-card-title {
  color: #1d1d1d;
}
.cid-uH1MC1hEpQ .mbr-card-title,
.cid-uH1MC1hEpQ .mbr-section-btn {
  text-align: center;
  color: #ffcf66;
}
.cid-uH1MC1hEpQ .mbr-price {
  color: #fff0b0;
  text-align: center;
}
.cid-uH1MC1hEpQ .list,
.cid-uH1MC1hEpQ .list-wrap {
  color: #bbbbbb;
  text-align: center;
}
.cid-ufeA4Oa3kl {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ufeA4Oa3kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufeA4Oa3kl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufeA4Oa3kl .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-ufeA4Oa3kl .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-u6y4fBMYFa {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6y4fBMYFa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6y4fBMYFa .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-u6y4fBMYFa textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-u6y4fBMYFa .form-row {
    flex-direction: column;
  }
}
.cid-u6y4fBMYFa h4 {
  margin-bottom: 2rem;
}
.cid-u6y4fBMYFa .form-control,
.cid-u6y4fBMYFa .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-u6y4fBMYFa .form-control,
.cid-u6y4fBMYFa .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6y4fBMYFa .form-control::-webkit-input-placeholder,
.cid-u6y4fBMYFa .field-input::-webkit-input-placeholder,
.cid-u6y4fBMYFa .form-control::-webkit-input-placeholder,
.cid-u6y4fBMYFa .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6y4fBMYFa .form-control:-moz-placeholder,
.cid-u6y4fBMYFa .field-input:-moz-placeholder,
.cid-u6y4fBMYFa .form-control:-moz-placeholder,
.cid-u6y4fBMYFa .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6y4fBMYFa .form-control:hover,
.cid-u6y4fBMYFa .field-input:hover,
.cid-u6y4fBMYFa .form-control:focus,
.cid-u6y4fBMYFa .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-u6y4fBMYFa .form-control:hover::-webkit-input-placeholder,
.cid-u6y4fBMYFa .field-input:hover::-webkit-input-placeholder,
.cid-u6y4fBMYFa .form-control:focus::-webkit-input-placeholder,
.cid-u6y4fBMYFa .field-input:focus::-webkit-input-placeholder,
.cid-u6y4fBMYFa .form-control:hover::-webkit-input-placeholder,
.cid-u6y4fBMYFa .field-input:hover::-webkit-input-placeholder,
.cid-u6y4fBMYFa .form-control:focus::-webkit-input-placeholder,
.cid-u6y4fBMYFa .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6y4fBMYFa .form-control:hover:-moz-placeholder,
.cid-u6y4fBMYFa .field-input:hover:-moz-placeholder,
.cid-u6y4fBMYFa .form-control:focus:-moz-placeholder,
.cid-u6y4fBMYFa .field-input:focus:-moz-placeholder,
.cid-u6y4fBMYFa .form-control:hover:-moz-placeholder,
.cid-u6y4fBMYFa .field-input:hover:-moz-placeholder,
.cid-u6y4fBMYFa .form-control:focus:-moz-placeholder,
.cid-u6y4fBMYFa .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6y4fBMYFa .jq-number__spin:hover,
.cid-u6y4fBMYFa .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u6y4fBMYFa .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6y4fBMYFa .jq-selectbox li,
.cid-u6y4fBMYFa .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u6y4fBMYFa .jq-selectbox li:hover,
.cid-u6y4fBMYFa .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-u6y4fBMYFa .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u6y4fBMYFa .jq-number__spin.minus:hover:after,
.cid-u6y4fBMYFa .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u6y4fBMYFa .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u6y4fBMYFa .jq-number__spin.minus:after,
.cid-u6y4fBMYFa .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-u6y4fBMYFa input::-webkit-clear-button {
  display: none;
}
.cid-u6y4fBMYFa input::-webkit-inner-spin-button {
  display: none;
}
.cid-u6y4fBMYFa input::-webkit-outer-spin-button {
  display: none;
}
.cid-u6y4fBMYFa input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u6y4fBMYFa H4 {
  color: #fff0b0;
}
.cid-u6yVd3RDlE {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6yVd3RDlE .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-u6yVd3RDlE .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-u6yVd3RDlE .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-u6yVd3RDlE .social-list {
  width: auto;
}
.cid-u6yVd3RDlE .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-u6yVd3RDlE .social-media {
  padding: 0;
  text-align: center;
}
.cid-u6yVd3RDlE .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u6yVd3RDlE .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-u6yVd3RDlE .mbr-section-title,
.cid-u6yVd3RDlE .social-media {
  color: #111213;
}
.cid-u6xwMK57lb {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u6xwMK57lb .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6xwMK57lb .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-u6xwMK57lb .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u6xwMK57lb .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u6xwMK57lb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6xwMK57lb .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u6xwMK57lb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6xwMK57lb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u6xwMK57lb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u6xwMK57lb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u6xwMK57lb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u6xwMK57lb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u6xwMK57lb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6xwMK57lb .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u6xwMK57lb .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u6xwMK57lb .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u6xwMK57lb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6xwMK57lb .dropdown-item.active,
.cid-u6xwMK57lb .dropdown-item:active {
  background-color: transparent;
}
.cid-u6xwMK57lb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u6xwMK57lb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6xwMK57lb ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u6xwMK57lb .navbar-buttons {
  text-align: center;
}
.cid-u6xwMK57lb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u6xwMK57lb .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u6xwMK57lb .nav-link:hover,
.cid-u6xwMK57lb .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6xwMK57lb .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u6xwMK57lb .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u6xwMK57lb .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u6xgdF1pqQ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u6xgdF1pqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6xgdF1pqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6xgdF1pqQ .container {
    padding: 0 15px;
  }
}
.cid-u6xgdF1pqQ .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u6xgdF1pqQ .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u6xgdF1pqQ .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-u6xgdF1pqQ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u6xgdF1pqQ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6xgdF1pqQ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6xgdF1pqQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6xgdF1pqQ .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6xgdF1pqQ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-u6xgdF1pqQ .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #322903;
  box-shadow: 10px 10px 50px #fff0b0;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-u6xgdF1pqQ .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-u6xgdF1pqQ .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-u6xgdF1pqQ .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-u6xgdF1pqQ .mbr-section-title {
  color: #ffffff;
}
.cid-u6xgdF1pqQ .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-u6xgdF1pqQ .mbr-text {
  color: #bbbbbb;
}
.cid-u6xgdF1pqQ .mbr-section-title,
.cid-u6xgdF1pqQ .mbr-section-btn {
  color: #fff0b0;
}
.cid-u6xmPdgpId {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u6xmPdgpId .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-u6xmPdgpId .mbr-section-title {
  text-align: left;
  color: #fff0b0;
}
.cid-u6xmPdgpId .mbr-section-subtitle {
  text-align: center;
}
.cid-u6xmPdgpId .card-title {
  margin-bottom: 1rem;
  color: #ffe161;
}
.cid-u6xmPdgpId .card-subtitle {
  color: #fff0b0;
}
.cid-u6xmPdgpId .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #1f1437;
}
.cid-u6xmPdgpId .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u6xmPdgpId .card {
  height: 100%;
  background-color: #fff0b0;
  border-width: 1px;
  border-style: dashed;
  border-color: #fff0b0;
  border-radius: 30px;
  padding: 1rem 0.5rem;
  background: transparent;
}
.cid-u6xmPdgpId .card-wrapper {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u6xmPdgpId .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-u6xmPdgpId .card-wrapper {
    flex-direction: column;
  }
}
.cid-u6xmPdgpId .social-row {
  width: 50px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-u6xmPdgpId .social-row {
    width: 100%;
    flex-direction: row;
    justify-content: center !important;
  }
}
.cid-u6xmPdgpId .social-row .soc-item {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-u6xmPdgpId .social-row .soc-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-u6xmPdgpId .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #33d5ad;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u6xmPdgpId .social-row .soc-item:hover .mbr-iconfont {
  color: #cd8ad1;
}
.cid-u6xmPdgpId .image-wrapper {
  width: 35%;
  aspect-ratio: 1;
  flex-shrink: 0;
  padding: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-u6xmPdgpId .image-wrapper {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u6xmPdgpId .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u6xmPdgpId .image-wrapper {
    width: 100%;
  }
}
.cid-u6xmPdgpId .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-u6xmPdgpId .card-text {
  padding: 1rem;
}
.cid-u6xmPdgpId div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-u6xmPdgpId .mbr-text,
.cid-u6xmPdgpId .social-row {
  color: #bbbbbb;
}
.cid-u6xCXAuCyk {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6xCXAuCyk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6xCXAuCyk .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-u6xCXAuCyk textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-u6xCXAuCyk .form-row {
    flex-direction: column;
  }
}
.cid-u6xCXAuCyk h4 {
  margin-bottom: 2rem;
}
.cid-u6xCXAuCyk .form-control,
.cid-u6xCXAuCyk .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-u6xCXAuCyk .form-control,
.cid-u6xCXAuCyk .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6xCXAuCyk .form-control::-webkit-input-placeholder,
.cid-u6xCXAuCyk .field-input::-webkit-input-placeholder,
.cid-u6xCXAuCyk .form-control::-webkit-input-placeholder,
.cid-u6xCXAuCyk .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6xCXAuCyk .form-control:-moz-placeholder,
.cid-u6xCXAuCyk .field-input:-moz-placeholder,
.cid-u6xCXAuCyk .form-control:-moz-placeholder,
.cid-u6xCXAuCyk .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6xCXAuCyk .form-control:hover,
.cid-u6xCXAuCyk .field-input:hover,
.cid-u6xCXAuCyk .form-control:focus,
.cid-u6xCXAuCyk .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-u6xCXAuCyk .form-control:hover::-webkit-input-placeholder,
.cid-u6xCXAuCyk .field-input:hover::-webkit-input-placeholder,
.cid-u6xCXAuCyk .form-control:focus::-webkit-input-placeholder,
.cid-u6xCXAuCyk .field-input:focus::-webkit-input-placeholder,
.cid-u6xCXAuCyk .form-control:hover::-webkit-input-placeholder,
.cid-u6xCXAuCyk .field-input:hover::-webkit-input-placeholder,
.cid-u6xCXAuCyk .form-control:focus::-webkit-input-placeholder,
.cid-u6xCXAuCyk .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6xCXAuCyk .form-control:hover:-moz-placeholder,
.cid-u6xCXAuCyk .field-input:hover:-moz-placeholder,
.cid-u6xCXAuCyk .form-control:focus:-moz-placeholder,
.cid-u6xCXAuCyk .field-input:focus:-moz-placeholder,
.cid-u6xCXAuCyk .form-control:hover:-moz-placeholder,
.cid-u6xCXAuCyk .field-input:hover:-moz-placeholder,
.cid-u6xCXAuCyk .form-control:focus:-moz-placeholder,
.cid-u6xCXAuCyk .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6xCXAuCyk .jq-number__spin:hover,
.cid-u6xCXAuCyk .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u6xCXAuCyk .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6xCXAuCyk .jq-selectbox li,
.cid-u6xCXAuCyk .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u6xCXAuCyk .jq-selectbox li:hover,
.cid-u6xCXAuCyk .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-u6xCXAuCyk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u6xCXAuCyk .jq-number__spin.minus:hover:after,
.cid-u6xCXAuCyk .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u6xCXAuCyk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u6xCXAuCyk .jq-number__spin.minus:after,
.cid-u6xCXAuCyk .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-u6xCXAuCyk input::-webkit-clear-button {
  display: none;
}
.cid-u6xCXAuCyk input::-webkit-inner-spin-button {
  display: none;
}
.cid-u6xCXAuCyk input::-webkit-outer-spin-button {
  display: none;
}
.cid-u6xCXAuCyk input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u6xCXAuCyk H4 {
  color: #fff0b0;
}
.cid-u7bfLpFeNQ {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-u7bfLpFeNQ .col-lg-6 {
  padding: 0 2rem;
}
.cid-u7bfLpFeNQ .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-u7bfLpFeNQ .icon-wrapper {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-u7bfLpFeNQ .card-wrapper {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-u7bfLpFeNQ .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u7bfLpFeNQ .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-u7bfLpFeNQ .mbr-iconfont {
  font-size: 1.5rem;
  color: #ffe161;
  padding: 1rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  display: block;
  margin-bottom: 1rem;
}
.cid-u7bfLpFeNQ .mbr-iconfont:hover {
  background: #353535;
}
.cid-u7bfLpFeNQ .card-box {
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-u7bfLpFeNQ .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u7bfLpFeNQ .mt-5 {
    margin-top: 0.5rem!important;
  }
}
@media (max-width: 767px) {
  .cid-u7bfLpFeNQ .icon-wrapper {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
  }
}
.cid-u7bfLpFeNQ .card-text {
  color: #6c758f;
}
.cid-u7bfLpFeNQ .card-title {
  color: #bc9c22;
}
.cid-u7bfLpFeNQ .card-phone {
  color: #fff0b0;
}
.cid-u7bfLpFeNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7bfLpFeNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6xwMK57lb {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u6xwMK57lb .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6xwMK57lb .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-u6xwMK57lb .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u6xwMK57lb .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u6xwMK57lb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6xwMK57lb .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u6xwMK57lb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6xwMK57lb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u6xwMK57lb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u6xwMK57lb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u6xwMK57lb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u6xwMK57lb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u6xwMK57lb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6xwMK57lb .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u6xwMK57lb .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u6xwMK57lb .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u6xwMK57lb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6xwMK57lb .dropdown-item.active,
.cid-u6xwMK57lb .dropdown-item:active {
  background-color: transparent;
}
.cid-u6xwMK57lb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u6xwMK57lb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6xwMK57lb ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u6xwMK57lb .navbar-buttons {
  text-align: center;
}
.cid-u6xwMK57lb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u6xwMK57lb .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u6xwMK57lb .nav-link:hover,
.cid-u6xwMK57lb .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6xwMK57lb .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u6xwMK57lb .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u6xwMK57lb .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u6yiG8IENp {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u6yiG8IENp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6yiG8IENp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6yiG8IENp .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-u6yiG8IENp .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-u6yklDiJsm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6yklDiJsm img,
.cid-u6yklDiJsm .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u6yklDiJsm .item:focus,
.cid-u6yklDiJsm span:focus {
  outline: none;
}
.cid-u6yklDiJsm .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-u6yklDiJsm .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-u6yklDiJsm .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-u6yklDiJsm .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-u6yklDiJsm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u6yklDiJsm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u6yklDiJsm .item-title {
  text-align: center;
  margin-bottom: 1rem;
  color: #bc9c22;
}
.cid-u6yklDiJsm .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-u6yklDiJsm .mbr-text {
  text-align: left;
}
.cid-u6yklDiJsm .item-footer {
  margin-top: 14px;
}
.cid-u6yklDiJsm .mbr-amount {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-u6yklDiJsm .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-u6yklDiJsm .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-u6yklDiJsm .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-u6yklDiJsm .mbr-section-title {
  color: #fff0b0;
  text-align: center;
}
.cid-u6yklDiJsm .mbr-text,
.cid-u6yklDiJsm .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-u6yklDiJsm .mbr-price,
.cid-u6yklDiJsm .mbr-section-btn {
  text-align: center;
  color: #bc9c22;
}
.cid-u6yprK9GBq {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6yprK9GBq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6yprK9GBq .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-u6yprK9GBq textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-u6yprK9GBq .form-row {
    flex-direction: column;
  }
}
.cid-u6yprK9GBq h4 {
  margin-bottom: 2rem;
}
.cid-u6yprK9GBq .form-control,
.cid-u6yprK9GBq .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-u6yprK9GBq .form-control,
.cid-u6yprK9GBq .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6yprK9GBq .form-control::-webkit-input-placeholder,
.cid-u6yprK9GBq .field-input::-webkit-input-placeholder,
.cid-u6yprK9GBq .form-control::-webkit-input-placeholder,
.cid-u6yprK9GBq .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6yprK9GBq .form-control:-moz-placeholder,
.cid-u6yprK9GBq .field-input:-moz-placeholder,
.cid-u6yprK9GBq .form-control:-moz-placeholder,
.cid-u6yprK9GBq .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6yprK9GBq .form-control:hover,
.cid-u6yprK9GBq .field-input:hover,
.cid-u6yprK9GBq .form-control:focus,
.cid-u6yprK9GBq .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-u6yprK9GBq .form-control:hover::-webkit-input-placeholder,
.cid-u6yprK9GBq .field-input:hover::-webkit-input-placeholder,
.cid-u6yprK9GBq .form-control:focus::-webkit-input-placeholder,
.cid-u6yprK9GBq .field-input:focus::-webkit-input-placeholder,
.cid-u6yprK9GBq .form-control:hover::-webkit-input-placeholder,
.cid-u6yprK9GBq .field-input:hover::-webkit-input-placeholder,
.cid-u6yprK9GBq .form-control:focus::-webkit-input-placeholder,
.cid-u6yprK9GBq .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6yprK9GBq .form-control:hover:-moz-placeholder,
.cid-u6yprK9GBq .field-input:hover:-moz-placeholder,
.cid-u6yprK9GBq .form-control:focus:-moz-placeholder,
.cid-u6yprK9GBq .field-input:focus:-moz-placeholder,
.cid-u6yprK9GBq .form-control:hover:-moz-placeholder,
.cid-u6yprK9GBq .field-input:hover:-moz-placeholder,
.cid-u6yprK9GBq .form-control:focus:-moz-placeholder,
.cid-u6yprK9GBq .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6yprK9GBq .jq-number__spin:hover,
.cid-u6yprK9GBq .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u6yprK9GBq .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6yprK9GBq .jq-selectbox li,
.cid-u6yprK9GBq .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u6yprK9GBq .jq-selectbox li:hover,
.cid-u6yprK9GBq .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-u6yprK9GBq .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u6yprK9GBq .jq-number__spin.minus:hover:after,
.cid-u6yprK9GBq .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u6yprK9GBq .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u6yprK9GBq .jq-number__spin.minus:after,
.cid-u6yprK9GBq .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-u6yprK9GBq input::-webkit-clear-button {
  display: none;
}
.cid-u6yprK9GBq input::-webkit-inner-spin-button {
  display: none;
}
.cid-u6yprK9GBq input::-webkit-outer-spin-button {
  display: none;
}
.cid-u6yprK9GBq input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u6yprK9GBq H4 {
  color: #fff0b0;
}
.cid-u6yVkOJull {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6yVkOJull .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-u6yVkOJull .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-u6yVkOJull .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-u6yVkOJull .social-list {
  width: auto;
}
.cid-u6yVkOJull .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-u6yVkOJull .social-media {
  padding: 0;
  text-align: center;
}
.cid-u6yVkOJull .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u6yVkOJull .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-u6yVkOJull .mbr-section-title,
.cid-u6yVkOJull .social-media {
  color: #111213;
}
.cid-u6xwMK57lb {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u6xwMK57lb .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6xwMK57lb .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-u6xwMK57lb .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u6xwMK57lb .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u6xwMK57lb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6xwMK57lb .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u6xwMK57lb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6xwMK57lb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u6xwMK57lb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u6xwMK57lb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u6xwMK57lb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u6xwMK57lb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u6xwMK57lb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6xwMK57lb .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u6xwMK57lb .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u6xwMK57lb .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u6xwMK57lb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6xwMK57lb .dropdown-item.active,
.cid-u6xwMK57lb .dropdown-item:active {
  background-color: transparent;
}
.cid-u6xwMK57lb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u6xwMK57lb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6xwMK57lb ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u6xwMK57lb .navbar-buttons {
  text-align: center;
}
.cid-u6xwMK57lb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u6xwMK57lb .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u6xwMK57lb .nav-link:hover,
.cid-u6xwMK57lb .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6xwMK57lb .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u6xwMK57lb .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u6xwMK57lb .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u6ypJAzSGW {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u6ypJAzSGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ypJAzSGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ypJAzSGW .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-u6ypJAzSGW .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uf7CxPcAYv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uf7CxPcAYv .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-uf7CxPcAYv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uf7CxPcAYv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uf7CxPcAYv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uf7CxPcAYv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uf7CxPcAYv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uf7CxPcAYv .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uf7CxPcAYv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uf7CxPcAYv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-uf7CxPcAYv .mbr-gallery-item > div img,
.cid-uf7CxPcAYv .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-uf7CxPcAYv .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-uf7CxPcAYv .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-uf7CxPcAYv .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-uf7CxPcAYv .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-uf7CxPcAYv .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-uf7CxPcAYv .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-uf7CxPcAYv .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uf7CxPcAYv .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uf7CxPcAYv .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-u6yuWNfkFj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6yuWNfkFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6yuWNfkFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6yuWNfkFj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6yuWNfkFj .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u6yuWNfkFj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6yuWNfkFj .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6yuWNfkFj .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6yuWNfkFj .header-menu li p {
  margin: 0;
}
.cid-u6yuWNfkFj .content-head {
  max-width: 800px;
}
.cid-u6yuHpgTiC {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6yuHpgTiC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6yuHpgTiC .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-u6yuHpgTiC textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-u6yuHpgTiC .form-row {
    flex-direction: column;
  }
}
.cid-u6yuHpgTiC h4 {
  margin-bottom: 2rem;
}
.cid-u6yuHpgTiC .form-control,
.cid-u6yuHpgTiC .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-u6yuHpgTiC .form-control,
.cid-u6yuHpgTiC .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6yuHpgTiC .form-control::-webkit-input-placeholder,
.cid-u6yuHpgTiC .field-input::-webkit-input-placeholder,
.cid-u6yuHpgTiC .form-control::-webkit-input-placeholder,
.cid-u6yuHpgTiC .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6yuHpgTiC .form-control:-moz-placeholder,
.cid-u6yuHpgTiC .field-input:-moz-placeholder,
.cid-u6yuHpgTiC .form-control:-moz-placeholder,
.cid-u6yuHpgTiC .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6yuHpgTiC .form-control:hover,
.cid-u6yuHpgTiC .field-input:hover,
.cid-u6yuHpgTiC .form-control:focus,
.cid-u6yuHpgTiC .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-u6yuHpgTiC .form-control:hover::-webkit-input-placeholder,
.cid-u6yuHpgTiC .field-input:hover::-webkit-input-placeholder,
.cid-u6yuHpgTiC .form-control:focus::-webkit-input-placeholder,
.cid-u6yuHpgTiC .field-input:focus::-webkit-input-placeholder,
.cid-u6yuHpgTiC .form-control:hover::-webkit-input-placeholder,
.cid-u6yuHpgTiC .field-input:hover::-webkit-input-placeholder,
.cid-u6yuHpgTiC .form-control:focus::-webkit-input-placeholder,
.cid-u6yuHpgTiC .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6yuHpgTiC .form-control:hover:-moz-placeholder,
.cid-u6yuHpgTiC .field-input:hover:-moz-placeholder,
.cid-u6yuHpgTiC .form-control:focus:-moz-placeholder,
.cid-u6yuHpgTiC .field-input:focus:-moz-placeholder,
.cid-u6yuHpgTiC .form-control:hover:-moz-placeholder,
.cid-u6yuHpgTiC .field-input:hover:-moz-placeholder,
.cid-u6yuHpgTiC .form-control:focus:-moz-placeholder,
.cid-u6yuHpgTiC .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6yuHpgTiC .jq-number__spin:hover,
.cid-u6yuHpgTiC .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u6yuHpgTiC .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6yuHpgTiC .jq-selectbox li,
.cid-u6yuHpgTiC .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u6yuHpgTiC .jq-selectbox li:hover,
.cid-u6yuHpgTiC .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-u6yuHpgTiC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u6yuHpgTiC .jq-number__spin.minus:hover:after,
.cid-u6yuHpgTiC .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u6yuHpgTiC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u6yuHpgTiC .jq-number__spin.minus:after,
.cid-u6yuHpgTiC .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-u6yuHpgTiC input::-webkit-clear-button {
  display: none;
}
.cid-u6yuHpgTiC input::-webkit-inner-spin-button {
  display: none;
}
.cid-u6yuHpgTiC input::-webkit-outer-spin-button {
  display: none;
}
.cid-u6yuHpgTiC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u6yuHpgTiC H4 {
  color: #fff0b0;
}
.cid-u6yVIL9Xur {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6yVIL9Xur .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-u6yVIL9Xur .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-u6yVIL9Xur .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-u6yVIL9Xur .social-list {
  width: auto;
}
.cid-u6yVIL9Xur .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-u6yVIL9Xur .social-media {
  padding: 0;
  text-align: center;
}
.cid-u6yVIL9Xur .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u6yVIL9Xur .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-u6yVIL9Xur .mbr-section-title,
.cid-u6yVIL9Xur .social-media {
  color: #111213;
}
.cid-u6ywf46M06 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u6ywf46M06 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u6ywf46M06 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6ywf46M06 .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-u6ywf46M06 .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-u6ywf46M06 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-u6ywf46M06 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u6ywf46M06 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u6ywf46M06 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6ywf46M06 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u6ywf46M06 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-u6ywf46M06 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u6ywf46M06 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6ywf46M06 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-u6ywf46M06 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u6ywf46M06 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6ywf46M06 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6ywf46M06 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6ywf46M06 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u6ywf46M06 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u6ywf46M06 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6ywf46M06 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u6ywf46M06 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u6ywf46M06 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u6ywf46M06 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6ywf46M06 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u6ywf46M06 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6ywf46M06 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6ywf46M06 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6ywf46M06 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u6ywf46M06 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u6ywf46M06 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6ywf46M06 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u6ywf46M06 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u6ywf46M06 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u6ywf46M06 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6ywf46M06 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u6ywf46M06 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u6ywf46M06 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u6ywf46M06 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u6ywf46M06 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u6ywf46M06 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u6ywf46M06 .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u6ywf46M06 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6ywf46M06 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6ywf46M06 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6ywf46M06 .dropdown-item.active,
.cid-u6ywf46M06 .dropdown-item:active {
  background-color: transparent;
}
.cid-u6ywf46M06 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u6ywf46M06 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6ywf46M06 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6ywf46M06 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6ywf46M06 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u6ywf46M06 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6ywf46M06 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u6ywf46M06 .navbar-buttons {
  text-align: center;
}
.cid-u6ywf46M06 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6ywf46M06 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-u6ywf46M06 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6ywf46M06 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6ywf46M06 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6ywf46M06 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6ywf46M06 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6ywf46M06 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u6ywf46M06 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u6ywf46M06 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6ywf46M06 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u6ywf46M06 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u6ywf46M06 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u6ywf46M06 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u6ywf46M06 .nav-link:hover,
.cid-u6ywf46M06 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6ywf46M06 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u6ywf46M06 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u6ywf46M06 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u6ywf58jhu {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u6ywf58jhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ywf58jhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ywf58jhu .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-u6ywf58jhu .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uf7CWagKgz {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uf7CWagKgz .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-uf7CWagKgz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uf7CWagKgz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uf7CWagKgz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uf7CWagKgz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uf7CWagKgz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uf7CWagKgz .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uf7CWagKgz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uf7CWagKgz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-uf7CWagKgz .mbr-gallery-item > div img,
.cid-uf7CWagKgz .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-uf7CWagKgz .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-uf7CWagKgz .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-uf7CWagKgz .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-uf7CWagKgz .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-uf7CWagKgz .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-uf7CWagKgz .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-uf7CWagKgz .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uf7CWagKgz .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uf7CWagKgz .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-u6ywf6wgMw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6ywf6wgMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ywf6wgMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ywf6wgMw .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6ywf6wgMw .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u6ywf6wgMw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6ywf6wgMw .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6ywf6wgMw .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6ywf6wgMw .header-menu li p {
  margin: 0;
}
.cid-u6ywf6wgMw .content-head {
  max-width: 800px;
}
.cid-u6ywf7FWoD {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6ywf7FWoD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6ywf7FWoD .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-u6ywf7FWoD textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-u6ywf7FWoD .form-row {
    flex-direction: column;
  }
}
.cid-u6ywf7FWoD h4 {
  margin-bottom: 2rem;
}
.cid-u6ywf7FWoD .form-control,
.cid-u6ywf7FWoD .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-u6ywf7FWoD .form-control,
.cid-u6ywf7FWoD .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6ywf7FWoD .form-control::-webkit-input-placeholder,
.cid-u6ywf7FWoD .field-input::-webkit-input-placeholder,
.cid-u6ywf7FWoD .form-control::-webkit-input-placeholder,
.cid-u6ywf7FWoD .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6ywf7FWoD .form-control:-moz-placeholder,
.cid-u6ywf7FWoD .field-input:-moz-placeholder,
.cid-u6ywf7FWoD .form-control:-moz-placeholder,
.cid-u6ywf7FWoD .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6ywf7FWoD .form-control:hover,
.cid-u6ywf7FWoD .field-input:hover,
.cid-u6ywf7FWoD .form-control:focus,
.cid-u6ywf7FWoD .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-u6ywf7FWoD .form-control:hover::-webkit-input-placeholder,
.cid-u6ywf7FWoD .field-input:hover::-webkit-input-placeholder,
.cid-u6ywf7FWoD .form-control:focus::-webkit-input-placeholder,
.cid-u6ywf7FWoD .field-input:focus::-webkit-input-placeholder,
.cid-u6ywf7FWoD .form-control:hover::-webkit-input-placeholder,
.cid-u6ywf7FWoD .field-input:hover::-webkit-input-placeholder,
.cid-u6ywf7FWoD .form-control:focus::-webkit-input-placeholder,
.cid-u6ywf7FWoD .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6ywf7FWoD .form-control:hover:-moz-placeholder,
.cid-u6ywf7FWoD .field-input:hover:-moz-placeholder,
.cid-u6ywf7FWoD .form-control:focus:-moz-placeholder,
.cid-u6ywf7FWoD .field-input:focus:-moz-placeholder,
.cid-u6ywf7FWoD .form-control:hover:-moz-placeholder,
.cid-u6ywf7FWoD .field-input:hover:-moz-placeholder,
.cid-u6ywf7FWoD .form-control:focus:-moz-placeholder,
.cid-u6ywf7FWoD .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6ywf7FWoD .jq-number__spin:hover,
.cid-u6ywf7FWoD .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u6ywf7FWoD .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6ywf7FWoD .jq-selectbox li,
.cid-u6ywf7FWoD .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u6ywf7FWoD .jq-selectbox li:hover,
.cid-u6ywf7FWoD .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-u6ywf7FWoD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u6ywf7FWoD .jq-number__spin.minus:hover:after,
.cid-u6ywf7FWoD .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u6ywf7FWoD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u6ywf7FWoD .jq-number__spin.minus:after,
.cid-u6ywf7FWoD .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-u6ywf7FWoD input::-webkit-clear-button {
  display: none;
}
.cid-u6ywf7FWoD input::-webkit-inner-spin-button {
  display: none;
}
.cid-u6ywf7FWoD input::-webkit-outer-spin-button {
  display: none;
}
.cid-u6ywf7FWoD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u6ywf7FWoD H4 {
  color: #fff0b0;
}
.cid-u6yVOi025C {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6yVOi025C .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-u6yVOi025C .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-u6yVOi025C .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-u6yVOi025C .social-list {
  width: auto;
}
.cid-u6yVOi025C .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-u6yVOi025C .social-media {
  padding: 0;
  text-align: center;
}
.cid-u6yVOi025C .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u6yVOi025C .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-u6yVOi025C .mbr-section-title,
.cid-u6yVOi025C .social-media {
  color: #111213;
}
.cid-u6ywuTQR3Q {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u6ywuTQR3Q .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u6ywuTQR3Q .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6ywuTQR3Q .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-u6ywuTQR3Q .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-u6ywuTQR3Q .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-u6ywuTQR3Q .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u6ywuTQR3Q .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u6ywuTQR3Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6ywuTQR3Q .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u6ywuTQR3Q .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-u6ywuTQR3Q .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u6ywuTQR3Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6ywuTQR3Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-u6ywuTQR3Q .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u6ywuTQR3Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6ywuTQR3Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6ywuTQR3Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6ywuTQR3Q .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u6ywuTQR3Q .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u6ywuTQR3Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6ywuTQR3Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u6ywuTQR3Q .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u6ywuTQR3Q .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u6ywuTQR3Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6ywuTQR3Q .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u6ywuTQR3Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6ywuTQR3Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6ywuTQR3Q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6ywuTQR3Q .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u6ywuTQR3Q .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u6ywuTQR3Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6ywuTQR3Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u6ywuTQR3Q .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u6ywuTQR3Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u6ywuTQR3Q .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6ywuTQR3Q .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u6ywuTQR3Q .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u6ywuTQR3Q .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u6ywuTQR3Q .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u6ywuTQR3Q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u6ywuTQR3Q .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u6ywuTQR3Q .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u6ywuTQR3Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6ywuTQR3Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6ywuTQR3Q .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6ywuTQR3Q .dropdown-item.active,
.cid-u6ywuTQR3Q .dropdown-item:active {
  background-color: transparent;
}
.cid-u6ywuTQR3Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u6ywuTQR3Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6ywuTQR3Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6ywuTQR3Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6ywuTQR3Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u6ywuTQR3Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6ywuTQR3Q ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u6ywuTQR3Q .navbar-buttons {
  text-align: center;
}
.cid-u6ywuTQR3Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6ywuTQR3Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-u6ywuTQR3Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6ywuTQR3Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6ywuTQR3Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6ywuTQR3Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6ywuTQR3Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6ywuTQR3Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u6ywuTQR3Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u6ywuTQR3Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6ywuTQR3Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u6ywuTQR3Q .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u6ywuTQR3Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u6ywuTQR3Q .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u6ywuTQR3Q .nav-link:hover,
.cid-u6ywuTQR3Q .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6ywuTQR3Q .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u6ywuTQR3Q .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u6ywuTQR3Q .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u6ywuUUPis {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u6ywuUUPis .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ywuUUPis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ywuUUPis .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-u6ywuUUPis .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uf7D6ehABC {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uf7D6ehABC .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-uf7D6ehABC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uf7D6ehABC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uf7D6ehABC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uf7D6ehABC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uf7D6ehABC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uf7D6ehABC .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uf7D6ehABC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uf7D6ehABC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-uf7D6ehABC .mbr-gallery-item > div img,
.cid-uf7D6ehABC .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-uf7D6ehABC .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-uf7D6ehABC .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-uf7D6ehABC .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-uf7D6ehABC .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-uf7D6ehABC .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-uf7D6ehABC .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-uf7D6ehABC .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uf7D6ehABC .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uf7D6ehABC .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-u6ywuWDsIs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6ywuWDsIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ywuWDsIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ywuWDsIs .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6ywuWDsIs .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u6ywuWDsIs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6ywuWDsIs .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6ywuWDsIs .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6ywuWDsIs .header-menu li p {
  margin: 0;
}
.cid-u6ywuWDsIs .content-head {
  max-width: 800px;
}
.cid-u6ywuX7IB1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6ywuX7IB1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6ywuX7IB1 .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-u6ywuX7IB1 textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-u6ywuX7IB1 .form-row {
    flex-direction: column;
  }
}
.cid-u6ywuX7IB1 h4 {
  margin-bottom: 2rem;
}
.cid-u6ywuX7IB1 .form-control,
.cid-u6ywuX7IB1 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-u6ywuX7IB1 .form-control,
.cid-u6ywuX7IB1 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6ywuX7IB1 .form-control::-webkit-input-placeholder,
.cid-u6ywuX7IB1 .field-input::-webkit-input-placeholder,
.cid-u6ywuX7IB1 .form-control::-webkit-input-placeholder,
.cid-u6ywuX7IB1 .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6ywuX7IB1 .form-control:-moz-placeholder,
.cid-u6ywuX7IB1 .field-input:-moz-placeholder,
.cid-u6ywuX7IB1 .form-control:-moz-placeholder,
.cid-u6ywuX7IB1 .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6ywuX7IB1 .form-control:hover,
.cid-u6ywuX7IB1 .field-input:hover,
.cid-u6ywuX7IB1 .form-control:focus,
.cid-u6ywuX7IB1 .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-u6ywuX7IB1 .form-control:hover::-webkit-input-placeholder,
.cid-u6ywuX7IB1 .field-input:hover::-webkit-input-placeholder,
.cid-u6ywuX7IB1 .form-control:focus::-webkit-input-placeholder,
.cid-u6ywuX7IB1 .field-input:focus::-webkit-input-placeholder,
.cid-u6ywuX7IB1 .form-control:hover::-webkit-input-placeholder,
.cid-u6ywuX7IB1 .field-input:hover::-webkit-input-placeholder,
.cid-u6ywuX7IB1 .form-control:focus::-webkit-input-placeholder,
.cid-u6ywuX7IB1 .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6ywuX7IB1 .form-control:hover:-moz-placeholder,
.cid-u6ywuX7IB1 .field-input:hover:-moz-placeholder,
.cid-u6ywuX7IB1 .form-control:focus:-moz-placeholder,
.cid-u6ywuX7IB1 .field-input:focus:-moz-placeholder,
.cid-u6ywuX7IB1 .form-control:hover:-moz-placeholder,
.cid-u6ywuX7IB1 .field-input:hover:-moz-placeholder,
.cid-u6ywuX7IB1 .form-control:focus:-moz-placeholder,
.cid-u6ywuX7IB1 .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6ywuX7IB1 .jq-number__spin:hover,
.cid-u6ywuX7IB1 .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u6ywuX7IB1 .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6ywuX7IB1 .jq-selectbox li,
.cid-u6ywuX7IB1 .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u6ywuX7IB1 .jq-selectbox li:hover,
.cid-u6ywuX7IB1 .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-u6ywuX7IB1 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u6ywuX7IB1 .jq-number__spin.minus:hover:after,
.cid-u6ywuX7IB1 .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u6ywuX7IB1 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u6ywuX7IB1 .jq-number__spin.minus:after,
.cid-u6ywuX7IB1 .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-u6ywuX7IB1 input::-webkit-clear-button {
  display: none;
}
.cid-u6ywuX7IB1 input::-webkit-inner-spin-button {
  display: none;
}
.cid-u6ywuX7IB1 input::-webkit-outer-spin-button {
  display: none;
}
.cid-u6ywuX7IB1 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u6ywuX7IB1 H4 {
  color: #fff0b0;
}
.cid-u6yVT39RwL {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6yVT39RwL .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-u6yVT39RwL .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-u6yVT39RwL .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-u6yVT39RwL .social-list {
  width: auto;
}
.cid-u6yVT39RwL .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-u6yVT39RwL .social-media {
  padding: 0;
  text-align: center;
}
.cid-u6yVT39RwL .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u6yVT39RwL .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-u6yVT39RwL .mbr-section-title,
.cid-u6yVT39RwL .social-media {
  color: #111213;
}
.cid-u6xwMK57lb {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u6xwMK57lb .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6xwMK57lb .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-u6xwMK57lb .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u6xwMK57lb .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u6xwMK57lb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6xwMK57lb .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u6xwMK57lb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6xwMK57lb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u6xwMK57lb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u6xwMK57lb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u6xwMK57lb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u6xwMK57lb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u6xwMK57lb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6xwMK57lb .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u6xwMK57lb .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u6xwMK57lb .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u6xwMK57lb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6xwMK57lb .dropdown-item.active,
.cid-u6xwMK57lb .dropdown-item:active {
  background-color: transparent;
}
.cid-u6xwMK57lb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u6xwMK57lb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6xwMK57lb ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u6xwMK57lb .navbar-buttons {
  text-align: center;
}
.cid-u6xwMK57lb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u6xwMK57lb .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u6xwMK57lb .nav-link:hover,
.cid-u6xwMK57lb .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6xwMK57lb .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u6xwMK57lb .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u6xwMK57lb .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u6y9DuNptZ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u6y9DuNptZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6y9DuNptZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6y9DuNptZ .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-u6y9DuNptZ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-u6ya0MKeSQ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u6ya0MKeSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ya0MKeSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6ya0MKeSQ .container {
    padding: 0 15px;
  }
}
.cid-u6ya0MKeSQ .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-u6ya0MKeSQ .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-u6ya0MKeSQ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u6ya0MKeSQ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u6ya0MKeSQ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u6ya0MKeSQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6ya0MKeSQ .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u6ya0MKeSQ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-u6ya0MKeSQ .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #322903;
  box-shadow: 10px 10px 50px #fff0b0;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-u6ya0MKeSQ .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-u6ya0MKeSQ .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-u6ya0MKeSQ .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-u6ya0MKeSQ .mbr-section-title {
  color: #ffffff;
}
.cid-u6ya0MKeSQ .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-u6ya0MKeSQ .mbr-text {
  color: #bbbbbb;
}
.cid-u6ya0MKeSQ .mbr-section-title,
.cid-u6ya0MKeSQ .mbr-section-btn {
  color: #fff0b0;
}
.cid-ukMwjYcZTh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-ukMwjYcZTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukMwjYcZTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ukMwjYcZTh .container {
    padding: 0 15px;
  }
}
.cid-ukMwjYcZTh .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ukMwjYcZTh .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ukMwjYcZTh .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-ukMwjYcZTh .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-ukMwjYcZTh .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ukMwjYcZTh .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ukMwjYcZTh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukMwjYcZTh .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-ukMwjYcZTh .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-ukMwjYcZTh .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #322903;
  box-shadow: 10px 10px 50px #fff0b0;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-ukMwjYcZTh .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-ukMwjYcZTh .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-ukMwjYcZTh .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-ukMwjYcZTh .mbr-section-title {
  color: #ffffff;
}
.cid-ukMwjYcZTh .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-ukMwjYcZTh .mbr-text {
  color: #bbbbbb;
}
.cid-ukMwjYcZTh .mbr-section-title,
.cid-ukMwjYcZTh .mbr-section-btn {
  color: #fff0b0;
}
.cid-uWekptprB9 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uWekptprB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWekptprB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWekptprB9 .container {
    padding: 0 15px;
  }
}
.cid-uWekptprB9 .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uWekptprB9 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uWekptprB9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uWekptprB9 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWekptprB9 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWekptprB9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWekptprB9 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uWekptprB9 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uWekptprB9 .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #322903;
  box-shadow: 10px 10px 50px #fff0b0;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uWekptprB9 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uWekptprB9 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uWekptprB9 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uWekptprB9 .mbr-section-title {
  color: #ffffff;
}
.cid-uWekptprB9 .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-uWekptprB9 .mbr-text {
  color: #bbbbbb;
}
.cid-uWekptprB9 .mbr-section-title,
.cid-uWekptprB9 .mbr-section-btn {
  color: #fff0b0;
}
.cid-v0avvPo4Uk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v0avvPo4Uk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0avvPo4Uk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v0avvPo4Uk .container {
    padding: 0 15px;
  }
}
.cid-v0avvPo4Uk .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v0avvPo4Uk .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0avvPo4Uk .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-v0avvPo4Uk .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v0avvPo4Uk .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v0avvPo4Uk .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v0avvPo4Uk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0avvPo4Uk .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v0avvPo4Uk .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-v0avvPo4Uk .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #322903;
  box-shadow: 10px 10px 50px #fff0b0;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-v0avvPo4Uk .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-v0avvPo4Uk .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v0avvPo4Uk .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v0avvPo4Uk .mbr-section-title {
  color: #ffffff;
}
.cid-v0avvPo4Uk .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v0avvPo4Uk .mbr-text {
  color: #bbbbbb;
}
.cid-v0avvPo4Uk .mbr-section-title,
.cid-v0avvPo4Uk .mbr-section-btn {
  color: #fff0b0;
}
.cid-uH1NQkZQsZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uH1NQkZQsZ img,
.cid-uH1NQkZQsZ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uH1NQkZQsZ .item:focus,
.cid-uH1NQkZQsZ span:focus {
  outline: none;
}
.cid-uH1NQkZQsZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uH1NQkZQsZ .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uH1NQkZQsZ .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uH1NQkZQsZ .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uH1NQkZQsZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uH1NQkZQsZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uH1NQkZQsZ .item-title {
  text-align: center;
  margin-bottom: 1rem;
  color: #bc9c22;
}
.cid-uH1NQkZQsZ .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uH1NQkZQsZ .mbr-text {
  text-align: left;
}
.cid-uH1NQkZQsZ .item-footer {
  margin-top: 14px;
}
.cid-uH1NQkZQsZ .mbr-amount {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uH1NQkZQsZ .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uH1NQkZQsZ .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uH1NQkZQsZ .mbr-section-btn {
  margin-top: 30px;
}
.cid-uH1NQkZQsZ .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uH1NQkZQsZ .mbr-text,
.cid-uH1NQkZQsZ .mbr-section-btn {
  color: #bbbbbb;
  text-align: center;
}
.cid-uH1NQkZQsZ .mbr-price,
.cid-uH1NQkZQsZ .mbr-section-btn {
  text-align: center;
  color: #bc9c22;
}
.cid-uH1NQkZQsZ .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-ufeDnkcKFt {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ufeDnkcKFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufeDnkcKFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufeDnkcKFt .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-ufeDnkcKFt .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-u6ybRI9WGO {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6ybRI9WGO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6ybRI9WGO .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-u6ybRI9WGO textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-u6ybRI9WGO .form-row {
    flex-direction: column;
  }
}
.cid-u6ybRI9WGO h4 {
  margin-bottom: 2rem;
}
.cid-u6ybRI9WGO .form-control,
.cid-u6ybRI9WGO .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-u6ybRI9WGO .form-control,
.cid-u6ybRI9WGO .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6ybRI9WGO .form-control::-webkit-input-placeholder,
.cid-u6ybRI9WGO .field-input::-webkit-input-placeholder,
.cid-u6ybRI9WGO .form-control::-webkit-input-placeholder,
.cid-u6ybRI9WGO .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6ybRI9WGO .form-control:-moz-placeholder,
.cid-u6ybRI9WGO .field-input:-moz-placeholder,
.cid-u6ybRI9WGO .form-control:-moz-placeholder,
.cid-u6ybRI9WGO .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6ybRI9WGO .form-control:hover,
.cid-u6ybRI9WGO .field-input:hover,
.cid-u6ybRI9WGO .form-control:focus,
.cid-u6ybRI9WGO .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-u6ybRI9WGO .form-control:hover::-webkit-input-placeholder,
.cid-u6ybRI9WGO .field-input:hover::-webkit-input-placeholder,
.cid-u6ybRI9WGO .form-control:focus::-webkit-input-placeholder,
.cid-u6ybRI9WGO .field-input:focus::-webkit-input-placeholder,
.cid-u6ybRI9WGO .form-control:hover::-webkit-input-placeholder,
.cid-u6ybRI9WGO .field-input:hover::-webkit-input-placeholder,
.cid-u6ybRI9WGO .form-control:focus::-webkit-input-placeholder,
.cid-u6ybRI9WGO .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6ybRI9WGO .form-control:hover:-moz-placeholder,
.cid-u6ybRI9WGO .field-input:hover:-moz-placeholder,
.cid-u6ybRI9WGO .form-control:focus:-moz-placeholder,
.cid-u6ybRI9WGO .field-input:focus:-moz-placeholder,
.cid-u6ybRI9WGO .form-control:hover:-moz-placeholder,
.cid-u6ybRI9WGO .field-input:hover:-moz-placeholder,
.cid-u6ybRI9WGO .form-control:focus:-moz-placeholder,
.cid-u6ybRI9WGO .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6ybRI9WGO .jq-number__spin:hover,
.cid-u6ybRI9WGO .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u6ybRI9WGO .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6ybRI9WGO .jq-selectbox li,
.cid-u6ybRI9WGO .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u6ybRI9WGO .jq-selectbox li:hover,
.cid-u6ybRI9WGO .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-u6ybRI9WGO .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u6ybRI9WGO .jq-number__spin.minus:hover:after,
.cid-u6ybRI9WGO .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u6ybRI9WGO .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u6ybRI9WGO .jq-number__spin.minus:after,
.cid-u6ybRI9WGO .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-u6ybRI9WGO input::-webkit-clear-button {
  display: none;
}
.cid-u6ybRI9WGO input::-webkit-inner-spin-button {
  display: none;
}
.cid-u6ybRI9WGO input::-webkit-outer-spin-button {
  display: none;
}
.cid-u6ybRI9WGO input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u6ybRI9WGO H4 {
  color: #fff0b0;
}
.cid-u6yVggWvor {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6yVggWvor .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-u6yVggWvor .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-u6yVggWvor .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-u6yVggWvor .social-list {
  width: auto;
}
.cid-u6yVggWvor .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-u6yVggWvor .social-media {
  padding: 0;
  text-align: center;
}
.cid-u6yVggWvor .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u6yVggWvor .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-u6yVggWvor .mbr-section-title,
.cid-u6yVggWvor .social-media {
  color: #111213;
}
.cid-u6xwMK57lb {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u6xwMK57lb .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6xwMK57lb .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-u6xwMK57lb .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u6xwMK57lb .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u6xwMK57lb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6xwMK57lb .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u6xwMK57lb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6xwMK57lb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u6xwMK57lb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u6xwMK57lb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u6xwMK57lb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u6xwMK57lb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u6xwMK57lb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6xwMK57lb .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u6xwMK57lb .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u6xwMK57lb .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u6xwMK57lb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6xwMK57lb .dropdown-item.active,
.cid-u6xwMK57lb .dropdown-item:active {
  background-color: transparent;
}
.cid-u6xwMK57lb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u6xwMK57lb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6xwMK57lb ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u6xwMK57lb .navbar-buttons {
  text-align: center;
}
.cid-u6xwMK57lb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u6xwMK57lb .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u6xwMK57lb .nav-link:hover,
.cid-u6xwMK57lb .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6xwMK57lb .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u6xwMK57lb .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u6xwMK57lb .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u8ZGMe9hmR {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-u8ZGMe9hmR .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-u8ZGMe9hmR .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-u8ZGMe9hmR .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-u8ZGMe9hmR .social-list {
  width: auto;
}
.cid-u8ZGMe9hmR .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-u8ZGMe9hmR .social-media {
  padding: 0;
  text-align: center;
}
.cid-u8ZGMe9hmR .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u8ZGMe9hmR .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-u8ZGMe9hmR .mbr-section-title,
.cid-u8ZGMe9hmR .social-media {
  color: #fff0b0;
}
.cid-u8ZHagLOva {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-u8ZHagLOva .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-u8ZHagLOva .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-u8ZHagLOva .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-u8ZHagLOva .social-list {
  width: auto;
}
.cid-u8ZHagLOva .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-u8ZHagLOva .social-media {
  padding: 0;
  text-align: center;
}
.cid-u8ZHagLOva .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u8ZHagLOva .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-u8ZHagLOva .mbr-section-title,
.cid-u8ZHagLOva .social-media {
  color: #fff0b0;
}
.cid-u8ZKdgCHvW {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-u8ZKdgCHvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ZKdgCHvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ZKdgCHvW .mbr-section-title {
  color: #bc9c22;
  text-align: center;
}
.cid-u6xwMK57lb {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u6xwMK57lb .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6xwMK57lb .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-u6xwMK57lb .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-u6xwMK57lb .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u6xwMK57lb .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u6xwMK57lb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6xwMK57lb .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u6xwMK57lb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6xwMK57lb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u6xwMK57lb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u6xwMK57lb .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u6xwMK57lb .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u6xwMK57lb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u6xwMK57lb .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u6xwMK57lb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u6xwMK57lb .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u6xwMK57lb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u6xwMK57lb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6xwMK57lb .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u6xwMK57lb .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u6xwMK57lb .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u6xwMK57lb .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u6xwMK57lb .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u6xwMK57lb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6xwMK57lb .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6xwMK57lb .dropdown-item.active,
.cid-u6xwMK57lb .dropdown-item:active {
  background-color: transparent;
}
.cid-u6xwMK57lb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6xwMK57lb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u6xwMK57lb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6xwMK57lb ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u6xwMK57lb .navbar-buttons {
  text-align: center;
}
.cid-u6xwMK57lb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u6xwMK57lb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6xwMK57lb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u6xwMK57lb .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u6xwMK57lb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u6xwMK57lb .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u6xwMK57lb .nav-link:hover,
.cid-u6xwMK57lb .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6xwMK57lb .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u6xwMK57lb .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u6xwMK57lb .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u6yMgQX9iW {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u6yMgQX9iW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6yMgQX9iW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6yMgQX9iW .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-u6yMgQX9iW .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-u6yMjPdU8P {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u6yMjPdU8P .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6yMjPdU8P .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-u6yMjPdU8P .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-u6yMjPdU8P .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-u6yMjPdU8P .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u6yMjPdU8P .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-u6yMjPdU8P .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uX8TRQJXn1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uX8TRQJXn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8TRQJXn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8TRQJXn1 .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uX8TRQJXn1 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uX8TYHDe9x {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uX8TYHDe9x .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX8TYHDe9x .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uX8TYHDe9x .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uX8TYHDe9x .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uX8TYHDe9x .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uX8TYHDe9x .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uX8TYHDe9x .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uP7Zh6d3yv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uP7Zh6d3yv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7Zh6d3yv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7Zh6d3yv .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uP7Zh6d3yv .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: center;
}
.cid-uP7Zjf9fqt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uP7Zjf9fqt .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP7Zjf9fqt .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uP7Zjf9fqt .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uP7Zjf9fqt .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uP7Zjf9fqt .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uP7Zjf9fqt .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uP7Zjf9fqt .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uC3mdH7o36 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uC3mdH7o36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3mdH7o36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC3mdH7o36 .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uC3mdH7o36 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uC3meJ7jx7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uC3meJ7jx7 .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC3meJ7jx7 .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uC3meJ7jx7 .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uC3meJ7jx7 .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uC3meJ7jx7 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uC3meJ7jx7 .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uC3meJ7jx7 .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uP80mHUrZT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uP80mHUrZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP80mHUrZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP80mHUrZT .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uP80mHUrZT .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: center;
}
.cid-uP80tt8ZwA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uP80tt8ZwA .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP80tt8ZwA .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uP80tt8ZwA .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uP80tt8ZwA .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uP80tt8ZwA .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uP80tt8ZwA .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uP80tt8ZwA .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uC3md68A0e {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uC3md68A0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3md68A0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC3md68A0e .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uC3md68A0e .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubCYDzDxHW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ubCYDzDxHW .mbr-media {
  position: relative;
}
.cid-ubCYDzDxHW .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 700px;
}
.cid-ubCYDzDxHW a:hover {
  background-image: none !important;
}
.cid-ubCYDzDxHW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ubCYDzDxHW .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ubCYDzDxHW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubCYDzDxHW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubCYDzDxHW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubCYDzDxHW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubCYDzDxHW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubCYDzDxHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCYDzDxHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCYDzDxHW .content-head {
  max-width: 800px;
}
.cid-ubCYDzDxHW .mbr-section-title {
  color: #000000;
}
.cid-u6yTpAfkrI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6yTpAfkrI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6yTpAfkrI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6yTpAfkrI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6yTpAfkrI .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u6yTpAfkrI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6yTpAfkrI .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6yTpAfkrI .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6yTpAfkrI .header-menu li p {
  margin: 0;
}
.cid-u6yTpAfkrI .content-head {
  max-width: 800px;
}
.cid-u6yK3nc0hb {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6yK3nc0hb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6yK3nc0hb .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-u6yK3nc0hb textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-u6yK3nc0hb .form-row {
    flex-direction: column;
  }
}
.cid-u6yK3nc0hb h4 {
  margin-bottom: 2rem;
}
.cid-u6yK3nc0hb .form-control,
.cid-u6yK3nc0hb .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-u6yK3nc0hb .form-control,
.cid-u6yK3nc0hb .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6yK3nc0hb .form-control::-webkit-input-placeholder,
.cid-u6yK3nc0hb .field-input::-webkit-input-placeholder,
.cid-u6yK3nc0hb .form-control::-webkit-input-placeholder,
.cid-u6yK3nc0hb .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6yK3nc0hb .form-control:-moz-placeholder,
.cid-u6yK3nc0hb .field-input:-moz-placeholder,
.cid-u6yK3nc0hb .form-control:-moz-placeholder,
.cid-u6yK3nc0hb .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6yK3nc0hb .form-control:hover,
.cid-u6yK3nc0hb .field-input:hover,
.cid-u6yK3nc0hb .form-control:focus,
.cid-u6yK3nc0hb .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-u6yK3nc0hb .form-control:hover::-webkit-input-placeholder,
.cid-u6yK3nc0hb .field-input:hover::-webkit-input-placeholder,
.cid-u6yK3nc0hb .form-control:focus::-webkit-input-placeholder,
.cid-u6yK3nc0hb .field-input:focus::-webkit-input-placeholder,
.cid-u6yK3nc0hb .form-control:hover::-webkit-input-placeholder,
.cid-u6yK3nc0hb .field-input:hover::-webkit-input-placeholder,
.cid-u6yK3nc0hb .form-control:focus::-webkit-input-placeholder,
.cid-u6yK3nc0hb .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6yK3nc0hb .form-control:hover:-moz-placeholder,
.cid-u6yK3nc0hb .field-input:hover:-moz-placeholder,
.cid-u6yK3nc0hb .form-control:focus:-moz-placeholder,
.cid-u6yK3nc0hb .field-input:focus:-moz-placeholder,
.cid-u6yK3nc0hb .form-control:hover:-moz-placeholder,
.cid-u6yK3nc0hb .field-input:hover:-moz-placeholder,
.cid-u6yK3nc0hb .form-control:focus:-moz-placeholder,
.cid-u6yK3nc0hb .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6yK3nc0hb .jq-number__spin:hover,
.cid-u6yK3nc0hb .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u6yK3nc0hb .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6yK3nc0hb .jq-selectbox li,
.cid-u6yK3nc0hb .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u6yK3nc0hb .jq-selectbox li:hover,
.cid-u6yK3nc0hb .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-u6yK3nc0hb .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u6yK3nc0hb .jq-number__spin.minus:hover:after,
.cid-u6yK3nc0hb .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u6yK3nc0hb .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u6yK3nc0hb .jq-number__spin.minus:after,
.cid-u6yK3nc0hb .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-u6yK3nc0hb input::-webkit-clear-button {
  display: none;
}
.cid-u6yK3nc0hb input::-webkit-inner-spin-button {
  display: none;
}
.cid-u6yK3nc0hb input::-webkit-outer-spin-button {
  display: none;
}
.cid-u6yK3nc0hb input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u6yK3nc0hb H4 {
  color: #fff0b0;
}
.cid-u6yW9VLFGf {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6yW9VLFGf .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-u6yW9VLFGf .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-u6yW9VLFGf .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-u6yW9VLFGf .social-list {
  width: auto;
}
.cid-u6yW9VLFGf .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-u6yW9VLFGf .social-media {
  padding: 0;
  text-align: center;
}
.cid-u6yW9VLFGf .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u6yW9VLFGf .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-u6yW9VLFGf .mbr-section-title,
.cid-u6yW9VLFGf .social-media {
  color: #111213;
}
.cid-ubCeoFgNin {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ubCeoFgNin .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ubCeoFgNin .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ubCeoFgNin .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-ubCeoFgNin .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-ubCeoFgNin .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-ubCeoFgNin .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ubCeoFgNin .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ubCeoFgNin .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubCeoFgNin .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ubCeoFgNin .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-ubCeoFgNin .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ubCeoFgNin .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubCeoFgNin .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-ubCeoFgNin .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ubCeoFgNin .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubCeoFgNin .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubCeoFgNin .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ubCeoFgNin .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ubCeoFgNin .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ubCeoFgNin .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubCeoFgNin .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ubCeoFgNin .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ubCeoFgNin .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ubCeoFgNin .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubCeoFgNin .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ubCeoFgNin .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubCeoFgNin .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubCeoFgNin .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ubCeoFgNin .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ubCeoFgNin .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ubCeoFgNin .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubCeoFgNin .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ubCeoFgNin .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ubCeoFgNin .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ubCeoFgNin .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ubCeoFgNin .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ubCeoFgNin .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ubCeoFgNin .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ubCeoFgNin .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ubCeoFgNin .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ubCeoFgNin .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ubCeoFgNin .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ubCeoFgNin .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubCeoFgNin .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubCeoFgNin .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ubCeoFgNin .dropdown-item.active,
.cid-ubCeoFgNin .dropdown-item:active {
  background-color: transparent;
}
.cid-ubCeoFgNin .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-ubCeoFgNin .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubCeoFgNin .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubCeoFgNin .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ubCeoFgNin .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ubCeoFgNin .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubCeoFgNin ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ubCeoFgNin .navbar-buttons {
  text-align: center;
}
.cid-ubCeoFgNin button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubCeoFgNin button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-ubCeoFgNin button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubCeoFgNin button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ubCeoFgNin button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ubCeoFgNin button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubCeoFgNin nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCeoFgNin nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ubCeoFgNin nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ubCeoFgNin nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCeoFgNin a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ubCeoFgNin .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ubCeoFgNin .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ubCeoFgNin .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ubCeoFgNin .nav-link:hover,
.cid-ubCeoFgNin .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ubCeoFgNin .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ubCeoFgNin .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ubCeoFgNin .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ubCeoFQZ1Z {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ubCeoFQZ1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCeoFQZ1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCeoFQZ1Z .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-ubCeoFQZ1Z .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubCg7pOzTf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ubCg7pOzTf .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubCg7pOzTf .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-ubCg7pOzTf .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ubCg7pOzTf .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-ubCg7pOzTf .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ubCg7pOzTf .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ubCg7pOzTf .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uC3kVU7fXQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uC3kVU7fXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3kVU7fXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC3kVU7fXQ .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uC3kVU7fXQ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uC3kYC3D5V {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uC3kYC3D5V .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC3kYC3D5V .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uC3kYC3D5V .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uC3kYC3D5V .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uC3kYC3D5V .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uC3kYC3D5V .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uC3kYC3D5V .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-urmpUyR8gK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-urmpUyR8gK .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmpUyR8gK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmpUyR8gK .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-urmpUyR8gK .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-urmpWEgVlc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-urmpWEgVlc .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-urmpWEgVlc .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-urmpWEgVlc .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-urmpWEgVlc .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-urmpWEgVlc .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-urmpWEgVlc .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-urmpWEgVlc .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ueZUQygrgi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ueZUQygrgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZUQygrgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZUQygrgi .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-ueZUQygrgi .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ueZVdXcvx5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ueZVdXcvx5 .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-ueZVdXcvx5 .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-ueZVdXcvx5 .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ueZVdXcvx5 .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-ueZVdXcvx5 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ueZVdXcvx5 .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ueZVdXcvx5 .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ubCeZhkUDh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ubCeZhkUDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCeZhkUDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCeZhkUDh .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-ubCeZhkUDh .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubCeYE30Tx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ubCeYE30Tx .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubCeYE30Tx .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-ubCeYE30Tx .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ubCeYE30Tx .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-ubCeYE30Tx .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ubCeYE30Tx .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ubCeYE30Tx .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ubCf0FBuhr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ubCf0FBuhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCf0FBuhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCf0FBuhr .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-ubCf0FBuhr .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubCeVhzlSM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ubCeVhzlSM .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubCeVhzlSM .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-ubCeVhzlSM .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ubCeVhzlSM .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-ubCeVhzlSM .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ubCeVhzlSM .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ubCeVhzlSM .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ubCeoGSh5y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ubCeoGSh5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCeoGSh5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCeoGSh5y .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubCeoGSh5y .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-ubCeoGSh5y .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubCeoGSh5y .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubCeoGSh5y .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubCeoGSh5y .header-menu li p {
  margin: 0;
}
.cid-ubCeoGSh5y .content-head {
  max-width: 800px;
}
.cid-ubCeoHglXx {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ubCeoHglXx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubCeoHglXx .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-ubCeoHglXx textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-ubCeoHglXx .form-row {
    flex-direction: column;
  }
}
.cid-ubCeoHglXx h4 {
  margin-bottom: 2rem;
}
.cid-ubCeoHglXx .form-control,
.cid-ubCeoHglXx .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-ubCeoHglXx .form-control,
.cid-ubCeoHglXx .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ubCeoHglXx .form-control::-webkit-input-placeholder,
.cid-ubCeoHglXx .field-input::-webkit-input-placeholder,
.cid-ubCeoHglXx .form-control::-webkit-input-placeholder,
.cid-ubCeoHglXx .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-ubCeoHglXx .form-control:-moz-placeholder,
.cid-ubCeoHglXx .field-input:-moz-placeholder,
.cid-ubCeoHglXx .form-control:-moz-placeholder,
.cid-ubCeoHglXx .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-ubCeoHglXx .form-control:hover,
.cid-ubCeoHglXx .field-input:hover,
.cid-ubCeoHglXx .form-control:focus,
.cid-ubCeoHglXx .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-ubCeoHglXx .form-control:hover::-webkit-input-placeholder,
.cid-ubCeoHglXx .field-input:hover::-webkit-input-placeholder,
.cid-ubCeoHglXx .form-control:focus::-webkit-input-placeholder,
.cid-ubCeoHglXx .field-input:focus::-webkit-input-placeholder,
.cid-ubCeoHglXx .form-control:hover::-webkit-input-placeholder,
.cid-ubCeoHglXx .field-input:hover::-webkit-input-placeholder,
.cid-ubCeoHglXx .form-control:focus::-webkit-input-placeholder,
.cid-ubCeoHglXx .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-ubCeoHglXx .form-control:hover:-moz-placeholder,
.cid-ubCeoHglXx .field-input:hover:-moz-placeholder,
.cid-ubCeoHglXx .form-control:focus:-moz-placeholder,
.cid-ubCeoHglXx .field-input:focus:-moz-placeholder,
.cid-ubCeoHglXx .form-control:hover:-moz-placeholder,
.cid-ubCeoHglXx .field-input:hover:-moz-placeholder,
.cid-ubCeoHglXx .form-control:focus:-moz-placeholder,
.cid-ubCeoHglXx .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-ubCeoHglXx .jq-number__spin:hover,
.cid-ubCeoHglXx .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ubCeoHglXx .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ubCeoHglXx .jq-selectbox li,
.cid-ubCeoHglXx .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-ubCeoHglXx .jq-selectbox li:hover,
.cid-ubCeoHglXx .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-ubCeoHglXx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ubCeoHglXx .jq-number__spin.minus:hover:after,
.cid-ubCeoHglXx .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-ubCeoHglXx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ubCeoHglXx .jq-number__spin.minus:after,
.cid-ubCeoHglXx .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-ubCeoHglXx input::-webkit-clear-button {
  display: none;
}
.cid-ubCeoHglXx input::-webkit-inner-spin-button {
  display: none;
}
.cid-ubCeoHglXx input::-webkit-outer-spin-button {
  display: none;
}
.cid-ubCeoHglXx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ubCeoHglXx H4 {
  color: #fff0b0;
}
.cid-ubCeoHGPd2 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ubCeoHGPd2 .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ubCeoHGPd2 .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-ubCeoHGPd2 .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-ubCeoHGPd2 .social-list {
  width: auto;
}
.cid-ubCeoHGPd2 .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-ubCeoHGPd2 .social-media {
  padding: 0;
  text-align: center;
}
.cid-ubCeoHGPd2 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ubCeoHGPd2 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-ubCeoHGPd2 .mbr-section-title,
.cid-ubCeoHGPd2 .social-media {
  color: #111213;
}
.cid-ubCgt0IFKF {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ubCgt0IFKF .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ubCgt0IFKF .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ubCgt0IFKF .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-ubCgt0IFKF .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-ubCgt0IFKF .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-ubCgt0IFKF .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ubCgt0IFKF .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ubCgt0IFKF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubCgt0IFKF .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ubCgt0IFKF .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-ubCgt0IFKF .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ubCgt0IFKF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubCgt0IFKF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-ubCgt0IFKF .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ubCgt0IFKF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubCgt0IFKF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubCgt0IFKF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ubCgt0IFKF .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ubCgt0IFKF .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ubCgt0IFKF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubCgt0IFKF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ubCgt0IFKF .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ubCgt0IFKF .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ubCgt0IFKF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubCgt0IFKF .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ubCgt0IFKF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubCgt0IFKF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubCgt0IFKF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ubCgt0IFKF .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ubCgt0IFKF .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ubCgt0IFKF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubCgt0IFKF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ubCgt0IFKF .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ubCgt0IFKF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ubCgt0IFKF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ubCgt0IFKF .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ubCgt0IFKF .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ubCgt0IFKF .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ubCgt0IFKF .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ubCgt0IFKF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ubCgt0IFKF .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ubCgt0IFKF .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ubCgt0IFKF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubCgt0IFKF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubCgt0IFKF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ubCgt0IFKF .dropdown-item.active,
.cid-ubCgt0IFKF .dropdown-item:active {
  background-color: transparent;
}
.cid-ubCgt0IFKF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-ubCgt0IFKF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubCgt0IFKF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubCgt0IFKF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ubCgt0IFKF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ubCgt0IFKF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubCgt0IFKF ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ubCgt0IFKF .navbar-buttons {
  text-align: center;
}
.cid-ubCgt0IFKF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubCgt0IFKF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-ubCgt0IFKF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubCgt0IFKF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ubCgt0IFKF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ubCgt0IFKF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubCgt0IFKF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCgt0IFKF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ubCgt0IFKF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ubCgt0IFKF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCgt0IFKF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ubCgt0IFKF .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ubCgt0IFKF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ubCgt0IFKF .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ubCgt0IFKF .nav-link:hover,
.cid-ubCgt0IFKF .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ubCgt0IFKF .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ubCgt0IFKF .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ubCgt0IFKF .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ubCgt1g21Z {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ubCgt1g21Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCgt1g21Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCgt1g21Z .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-ubCgt1g21Z .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubCgMP1wmJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ubCgMP1wmJ .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubCgMP1wmJ .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-ubCgMP1wmJ .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ubCgMP1wmJ .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-ubCgMP1wmJ .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ubCgMP1wmJ .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ubCgMP1wmJ .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ufeKVPS8CA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ufeKVPS8CA .mbr-media {
  position: relative;
}
.cid-ufeKVPS8CA .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 700px;
}
.cid-ufeKVPS8CA a:hover {
  background-image: none !important;
}
.cid-ufeKVPS8CA .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ufeKVPS8CA .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ufeKVPS8CA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ufeKVPS8CA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ufeKVPS8CA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ufeKVPS8CA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ufeKVPS8CA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufeKVPS8CA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufeKVPS8CA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufeKVPS8CA .content-head {
  max-width: 800px;
}
.cid-ufeKVPS8CA .mbr-section-title {
  color: #000000;
}
.cid-ueZX1HptiI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ueZX1HptiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZX1HptiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueZX1HptiI .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-ueZX1HptiI .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ueZXg9GUxT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ueZXg9GUxT .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-ueZXg9GUxT .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-ueZXg9GUxT .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ueZXg9GUxT .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-ueZXg9GUxT .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ueZXg9GUxT .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ueZXg9GUxT .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ubCgt2aSuJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ubCgt2aSuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCgt2aSuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCgt2aSuJ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubCgt2aSuJ .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-ubCgt2aSuJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubCgt2aSuJ .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubCgt2aSuJ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubCgt2aSuJ .header-menu li p {
  margin: 0;
}
.cid-ubCgt2aSuJ .content-head {
  max-width: 800px;
}
.cid-ubCgt2CHp6 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ubCgt2CHp6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubCgt2CHp6 .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-ubCgt2CHp6 textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-ubCgt2CHp6 .form-row {
    flex-direction: column;
  }
}
.cid-ubCgt2CHp6 h4 {
  margin-bottom: 2rem;
}
.cid-ubCgt2CHp6 .form-control,
.cid-ubCgt2CHp6 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-ubCgt2CHp6 .form-control,
.cid-ubCgt2CHp6 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ubCgt2CHp6 .form-control::-webkit-input-placeholder,
.cid-ubCgt2CHp6 .field-input::-webkit-input-placeholder,
.cid-ubCgt2CHp6 .form-control::-webkit-input-placeholder,
.cid-ubCgt2CHp6 .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-ubCgt2CHp6 .form-control:-moz-placeholder,
.cid-ubCgt2CHp6 .field-input:-moz-placeholder,
.cid-ubCgt2CHp6 .form-control:-moz-placeholder,
.cid-ubCgt2CHp6 .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-ubCgt2CHp6 .form-control:hover,
.cid-ubCgt2CHp6 .field-input:hover,
.cid-ubCgt2CHp6 .form-control:focus,
.cid-ubCgt2CHp6 .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-ubCgt2CHp6 .form-control:hover::-webkit-input-placeholder,
.cid-ubCgt2CHp6 .field-input:hover::-webkit-input-placeholder,
.cid-ubCgt2CHp6 .form-control:focus::-webkit-input-placeholder,
.cid-ubCgt2CHp6 .field-input:focus::-webkit-input-placeholder,
.cid-ubCgt2CHp6 .form-control:hover::-webkit-input-placeholder,
.cid-ubCgt2CHp6 .field-input:hover::-webkit-input-placeholder,
.cid-ubCgt2CHp6 .form-control:focus::-webkit-input-placeholder,
.cid-ubCgt2CHp6 .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-ubCgt2CHp6 .form-control:hover:-moz-placeholder,
.cid-ubCgt2CHp6 .field-input:hover:-moz-placeholder,
.cid-ubCgt2CHp6 .form-control:focus:-moz-placeholder,
.cid-ubCgt2CHp6 .field-input:focus:-moz-placeholder,
.cid-ubCgt2CHp6 .form-control:hover:-moz-placeholder,
.cid-ubCgt2CHp6 .field-input:hover:-moz-placeholder,
.cid-ubCgt2CHp6 .form-control:focus:-moz-placeholder,
.cid-ubCgt2CHp6 .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-ubCgt2CHp6 .jq-number__spin:hover,
.cid-ubCgt2CHp6 .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ubCgt2CHp6 .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ubCgt2CHp6 .jq-selectbox li,
.cid-ubCgt2CHp6 .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-ubCgt2CHp6 .jq-selectbox li:hover,
.cid-ubCgt2CHp6 .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-ubCgt2CHp6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ubCgt2CHp6 .jq-number__spin.minus:hover:after,
.cid-ubCgt2CHp6 .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-ubCgt2CHp6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ubCgt2CHp6 .jq-number__spin.minus:after,
.cid-ubCgt2CHp6 .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-ubCgt2CHp6 input::-webkit-clear-button {
  display: none;
}
.cid-ubCgt2CHp6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-ubCgt2CHp6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-ubCgt2CHp6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ubCgt2CHp6 H4 {
  color: #fff0b0;
}
.cid-ubCgt30b1B {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ubCgt30b1B .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ubCgt30b1B .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-ubCgt30b1B .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-ubCgt30b1B .social-list {
  width: auto;
}
.cid-ubCgt30b1B .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-ubCgt30b1B .social-media {
  padding: 0;
  text-align: center;
}
.cid-ubCgt30b1B .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ubCgt30b1B .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-ubCgt30b1B .mbr-section-title,
.cid-ubCgt30b1B .social-media {
  color: #111213;
}
.cid-ubChQeVPNL {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ubChQeVPNL .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ubChQeVPNL .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ubChQeVPNL .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-ubChQeVPNL .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-ubChQeVPNL .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-ubChQeVPNL .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ubChQeVPNL .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ubChQeVPNL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubChQeVPNL .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ubChQeVPNL .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-ubChQeVPNL .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ubChQeVPNL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubChQeVPNL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-ubChQeVPNL .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ubChQeVPNL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubChQeVPNL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubChQeVPNL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ubChQeVPNL .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ubChQeVPNL .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ubChQeVPNL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubChQeVPNL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ubChQeVPNL .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ubChQeVPNL .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ubChQeVPNL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubChQeVPNL .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ubChQeVPNL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubChQeVPNL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubChQeVPNL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ubChQeVPNL .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ubChQeVPNL .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ubChQeVPNL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubChQeVPNL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ubChQeVPNL .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ubChQeVPNL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ubChQeVPNL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ubChQeVPNL .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ubChQeVPNL .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ubChQeVPNL .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ubChQeVPNL .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ubChQeVPNL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ubChQeVPNL .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ubChQeVPNL .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ubChQeVPNL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubChQeVPNL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubChQeVPNL .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ubChQeVPNL .dropdown-item.active,
.cid-ubChQeVPNL .dropdown-item:active {
  background-color: transparent;
}
.cid-ubChQeVPNL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-ubChQeVPNL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubChQeVPNL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubChQeVPNL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ubChQeVPNL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ubChQeVPNL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubChQeVPNL ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ubChQeVPNL .navbar-buttons {
  text-align: center;
}
.cid-ubChQeVPNL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubChQeVPNL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-ubChQeVPNL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubChQeVPNL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ubChQeVPNL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ubChQeVPNL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubChQeVPNL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubChQeVPNL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ubChQeVPNL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ubChQeVPNL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubChQeVPNL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ubChQeVPNL .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ubChQeVPNL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ubChQeVPNL .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ubChQeVPNL .nav-link:hover,
.cid-ubChQeVPNL .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ubChQeVPNL .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ubChQeVPNL .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ubChQeVPNL .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ubChQft8Pd {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ubChQft8Pd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubChQft8Pd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubChQft8Pd .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-ubChQft8Pd .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubCib5OfCV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ubCib5OfCV .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubCib5OfCV .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-ubCib5OfCV .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ubCib5OfCV .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-ubCib5OfCV .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ubCib5OfCV .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ubCib5OfCV .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uX8VYcg1Zz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uX8VYcg1Zz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8VYcg1Zz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8VYcg1Zz .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uX8VYcg1Zz .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uX8W133zK1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uX8W133zK1 .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uX8W133zK1 .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uX8W133zK1 .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uX8W133zK1 .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uX8W133zK1 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uX8W133zK1 .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uX8W133zK1 .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uEziWvLcUf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uEziWvLcUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEziWvLcUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEziWvLcUf .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uEziWvLcUf .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uEziXz55qp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uEziXz55qp .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEziXz55qp .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uEziXz55qp .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uEziXz55qp .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uEziXz55qp .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uEziXz55qp .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uEziXz55qp .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uEziDrECP3 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uEziDrECP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEziDrECP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEziDrECP3 .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uEziDrECP3 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uEziFexWqY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uEziFexWqY .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEziFexWqY .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uEziFexWqY .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uEziFexWqY .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uEziFexWqY .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uEziFexWqY .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uEziFexWqY .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uC3oPhtAeM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uC3oPhtAeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3oPhtAeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC3oPhtAeM .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uC3oPhtAeM .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uC3oQ8j009 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uC3oQ8j009 .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC3oQ8j009 .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uC3oQ8j009 .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uC3oQ8j009 .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uC3oQ8j009 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uC3oQ8j009 .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uC3oQ8j009 .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ubCi5rI61H {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ubCi5rI61H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCi5rI61H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCi5rI61H .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-ubCi5rI61H .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubCi62ROL5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ubCi62ROL5 .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubCi62ROL5 .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-ubCi62ROL5 .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ubCi62ROL5 .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-ubCi62ROL5 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ubCi62ROL5 .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ubCi62ROL5 .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ubCi47zNKS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ubCi47zNKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCi47zNKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCi47zNKS .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-ubCi47zNKS .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubCi4K1BE8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ubCi4K1BE8 .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubCi4K1BE8 .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-ubCi4K1BE8 .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ubCi4K1BE8 .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-ubCi4K1BE8 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ubCi4K1BE8 .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ubCi4K1BE8 .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ubChQgm40V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ubChQgm40V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubChQgm40V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubChQgm40V .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubChQgm40V .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-ubChQgm40V .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubChQgm40V .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubChQgm40V .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubChQgm40V .header-menu li p {
  margin: 0;
}
.cid-ubChQgm40V .content-head {
  max-width: 800px;
}
.cid-ubChQgLhpF {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ubChQgLhpF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubChQgLhpF .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-ubChQgLhpF textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-ubChQgLhpF .form-row {
    flex-direction: column;
  }
}
.cid-ubChQgLhpF h4 {
  margin-bottom: 2rem;
}
.cid-ubChQgLhpF .form-control,
.cid-ubChQgLhpF .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-ubChQgLhpF .form-control,
.cid-ubChQgLhpF .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ubChQgLhpF .form-control::-webkit-input-placeholder,
.cid-ubChQgLhpF .field-input::-webkit-input-placeholder,
.cid-ubChQgLhpF .form-control::-webkit-input-placeholder,
.cid-ubChQgLhpF .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-ubChQgLhpF .form-control:-moz-placeholder,
.cid-ubChQgLhpF .field-input:-moz-placeholder,
.cid-ubChQgLhpF .form-control:-moz-placeholder,
.cid-ubChQgLhpF .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-ubChQgLhpF .form-control:hover,
.cid-ubChQgLhpF .field-input:hover,
.cid-ubChQgLhpF .form-control:focus,
.cid-ubChQgLhpF .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-ubChQgLhpF .form-control:hover::-webkit-input-placeholder,
.cid-ubChQgLhpF .field-input:hover::-webkit-input-placeholder,
.cid-ubChQgLhpF .form-control:focus::-webkit-input-placeholder,
.cid-ubChQgLhpF .field-input:focus::-webkit-input-placeholder,
.cid-ubChQgLhpF .form-control:hover::-webkit-input-placeholder,
.cid-ubChQgLhpF .field-input:hover::-webkit-input-placeholder,
.cid-ubChQgLhpF .form-control:focus::-webkit-input-placeholder,
.cid-ubChQgLhpF .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-ubChQgLhpF .form-control:hover:-moz-placeholder,
.cid-ubChQgLhpF .field-input:hover:-moz-placeholder,
.cid-ubChQgLhpF .form-control:focus:-moz-placeholder,
.cid-ubChQgLhpF .field-input:focus:-moz-placeholder,
.cid-ubChQgLhpF .form-control:hover:-moz-placeholder,
.cid-ubChQgLhpF .field-input:hover:-moz-placeholder,
.cid-ubChQgLhpF .form-control:focus:-moz-placeholder,
.cid-ubChQgLhpF .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-ubChQgLhpF .jq-number__spin:hover,
.cid-ubChQgLhpF .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ubChQgLhpF .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ubChQgLhpF .jq-selectbox li,
.cid-ubChQgLhpF .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-ubChQgLhpF .jq-selectbox li:hover,
.cid-ubChQgLhpF .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-ubChQgLhpF .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ubChQgLhpF .jq-number__spin.minus:hover:after,
.cid-ubChQgLhpF .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-ubChQgLhpF .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ubChQgLhpF .jq-number__spin.minus:after,
.cid-ubChQgLhpF .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-ubChQgLhpF input::-webkit-clear-button {
  display: none;
}
.cid-ubChQgLhpF input::-webkit-inner-spin-button {
  display: none;
}
.cid-ubChQgLhpF input::-webkit-outer-spin-button {
  display: none;
}
.cid-ubChQgLhpF input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ubChQgLhpF H4 {
  color: #fff0b0;
}
.cid-ubChQhaVG8 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ubChQhaVG8 .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ubChQhaVG8 .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-ubChQhaVG8 .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-ubChQhaVG8 .social-list {
  width: auto;
}
.cid-ubChQhaVG8 .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-ubChQhaVG8 .social-media {
  padding: 0;
  text-align: center;
}
.cid-ubChQhaVG8 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ubChQhaVG8 .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-ubChQhaVG8 .mbr-section-title,
.cid-ubChQhaVG8 .social-media {
  color: #111213;
}
.cid-ubCSA2URbv {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ubCSA2URbv .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ubCSA2URbv .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ubCSA2URbv .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-ubCSA2URbv .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-ubCSA2URbv .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-ubCSA2URbv .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ubCSA2URbv .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ubCSA2URbv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubCSA2URbv .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ubCSA2URbv .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-ubCSA2URbv .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ubCSA2URbv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubCSA2URbv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-ubCSA2URbv .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ubCSA2URbv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubCSA2URbv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubCSA2URbv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ubCSA2URbv .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ubCSA2URbv .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ubCSA2URbv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubCSA2URbv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ubCSA2URbv .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ubCSA2URbv .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ubCSA2URbv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubCSA2URbv .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ubCSA2URbv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubCSA2URbv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubCSA2URbv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ubCSA2URbv .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ubCSA2URbv .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ubCSA2URbv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubCSA2URbv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ubCSA2URbv .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ubCSA2URbv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ubCSA2URbv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ubCSA2URbv .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ubCSA2URbv .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ubCSA2URbv .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ubCSA2URbv .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ubCSA2URbv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ubCSA2URbv .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ubCSA2URbv .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ubCSA2URbv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubCSA2URbv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubCSA2URbv .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ubCSA2URbv .dropdown-item.active,
.cid-ubCSA2URbv .dropdown-item:active {
  background-color: transparent;
}
.cid-ubCSA2URbv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-ubCSA2URbv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubCSA2URbv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubCSA2URbv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ubCSA2URbv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ubCSA2URbv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubCSA2URbv ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ubCSA2URbv .navbar-buttons {
  text-align: center;
}
.cid-ubCSA2URbv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ubCSA2URbv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-ubCSA2URbv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubCSA2URbv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ubCSA2URbv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ubCSA2URbv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubCSA2URbv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCSA2URbv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ubCSA2URbv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ubCSA2URbv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubCSA2URbv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ubCSA2URbv .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ubCSA2URbv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ubCSA2URbv .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ubCSA2URbv .nav-link:hover,
.cid-ubCSA2URbv .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ubCSA2URbv .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ubCSA2URbv .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ubCSA2URbv .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ubCSA3uw6u {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ubCSA3uw6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCSA3uw6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCSA3uw6u .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-ubCSA3uw6u .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ubCSA3Xu6v {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ubCSA3Xu6v .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-ubCSA3Xu6v .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-ubCSA3Xu6v .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-ubCSA3Xu6v .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-ubCSA3Xu6v .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ubCSA3Xu6v .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-ubCSA3Xu6v .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uP7HNBpvSp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uP7HNBpvSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7HNBpvSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7HNBpvSp .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uP7HNBpvSp .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: center;
}
.cid-uP7HOGLIjv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uP7HOGLIjv .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP7HOGLIjv .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uP7HOGLIjv .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uP7HOGLIjv .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uP7HOGLIjv .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uP7HOGLIjv .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uP7HOGLIjv .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ubCSA62wBF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ubCSA62wBF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubCSA62wBF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubCSA62wBF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubCSA62wBF .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-ubCSA62wBF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubCSA62wBF .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ubCSA62wBF .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ubCSA62wBF .header-menu li p {
  margin: 0;
}
.cid-ubCSA62wBF .content-head {
  max-width: 800px;
}
.cid-ubCSA6u1O1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ubCSA6u1O1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ubCSA6u1O1 .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-ubCSA6u1O1 textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-ubCSA6u1O1 .form-row {
    flex-direction: column;
  }
}
.cid-ubCSA6u1O1 h4 {
  margin-bottom: 2rem;
}
.cid-ubCSA6u1O1 .form-control,
.cid-ubCSA6u1O1 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-ubCSA6u1O1 .form-control,
.cid-ubCSA6u1O1 .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ubCSA6u1O1 .form-control::-webkit-input-placeholder,
.cid-ubCSA6u1O1 .field-input::-webkit-input-placeholder,
.cid-ubCSA6u1O1 .form-control::-webkit-input-placeholder,
.cid-ubCSA6u1O1 .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-ubCSA6u1O1 .form-control:-moz-placeholder,
.cid-ubCSA6u1O1 .field-input:-moz-placeholder,
.cid-ubCSA6u1O1 .form-control:-moz-placeholder,
.cid-ubCSA6u1O1 .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-ubCSA6u1O1 .form-control:hover,
.cid-ubCSA6u1O1 .field-input:hover,
.cid-ubCSA6u1O1 .form-control:focus,
.cid-ubCSA6u1O1 .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-ubCSA6u1O1 .form-control:hover::-webkit-input-placeholder,
.cid-ubCSA6u1O1 .field-input:hover::-webkit-input-placeholder,
.cid-ubCSA6u1O1 .form-control:focus::-webkit-input-placeholder,
.cid-ubCSA6u1O1 .field-input:focus::-webkit-input-placeholder,
.cid-ubCSA6u1O1 .form-control:hover::-webkit-input-placeholder,
.cid-ubCSA6u1O1 .field-input:hover::-webkit-input-placeholder,
.cid-ubCSA6u1O1 .form-control:focus::-webkit-input-placeholder,
.cid-ubCSA6u1O1 .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-ubCSA6u1O1 .form-control:hover:-moz-placeholder,
.cid-ubCSA6u1O1 .field-input:hover:-moz-placeholder,
.cid-ubCSA6u1O1 .form-control:focus:-moz-placeholder,
.cid-ubCSA6u1O1 .field-input:focus:-moz-placeholder,
.cid-ubCSA6u1O1 .form-control:hover:-moz-placeholder,
.cid-ubCSA6u1O1 .field-input:hover:-moz-placeholder,
.cid-ubCSA6u1O1 .form-control:focus:-moz-placeholder,
.cid-ubCSA6u1O1 .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-ubCSA6u1O1 .jq-number__spin:hover,
.cid-ubCSA6u1O1 .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ubCSA6u1O1 .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ubCSA6u1O1 .jq-selectbox li,
.cid-ubCSA6u1O1 .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-ubCSA6u1O1 .jq-selectbox li:hover,
.cid-ubCSA6u1O1 .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-ubCSA6u1O1 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ubCSA6u1O1 .jq-number__spin.minus:hover:after,
.cid-ubCSA6u1O1 .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-ubCSA6u1O1 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ubCSA6u1O1 .jq-number__spin.minus:after,
.cid-ubCSA6u1O1 .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-ubCSA6u1O1 input::-webkit-clear-button {
  display: none;
}
.cid-ubCSA6u1O1 input::-webkit-inner-spin-button {
  display: none;
}
.cid-ubCSA6u1O1 input::-webkit-outer-spin-button {
  display: none;
}
.cid-ubCSA6u1O1 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ubCSA6u1O1 H4 {
  color: #fff0b0;
}
.cid-ubCSA6W80S {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ubCSA6W80S .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ubCSA6W80S .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-ubCSA6W80S .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-ubCSA6W80S .social-list {
  width: auto;
}
.cid-ubCSA6W80S .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-ubCSA6W80S .social-media {
  padding: 0;
  text-align: center;
}
.cid-ubCSA6W80S .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ubCSA6W80S .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-ubCSA6W80S .mbr-section-title,
.cid-ubCSA6W80S .social-media {
  color: #111213;
}
.cid-ufeyMuzAsx {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-ufeyMuzAsx .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-ufeyMuzAsx .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-ufeyMuzAsx .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-ufeyMuzAsx .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-ufeyMuzAsx .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-ufeyMuzAsx .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-ufeyMuzAsx .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-ufeyMuzAsx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufeyMuzAsx .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-ufeyMuzAsx .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-ufeyMuzAsx .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-ufeyMuzAsx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufeyMuzAsx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-ufeyMuzAsx .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-ufeyMuzAsx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufeyMuzAsx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufeyMuzAsx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ufeyMuzAsx .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-ufeyMuzAsx .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-ufeyMuzAsx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufeyMuzAsx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-ufeyMuzAsx .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-ufeyMuzAsx .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-ufeyMuzAsx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufeyMuzAsx .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-ufeyMuzAsx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufeyMuzAsx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufeyMuzAsx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ufeyMuzAsx .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-ufeyMuzAsx .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-ufeyMuzAsx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufeyMuzAsx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-ufeyMuzAsx .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-ufeyMuzAsx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-ufeyMuzAsx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ufeyMuzAsx .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-ufeyMuzAsx .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-ufeyMuzAsx .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-ufeyMuzAsx .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-ufeyMuzAsx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ufeyMuzAsx .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-ufeyMuzAsx .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-ufeyMuzAsx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufeyMuzAsx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufeyMuzAsx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ufeyMuzAsx .dropdown-item.active,
.cid-ufeyMuzAsx .dropdown-item:active {
  background-color: transparent;
}
.cid-ufeyMuzAsx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-ufeyMuzAsx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufeyMuzAsx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufeyMuzAsx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ufeyMuzAsx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-ufeyMuzAsx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufeyMuzAsx ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-ufeyMuzAsx .navbar-buttons {
  text-align: center;
}
.cid-ufeyMuzAsx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ufeyMuzAsx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-ufeyMuzAsx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufeyMuzAsx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ufeyMuzAsx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-ufeyMuzAsx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufeyMuzAsx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufeyMuzAsx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-ufeyMuzAsx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-ufeyMuzAsx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufeyMuzAsx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-ufeyMuzAsx .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-ufeyMuzAsx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-ufeyMuzAsx .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-ufeyMuzAsx .nav-link:hover,
.cid-ufeyMuzAsx .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-ufeyMuzAsx .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-ufeyMuzAsx .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-ufeyMuzAsx .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-ufeyMvbHO8 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ufeyMvbHO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufeyMvbHO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufeyMvbHO8 .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-ufeyMvbHO8 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-ufeyMvAP0w {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-ufeyMvAP0w .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-ufeyMvAP0w .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufeyMvAP0w .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufeyMvAP0w .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ufeyMvAP0w .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-ufeyMvAP0w .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ufeyMvAP0w .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-ufeyMvAP0w .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ufeyMvAP0w .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-ufeyMvAP0w .mbr-gallery-item > div img,
.cid-ufeyMvAP0w .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-ufeyMvAP0w .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-ufeyMvAP0w .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-ufeyMvAP0w .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-ufeyMvAP0w .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-ufeyMvAP0w .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-ufeyMvAP0w .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-ufeyMvAP0w .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-ufeyMvAP0w .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-ufeyMvAP0w .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-ufeyMwmPKF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ufeyMwmPKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufeyMwmPKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufeyMwmPKF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufeyMwmPKF .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-ufeyMwmPKF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ufeyMwmPKF .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ufeyMwmPKF .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufeyMwmPKF .header-menu li p {
  margin: 0;
}
.cid-ufeyMwmPKF .content-head {
  max-width: 800px;
}
.cid-ufeyMwSCcV {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ufeyMwSCcV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufeyMwSCcV .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-ufeyMwSCcV textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-ufeyMwSCcV .form-row {
    flex-direction: column;
  }
}
.cid-ufeyMwSCcV h4 {
  margin-bottom: 2rem;
}
.cid-ufeyMwSCcV .form-control,
.cid-ufeyMwSCcV .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-ufeyMwSCcV .form-control,
.cid-ufeyMwSCcV .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufeyMwSCcV .form-control::-webkit-input-placeholder,
.cid-ufeyMwSCcV .field-input::-webkit-input-placeholder,
.cid-ufeyMwSCcV .form-control::-webkit-input-placeholder,
.cid-ufeyMwSCcV .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-ufeyMwSCcV .form-control:-moz-placeholder,
.cid-ufeyMwSCcV .field-input:-moz-placeholder,
.cid-ufeyMwSCcV .form-control:-moz-placeholder,
.cid-ufeyMwSCcV .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-ufeyMwSCcV .form-control:hover,
.cid-ufeyMwSCcV .field-input:hover,
.cid-ufeyMwSCcV .form-control:focus,
.cid-ufeyMwSCcV .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-ufeyMwSCcV .form-control:hover::-webkit-input-placeholder,
.cid-ufeyMwSCcV .field-input:hover::-webkit-input-placeholder,
.cid-ufeyMwSCcV .form-control:focus::-webkit-input-placeholder,
.cid-ufeyMwSCcV .field-input:focus::-webkit-input-placeholder,
.cid-ufeyMwSCcV .form-control:hover::-webkit-input-placeholder,
.cid-ufeyMwSCcV .field-input:hover::-webkit-input-placeholder,
.cid-ufeyMwSCcV .form-control:focus::-webkit-input-placeholder,
.cid-ufeyMwSCcV .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-ufeyMwSCcV .form-control:hover:-moz-placeholder,
.cid-ufeyMwSCcV .field-input:hover:-moz-placeholder,
.cid-ufeyMwSCcV .form-control:focus:-moz-placeholder,
.cid-ufeyMwSCcV .field-input:focus:-moz-placeholder,
.cid-ufeyMwSCcV .form-control:hover:-moz-placeholder,
.cid-ufeyMwSCcV .field-input:hover:-moz-placeholder,
.cid-ufeyMwSCcV .form-control:focus:-moz-placeholder,
.cid-ufeyMwSCcV .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-ufeyMwSCcV .jq-number__spin:hover,
.cid-ufeyMwSCcV .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufeyMwSCcV .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufeyMwSCcV .jq-selectbox li,
.cid-ufeyMwSCcV .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-ufeyMwSCcV .jq-selectbox li:hover,
.cid-ufeyMwSCcV .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-ufeyMwSCcV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ufeyMwSCcV .jq-number__spin.minus:hover:after,
.cid-ufeyMwSCcV .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-ufeyMwSCcV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ufeyMwSCcV .jq-number__spin.minus:after,
.cid-ufeyMwSCcV .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-ufeyMwSCcV input::-webkit-clear-button {
  display: none;
}
.cid-ufeyMwSCcV input::-webkit-inner-spin-button {
  display: none;
}
.cid-ufeyMwSCcV input::-webkit-outer-spin-button {
  display: none;
}
.cid-ufeyMwSCcV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ufeyMwSCcV H4 {
  color: #fff0b0;
}
.cid-ufeyMxmZQe {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-ufeyMxmZQe .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ufeyMxmZQe .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-ufeyMxmZQe .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-ufeyMxmZQe .social-list {
  width: auto;
}
.cid-ufeyMxmZQe .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-ufeyMxmZQe .social-media {
  padding: 0;
  text-align: center;
}
.cid-ufeyMxmZQe .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-ufeyMxmZQe .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-ufeyMxmZQe .mbr-section-title,
.cid-ufeyMxmZQe .social-media {
  color: #111213;
}
.cid-uhhc9l4yMC {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uhhc9l4yMC .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uhhc9l4yMC .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uhhc9l4yMC .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-uhhc9l4yMC .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-uhhc9l4yMC .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-uhhc9l4yMC .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhhc9l4yMC .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhhc9l4yMC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhhc9l4yMC .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uhhc9l4yMC .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-uhhc9l4yMC .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhhc9l4yMC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhhc9l4yMC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-uhhc9l4yMC .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhhc9l4yMC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhhc9l4yMC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhhc9l4yMC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uhhc9l4yMC .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhhc9l4yMC .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uhhc9l4yMC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhhc9l4yMC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uhhc9l4yMC .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhhc9l4yMC .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uhhc9l4yMC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhhc9l4yMC .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhhc9l4yMC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhhc9l4yMC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhhc9l4yMC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uhhc9l4yMC .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhhc9l4yMC .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uhhc9l4yMC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhhc9l4yMC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uhhc9l4yMC .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhhc9l4yMC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uhhc9l4yMC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uhhc9l4yMC .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uhhc9l4yMC .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uhhc9l4yMC .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uhhc9l4yMC .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uhhc9l4yMC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uhhc9l4yMC .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uhhc9l4yMC .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uhhc9l4yMC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhhc9l4yMC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhhc9l4yMC .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uhhc9l4yMC .dropdown-item.active,
.cid-uhhc9l4yMC .dropdown-item:active {
  background-color: transparent;
}
.cid-uhhc9l4yMC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uhhc9l4yMC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhhc9l4yMC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhhc9l4yMC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhhc9l4yMC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhhc9l4yMC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhhc9l4yMC ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhhc9l4yMC .navbar-buttons {
  text-align: center;
}
.cid-uhhc9l4yMC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhhc9l4yMC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-uhhc9l4yMC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhhc9l4yMC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uhhc9l4yMC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uhhc9l4yMC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhhc9l4yMC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhc9l4yMC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uhhc9l4yMC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uhhc9l4yMC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhc9l4yMC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uhhc9l4yMC .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uhhc9l4yMC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhhc9l4yMC .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uhhc9l4yMC .nav-link:hover,
.cid-uhhc9l4yMC .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uhhc9l4yMC .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uhhc9l4yMC .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uhhc9l4yMC .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uhhc9lDZO3 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uhhc9lDZO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhc9lDZO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhc9lDZO3 .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uhhc9lDZO3 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uhhc9m6opE {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uhhc9m6opE .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-uhhc9m6opE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhhc9m6opE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhhc9m6opE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uhhc9m6opE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uhhc9m6opE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uhhc9m6opE .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uhhc9m6opE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uhhc9m6opE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-uhhc9m6opE .mbr-gallery-item > div img,
.cid-uhhc9m6opE .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-uhhc9m6opE .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-uhhc9m6opE .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-uhhc9m6opE .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-uhhc9m6opE .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-uhhc9m6opE .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-uhhc9m6opE .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-uhhc9m6opE .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uhhc9m6opE .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uhhc9m6opE .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-uhhc9mtklu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhhc9mtklu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhc9mtklu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhc9mtklu .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhhc9mtklu .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uhhc9mtklu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhhc9mtklu .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhhc9mtklu .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhhc9mtklu .header-menu li p {
  margin: 0;
}
.cid-uhhc9mtklu .content-head {
  max-width: 800px;
}
.cid-uhhc9mQzLQ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uhhc9mQzLQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uhhc9mQzLQ .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-uhhc9mQzLQ textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-uhhc9mQzLQ .form-row {
    flex-direction: column;
  }
}
.cid-uhhc9mQzLQ h4 {
  margin-bottom: 2rem;
}
.cid-uhhc9mQzLQ .form-control,
.cid-uhhc9mQzLQ .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-uhhc9mQzLQ .form-control,
.cid-uhhc9mQzLQ .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uhhc9mQzLQ .form-control::-webkit-input-placeholder,
.cid-uhhc9mQzLQ .field-input::-webkit-input-placeholder,
.cid-uhhc9mQzLQ .form-control::-webkit-input-placeholder,
.cid-uhhc9mQzLQ .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uhhc9mQzLQ .form-control:-moz-placeholder,
.cid-uhhc9mQzLQ .field-input:-moz-placeholder,
.cid-uhhc9mQzLQ .form-control:-moz-placeholder,
.cid-uhhc9mQzLQ .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uhhc9mQzLQ .form-control:hover,
.cid-uhhc9mQzLQ .field-input:hover,
.cid-uhhc9mQzLQ .form-control:focus,
.cid-uhhc9mQzLQ .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-uhhc9mQzLQ .form-control:hover::-webkit-input-placeholder,
.cid-uhhc9mQzLQ .field-input:hover::-webkit-input-placeholder,
.cid-uhhc9mQzLQ .form-control:focus::-webkit-input-placeholder,
.cid-uhhc9mQzLQ .field-input:focus::-webkit-input-placeholder,
.cid-uhhc9mQzLQ .form-control:hover::-webkit-input-placeholder,
.cid-uhhc9mQzLQ .field-input:hover::-webkit-input-placeholder,
.cid-uhhc9mQzLQ .form-control:focus::-webkit-input-placeholder,
.cid-uhhc9mQzLQ .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uhhc9mQzLQ .form-control:hover:-moz-placeholder,
.cid-uhhc9mQzLQ .field-input:hover:-moz-placeholder,
.cid-uhhc9mQzLQ .form-control:focus:-moz-placeholder,
.cid-uhhc9mQzLQ .field-input:focus:-moz-placeholder,
.cid-uhhc9mQzLQ .form-control:hover:-moz-placeholder,
.cid-uhhc9mQzLQ .field-input:hover:-moz-placeholder,
.cid-uhhc9mQzLQ .form-control:focus:-moz-placeholder,
.cid-uhhc9mQzLQ .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uhhc9mQzLQ .jq-number__spin:hover,
.cid-uhhc9mQzLQ .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uhhc9mQzLQ .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uhhc9mQzLQ .jq-selectbox li,
.cid-uhhc9mQzLQ .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-uhhc9mQzLQ .jq-selectbox li:hover,
.cid-uhhc9mQzLQ .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-uhhc9mQzLQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uhhc9mQzLQ .jq-number__spin.minus:hover:after,
.cid-uhhc9mQzLQ .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-uhhc9mQzLQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uhhc9mQzLQ .jq-number__spin.minus:after,
.cid-uhhc9mQzLQ .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-uhhc9mQzLQ input::-webkit-clear-button {
  display: none;
}
.cid-uhhc9mQzLQ input::-webkit-inner-spin-button {
  display: none;
}
.cid-uhhc9mQzLQ input::-webkit-outer-spin-button {
  display: none;
}
.cid-uhhc9mQzLQ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uhhc9mQzLQ H4 {
  color: #fff0b0;
}
.cid-uhhc9ncC6A {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uhhc9ncC6A .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uhhc9ncC6A .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-uhhc9ncC6A .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uhhc9ncC6A .social-list {
  width: auto;
}
.cid-uhhc9ncC6A .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-uhhc9ncC6A .social-media {
  padding: 0;
  text-align: center;
}
.cid-uhhc9ncC6A .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uhhc9ncC6A .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uhhc9ncC6A .mbr-section-title,
.cid-uhhc9ncC6A .social-media {
  color: #111213;
}
.cid-uhhbTLroGB {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uhhbTLroGB .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uhhbTLroGB .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uhhbTLroGB .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-uhhbTLroGB .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-uhhbTLroGB .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-uhhbTLroGB .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhhbTLroGB .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhhbTLroGB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhhbTLroGB .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uhhbTLroGB .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-uhhbTLroGB .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhhbTLroGB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhhbTLroGB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-uhhbTLroGB .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhhbTLroGB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhhbTLroGB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhhbTLroGB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uhhbTLroGB .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhhbTLroGB .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uhhbTLroGB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhhbTLroGB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uhhbTLroGB .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhhbTLroGB .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uhhbTLroGB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhhbTLroGB .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhhbTLroGB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhhbTLroGB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhhbTLroGB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uhhbTLroGB .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhhbTLroGB .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uhhbTLroGB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhhbTLroGB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uhhbTLroGB .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhhbTLroGB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uhhbTLroGB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uhhbTLroGB .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uhhbTLroGB .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uhhbTLroGB .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uhhbTLroGB .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uhhbTLroGB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uhhbTLroGB .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uhhbTLroGB .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uhhbTLroGB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhhbTLroGB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhhbTLroGB .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uhhbTLroGB .dropdown-item.active,
.cid-uhhbTLroGB .dropdown-item:active {
  background-color: transparent;
}
.cid-uhhbTLroGB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uhhbTLroGB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhhbTLroGB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhhbTLroGB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhhbTLroGB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhhbTLroGB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhhbTLroGB ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhhbTLroGB .navbar-buttons {
  text-align: center;
}
.cid-uhhbTLroGB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhhbTLroGB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-uhhbTLroGB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhhbTLroGB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uhhbTLroGB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uhhbTLroGB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhhbTLroGB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhbTLroGB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uhhbTLroGB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uhhbTLroGB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhbTLroGB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uhhbTLroGB .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uhhbTLroGB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhhbTLroGB .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uhhbTLroGB .nav-link:hover,
.cid-uhhbTLroGB .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uhhbTLroGB .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uhhbTLroGB .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uhhbTLroGB .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uhhbTNbynC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uhhbTNbynC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhbTNbynC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhbTNbynC .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uhhbTNbynC .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uhhbTNPrQU {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uhhbTNPrQU .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-uhhbTNPrQU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhhbTNPrQU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhhbTNPrQU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uhhbTNPrQU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uhhbTNPrQU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uhhbTNPrQU .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uhhbTNPrQU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uhhbTNPrQU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-uhhbTNPrQU .mbr-gallery-item > div img,
.cid-uhhbTNPrQU .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-uhhbTNPrQU .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-uhhbTNPrQU .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-uhhbTNPrQU .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-uhhbTNPrQU .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-uhhbTNPrQU .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-uhhbTNPrQU .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-uhhbTNPrQU .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uhhbTNPrQU .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uhhbTNPrQU .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-uhhbTOnGmc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhhbTOnGmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhbTOnGmc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhbTOnGmc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhhbTOnGmc .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uhhbTOnGmc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhhbTOnGmc .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhhbTOnGmc .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhhbTOnGmc .header-menu li p {
  margin: 0;
}
.cid-uhhbTOnGmc .content-head {
  max-width: 800px;
}
.cid-uhhbTP5GVa {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uhhbTP5GVa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uhhbTP5GVa .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-uhhbTP5GVa textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-uhhbTP5GVa .form-row {
    flex-direction: column;
  }
}
.cid-uhhbTP5GVa h4 {
  margin-bottom: 2rem;
}
.cid-uhhbTP5GVa .form-control,
.cid-uhhbTP5GVa .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-uhhbTP5GVa .form-control,
.cid-uhhbTP5GVa .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uhhbTP5GVa .form-control::-webkit-input-placeholder,
.cid-uhhbTP5GVa .field-input::-webkit-input-placeholder,
.cid-uhhbTP5GVa .form-control::-webkit-input-placeholder,
.cid-uhhbTP5GVa .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uhhbTP5GVa .form-control:-moz-placeholder,
.cid-uhhbTP5GVa .field-input:-moz-placeholder,
.cid-uhhbTP5GVa .form-control:-moz-placeholder,
.cid-uhhbTP5GVa .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uhhbTP5GVa .form-control:hover,
.cid-uhhbTP5GVa .field-input:hover,
.cid-uhhbTP5GVa .form-control:focus,
.cid-uhhbTP5GVa .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-uhhbTP5GVa .form-control:hover::-webkit-input-placeholder,
.cid-uhhbTP5GVa .field-input:hover::-webkit-input-placeholder,
.cid-uhhbTP5GVa .form-control:focus::-webkit-input-placeholder,
.cid-uhhbTP5GVa .field-input:focus::-webkit-input-placeholder,
.cid-uhhbTP5GVa .form-control:hover::-webkit-input-placeholder,
.cid-uhhbTP5GVa .field-input:hover::-webkit-input-placeholder,
.cid-uhhbTP5GVa .form-control:focus::-webkit-input-placeholder,
.cid-uhhbTP5GVa .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uhhbTP5GVa .form-control:hover:-moz-placeholder,
.cid-uhhbTP5GVa .field-input:hover:-moz-placeholder,
.cid-uhhbTP5GVa .form-control:focus:-moz-placeholder,
.cid-uhhbTP5GVa .field-input:focus:-moz-placeholder,
.cid-uhhbTP5GVa .form-control:hover:-moz-placeholder,
.cid-uhhbTP5GVa .field-input:hover:-moz-placeholder,
.cid-uhhbTP5GVa .form-control:focus:-moz-placeholder,
.cid-uhhbTP5GVa .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uhhbTP5GVa .jq-number__spin:hover,
.cid-uhhbTP5GVa .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uhhbTP5GVa .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uhhbTP5GVa .jq-selectbox li,
.cid-uhhbTP5GVa .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-uhhbTP5GVa .jq-selectbox li:hover,
.cid-uhhbTP5GVa .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-uhhbTP5GVa .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uhhbTP5GVa .jq-number__spin.minus:hover:after,
.cid-uhhbTP5GVa .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-uhhbTP5GVa .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uhhbTP5GVa .jq-number__spin.minus:after,
.cid-uhhbTP5GVa .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-uhhbTP5GVa input::-webkit-clear-button {
  display: none;
}
.cid-uhhbTP5GVa input::-webkit-inner-spin-button {
  display: none;
}
.cid-uhhbTP5GVa input::-webkit-outer-spin-button {
  display: none;
}
.cid-uhhbTP5GVa input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uhhbTP5GVa H4 {
  color: #fff0b0;
}
.cid-uhhbTPzEGx {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uhhbTPzEGx .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uhhbTPzEGx .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-uhhbTPzEGx .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uhhbTPzEGx .social-list {
  width: auto;
}
.cid-uhhbTPzEGx .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-uhhbTPzEGx .social-media {
  padding: 0;
  text-align: center;
}
.cid-uhhbTPzEGx .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uhhbTPzEGx .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uhhbTPzEGx .mbr-section-title,
.cid-uhhbTPzEGx .social-media {
  color: #111213;
}
.cid-uhhcpgPxLO {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uhhcpgPxLO .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uhhcpgPxLO .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uhhcpgPxLO .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-uhhcpgPxLO .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-uhhcpgPxLO .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-uhhcpgPxLO .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhhcpgPxLO .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhhcpgPxLO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhhcpgPxLO .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uhhcpgPxLO .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-uhhcpgPxLO .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhhcpgPxLO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhhcpgPxLO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-uhhcpgPxLO .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhhcpgPxLO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhhcpgPxLO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhhcpgPxLO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uhhcpgPxLO .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhhcpgPxLO .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uhhcpgPxLO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhhcpgPxLO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uhhcpgPxLO .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhhcpgPxLO .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uhhcpgPxLO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhhcpgPxLO .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhhcpgPxLO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhhcpgPxLO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhhcpgPxLO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uhhcpgPxLO .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhhcpgPxLO .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uhhcpgPxLO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhhcpgPxLO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uhhcpgPxLO .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhhcpgPxLO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uhhcpgPxLO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uhhcpgPxLO .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uhhcpgPxLO .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uhhcpgPxLO .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uhhcpgPxLO .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uhhcpgPxLO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uhhcpgPxLO .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uhhcpgPxLO .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uhhcpgPxLO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhhcpgPxLO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhhcpgPxLO .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uhhcpgPxLO .dropdown-item.active,
.cid-uhhcpgPxLO .dropdown-item:active {
  background-color: transparent;
}
.cid-uhhcpgPxLO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uhhcpgPxLO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhhcpgPxLO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhhcpgPxLO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhhcpgPxLO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhhcpgPxLO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhhcpgPxLO ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhhcpgPxLO .navbar-buttons {
  text-align: center;
}
.cid-uhhcpgPxLO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhhcpgPxLO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-uhhcpgPxLO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhhcpgPxLO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uhhcpgPxLO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uhhcpgPxLO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhhcpgPxLO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhcpgPxLO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uhhcpgPxLO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uhhcpgPxLO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhcpgPxLO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uhhcpgPxLO .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uhhcpgPxLO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhhcpgPxLO .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uhhcpgPxLO .nav-link:hover,
.cid-uhhcpgPxLO .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uhhcpgPxLO .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uhhcpgPxLO .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uhhcpgPxLO .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uhhcphmuYx {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uhhcphmuYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhcphmuYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhcphmuYx .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uhhcphmuYx .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uhhcphJwcU {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uhhcphJwcU .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-uhhcphJwcU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhhcphJwcU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhhcphJwcU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uhhcphJwcU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uhhcphJwcU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uhhcphJwcU .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uhhcphJwcU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uhhcphJwcU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-uhhcphJwcU .mbr-gallery-item > div img,
.cid-uhhcphJwcU .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-uhhcphJwcU .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-uhhcphJwcU .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-uhhcphJwcU .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-uhhcphJwcU .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-uhhcphJwcU .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-uhhcphJwcU .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-uhhcphJwcU .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uhhcphJwcU .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uhhcphJwcU .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-uhhcpialIY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhhcpialIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhcpialIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhcpialIY .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhhcpialIY .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uhhcpialIY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhhcpialIY .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhhcpialIY .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhhcpialIY .header-menu li p {
  margin: 0;
}
.cid-uhhcpialIY .content-head {
  max-width: 800px;
}
.cid-uhhcpiAUsH {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uhhcpiAUsH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uhhcpiAUsH .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-uhhcpiAUsH textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-uhhcpiAUsH .form-row {
    flex-direction: column;
  }
}
.cid-uhhcpiAUsH h4 {
  margin-bottom: 2rem;
}
.cid-uhhcpiAUsH .form-control,
.cid-uhhcpiAUsH .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-uhhcpiAUsH .form-control,
.cid-uhhcpiAUsH .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uhhcpiAUsH .form-control::-webkit-input-placeholder,
.cid-uhhcpiAUsH .field-input::-webkit-input-placeholder,
.cid-uhhcpiAUsH .form-control::-webkit-input-placeholder,
.cid-uhhcpiAUsH .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uhhcpiAUsH .form-control:-moz-placeholder,
.cid-uhhcpiAUsH .field-input:-moz-placeholder,
.cid-uhhcpiAUsH .form-control:-moz-placeholder,
.cid-uhhcpiAUsH .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uhhcpiAUsH .form-control:hover,
.cid-uhhcpiAUsH .field-input:hover,
.cid-uhhcpiAUsH .form-control:focus,
.cid-uhhcpiAUsH .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-uhhcpiAUsH .form-control:hover::-webkit-input-placeholder,
.cid-uhhcpiAUsH .field-input:hover::-webkit-input-placeholder,
.cid-uhhcpiAUsH .form-control:focus::-webkit-input-placeholder,
.cid-uhhcpiAUsH .field-input:focus::-webkit-input-placeholder,
.cid-uhhcpiAUsH .form-control:hover::-webkit-input-placeholder,
.cid-uhhcpiAUsH .field-input:hover::-webkit-input-placeholder,
.cid-uhhcpiAUsH .form-control:focus::-webkit-input-placeholder,
.cid-uhhcpiAUsH .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uhhcpiAUsH .form-control:hover:-moz-placeholder,
.cid-uhhcpiAUsH .field-input:hover:-moz-placeholder,
.cid-uhhcpiAUsH .form-control:focus:-moz-placeholder,
.cid-uhhcpiAUsH .field-input:focus:-moz-placeholder,
.cid-uhhcpiAUsH .form-control:hover:-moz-placeholder,
.cid-uhhcpiAUsH .field-input:hover:-moz-placeholder,
.cid-uhhcpiAUsH .form-control:focus:-moz-placeholder,
.cid-uhhcpiAUsH .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uhhcpiAUsH .jq-number__spin:hover,
.cid-uhhcpiAUsH .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uhhcpiAUsH .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uhhcpiAUsH .jq-selectbox li,
.cid-uhhcpiAUsH .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-uhhcpiAUsH .jq-selectbox li:hover,
.cid-uhhcpiAUsH .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-uhhcpiAUsH .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uhhcpiAUsH .jq-number__spin.minus:hover:after,
.cid-uhhcpiAUsH .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-uhhcpiAUsH .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uhhcpiAUsH .jq-number__spin.minus:after,
.cid-uhhcpiAUsH .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-uhhcpiAUsH input::-webkit-clear-button {
  display: none;
}
.cid-uhhcpiAUsH input::-webkit-inner-spin-button {
  display: none;
}
.cid-uhhcpiAUsH input::-webkit-outer-spin-button {
  display: none;
}
.cid-uhhcpiAUsH input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uhhcpiAUsH H4 {
  color: #fff0b0;
}
.cid-uhhcpiVnuU {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uhhcpiVnuU .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uhhcpiVnuU .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-uhhcpiVnuU .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uhhcpiVnuU .social-list {
  width: auto;
}
.cid-uhhcpiVnuU .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-uhhcpiVnuU .social-media {
  padding: 0;
  text-align: center;
}
.cid-uhhcpiVnuU .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uhhcpiVnuU .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uhhcpiVnuU .mbr-section-title,
.cid-uhhcpiVnuU .social-media {
  color: #111213;
}
.cid-uhhdZPxSMH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uhhdZPxSMH .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uhhdZPxSMH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uhhdZPxSMH .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-uhhdZPxSMH .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-uhhdZPxSMH .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-uhhdZPxSMH .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhhdZPxSMH .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhhdZPxSMH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhhdZPxSMH .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uhhdZPxSMH .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-uhhdZPxSMH .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhhdZPxSMH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhhdZPxSMH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-uhhdZPxSMH .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhhdZPxSMH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhhdZPxSMH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhhdZPxSMH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uhhdZPxSMH .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhhdZPxSMH .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uhhdZPxSMH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhhdZPxSMH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uhhdZPxSMH .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhhdZPxSMH .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uhhdZPxSMH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhhdZPxSMH .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhhdZPxSMH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhhdZPxSMH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhhdZPxSMH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uhhdZPxSMH .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhhdZPxSMH .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uhhdZPxSMH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhhdZPxSMH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uhhdZPxSMH .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhhdZPxSMH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uhhdZPxSMH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uhhdZPxSMH .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uhhdZPxSMH .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uhhdZPxSMH .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uhhdZPxSMH .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uhhdZPxSMH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uhhdZPxSMH .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uhhdZPxSMH .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uhhdZPxSMH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhhdZPxSMH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhhdZPxSMH .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uhhdZPxSMH .dropdown-item.active,
.cid-uhhdZPxSMH .dropdown-item:active {
  background-color: transparent;
}
.cid-uhhdZPxSMH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uhhdZPxSMH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhhdZPxSMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhhdZPxSMH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uhhdZPxSMH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhhdZPxSMH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhhdZPxSMH ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhhdZPxSMH .navbar-buttons {
  text-align: center;
}
.cid-uhhdZPxSMH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhhdZPxSMH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-uhhdZPxSMH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhhdZPxSMH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uhhdZPxSMH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uhhdZPxSMH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhhdZPxSMH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhdZPxSMH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uhhdZPxSMH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uhhdZPxSMH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhhdZPxSMH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uhhdZPxSMH .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uhhdZPxSMH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhhdZPxSMH .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uhhdZPxSMH .nav-link:hover,
.cid-uhhdZPxSMH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uhhdZPxSMH .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uhhdZPxSMH .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uhhdZPxSMH .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uhhdZQ4IoG {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uhhdZQ4IoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhdZQ4IoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhdZQ4IoG .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uhhdZQ4IoG .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uhhdZQt7Ji {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uhhdZQt7Ji .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-uhhdZQt7Ji .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uhhdZQt7Ji .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uhhdZQt7Ji .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uhhdZQt7Ji .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uhhdZQt7Ji .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uhhdZQt7Ji .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uhhdZQt7Ji .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uhhdZQt7Ji .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-uhhdZQt7Ji .mbr-gallery-item > div img,
.cid-uhhdZQt7Ji .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-uhhdZQt7Ji .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-uhhdZQt7Ji .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-uhhdZQt7Ji .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-uhhdZQt7Ji .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-uhhdZQt7Ji .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-uhhdZQt7Ji .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-uhhdZQt7Ji .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uhhdZQt7Ji .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uhhdZQt7Ji .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-uhhdZQP7qo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uhhdZQP7qo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhdZQP7qo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhdZQP7qo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhhdZQP7qo .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uhhdZQP7qo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhhdZQP7qo .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhhdZQP7qo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhhdZQP7qo .header-menu li p {
  margin: 0;
}
.cid-uhhdZQP7qo .content-head {
  max-width: 800px;
}
.cid-uhhdZRbeeZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uhhdZRbeeZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uhhdZRbeeZ .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-uhhdZRbeeZ textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-uhhdZRbeeZ .form-row {
    flex-direction: column;
  }
}
.cid-uhhdZRbeeZ h4 {
  margin-bottom: 2rem;
}
.cid-uhhdZRbeeZ .form-control,
.cid-uhhdZRbeeZ .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-uhhdZRbeeZ .form-control,
.cid-uhhdZRbeeZ .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uhhdZRbeeZ .form-control::-webkit-input-placeholder,
.cid-uhhdZRbeeZ .field-input::-webkit-input-placeholder,
.cid-uhhdZRbeeZ .form-control::-webkit-input-placeholder,
.cid-uhhdZRbeeZ .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uhhdZRbeeZ .form-control:-moz-placeholder,
.cid-uhhdZRbeeZ .field-input:-moz-placeholder,
.cid-uhhdZRbeeZ .form-control:-moz-placeholder,
.cid-uhhdZRbeeZ .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uhhdZRbeeZ .form-control:hover,
.cid-uhhdZRbeeZ .field-input:hover,
.cid-uhhdZRbeeZ .form-control:focus,
.cid-uhhdZRbeeZ .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-uhhdZRbeeZ .form-control:hover::-webkit-input-placeholder,
.cid-uhhdZRbeeZ .field-input:hover::-webkit-input-placeholder,
.cid-uhhdZRbeeZ .form-control:focus::-webkit-input-placeholder,
.cid-uhhdZRbeeZ .field-input:focus::-webkit-input-placeholder,
.cid-uhhdZRbeeZ .form-control:hover::-webkit-input-placeholder,
.cid-uhhdZRbeeZ .field-input:hover::-webkit-input-placeholder,
.cid-uhhdZRbeeZ .form-control:focus::-webkit-input-placeholder,
.cid-uhhdZRbeeZ .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uhhdZRbeeZ .form-control:hover:-moz-placeholder,
.cid-uhhdZRbeeZ .field-input:hover:-moz-placeholder,
.cid-uhhdZRbeeZ .form-control:focus:-moz-placeholder,
.cid-uhhdZRbeeZ .field-input:focus:-moz-placeholder,
.cid-uhhdZRbeeZ .form-control:hover:-moz-placeholder,
.cid-uhhdZRbeeZ .field-input:hover:-moz-placeholder,
.cid-uhhdZRbeeZ .form-control:focus:-moz-placeholder,
.cid-uhhdZRbeeZ .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uhhdZRbeeZ .jq-number__spin:hover,
.cid-uhhdZRbeeZ .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uhhdZRbeeZ .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uhhdZRbeeZ .jq-selectbox li,
.cid-uhhdZRbeeZ .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-uhhdZRbeeZ .jq-selectbox li:hover,
.cid-uhhdZRbeeZ .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-uhhdZRbeeZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uhhdZRbeeZ .jq-number__spin.minus:hover:after,
.cid-uhhdZRbeeZ .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-uhhdZRbeeZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uhhdZRbeeZ .jq-number__spin.minus:after,
.cid-uhhdZRbeeZ .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-uhhdZRbeeZ input::-webkit-clear-button {
  display: none;
}
.cid-uhhdZRbeeZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-uhhdZRbeeZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-uhhdZRbeeZ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uhhdZRbeeZ H4 {
  color: #fff0b0;
}
.cid-uhhdZRvwlu {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uhhdZRvwlu .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uhhdZRvwlu .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-uhhdZRvwlu .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uhhdZRvwlu .social-list {
  width: auto;
}
.cid-uhhdZRvwlu .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-uhhdZRvwlu .social-media {
  padding: 0;
  text-align: center;
}
.cid-uhhdZRvwlu .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uhhdZRvwlu .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uhhdZRvwlu .mbr-section-title,
.cid-uhhdZRvwlu .social-media {
  color: #111213;
}
.cid-umgotS0Tb6 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-umgotS0Tb6 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-umgotS0Tb6 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-umgotS0Tb6 .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-umgotS0Tb6 .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-umgotS0Tb6 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-umgotS0Tb6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-umgotS0Tb6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-umgotS0Tb6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umgotS0Tb6 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-umgotS0Tb6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-umgotS0Tb6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-umgotS0Tb6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umgotS0Tb6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-umgotS0Tb6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-umgotS0Tb6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umgotS0Tb6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umgotS0Tb6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-umgotS0Tb6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-umgotS0Tb6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-umgotS0Tb6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umgotS0Tb6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-umgotS0Tb6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-umgotS0Tb6 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-umgotS0Tb6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umgotS0Tb6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-umgotS0Tb6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umgotS0Tb6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umgotS0Tb6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-umgotS0Tb6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-umgotS0Tb6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-umgotS0Tb6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umgotS0Tb6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-umgotS0Tb6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-umgotS0Tb6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-umgotS0Tb6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-umgotS0Tb6 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-umgotS0Tb6 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-umgotS0Tb6 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-umgotS0Tb6 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-umgotS0Tb6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-umgotS0Tb6 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-umgotS0Tb6 .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-umgotS0Tb6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umgotS0Tb6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umgotS0Tb6 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-umgotS0Tb6 .dropdown-item.active,
.cid-umgotS0Tb6 .dropdown-item:active {
  background-color: transparent;
}
.cid-umgotS0Tb6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-umgotS0Tb6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umgotS0Tb6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umgotS0Tb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-umgotS0Tb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-umgotS0Tb6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umgotS0Tb6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-umgotS0Tb6 .navbar-buttons {
  text-align: center;
}
.cid-umgotS0Tb6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-umgotS0Tb6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-umgotS0Tb6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umgotS0Tb6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-umgotS0Tb6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-umgotS0Tb6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umgotS0Tb6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umgotS0Tb6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-umgotS0Tb6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-umgotS0Tb6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umgotS0Tb6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-umgotS0Tb6 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-umgotS0Tb6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-umgotS0Tb6 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-umgotS0Tb6 .nav-link:hover,
.cid-umgotS0Tb6 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-umgotS0Tb6 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-umgotS0Tb6 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-umgotS0Tb6 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-v0rBmpX0Pc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v0rBmpX0Pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rBmpX0Pc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rBmpX0Pc .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-v0rBmpX0Pc .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v0rBqv1Jvw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v0rBqv1Jvw .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0rBqv1Jvw .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-v0rBqv1Jvw .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-v0rBqv1Jvw .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-v0rBqv1Jvw .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v0rBqv1Jvw .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-v0rBqv1Jvw .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uT6cwSrVKj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uT6cwSrVKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6cwSrVKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6cwSrVKj .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uT6cwSrVKj .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uT6cyHOVKG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uT6cyHOVKG .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uT6cyHOVKG .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uT6cyHOVKG .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uT6cyHOVKG .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uT6cyHOVKG .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uT6cyHOVKG .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uT6cyHOVKG .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uLWkBn6CFD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uLWkBn6CFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWkBn6CFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLWkBn6CFD .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uLWkBn6CFD .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uLWkDjja7M {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLWkDjja7M .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLWkDjja7M .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uLWkDjja7M .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uLWkDjja7M .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uLWkDjja7M .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLWkDjja7M .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uLWkDjja7M .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uFq0aafKd2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uFq0aafKd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFq0aafKd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFq0aafKd2 .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uFq0aafKd2 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uFq0dNMYg5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFq0dNMYg5 .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFq0dNMYg5 .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uFq0dNMYg5 .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uFq0dNMYg5 .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uFq0dNMYg5 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFq0dNMYg5 .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uFq0dNMYg5 .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uC3pBG1Afb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uC3pBG1Afb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3pBG1Afb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC3pBG1Afb .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uC3pBG1Afb .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uC3pD0UV9H {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uC3pD0UV9H .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uC3pD0UV9H .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uC3pD0UV9H .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uC3pD0UV9H .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uC3pD0UV9H .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uC3pD0UV9H .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uC3pD0UV9H .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-umgotSmsLD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-umgotSmsLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgotSmsLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgotSmsLD .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-umgotSmsLD .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-umgotSAU7I {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-umgotSAU7I .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-umgotSAU7I .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-umgotSAU7I .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-umgotSAU7I .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-umgotSAU7I .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-umgotSAU7I .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-umgotSAU7I .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-umgotSYU9n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-umgotSYU9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgotSYU9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgotSYU9n .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umgotSYU9n .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-umgotSYU9n .row-links {
  width: 100%;
  justify-content: center;
}
.cid-umgotSYU9n .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-umgotSYU9n .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-umgotSYU9n .header-menu li p {
  margin: 0;
}
.cid-umgotSYU9n .content-head {
  max-width: 800px;
}
.cid-umgotTeWet {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-umgotTeWet .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-umgotTeWet .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-umgotTeWet textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-umgotTeWet .form-row {
    flex-direction: column;
  }
}
.cid-umgotTeWet h4 {
  margin-bottom: 2rem;
}
.cid-umgotTeWet .form-control,
.cid-umgotTeWet .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-umgotTeWet .form-control,
.cid-umgotTeWet .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-umgotTeWet .form-control::-webkit-input-placeholder,
.cid-umgotTeWet .field-input::-webkit-input-placeholder,
.cid-umgotTeWet .form-control::-webkit-input-placeholder,
.cid-umgotTeWet .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-umgotTeWet .form-control:-moz-placeholder,
.cid-umgotTeWet .field-input:-moz-placeholder,
.cid-umgotTeWet .form-control:-moz-placeholder,
.cid-umgotTeWet .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-umgotTeWet .form-control:hover,
.cid-umgotTeWet .field-input:hover,
.cid-umgotTeWet .form-control:focus,
.cid-umgotTeWet .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-umgotTeWet .form-control:hover::-webkit-input-placeholder,
.cid-umgotTeWet .field-input:hover::-webkit-input-placeholder,
.cid-umgotTeWet .form-control:focus::-webkit-input-placeholder,
.cid-umgotTeWet .field-input:focus::-webkit-input-placeholder,
.cid-umgotTeWet .form-control:hover::-webkit-input-placeholder,
.cid-umgotTeWet .field-input:hover::-webkit-input-placeholder,
.cid-umgotTeWet .form-control:focus::-webkit-input-placeholder,
.cid-umgotTeWet .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-umgotTeWet .form-control:hover:-moz-placeholder,
.cid-umgotTeWet .field-input:hover:-moz-placeholder,
.cid-umgotTeWet .form-control:focus:-moz-placeholder,
.cid-umgotTeWet .field-input:focus:-moz-placeholder,
.cid-umgotTeWet .form-control:hover:-moz-placeholder,
.cid-umgotTeWet .field-input:hover:-moz-placeholder,
.cid-umgotTeWet .form-control:focus:-moz-placeholder,
.cid-umgotTeWet .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-umgotTeWet .jq-number__spin:hover,
.cid-umgotTeWet .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-umgotTeWet .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-umgotTeWet .jq-selectbox li,
.cid-umgotTeWet .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-umgotTeWet .jq-selectbox li:hover,
.cid-umgotTeWet .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-umgotTeWet .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-umgotTeWet .jq-number__spin.minus:hover:after,
.cid-umgotTeWet .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-umgotTeWet .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-umgotTeWet .jq-number__spin.minus:after,
.cid-umgotTeWet .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-umgotTeWet input::-webkit-clear-button {
  display: none;
}
.cid-umgotTeWet input::-webkit-inner-spin-button {
  display: none;
}
.cid-umgotTeWet input::-webkit-outer-spin-button {
  display: none;
}
.cid-umgotTeWet input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-umgotTeWet H4 {
  color: #fff0b0;
}
.cid-umgotTwhjh {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-umgotTwhjh .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-umgotTwhjh .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-umgotTwhjh .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-umgotTwhjh .social-list {
  width: auto;
}
.cid-umgotTwhjh .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-umgotTwhjh .social-media {
  padding: 0;
  text-align: center;
}
.cid-umgotTwhjh .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-umgotTwhjh .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-umgotTwhjh .mbr-section-title,
.cid-umgotTwhjh .social-media {
  color: #111213;
}
.cid-uLWlsUzfbI {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uLWlsUzfbI .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uLWlsUzfbI .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uLWlsUzfbI .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-uLWlsUzfbI .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-uLWlsUzfbI .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-uLWlsUzfbI .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uLWlsUzfbI .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uLWlsUzfbI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLWlsUzfbI .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uLWlsUzfbI .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-uLWlsUzfbI .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uLWlsUzfbI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLWlsUzfbI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-uLWlsUzfbI .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uLWlsUzfbI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLWlsUzfbI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLWlsUzfbI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uLWlsUzfbI .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uLWlsUzfbI .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uLWlsUzfbI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLWlsUzfbI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uLWlsUzfbI .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uLWlsUzfbI .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uLWlsUzfbI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLWlsUzfbI .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uLWlsUzfbI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLWlsUzfbI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLWlsUzfbI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLWlsUzfbI .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uLWlsUzfbI .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uLWlsUzfbI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLWlsUzfbI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uLWlsUzfbI .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uLWlsUzfbI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uLWlsUzfbI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uLWlsUzfbI .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uLWlsUzfbI .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uLWlsUzfbI .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uLWlsUzfbI .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uLWlsUzfbI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uLWlsUzfbI .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uLWlsUzfbI .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uLWlsUzfbI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLWlsUzfbI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLWlsUzfbI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLWlsUzfbI .dropdown-item.active,
.cid-uLWlsUzfbI .dropdown-item:active {
  background-color: transparent;
}
.cid-uLWlsUzfbI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uLWlsUzfbI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLWlsUzfbI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLWlsUzfbI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLWlsUzfbI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uLWlsUzfbI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLWlsUzfbI ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uLWlsUzfbI .navbar-buttons {
  text-align: center;
}
.cid-uLWlsUzfbI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uLWlsUzfbI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-uLWlsUzfbI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLWlsUzfbI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uLWlsUzfbI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uLWlsUzfbI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLWlsUzfbI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLWlsUzfbI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uLWlsUzfbI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uLWlsUzfbI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLWlsUzfbI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uLWlsUzfbI .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uLWlsUzfbI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uLWlsUzfbI .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uLWlsUzfbI .nav-link:hover,
.cid-uLWlsUzfbI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uLWlsUzfbI .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uLWlsUzfbI .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uLWlsUzfbI .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uLWlsV1iiW {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uLWlsV1iiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWlsV1iiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLWlsV1iiW .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uLWlsV1iiW .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uLWmtvKZeh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLWmtvKZeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWmtvKZeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLWmtvKZeh .container {
    padding: 0 15px;
  }
}
.cid-uLWmtvKZeh .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uLWmtvKZeh .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uLWmtvKZeh .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uLWmtvKZeh .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLWmtvKZeh .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLWmtvKZeh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLWmtvKZeh .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uLWmtvKZeh .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uLWmtvKZeh .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #322903;
  box-shadow: 10px 10px 50px #fff0b0;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uLWmtvKZeh .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uLWmtvKZeh .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uLWmtvKZeh .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uLWmtvKZeh .mbr-section-title {
  color: #ffffff;
}
.cid-uLWmtvKZeh .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uLWmtvKZeh .mbr-text {
  color: #bbbbbb;
}
.cid-uLWmtvKZeh .mbr-section-title,
.cid-uLWmtvKZeh .mbr-section-btn {
  color: #fff0b0;
}
.cid-uP7KfJGXOh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uP7KfJGXOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7KfJGXOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7KfJGXOh .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uP7KfJGXOh .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: center;
}
.cid-uLWoNbQEkq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLWoNbQEkq .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLWoNbQEkq .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uLWoNbQEkq .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uLWoNbQEkq .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uLWoNbQEkq .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLWoNbQEkq .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uLWoNbQEkq .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uP7KLQceVr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uP7KLQceVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7KLQceVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7KLQceVr .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uP7KLQceVr .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: center;
}
.cid-uP7KN0yhGM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uP7KN0yhGM .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP7KN0yhGM .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uP7KN0yhGM .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uP7KN0yhGM .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uP7KN0yhGM .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uP7KN0yhGM .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uP7KN0yhGM .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uLWqqMxLHU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLWqqMxLHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWqqMxLHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLWqqMxLHU .container {
    padding: 0 15px;
  }
}
.cid-uLWqqMxLHU .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uLWqqMxLHU .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLWqqMxLHU .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uLWqqMxLHU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uLWqqMxLHU .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLWqqMxLHU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLWqqMxLHU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLWqqMxLHU .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uLWqqMxLHU .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uLWqqMxLHU .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #322903;
  box-shadow: 10px 10px 50px #fff0b0;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uLWqqMxLHU .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uLWqqMxLHU .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uLWqqMxLHU .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uLWqqMxLHU .mbr-section-title {
  color: #ffffff;
}
.cid-uLWqqMxLHU .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uLWqqMxLHU .mbr-text {
  color: #bbbbbb;
}
.cid-uLWqqMxLHU .mbr-section-title,
.cid-uLWqqMxLHU .mbr-section-btn {
  color: #fff0b0;
}
.cid-uP7LqDWZII {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uP7LqDWZII .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7LqDWZII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7LqDWZII .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uP7LqDWZII .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: center;
}
.cid-uLWsRBEKfE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uLWsRBEKfE .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLWsRBEKfE .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uLWsRBEKfE .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uLWsRBEKfE .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uLWsRBEKfE .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uLWsRBEKfE .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uLWsRBEKfE .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uP7LswVp2p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uP7LswVp2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP7LswVp2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP7LswVp2p .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uP7LswVp2p .mbr-section-subtitle {
  color: #bbbbbb;
  text-align: center;
}
.cid-uP7Mk4pVdF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uP7Mk4pVdF .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP7Mk4pVdF .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-uP7Mk4pVdF .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uP7Mk4pVdF .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-uP7Mk4pVdF .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uP7Mk4pVdF .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-uP7Mk4pVdF .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uLWlsYVF4R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uLWlsYVF4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWlsYVF4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLWlsYVF4R .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLWlsYVF4R .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uLWlsYVF4R .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLWlsYVF4R .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLWlsYVF4R .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLWlsYVF4R .header-menu li p {
  margin: 0;
}
.cid-uLWlsYVF4R .content-head {
  max-width: 800px;
}
.cid-uLWlsZdAnV {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uLWlsZdAnV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uLWlsZdAnV .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-uLWlsZdAnV textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-uLWlsZdAnV .form-row {
    flex-direction: column;
  }
}
.cid-uLWlsZdAnV h4 {
  margin-bottom: 2rem;
}
.cid-uLWlsZdAnV .form-control,
.cid-uLWlsZdAnV .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-uLWlsZdAnV .form-control,
.cid-uLWlsZdAnV .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uLWlsZdAnV .form-control::-webkit-input-placeholder,
.cid-uLWlsZdAnV .field-input::-webkit-input-placeholder,
.cid-uLWlsZdAnV .form-control::-webkit-input-placeholder,
.cid-uLWlsZdAnV .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uLWlsZdAnV .form-control:-moz-placeholder,
.cid-uLWlsZdAnV .field-input:-moz-placeholder,
.cid-uLWlsZdAnV .form-control:-moz-placeholder,
.cid-uLWlsZdAnV .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uLWlsZdAnV .form-control:hover,
.cid-uLWlsZdAnV .field-input:hover,
.cid-uLWlsZdAnV .form-control:focus,
.cid-uLWlsZdAnV .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-uLWlsZdAnV .form-control:hover::-webkit-input-placeholder,
.cid-uLWlsZdAnV .field-input:hover::-webkit-input-placeholder,
.cid-uLWlsZdAnV .form-control:focus::-webkit-input-placeholder,
.cid-uLWlsZdAnV .field-input:focus::-webkit-input-placeholder,
.cid-uLWlsZdAnV .form-control:hover::-webkit-input-placeholder,
.cid-uLWlsZdAnV .field-input:hover::-webkit-input-placeholder,
.cid-uLWlsZdAnV .form-control:focus::-webkit-input-placeholder,
.cid-uLWlsZdAnV .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uLWlsZdAnV .form-control:hover:-moz-placeholder,
.cid-uLWlsZdAnV .field-input:hover:-moz-placeholder,
.cid-uLWlsZdAnV .form-control:focus:-moz-placeholder,
.cid-uLWlsZdAnV .field-input:focus:-moz-placeholder,
.cid-uLWlsZdAnV .form-control:hover:-moz-placeholder,
.cid-uLWlsZdAnV .field-input:hover:-moz-placeholder,
.cid-uLWlsZdAnV .form-control:focus:-moz-placeholder,
.cid-uLWlsZdAnV .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uLWlsZdAnV .jq-number__spin:hover,
.cid-uLWlsZdAnV .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uLWlsZdAnV .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uLWlsZdAnV .jq-selectbox li,
.cid-uLWlsZdAnV .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-uLWlsZdAnV .jq-selectbox li:hover,
.cid-uLWlsZdAnV .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-uLWlsZdAnV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uLWlsZdAnV .jq-number__spin.minus:hover:after,
.cid-uLWlsZdAnV .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-uLWlsZdAnV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uLWlsZdAnV .jq-number__spin.minus:after,
.cid-uLWlsZdAnV .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-uLWlsZdAnV input::-webkit-clear-button {
  display: none;
}
.cid-uLWlsZdAnV input::-webkit-inner-spin-button {
  display: none;
}
.cid-uLWlsZdAnV input::-webkit-outer-spin-button {
  display: none;
}
.cid-uLWlsZdAnV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uLWlsZdAnV H4 {
  color: #fff0b0;
}
.cid-uLWlsZDsuN {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uLWlsZDsuN .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uLWlsZDsuN .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-uLWlsZDsuN .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uLWlsZDsuN .social-list {
  width: auto;
}
.cid-uLWlsZDsuN .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-uLWlsZDsuN .social-media {
  padding: 0;
  text-align: center;
}
.cid-uLWlsZDsuN .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uLWlsZDsuN .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uLWlsZDsuN .mbr-section-title,
.cid-uLWlsZDsuN .social-media {
  color: #111213;
}
.cid-u6yvyU5m9q {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u6yvyU5m9q .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u6yvyU5m9q .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6yvyU5m9q .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-u6yvyU5m9q .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-u6yvyU5m9q .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-u6yvyU5m9q .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u6yvyU5m9q .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u6yvyU5m9q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6yvyU5m9q .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u6yvyU5m9q .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-u6yvyU5m9q .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u6yvyU5m9q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6yvyU5m9q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-u6yvyU5m9q .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u6yvyU5m9q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6yvyU5m9q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6yvyU5m9q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6yvyU5m9q .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u6yvyU5m9q .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u6yvyU5m9q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6yvyU5m9q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u6yvyU5m9q .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u6yvyU5m9q .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u6yvyU5m9q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6yvyU5m9q .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u6yvyU5m9q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6yvyU5m9q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6yvyU5m9q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6yvyU5m9q .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u6yvyU5m9q .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u6yvyU5m9q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6yvyU5m9q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u6yvyU5m9q .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u6yvyU5m9q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u6yvyU5m9q .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6yvyU5m9q .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u6yvyU5m9q .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u6yvyU5m9q .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u6yvyU5m9q .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u6yvyU5m9q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u6yvyU5m9q .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u6yvyU5m9q .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u6yvyU5m9q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6yvyU5m9q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6yvyU5m9q .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6yvyU5m9q .dropdown-item.active,
.cid-u6yvyU5m9q .dropdown-item:active {
  background-color: transparent;
}
.cid-u6yvyU5m9q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u6yvyU5m9q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6yvyU5m9q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6yvyU5m9q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6yvyU5m9q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u6yvyU5m9q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6yvyU5m9q ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u6yvyU5m9q .navbar-buttons {
  text-align: center;
}
.cid-u6yvyU5m9q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6yvyU5m9q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-u6yvyU5m9q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6yvyU5m9q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6yvyU5m9q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6yvyU5m9q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6yvyU5m9q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yvyU5m9q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u6yvyU5m9q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u6yvyU5m9q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6yvyU5m9q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u6yvyU5m9q .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u6yvyU5m9q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u6yvyU5m9q .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u6yvyU5m9q .nav-link:hover,
.cid-u6yvyU5m9q .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6yvyU5m9q .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u6yvyU5m9q .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u6yvyU5m9q .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u6yvyURtRf {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u6yvyURtRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6yvyURtRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6yvyURtRf .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-u6yvyURtRf .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uf7AekbGs1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uf7AekbGs1 .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-uf7AekbGs1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uf7AekbGs1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uf7AekbGs1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uf7AekbGs1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uf7AekbGs1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uf7AekbGs1 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uf7AekbGs1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uf7AekbGs1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-uf7AekbGs1 .mbr-gallery-item > div img,
.cid-uf7AekbGs1 .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-uf7AekbGs1 .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-uf7AekbGs1 .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-uf7AekbGs1 .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-uf7AekbGs1 .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-uf7AekbGs1 .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-uf7AekbGs1 .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-uf7AekbGs1 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uf7AekbGs1 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uf7AekbGs1 .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-u6yvyWqaXK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u6yvyWqaXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6yvyWqaXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6yvyWqaXK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u6yvyWqaXK .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u6yvyWqaXK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6yvyWqaXK .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6yvyWqaXK .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6yvyWqaXK .header-menu li p {
  margin: 0;
}
.cid-u6yvyWqaXK .content-head {
  max-width: 800px;
}
.cid-u6yvyWYJXq {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6yvyWYJXq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6yvyWYJXq .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-u6yvyWYJXq textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-u6yvyWYJXq .form-row {
    flex-direction: column;
  }
}
.cid-u6yvyWYJXq h4 {
  margin-bottom: 2rem;
}
.cid-u6yvyWYJXq .form-control,
.cid-u6yvyWYJXq .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-u6yvyWYJXq .form-control,
.cid-u6yvyWYJXq .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6yvyWYJXq .form-control::-webkit-input-placeholder,
.cid-u6yvyWYJXq .field-input::-webkit-input-placeholder,
.cid-u6yvyWYJXq .form-control::-webkit-input-placeholder,
.cid-u6yvyWYJXq .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6yvyWYJXq .form-control:-moz-placeholder,
.cid-u6yvyWYJXq .field-input:-moz-placeholder,
.cid-u6yvyWYJXq .form-control:-moz-placeholder,
.cid-u6yvyWYJXq .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6yvyWYJXq .form-control:hover,
.cid-u6yvyWYJXq .field-input:hover,
.cid-u6yvyWYJXq .form-control:focus,
.cid-u6yvyWYJXq .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-u6yvyWYJXq .form-control:hover::-webkit-input-placeholder,
.cid-u6yvyWYJXq .field-input:hover::-webkit-input-placeholder,
.cid-u6yvyWYJXq .form-control:focus::-webkit-input-placeholder,
.cid-u6yvyWYJXq .field-input:focus::-webkit-input-placeholder,
.cid-u6yvyWYJXq .form-control:hover::-webkit-input-placeholder,
.cid-u6yvyWYJXq .field-input:hover::-webkit-input-placeholder,
.cid-u6yvyWYJXq .form-control:focus::-webkit-input-placeholder,
.cid-u6yvyWYJXq .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-u6yvyWYJXq .form-control:hover:-moz-placeholder,
.cid-u6yvyWYJXq .field-input:hover:-moz-placeholder,
.cid-u6yvyWYJXq .form-control:focus:-moz-placeholder,
.cid-u6yvyWYJXq .field-input:focus:-moz-placeholder,
.cid-u6yvyWYJXq .form-control:hover:-moz-placeholder,
.cid-u6yvyWYJXq .field-input:hover:-moz-placeholder,
.cid-u6yvyWYJXq .form-control:focus:-moz-placeholder,
.cid-u6yvyWYJXq .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-u6yvyWYJXq .jq-number__spin:hover,
.cid-u6yvyWYJXq .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u6yvyWYJXq .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6yvyWYJXq .jq-selectbox li,
.cid-u6yvyWYJXq .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-u6yvyWYJXq .jq-selectbox li:hover,
.cid-u6yvyWYJXq .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-u6yvyWYJXq .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u6yvyWYJXq .jq-number__spin.minus:hover:after,
.cid-u6yvyWYJXq .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-u6yvyWYJXq .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u6yvyWYJXq .jq-number__spin.minus:after,
.cid-u6yvyWYJXq .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-u6yvyWYJXq input::-webkit-clear-button {
  display: none;
}
.cid-u6yvyWYJXq input::-webkit-inner-spin-button {
  display: none;
}
.cid-u6yvyWYJXq input::-webkit-outer-spin-button {
  display: none;
}
.cid-u6yvyWYJXq input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u6yvyWYJXq H4 {
  color: #fff0b0;
}
.cid-u6yVLNkeBQ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-u6yVLNkeBQ .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-u6yVLNkeBQ .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-u6yVLNkeBQ .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-u6yVLNkeBQ .social-list {
  width: auto;
}
.cid-u6yVLNkeBQ .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-u6yVLNkeBQ .social-media {
  padding: 0;
  text-align: center;
}
.cid-u6yVLNkeBQ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u6yVLNkeBQ .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-u6yVLNkeBQ .mbr-section-title,
.cid-u6yVLNkeBQ .social-media {
  color: #111213;
}
.cid-uP8CcJvzPM {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uP8CcJvzPM .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uP8CcJvzPM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uP8CcJvzPM .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-uP8CcJvzPM .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-uP8CcJvzPM .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-uP8CcJvzPM .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uP8CcJvzPM .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uP8CcJvzPM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP8CcJvzPM .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uP8CcJvzPM .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-uP8CcJvzPM .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uP8CcJvzPM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP8CcJvzPM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-uP8CcJvzPM .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uP8CcJvzPM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP8CcJvzPM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP8CcJvzPM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uP8CcJvzPM .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uP8CcJvzPM .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uP8CcJvzPM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP8CcJvzPM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uP8CcJvzPM .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uP8CcJvzPM .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uP8CcJvzPM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP8CcJvzPM .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uP8CcJvzPM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP8CcJvzPM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP8CcJvzPM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP8CcJvzPM .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uP8CcJvzPM .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uP8CcJvzPM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP8CcJvzPM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uP8CcJvzPM .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uP8CcJvzPM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uP8CcJvzPM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP8CcJvzPM .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uP8CcJvzPM .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uP8CcJvzPM .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uP8CcJvzPM .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uP8CcJvzPM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uP8CcJvzPM .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uP8CcJvzPM .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uP8CcJvzPM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP8CcJvzPM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP8CcJvzPM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uP8CcJvzPM .dropdown-item.active,
.cid-uP8CcJvzPM .dropdown-item:active {
  background-color: transparent;
}
.cid-uP8CcJvzPM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uP8CcJvzPM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP8CcJvzPM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP8CcJvzPM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uP8CcJvzPM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uP8CcJvzPM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP8CcJvzPM ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uP8CcJvzPM .navbar-buttons {
  text-align: center;
}
.cid-uP8CcJvzPM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP8CcJvzPM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-uP8CcJvzPM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP8CcJvzPM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uP8CcJvzPM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uP8CcJvzPM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP8CcJvzPM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP8CcJvzPM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uP8CcJvzPM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uP8CcJvzPM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP8CcJvzPM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uP8CcJvzPM .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uP8CcJvzPM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uP8CcJvzPM .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uP8CcJvzPM .nav-link:hover,
.cid-uP8CcJvzPM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uP8CcJvzPM .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uP8CcJvzPM .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uP8CcJvzPM .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uP8CcK4wUF {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uP8CcK4wUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP8CcK4wUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP8CcK4wUF .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uP8CcK4wUF .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uP8CcKpUMC {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uP8CcKpUMC .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-uP8CcKpUMC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uP8CcKpUMC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uP8CcKpUMC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uP8CcKpUMC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uP8CcKpUMC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uP8CcKpUMC .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uP8CcKpUMC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uP8CcKpUMC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-uP8CcKpUMC .mbr-gallery-item > div img,
.cid-uP8CcKpUMC .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-uP8CcKpUMC .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-uP8CcKpUMC .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-uP8CcKpUMC .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-uP8CcKpUMC .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-uP8CcKpUMC .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-uP8CcKpUMC .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-uP8CcKpUMC .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uP8CcKpUMC .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uP8CcKpUMC .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-uP8CcKYYGm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uP8CcKYYGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP8CcKYYGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP8CcKYYGm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uP8CcKYYGm .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uP8CcKYYGm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uP8CcKYYGm .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uP8CcKYYGm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uP8CcKYYGm .header-menu li p {
  margin: 0;
}
.cid-uP8CcKYYGm .content-head {
  max-width: 800px;
}
.cid-uP8CcLkR9R {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uP8CcLkR9R .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uP8CcLkR9R .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-uP8CcLkR9R textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-uP8CcLkR9R .form-row {
    flex-direction: column;
  }
}
.cid-uP8CcLkR9R h4 {
  margin-bottom: 2rem;
}
.cid-uP8CcLkR9R .form-control,
.cid-uP8CcLkR9R .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-uP8CcLkR9R .form-control,
.cid-uP8CcLkR9R .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uP8CcLkR9R .form-control::-webkit-input-placeholder,
.cid-uP8CcLkR9R .field-input::-webkit-input-placeholder,
.cid-uP8CcLkR9R .form-control::-webkit-input-placeholder,
.cid-uP8CcLkR9R .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uP8CcLkR9R .form-control:-moz-placeholder,
.cid-uP8CcLkR9R .field-input:-moz-placeholder,
.cid-uP8CcLkR9R .form-control:-moz-placeholder,
.cid-uP8CcLkR9R .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uP8CcLkR9R .form-control:hover,
.cid-uP8CcLkR9R .field-input:hover,
.cid-uP8CcLkR9R .form-control:focus,
.cid-uP8CcLkR9R .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-uP8CcLkR9R .form-control:hover::-webkit-input-placeholder,
.cid-uP8CcLkR9R .field-input:hover::-webkit-input-placeholder,
.cid-uP8CcLkR9R .form-control:focus::-webkit-input-placeholder,
.cid-uP8CcLkR9R .field-input:focus::-webkit-input-placeholder,
.cid-uP8CcLkR9R .form-control:hover::-webkit-input-placeholder,
.cid-uP8CcLkR9R .field-input:hover::-webkit-input-placeholder,
.cid-uP8CcLkR9R .form-control:focus::-webkit-input-placeholder,
.cid-uP8CcLkR9R .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uP8CcLkR9R .form-control:hover:-moz-placeholder,
.cid-uP8CcLkR9R .field-input:hover:-moz-placeholder,
.cid-uP8CcLkR9R .form-control:focus:-moz-placeholder,
.cid-uP8CcLkR9R .field-input:focus:-moz-placeholder,
.cid-uP8CcLkR9R .form-control:hover:-moz-placeholder,
.cid-uP8CcLkR9R .field-input:hover:-moz-placeholder,
.cid-uP8CcLkR9R .form-control:focus:-moz-placeholder,
.cid-uP8CcLkR9R .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uP8CcLkR9R .jq-number__spin:hover,
.cid-uP8CcLkR9R .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uP8CcLkR9R .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uP8CcLkR9R .jq-selectbox li,
.cid-uP8CcLkR9R .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-uP8CcLkR9R .jq-selectbox li:hover,
.cid-uP8CcLkR9R .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-uP8CcLkR9R .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uP8CcLkR9R .jq-number__spin.minus:hover:after,
.cid-uP8CcLkR9R .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-uP8CcLkR9R .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uP8CcLkR9R .jq-number__spin.minus:after,
.cid-uP8CcLkR9R .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-uP8CcLkR9R input::-webkit-clear-button {
  display: none;
}
.cid-uP8CcLkR9R input::-webkit-inner-spin-button {
  display: none;
}
.cid-uP8CcLkR9R input::-webkit-outer-spin-button {
  display: none;
}
.cid-uP8CcLkR9R input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uP8CcLkR9R H4 {
  color: #fff0b0;
}
.cid-uP8CcLCnsa {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uP8CcLCnsa .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uP8CcLCnsa .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-uP8CcLCnsa .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uP8CcLCnsa .social-list {
  width: auto;
}
.cid-uP8CcLCnsa .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-uP8CcLCnsa .social-media {
  padding: 0;
  text-align: center;
}
.cid-uP8CcLCnsa .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uP8CcLCnsa .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uP8CcLCnsa .mbr-section-title,
.cid-uP8CcLCnsa .social-media {
  color: #111213;
}
.cid-uP8DGRXjvt {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uP8DGRXjvt .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uP8DGRXjvt .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uP8DGRXjvt .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-uP8DGRXjvt .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-uP8DGRXjvt .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-uP8DGRXjvt .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uP8DGRXjvt .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uP8DGRXjvt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uP8DGRXjvt .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uP8DGRXjvt .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-uP8DGRXjvt .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uP8DGRXjvt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP8DGRXjvt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-uP8DGRXjvt .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uP8DGRXjvt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP8DGRXjvt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP8DGRXjvt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uP8DGRXjvt .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uP8DGRXjvt .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uP8DGRXjvt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP8DGRXjvt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uP8DGRXjvt .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uP8DGRXjvt .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uP8DGRXjvt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP8DGRXjvt .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uP8DGRXjvt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP8DGRXjvt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP8DGRXjvt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uP8DGRXjvt .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uP8DGRXjvt .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uP8DGRXjvt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uP8DGRXjvt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uP8DGRXjvt .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uP8DGRXjvt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uP8DGRXjvt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uP8DGRXjvt .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uP8DGRXjvt .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uP8DGRXjvt .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uP8DGRXjvt .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uP8DGRXjvt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uP8DGRXjvt .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uP8DGRXjvt .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uP8DGRXjvt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP8DGRXjvt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP8DGRXjvt .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uP8DGRXjvt .dropdown-item.active,
.cid-uP8DGRXjvt .dropdown-item:active {
  background-color: transparent;
}
.cid-uP8DGRXjvt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uP8DGRXjvt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP8DGRXjvt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP8DGRXjvt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uP8DGRXjvt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uP8DGRXjvt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uP8DGRXjvt ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uP8DGRXjvt .navbar-buttons {
  text-align: center;
}
.cid-uP8DGRXjvt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uP8DGRXjvt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-uP8DGRXjvt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP8DGRXjvt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uP8DGRXjvt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uP8DGRXjvt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP8DGRXjvt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP8DGRXjvt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uP8DGRXjvt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uP8DGRXjvt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP8DGRXjvt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uP8DGRXjvt .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uP8DGRXjvt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uP8DGRXjvt .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uP8DGRXjvt .nav-link:hover,
.cid-uP8DGRXjvt .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uP8DGRXjvt .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uP8DGRXjvt .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uP8DGRXjvt .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uP8DGSocFE {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uP8DGSocFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP8DGSocFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP8DGSocFE .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uP8DGSocFE .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uP8DGSGxXv {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uP8DGSGxXv .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-uP8DGSGxXv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uP8DGSGxXv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uP8DGSGxXv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uP8DGSGxXv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uP8DGSGxXv .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uP8DGSGxXv .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uP8DGSGxXv .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uP8DGSGxXv .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-uP8DGSGxXv .mbr-gallery-item > div img,
.cid-uP8DGSGxXv .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-uP8DGSGxXv .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-uP8DGSGxXv .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-uP8DGSGxXv .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-uP8DGSGxXv .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-uP8DGSGxXv .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-uP8DGSGxXv .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-uP8DGSGxXv .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uP8DGSGxXv .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uP8DGSGxXv .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-uP8DGT1uGL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uP8DGT1uGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP8DGT1uGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP8DGT1uGL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uP8DGT1uGL .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uP8DGT1uGL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uP8DGT1uGL .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uP8DGT1uGL .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uP8DGT1uGL .header-menu li p {
  margin: 0;
}
.cid-uP8DGT1uGL .content-head {
  max-width: 800px;
}
.cid-uP8DGTkrvg {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uP8DGTkrvg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uP8DGTkrvg .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-uP8DGTkrvg textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-uP8DGTkrvg .form-row {
    flex-direction: column;
  }
}
.cid-uP8DGTkrvg h4 {
  margin-bottom: 2rem;
}
.cid-uP8DGTkrvg .form-control,
.cid-uP8DGTkrvg .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-uP8DGTkrvg .form-control,
.cid-uP8DGTkrvg .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uP8DGTkrvg .form-control::-webkit-input-placeholder,
.cid-uP8DGTkrvg .field-input::-webkit-input-placeholder,
.cid-uP8DGTkrvg .form-control::-webkit-input-placeholder,
.cid-uP8DGTkrvg .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uP8DGTkrvg .form-control:-moz-placeholder,
.cid-uP8DGTkrvg .field-input:-moz-placeholder,
.cid-uP8DGTkrvg .form-control:-moz-placeholder,
.cid-uP8DGTkrvg .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uP8DGTkrvg .form-control:hover,
.cid-uP8DGTkrvg .field-input:hover,
.cid-uP8DGTkrvg .form-control:focus,
.cid-uP8DGTkrvg .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-uP8DGTkrvg .form-control:hover::-webkit-input-placeholder,
.cid-uP8DGTkrvg .field-input:hover::-webkit-input-placeholder,
.cid-uP8DGTkrvg .form-control:focus::-webkit-input-placeholder,
.cid-uP8DGTkrvg .field-input:focus::-webkit-input-placeholder,
.cid-uP8DGTkrvg .form-control:hover::-webkit-input-placeholder,
.cid-uP8DGTkrvg .field-input:hover::-webkit-input-placeholder,
.cid-uP8DGTkrvg .form-control:focus::-webkit-input-placeholder,
.cid-uP8DGTkrvg .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uP8DGTkrvg .form-control:hover:-moz-placeholder,
.cid-uP8DGTkrvg .field-input:hover:-moz-placeholder,
.cid-uP8DGTkrvg .form-control:focus:-moz-placeholder,
.cid-uP8DGTkrvg .field-input:focus:-moz-placeholder,
.cid-uP8DGTkrvg .form-control:hover:-moz-placeholder,
.cid-uP8DGTkrvg .field-input:hover:-moz-placeholder,
.cid-uP8DGTkrvg .form-control:focus:-moz-placeholder,
.cid-uP8DGTkrvg .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uP8DGTkrvg .jq-number__spin:hover,
.cid-uP8DGTkrvg .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uP8DGTkrvg .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uP8DGTkrvg .jq-selectbox li,
.cid-uP8DGTkrvg .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-uP8DGTkrvg .jq-selectbox li:hover,
.cid-uP8DGTkrvg .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-uP8DGTkrvg .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uP8DGTkrvg .jq-number__spin.minus:hover:after,
.cid-uP8DGTkrvg .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-uP8DGTkrvg .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uP8DGTkrvg .jq-number__spin.minus:after,
.cid-uP8DGTkrvg .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-uP8DGTkrvg input::-webkit-clear-button {
  display: none;
}
.cid-uP8DGTkrvg input::-webkit-inner-spin-button {
  display: none;
}
.cid-uP8DGTkrvg input::-webkit-outer-spin-button {
  display: none;
}
.cid-uP8DGTkrvg input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uP8DGTkrvg H4 {
  color: #fff0b0;
}
.cid-uP8DGTCXCE {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uP8DGTCXCE .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uP8DGTCXCE .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-uP8DGTCXCE .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uP8DGTCXCE .social-list {
  width: auto;
}
.cid-uP8DGTCXCE .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-uP8DGTCXCE .social-media {
  padding: 0;
  text-align: center;
}
.cid-uP8DGTCXCE .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uP8DGTCXCE .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uP8DGTCXCE .mbr-section-title,
.cid-uP8DGTCXCE .social-media {
  color: #111213;
}
.cid-uPajADdo0P {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uPajADdo0P .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uPajADdo0P .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uPajADdo0P .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-uPajADdo0P .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-uPajADdo0P .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-uPajADdo0P .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uPajADdo0P .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uPajADdo0P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPajADdo0P .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uPajADdo0P .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-uPajADdo0P .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uPajADdo0P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPajADdo0P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-uPajADdo0P .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uPajADdo0P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPajADdo0P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPajADdo0P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uPajADdo0P .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uPajADdo0P .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uPajADdo0P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPajADdo0P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uPajADdo0P .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uPajADdo0P .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uPajADdo0P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPajADdo0P .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uPajADdo0P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPajADdo0P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPajADdo0P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uPajADdo0P .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uPajADdo0P .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uPajADdo0P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPajADdo0P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uPajADdo0P .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uPajADdo0P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uPajADdo0P .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uPajADdo0P .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uPajADdo0P .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uPajADdo0P .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uPajADdo0P .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uPajADdo0P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uPajADdo0P .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uPajADdo0P .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uPajADdo0P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPajADdo0P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPajADdo0P .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uPajADdo0P .dropdown-item.active,
.cid-uPajADdo0P .dropdown-item:active {
  background-color: transparent;
}
.cid-uPajADdo0P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uPajADdo0P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPajADdo0P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPajADdo0P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPajADdo0P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uPajADdo0P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPajADdo0P ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uPajADdo0P .navbar-buttons {
  text-align: center;
}
.cid-uPajADdo0P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPajADdo0P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-uPajADdo0P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPajADdo0P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uPajADdo0P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uPajADdo0P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPajADdo0P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPajADdo0P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uPajADdo0P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uPajADdo0P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPajADdo0P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uPajADdo0P .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uPajADdo0P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uPajADdo0P .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uPajADdo0P .nav-link:hover,
.cid-uPajADdo0P .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uPajADdo0P .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uPajADdo0P .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uPajADdo0P .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uPajADAhXV {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uPajADAhXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPajADAhXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPajADAhXV .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uPajADAhXV .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uPajADPqNt {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uPajADPqNt .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-uPajADPqNt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPajADPqNt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPajADPqNt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uPajADPqNt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uPajADPqNt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uPajADPqNt .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uPajADPqNt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uPajADPqNt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-uPajADPqNt .mbr-gallery-item > div img,
.cid-uPajADPqNt .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-uPajADPqNt .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-uPajADPqNt .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-uPajADPqNt .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-uPajADPqNt .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-uPajADPqNt .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-uPajADPqNt .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-uPajADPqNt .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uPajADPqNt .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uPajADPqNt .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-uPajAEk6Ng {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPajAEk6Ng .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPajAEk6Ng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPajAEk6Ng .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uPajAEk6Ng .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uPajAEk6Ng .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPajAEk6Ng .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPajAEk6Ng .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPajAEk6Ng .header-menu li p {
  margin: 0;
}
.cid-uPajAEk6Ng .content-head {
  max-width: 800px;
}
.cid-uPajAEFZ2d {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uPajAEFZ2d .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPajAEFZ2d .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-uPajAEFZ2d textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-uPajAEFZ2d .form-row {
    flex-direction: column;
  }
}
.cid-uPajAEFZ2d h4 {
  margin-bottom: 2rem;
}
.cid-uPajAEFZ2d .form-control,
.cid-uPajAEFZ2d .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-uPajAEFZ2d .form-control,
.cid-uPajAEFZ2d .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPajAEFZ2d .form-control::-webkit-input-placeholder,
.cid-uPajAEFZ2d .field-input::-webkit-input-placeholder,
.cid-uPajAEFZ2d .form-control::-webkit-input-placeholder,
.cid-uPajAEFZ2d .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uPajAEFZ2d .form-control:-moz-placeholder,
.cid-uPajAEFZ2d .field-input:-moz-placeholder,
.cid-uPajAEFZ2d .form-control:-moz-placeholder,
.cid-uPajAEFZ2d .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uPajAEFZ2d .form-control:hover,
.cid-uPajAEFZ2d .field-input:hover,
.cid-uPajAEFZ2d .form-control:focus,
.cid-uPajAEFZ2d .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-uPajAEFZ2d .form-control:hover::-webkit-input-placeholder,
.cid-uPajAEFZ2d .field-input:hover::-webkit-input-placeholder,
.cid-uPajAEFZ2d .form-control:focus::-webkit-input-placeholder,
.cid-uPajAEFZ2d .field-input:focus::-webkit-input-placeholder,
.cid-uPajAEFZ2d .form-control:hover::-webkit-input-placeholder,
.cid-uPajAEFZ2d .field-input:hover::-webkit-input-placeholder,
.cid-uPajAEFZ2d .form-control:focus::-webkit-input-placeholder,
.cid-uPajAEFZ2d .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uPajAEFZ2d .form-control:hover:-moz-placeholder,
.cid-uPajAEFZ2d .field-input:hover:-moz-placeholder,
.cid-uPajAEFZ2d .form-control:focus:-moz-placeholder,
.cid-uPajAEFZ2d .field-input:focus:-moz-placeholder,
.cid-uPajAEFZ2d .form-control:hover:-moz-placeholder,
.cid-uPajAEFZ2d .field-input:hover:-moz-placeholder,
.cid-uPajAEFZ2d .form-control:focus:-moz-placeholder,
.cid-uPajAEFZ2d .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uPajAEFZ2d .jq-number__spin:hover,
.cid-uPajAEFZ2d .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uPajAEFZ2d .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPajAEFZ2d .jq-selectbox li,
.cid-uPajAEFZ2d .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-uPajAEFZ2d .jq-selectbox li:hover,
.cid-uPajAEFZ2d .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-uPajAEFZ2d .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPajAEFZ2d .jq-number__spin.minus:hover:after,
.cid-uPajAEFZ2d .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-uPajAEFZ2d .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPajAEFZ2d .jq-number__spin.minus:after,
.cid-uPajAEFZ2d .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-uPajAEFZ2d input::-webkit-clear-button {
  display: none;
}
.cid-uPajAEFZ2d input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPajAEFZ2d input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPajAEFZ2d input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPajAEFZ2d H4 {
  color: #fff0b0;
}
.cid-uPajAEVxiq {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uPajAEVxiq .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uPajAEVxiq .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-uPajAEVxiq .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uPajAEVxiq .social-list {
  width: auto;
}
.cid-uPajAEVxiq .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-uPajAEVxiq .social-media {
  padding: 0;
  text-align: center;
}
.cid-uPajAEVxiq .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uPajAEVxiq .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uPajAEVxiq .mbr-section-title,
.cid-uPajAEVxiq .social-media {
  color: #111213;
}
.cid-uPalnJKetP {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uPalnJKetP .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uPalnJKetP .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uPalnJKetP .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-uPalnJKetP .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-uPalnJKetP .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-uPalnJKetP .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uPalnJKetP .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uPalnJKetP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPalnJKetP .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uPalnJKetP .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-uPalnJKetP .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uPalnJKetP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPalnJKetP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-uPalnJKetP .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uPalnJKetP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPalnJKetP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPalnJKetP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uPalnJKetP .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uPalnJKetP .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uPalnJKetP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPalnJKetP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uPalnJKetP .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uPalnJKetP .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uPalnJKetP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPalnJKetP .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uPalnJKetP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPalnJKetP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPalnJKetP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uPalnJKetP .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uPalnJKetP .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uPalnJKetP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPalnJKetP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uPalnJKetP .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uPalnJKetP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uPalnJKetP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uPalnJKetP .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uPalnJKetP .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uPalnJKetP .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uPalnJKetP .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uPalnJKetP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uPalnJKetP .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uPalnJKetP .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uPalnJKetP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPalnJKetP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPalnJKetP .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uPalnJKetP .dropdown-item.active,
.cid-uPalnJKetP .dropdown-item:active {
  background-color: transparent;
}
.cid-uPalnJKetP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uPalnJKetP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPalnJKetP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPalnJKetP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPalnJKetP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uPalnJKetP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPalnJKetP ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uPalnJKetP .navbar-buttons {
  text-align: center;
}
.cid-uPalnJKetP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPalnJKetP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-uPalnJKetP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPalnJKetP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uPalnJKetP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uPalnJKetP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPalnJKetP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPalnJKetP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uPalnJKetP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uPalnJKetP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPalnJKetP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uPalnJKetP .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uPalnJKetP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uPalnJKetP .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uPalnJKetP .nav-link:hover,
.cid-uPalnJKetP .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uPalnJKetP .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uPalnJKetP .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uPalnJKetP .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uPalnK9EoN {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uPalnK9EoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPalnK9EoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPalnK9EoN .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uPalnK9EoN .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uPalnKq8Ba {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uPalnKq8Ba .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-uPalnKq8Ba .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPalnKq8Ba .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPalnKq8Ba .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uPalnKq8Ba .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uPalnKq8Ba .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uPalnKq8Ba .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uPalnKq8Ba .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uPalnKq8Ba .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-uPalnKq8Ba .mbr-gallery-item > div img,
.cid-uPalnKq8Ba .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-uPalnKq8Ba .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-uPalnKq8Ba .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-uPalnKq8Ba .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-uPalnKq8Ba .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-uPalnKq8Ba .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-uPalnKq8Ba .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-uPalnKq8Ba .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uPalnKq8Ba .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uPalnKq8Ba .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-uPalnKGaWm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPalnKGaWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPalnKGaWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPalnKGaWm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uPalnKGaWm .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uPalnKGaWm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPalnKGaWm .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPalnKGaWm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPalnKGaWm .header-menu li p {
  margin: 0;
}
.cid-uPalnKGaWm .content-head {
  max-width: 800px;
}
.cid-uPalnKXxwx {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uPalnKXxwx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPalnKXxwx .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-uPalnKXxwx textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-uPalnKXxwx .form-row {
    flex-direction: column;
  }
}
.cid-uPalnKXxwx h4 {
  margin-bottom: 2rem;
}
.cid-uPalnKXxwx .form-control,
.cid-uPalnKXxwx .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-uPalnKXxwx .form-control,
.cid-uPalnKXxwx .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPalnKXxwx .form-control::-webkit-input-placeholder,
.cid-uPalnKXxwx .field-input::-webkit-input-placeholder,
.cid-uPalnKXxwx .form-control::-webkit-input-placeholder,
.cid-uPalnKXxwx .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uPalnKXxwx .form-control:-moz-placeholder,
.cid-uPalnKXxwx .field-input:-moz-placeholder,
.cid-uPalnKXxwx .form-control:-moz-placeholder,
.cid-uPalnKXxwx .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uPalnKXxwx .form-control:hover,
.cid-uPalnKXxwx .field-input:hover,
.cid-uPalnKXxwx .form-control:focus,
.cid-uPalnKXxwx .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-uPalnKXxwx .form-control:hover::-webkit-input-placeholder,
.cid-uPalnKXxwx .field-input:hover::-webkit-input-placeholder,
.cid-uPalnKXxwx .form-control:focus::-webkit-input-placeholder,
.cid-uPalnKXxwx .field-input:focus::-webkit-input-placeholder,
.cid-uPalnKXxwx .form-control:hover::-webkit-input-placeholder,
.cid-uPalnKXxwx .field-input:hover::-webkit-input-placeholder,
.cid-uPalnKXxwx .form-control:focus::-webkit-input-placeholder,
.cid-uPalnKXxwx .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uPalnKXxwx .form-control:hover:-moz-placeholder,
.cid-uPalnKXxwx .field-input:hover:-moz-placeholder,
.cid-uPalnKXxwx .form-control:focus:-moz-placeholder,
.cid-uPalnKXxwx .field-input:focus:-moz-placeholder,
.cid-uPalnKXxwx .form-control:hover:-moz-placeholder,
.cid-uPalnKXxwx .field-input:hover:-moz-placeholder,
.cid-uPalnKXxwx .form-control:focus:-moz-placeholder,
.cid-uPalnKXxwx .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uPalnKXxwx .jq-number__spin:hover,
.cid-uPalnKXxwx .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uPalnKXxwx .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPalnKXxwx .jq-selectbox li,
.cid-uPalnKXxwx .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-uPalnKXxwx .jq-selectbox li:hover,
.cid-uPalnKXxwx .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-uPalnKXxwx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPalnKXxwx .jq-number__spin.minus:hover:after,
.cid-uPalnKXxwx .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-uPalnKXxwx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPalnKXxwx .jq-number__spin.minus:after,
.cid-uPalnKXxwx .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-uPalnKXxwx input::-webkit-clear-button {
  display: none;
}
.cid-uPalnKXxwx input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPalnKXxwx input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPalnKXxwx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPalnKXxwx H4 {
  color: #fff0b0;
}
.cid-uPalnLctkQ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uPalnLctkQ .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uPalnLctkQ .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-uPalnLctkQ .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uPalnLctkQ .social-list {
  width: auto;
}
.cid-uPalnLctkQ .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-uPalnLctkQ .social-media {
  padding: 0;
  text-align: center;
}
.cid-uPalnLctkQ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uPalnLctkQ .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uPalnLctkQ .mbr-section-title,
.cid-uPalnLctkQ .social-media {
  color: #111213;
}
.cid-uPdNaAjn9p {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uPdNaAjn9p .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-uPdNaAjn9p .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uPdNaAjn9p .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-uPdNaAjn9p .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-uPdNaAjn9p .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-uPdNaAjn9p .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uPdNaAjn9p .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uPdNaAjn9p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uPdNaAjn9p .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-uPdNaAjn9p .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-uPdNaAjn9p .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uPdNaAjn9p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPdNaAjn9p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-uPdNaAjn9p .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uPdNaAjn9p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPdNaAjn9p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPdNaAjn9p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uPdNaAjn9p .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uPdNaAjn9p .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-uPdNaAjn9p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPdNaAjn9p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-uPdNaAjn9p .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uPdNaAjn9p .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-uPdNaAjn9p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPdNaAjn9p .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uPdNaAjn9p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPdNaAjn9p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPdNaAjn9p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uPdNaAjn9p .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uPdNaAjn9p .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-uPdNaAjn9p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPdNaAjn9p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-uPdNaAjn9p .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uPdNaAjn9p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-uPdNaAjn9p .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uPdNaAjn9p .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-uPdNaAjn9p .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-uPdNaAjn9p .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-uPdNaAjn9p .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-uPdNaAjn9p .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uPdNaAjn9p .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-uPdNaAjn9p .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-uPdNaAjn9p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPdNaAjn9p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPdNaAjn9p .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uPdNaAjn9p .dropdown-item.active,
.cid-uPdNaAjn9p .dropdown-item:active {
  background-color: transparent;
}
.cid-uPdNaAjn9p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-uPdNaAjn9p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPdNaAjn9p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPdNaAjn9p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uPdNaAjn9p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uPdNaAjn9p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPdNaAjn9p ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uPdNaAjn9p .navbar-buttons {
  text-align: center;
}
.cid-uPdNaAjn9p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPdNaAjn9p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-uPdNaAjn9p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPdNaAjn9p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uPdNaAjn9p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-uPdNaAjn9p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPdNaAjn9p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdNaAjn9p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-uPdNaAjn9p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-uPdNaAjn9p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPdNaAjn9p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-uPdNaAjn9p .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-uPdNaAjn9p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uPdNaAjn9p .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-uPdNaAjn9p .nav-link:hover,
.cid-uPdNaAjn9p .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-uPdNaAjn9p .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-uPdNaAjn9p .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-uPdNaAjn9p .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uPdNaAHdJA {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uPdNaAHdJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdNaAHdJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdNaAHdJA .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-uPdNaAHdJA .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uPdNaAVmgS {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uPdNaAVmgS .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-uPdNaAVmgS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPdNaAVmgS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPdNaAVmgS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uPdNaAVmgS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-uPdNaAVmgS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uPdNaAVmgS .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-uPdNaAVmgS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uPdNaAVmgS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #bbbbbb !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-uPdNaAVmgS .mbr-gallery-item > div img,
.cid-uPdNaAVmgS .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-uPdNaAVmgS .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-uPdNaAVmgS .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-uPdNaAVmgS .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-uPdNaAVmgS .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-uPdNaAVmgS .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-uPdNaAVmgS .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-uPdNaAVmgS .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-uPdNaAVmgS .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-uPdNaAVmgS .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-uPdNaBbQeU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPdNaBbQeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPdNaBbQeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPdNaBbQeU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uPdNaBbQeU .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uPdNaBbQeU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPdNaBbQeU .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPdNaBbQeU .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPdNaBbQeU .header-menu li p {
  margin: 0;
}
.cid-uPdNaBbQeU .content-head {
  max-width: 800px;
}
.cid-uPdNaBsasi {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uPdNaBsasi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uPdNaBsasi .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-uPdNaBsasi textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-uPdNaBsasi .form-row {
    flex-direction: column;
  }
}
.cid-uPdNaBsasi h4 {
  margin-bottom: 2rem;
}
.cid-uPdNaBsasi .form-control,
.cid-uPdNaBsasi .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-uPdNaBsasi .form-control,
.cid-uPdNaBsasi .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPdNaBsasi .form-control::-webkit-input-placeholder,
.cid-uPdNaBsasi .field-input::-webkit-input-placeholder,
.cid-uPdNaBsasi .form-control::-webkit-input-placeholder,
.cid-uPdNaBsasi .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uPdNaBsasi .form-control:-moz-placeholder,
.cid-uPdNaBsasi .field-input:-moz-placeholder,
.cid-uPdNaBsasi .form-control:-moz-placeholder,
.cid-uPdNaBsasi .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uPdNaBsasi .form-control:hover,
.cid-uPdNaBsasi .field-input:hover,
.cid-uPdNaBsasi .form-control:focus,
.cid-uPdNaBsasi .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-uPdNaBsasi .form-control:hover::-webkit-input-placeholder,
.cid-uPdNaBsasi .field-input:hover::-webkit-input-placeholder,
.cid-uPdNaBsasi .form-control:focus::-webkit-input-placeholder,
.cid-uPdNaBsasi .field-input:focus::-webkit-input-placeholder,
.cid-uPdNaBsasi .form-control:hover::-webkit-input-placeholder,
.cid-uPdNaBsasi .field-input:hover::-webkit-input-placeholder,
.cid-uPdNaBsasi .form-control:focus::-webkit-input-placeholder,
.cid-uPdNaBsasi .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-uPdNaBsasi .form-control:hover:-moz-placeholder,
.cid-uPdNaBsasi .field-input:hover:-moz-placeholder,
.cid-uPdNaBsasi .form-control:focus:-moz-placeholder,
.cid-uPdNaBsasi .field-input:focus:-moz-placeholder,
.cid-uPdNaBsasi .form-control:hover:-moz-placeholder,
.cid-uPdNaBsasi .field-input:hover:-moz-placeholder,
.cid-uPdNaBsasi .form-control:focus:-moz-placeholder,
.cid-uPdNaBsasi .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-uPdNaBsasi .jq-number__spin:hover,
.cid-uPdNaBsasi .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uPdNaBsasi .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uPdNaBsasi .jq-selectbox li,
.cid-uPdNaBsasi .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-uPdNaBsasi .jq-selectbox li:hover,
.cid-uPdNaBsasi .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-uPdNaBsasi .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uPdNaBsasi .jq-number__spin.minus:hover:after,
.cid-uPdNaBsasi .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-uPdNaBsasi .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uPdNaBsasi .jq-number__spin.minus:after,
.cid-uPdNaBsasi .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-uPdNaBsasi input::-webkit-clear-button {
  display: none;
}
.cid-uPdNaBsasi input::-webkit-inner-spin-button {
  display: none;
}
.cid-uPdNaBsasi input::-webkit-outer-spin-button {
  display: none;
}
.cid-uPdNaBsasi input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uPdNaBsasi H4 {
  color: #fff0b0;
}
.cid-uPdNaBHTtn {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uPdNaBHTtn .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uPdNaBHTtn .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-uPdNaBHTtn .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uPdNaBHTtn .social-list {
  width: auto;
}
.cid-uPdNaBHTtn .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-uPdNaBHTtn .social-media {
  padding: 0;
  text-align: center;
}
.cid-uPdNaBHTtn .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uPdNaBHTtn .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uPdNaBHTtn .mbr-section-title,
.cid-uPdNaBHTtn .social-media {
  color: #111213;
}
.cid-v0rCO4RnZH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-v0rCO4RnZH .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v0rCO4RnZH .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v0rCO4RnZH .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-v0rCO4RnZH .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-v0rCO4RnZH .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-v0rCO4RnZH .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v0rCO4RnZH .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v0rCO4RnZH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0rCO4RnZH .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-v0rCO4RnZH .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-v0rCO4RnZH .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v0rCO4RnZH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0rCO4RnZH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-v0rCO4RnZH .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v0rCO4RnZH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0rCO4RnZH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0rCO4RnZH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v0rCO4RnZH .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v0rCO4RnZH .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-v0rCO4RnZH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0rCO4RnZH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v0rCO4RnZH .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v0rCO4RnZH .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-v0rCO4RnZH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0rCO4RnZH .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v0rCO4RnZH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0rCO4RnZH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0rCO4RnZH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v0rCO4RnZH .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v0rCO4RnZH .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-v0rCO4RnZH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0rCO4RnZH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-v0rCO4RnZH .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v0rCO4RnZH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-v0rCO4RnZH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0rCO4RnZH .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-v0rCO4RnZH .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-v0rCO4RnZH .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-v0rCO4RnZH .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-v0rCO4RnZH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v0rCO4RnZH .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-v0rCO4RnZH .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-v0rCO4RnZH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0rCO4RnZH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0rCO4RnZH .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v0rCO4RnZH .dropdown-item.active,
.cid-v0rCO4RnZH .dropdown-item:active {
  background-color: transparent;
}
.cid-v0rCO4RnZH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-v0rCO4RnZH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0rCO4RnZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0rCO4RnZH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v0rCO4RnZH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v0rCO4RnZH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0rCO4RnZH ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v0rCO4RnZH .navbar-buttons {
  text-align: center;
}
.cid-v0rCO4RnZH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0rCO4RnZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-v0rCO4RnZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0rCO4RnZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v0rCO4RnZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v0rCO4RnZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0rCO4RnZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0rCO4RnZH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-v0rCO4RnZH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-v0rCO4RnZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0rCO4RnZH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-v0rCO4RnZH .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-v0rCO4RnZH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v0rCO4RnZH .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-v0rCO4RnZH .nav-link:hover,
.cid-v0rCO4RnZH .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v0rCO4RnZH .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-v0rCO4RnZH .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-v0rCO4RnZH .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-v0rCO5lEDJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v0rCO5lEDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rCO5lEDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rCO5lEDJ .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-v0rCO5lEDJ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v0rCO5Jyjq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v0rCO5Jyjq .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0rCO5Jyjq .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-v0rCO5Jyjq .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-v0rCO5Jyjq .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-v0rCO5Jyjq .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v0rCO5Jyjq .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-v0rCO5Jyjq .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v0rCO66XK6 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v0rCO66XK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rCO66XK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rCO66XK6 .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-v0rCO66XK6 .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v0rCO6nnE8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v0rCO6nnE8 .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0rCO6nnE8 .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-v0rCO6nnE8 .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-v0rCO6nnE8 .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-v0rCO6nnE8 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v0rCO6nnE8 .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-v0rCO6nnE8 .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v0rCO6R4wZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v0rCO6R4wZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rCO6R4wZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rCO6R4wZ .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-v0rCO6R4wZ .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v0rCO78roh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v0rCO78roh .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0rCO78roh .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-v0rCO78roh .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-v0rCO78roh .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-v0rCO78roh .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v0rCO78roh .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-v0rCO78roh .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v0rCO7s33X {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v0rCO7s33X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rCO7s33X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rCO7s33X .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-v0rCO7s33X .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v0rCO7OWST {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v0rCO7OWST .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0rCO7OWST .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-v0rCO7OWST .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-v0rCO7OWST .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-v0rCO7OWST .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v0rCO7OWST .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-v0rCO7OWST .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v0rCO87UXG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v0rCO87UXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rCO87UXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rCO87UXG .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-v0rCO87UXG .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v0rCO8o8re {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v0rCO8o8re .items {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0rCO8o8re .item {
  width: 33.33333%;
  padding: 15px;
  aspect-ratio: 1;
}
.cid-v0rCO8o8re .item .item-wrapper {
  width: 100%;
  height: 100%;
}
.cid-v0rCO8o8re .item .item-img {
  width: 100%;
  height: 100%;
}
.cid-v0rCO8o8re .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v0rCO8o8re .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-v0rCO8o8re .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-v0rCO9rs1R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0rCO9rs1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rCO9rs1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0rCO9rs1R .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0rCO9rs1R .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v0rCO9rs1R .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v0rCO9rs1R .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v0rCO9rs1R .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v0rCO9rs1R .header-menu li p {
  margin: 0;
}
.cid-v0rCO9rs1R .content-head {
  max-width: 800px;
}
.cid-v0rCO9Nr3Z {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-v0rCO9Nr3Z .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v0rCO9Nr3Z .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-v0rCO9Nr3Z textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-v0rCO9Nr3Z .form-row {
    flex-direction: column;
  }
}
.cid-v0rCO9Nr3Z h4 {
  margin-bottom: 2rem;
}
.cid-v0rCO9Nr3Z .form-control,
.cid-v0rCO9Nr3Z .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-v0rCO9Nr3Z .form-control,
.cid-v0rCO9Nr3Z .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0rCO9Nr3Z .form-control::-webkit-input-placeholder,
.cid-v0rCO9Nr3Z .field-input::-webkit-input-placeholder,
.cid-v0rCO9Nr3Z .form-control::-webkit-input-placeholder,
.cid-v0rCO9Nr3Z .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-v0rCO9Nr3Z .form-control:-moz-placeholder,
.cid-v0rCO9Nr3Z .field-input:-moz-placeholder,
.cid-v0rCO9Nr3Z .form-control:-moz-placeholder,
.cid-v0rCO9Nr3Z .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-v0rCO9Nr3Z .form-control:hover,
.cid-v0rCO9Nr3Z .field-input:hover,
.cid-v0rCO9Nr3Z .form-control:focus,
.cid-v0rCO9Nr3Z .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-v0rCO9Nr3Z .form-control:hover::-webkit-input-placeholder,
.cid-v0rCO9Nr3Z .field-input:hover::-webkit-input-placeholder,
.cid-v0rCO9Nr3Z .form-control:focus::-webkit-input-placeholder,
.cid-v0rCO9Nr3Z .field-input:focus::-webkit-input-placeholder,
.cid-v0rCO9Nr3Z .form-control:hover::-webkit-input-placeholder,
.cid-v0rCO9Nr3Z .field-input:hover::-webkit-input-placeholder,
.cid-v0rCO9Nr3Z .form-control:focus::-webkit-input-placeholder,
.cid-v0rCO9Nr3Z .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-v0rCO9Nr3Z .form-control:hover:-moz-placeholder,
.cid-v0rCO9Nr3Z .field-input:hover:-moz-placeholder,
.cid-v0rCO9Nr3Z .form-control:focus:-moz-placeholder,
.cid-v0rCO9Nr3Z .field-input:focus:-moz-placeholder,
.cid-v0rCO9Nr3Z .form-control:hover:-moz-placeholder,
.cid-v0rCO9Nr3Z .field-input:hover:-moz-placeholder,
.cid-v0rCO9Nr3Z .form-control:focus:-moz-placeholder,
.cid-v0rCO9Nr3Z .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-v0rCO9Nr3Z .jq-number__spin:hover,
.cid-v0rCO9Nr3Z .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0rCO9Nr3Z .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0rCO9Nr3Z .jq-selectbox li,
.cid-v0rCO9Nr3Z .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-v0rCO9Nr3Z .jq-selectbox li:hover,
.cid-v0rCO9Nr3Z .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-v0rCO9Nr3Z .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0rCO9Nr3Z .jq-number__spin.minus:hover:after,
.cid-v0rCO9Nr3Z .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-v0rCO9Nr3Z .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0rCO9Nr3Z .jq-number__spin.minus:after,
.cid-v0rCO9Nr3Z .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-v0rCO9Nr3Z input::-webkit-clear-button {
  display: none;
}
.cid-v0rCO9Nr3Z input::-webkit-inner-spin-button {
  display: none;
}
.cid-v0rCO9Nr3Z input::-webkit-outer-spin-button {
  display: none;
}
.cid-v0rCO9Nr3Z input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v0rCO9Nr3Z H4 {
  color: #fff0b0;
}
.cid-v0rCOa5PqO {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-v0rCOa5PqO .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v0rCOa5PqO .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-v0rCOa5PqO .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-v0rCOa5PqO .social-list {
  width: auto;
}
.cid-v0rCOa5PqO .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-v0rCOa5PqO .social-media {
  padding: 0;
  text-align: center;
}
.cid-v0rCOa5PqO .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v0rCOa5PqO .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-v0rCOa5PqO .mbr-section-title,
.cid-v0rCOa5PqO .social-media {
  color: #111213;
}
.cid-v4IQLBIXPN {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-v4IQLBIXPN .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-v4IQLBIXPN .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-v4IQLBIXPN .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #000000;
  display: flex;
  flex-direction: column;
}
.cid-v4IQLBIXPN .navbar.opened {
  transition: all 0.2s;
  background: #000000 !important;
}
.cid-v4IQLBIXPN .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #eec20c;
  color: #132c70;
  background: #f5d038 !important;
}
.cid-v4IQLBIXPN .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-v4IQLBIXPN .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-v4IQLBIXPN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4IQLBIXPN .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-v4IQLBIXPN .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #f5d038;
}
.cid-v4IQLBIXPN .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-v4IQLBIXPN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4IQLBIXPN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.07142857vh;
  }
}
.cid-v4IQLBIXPN .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-v4IQLBIXPN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4IQLBIXPN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4IQLBIXPN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4IQLBIXPN .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-v4IQLBIXPN .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-v4IQLBIXPN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4IQLBIXPN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-v4IQLBIXPN .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-v4IQLBIXPN .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-v4IQLBIXPN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4IQLBIXPN .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-v4IQLBIXPN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4IQLBIXPN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4IQLBIXPN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4IQLBIXPN .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-v4IQLBIXPN .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-v4IQLBIXPN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4IQLBIXPN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-v4IQLBIXPN .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-v4IQLBIXPN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-v4IQLBIXPN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4IQLBIXPN .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-v4IQLBIXPN .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-v4IQLBIXPN .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-v4IQLBIXPN .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-v4IQLBIXPN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-v4IQLBIXPN .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-v4IQLBIXPN .navbar-brand {
  height: 7.5rem;
  min-height: 3rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-v4IQLBIXPN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4IQLBIXPN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4IQLBIXPN .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-v4IQLBIXPN .dropdown-item.active,
.cid-v4IQLBIXPN .dropdown-item:active {
  background-color: transparent;
}
.cid-v4IQLBIXPN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-v4IQLBIXPN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4IQLBIXPN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4IQLBIXPN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4IQLBIXPN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-v4IQLBIXPN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4IQLBIXPN ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-v4IQLBIXPN .navbar-buttons {
  text-align: center;
}
.cid-v4IQLBIXPN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4IQLBIXPN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #bc9c22;
}
.cid-v4IQLBIXPN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4IQLBIXPN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4IQLBIXPN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-v4IQLBIXPN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4IQLBIXPN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4IQLBIXPN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-v4IQLBIXPN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-v4IQLBIXPN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4IQLBIXPN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-v4IQLBIXPN .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-v4IQLBIXPN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-v4IQLBIXPN .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-v4IQLBIXPN .nav-link:hover,
.cid-v4IQLBIXPN .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-v4IQLBIXPN .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-v4IQLBIXPN .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-v4IQLBIXPN .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-v4IQLCbnbA {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v4IQLCbnbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4IQLCbnbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4IQLCbnbA .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-v4IQLCbnbA .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v4IRQUwEko {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v4IRQUwEko .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-v4IRQUwEko .mbr-section-title {
  text-align: left;
  color: #fff0b0;
}
.cid-v4IRQUwEko .mbr-section-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v4IRQUwEko .card-title {
  margin-bottom: 1rem;
  color: #ffe161;
}
.cid-v4IRQUwEko .card-subtitle {
  color: #fff0b0;
}
.cid-v4IRQUwEko .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #1f1437;
}
.cid-v4IRQUwEko .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v4IRQUwEko .card {
  height: 100%;
  background-color: #fff0b0;
  border-width: 1px;
  border-style: dashed;
  border-color: #fff0b0;
  border-radius: 30px;
  padding: 1rem 0.5rem;
  background: transparent;
}
.cid-v4IRQUwEko .card-wrapper {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-v4IRQUwEko .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-v4IRQUwEko .card-wrapper {
    flex-direction: column;
  }
}
.cid-v4IRQUwEko .social-row {
  width: 50px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-v4IRQUwEko .social-row {
    width: 100%;
    flex-direction: row;
    justify-content: center !important;
  }
}
.cid-v4IRQUwEko .social-row .soc-item {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-v4IRQUwEko .social-row .soc-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-v4IRQUwEko .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #33d5ad;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v4IRQUwEko .social-row .soc-item:hover .mbr-iconfont {
  color: #cd8ad1;
}
.cid-v4IRQUwEko .image-wrapper {
  width: 35%;
  aspect-ratio: 1;
  flex-shrink: 0;
  padding: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-v4IRQUwEko .image-wrapper {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-v4IRQUwEko .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-v4IRQUwEko .image-wrapper {
    width: 100%;
  }
}
.cid-v4IRQUwEko .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-v4IRQUwEko .card-text {
  padding: 1rem;
}
.cid-v4IRQUwEko div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-v4IRQUwEko .mbr-text,
.cid-v4IRQUwEko .social-row {
  color: #bbbbbb;
}
.cid-v4ITEXXEic {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v4ITEXXEic .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4ITEXXEic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4ITEXXEic .mbr-section-title {
  color: #ffcf66;
  text-align: center;
}
.cid-v4ITEXXEic .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-v4IQLEJCld {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-v4IQLEJCld .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v4IQLEJCld .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-v4IQLEJCld textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-v4IQLEJCld .form-row {
    flex-direction: column;
  }
}
.cid-v4IQLEJCld h4 {
  margin-bottom: 2rem;
}
.cid-v4IQLEJCld .form-control,
.cid-v4IQLEJCld .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-v4IQLEJCld .form-control,
.cid-v4IQLEJCld .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v4IQLEJCld .form-control::-webkit-input-placeholder,
.cid-v4IQLEJCld .field-input::-webkit-input-placeholder,
.cid-v4IQLEJCld .form-control::-webkit-input-placeholder,
.cid-v4IQLEJCld .field-input::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-v4IQLEJCld .form-control:-moz-placeholder,
.cid-v4IQLEJCld .field-input:-moz-placeholder,
.cid-v4IQLEJCld .form-control:-moz-placeholder,
.cid-v4IQLEJCld .field-input:-moz-placeholder {
  color: #5b6c8f;
}
.cid-v4IQLEJCld .form-control:hover,
.cid-v4IQLEJCld .field-input:hover,
.cid-v4IQLEJCld .form-control:focus,
.cid-v4IQLEJCld .field-input:focus {
  background-color: #fff0b0;
  border-color: #bc9c22 !important;
  color: #103178;
  box-shadow: none;
  outline: none;
}
.cid-v4IQLEJCld .form-control:hover::-webkit-input-placeholder,
.cid-v4IQLEJCld .field-input:hover::-webkit-input-placeholder,
.cid-v4IQLEJCld .form-control:focus::-webkit-input-placeholder,
.cid-v4IQLEJCld .field-input:focus::-webkit-input-placeholder,
.cid-v4IQLEJCld .form-control:hover::-webkit-input-placeholder,
.cid-v4IQLEJCld .field-input:hover::-webkit-input-placeholder,
.cid-v4IQLEJCld .form-control:focus::-webkit-input-placeholder,
.cid-v4IQLEJCld .field-input:focus::-webkit-input-placeholder {
  color: #5b6c8f;
}
.cid-v4IQLEJCld .form-control:hover:-moz-placeholder,
.cid-v4IQLEJCld .field-input:hover:-moz-placeholder,
.cid-v4IQLEJCld .form-control:focus:-moz-placeholder,
.cid-v4IQLEJCld .field-input:focus:-moz-placeholder,
.cid-v4IQLEJCld .form-control:hover:-moz-placeholder,
.cid-v4IQLEJCld .field-input:hover:-moz-placeholder,
.cid-v4IQLEJCld .form-control:focus:-moz-placeholder,
.cid-v4IQLEJCld .field-input:focus:-moz-placeholder {
  color: #5b6c8f;
}
.cid-v4IQLEJCld .jq-number__spin:hover,
.cid-v4IQLEJCld .jq-number__spin:focus {
  background-color: #fff0b0;
  border-color: #bc9c22;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v4IQLEJCld .jq-number__spin {
  background-color: #fafafa;
  border-color: #322903;
  color: #103178;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v4IQLEJCld .jq-selectbox li,
.cid-v4IQLEJCld .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-v4IQLEJCld .jq-selectbox li:hover,
.cid-v4IQLEJCld .jq-selectbox li.selected {
  background-color: #fff0b0;
  color: #000000;
}
.cid-v4IQLEJCld .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v4IQLEJCld .jq-number__spin.minus:hover:after,
.cid-v4IQLEJCld .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-v4IQLEJCld .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v4IQLEJCld .jq-number__spin.minus:after,
.cid-v4IQLEJCld .jq-number__spin.plus:after {
  border-top-color: #fff0b0;
  border-bottom-color: #fff0b0;
}
.cid-v4IQLEJCld input::-webkit-clear-button {
  display: none;
}
.cid-v4IQLEJCld input::-webkit-inner-spin-button {
  display: none;
}
.cid-v4IQLEJCld input::-webkit-outer-spin-button {
  display: none;
}
.cid-v4IQLEJCld input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v4IQLEJCld H4 {
  color: #fff0b0;
}
.cid-v4IQLF29tJ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-v4IQLF29tJ .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #000000 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v4IQLF29tJ .mbr-iconfont {
  color: #ffe885;
  align-items: center;
}
.cid-v4IQLF29tJ .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-v4IQLF29tJ .social-list {
  width: auto;
}
.cid-v4IQLF29tJ .icon-transition:hover .mbr-iconfont {
  color: #bc9c22;
}
.cid-v4IQLF29tJ .social-media {
  padding: 0;
  text-align: center;
}
.cid-v4IQLF29tJ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v4IQLF29tJ .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-v4IQLF29tJ .mbr-section-title,
.cid-v4IQLF29tJ .social-media {
  color: #111213;
}
