.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bacasime Antique;
}
.display-1 {
  font-family: 'Portmanteau Regular';
  font-size: 3.8rem;
  line-height: 88px;
  letter-spacing: -0.005em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Bacasime Antique', serif;
  font-size: 3rem;
  line-height: 58px;
  letter-spacing: .005em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bacasime Antique', serif;
  font-size: 1.125rem;
  line-height: 110%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Bacasime Antique', serif;
  font-size: 2.375rem;
  line-height: 46px;
  letter-spacing: .005em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((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.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f2ac2b !important;
}
.bg-success {
  background-color: #171827 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8d5ef1 !important;
}
.bg-danger {
  background-color: #4d1760 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #171827 !important;
  border-color: #171827 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f2ac2b;
  color: #f2ac2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bb7d0b !important;
  background-color: transparent !important;
  border-color: #bb7d0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec8c39;
  color: #ec8c39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc6112 !important;
  background-color: transparent !important;
  border-color: #bc6112 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #171827;
  color: #171827;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #171827 !important;
  border-color: #171827 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8d5ef1;
  color: #8d5ef1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5714e4 !important;
  background-color: transparent !important;
  border-color: #5714e4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4d1760;
  color: #4d1760;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #15061a !important;
  background-color: transparent !important;
  border-color: #15061a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f2ac2b !important;
}
.text-secondary {
  color: #ec8c39 !important;
}
.text-success {
  color: #171827 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8d5ef1 !important;
}
.text-danger {
  color: #4d1760 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ac730b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ae5a11 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5113d6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b030e !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: #f2ac2b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #8d5ef1;
}
.alert-danger {
  background-color: #4d1760;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f2ac2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7eb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6c7dd;
}
.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: #a030c7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #f2ac2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #f2ac2b;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #f2ac2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2ac2b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f2ac2b;
  border-bottom-color: #f2ac2b;
}
.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: #f2ac2b !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: #ec8c39 !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='%23f2ac2b' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border-width: 1px;
  border-radius: 6px !important;
  padding: 14px 26px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  background-image: linear-gradient(94.47deg, #f2ac2b 0, #ec8c39 75%);
  color: #171827 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: #f2ac2b !important;
  background-image: initial;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  background-image: linear-gradient(94.47deg, #ec8c39 0, #f2ac2b 75%);
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: #ec8c39 !important;
  background-image: initial;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  background-image: linear-gradient(94.47deg, #171827 0, #ec8c39 75%);
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: #171827 !important;
  background-image: initial;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  background-image: linear-gradient(94.47deg, #ffffff 0, #ec8c39 75%);
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  background-image: linear-gradient(94.47deg, #8d5ef1 0, #ec8c39 75%);
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: #8d5ef1 !important;
  background-image: initial;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  background-image: linear-gradient(94.47deg, #4d1760 0, #ec8c39 75%);
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: #4d1760 !important;
  background-image: initial;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: #000000 !important;
  background-image: initial;
}
img {
  border-radius: 12px !important;
}
.cid-tROHsKd3mI {
  background-color: transparent;
}
.cid-tROHsKd3mI .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-tROHsKd3mI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-tROHsKd3mI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tROHsKd3mI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tROHsKd3mI .menu_box .navbar.opened,
  .cid-tROHsKd3mI .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tROHsKd3mI .navbar-dropdown {
  position: relative !important;
}
.cid-tROHsKd3mI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tROHsKd3mI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tROHsKd3mI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tROHsKd3mI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tROHsKd3mI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tROHsKd3mI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tROHsKd3mI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tROHsKd3mI .offcanvas-body .mbr-text,
  .cid-tROHsKd3mI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tROHsKd3mI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tROHsKd3mI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tROHsKd3mI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tROHsKd3mI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tROHsKd3mI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tROHsKd3mI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tROHsKd3mI .lg_brand {
    margin: 0 1rem;
  }
  .cid-tROHsKd3mI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tROHsKd3mI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tROHsKd3mI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .nav-item {
    margin: 0 !important;
  }
}
.cid-tROHsKd3mI .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tROHsKd3mI .nav-item .nav-link:hover,
.cid-tROHsKd3mI .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-tROHsKd3mI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tROHsKd3mI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tROHsKd3mI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tROHsKd3mI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tROHsKd3mI .offcanvas_box {
    display: none;
  }
}
.cid-tROHsKd3mI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tROHsKd3mI .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tROHsKd3mI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tROHsKd3mI .container {
  display: flex;
  margin: auto;
}
.cid-tROHsKd3mI .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tROHsKd3mI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tROHsKd3mI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tROHsKd3mI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .navbar-nav {
    margin: 0;
  }
}
.cid-tROHsKd3mI .dropdown-menu,
.cid-tROHsKd3mI .navbar.opened {
  background-color: false !important;
}
.cid-tROHsKd3mI .nav-item:focus,
.cid-tROHsKd3mI .nav-link:focus {
  outline: none;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tROHsKd3mI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tROHsKd3mI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tROHsKd3mI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tROHsKd3mI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tROHsKd3mI .navbar.opened {
  transition: all 0.3s;
}
.cid-tROHsKd3mI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tROHsKd3mI .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tROHsKd3mI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tROHsKd3mI .navbar.collapsed {
  justify-content: center;
}
.cid-tROHsKd3mI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tROHsKd3mI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tROHsKd3mI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tROHsKd3mI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tROHsKd3mI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tROHsKd3mI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tROHsKd3mI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tROHsKd3mI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tROHsKd3mI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tROHsKd3mI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tROHsKd3mI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tROHsKd3mI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tROHsKd3mI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tROHsKd3mI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tROHsKd3mI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tROHsKd3mI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tROHsKd3mI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tROHsKd3mI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tROHsKd3mI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tROHsKd3mI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tROHsKd3mI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tROHsKd3mI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tROHsKd3mI .dropdown-item.active,
.cid-tROHsKd3mI .dropdown-item:active {
  background-color: transparent;
}
.cid-tROHsKd3mI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tROHsKd3mI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tROHsKd3mI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tROHsKd3mI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tROHsKd3mI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tROHsKd3mI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tROHsKd3mI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tROHsKd3mI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tROHsKd3mI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tROHsKd3mI .navbar {
    height: 70px;
  }
  .cid-tROHsKd3mI .navbar.opened {
    height: auto;
  }
  .cid-tROHsKd3mI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tROHsKd3mI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tROHsKd3mI .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tROHsKd3mI .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tROHsKd3mI .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tROHsKd3mI .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tROHsKd3mI .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tROHsKd3mI .text_widget {
  margin-bottom: 32px;
}
.cid-tROHsKd3mI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tROHsKd3mI .text_widget a:hover,
.cid-tROHsKd3mI .text_widget a:focus {
  opacity: .6;
}
.cid-tROHsKd3mI .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tROHsKd3mI .navbar-caption {
  color: #f2ac2b;
}
.cid-tROHsKd3mI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tROHsKd3mI .mbr-section-subtitle,
.cid-tROHsKd3mI .text_widget,
.cid-tROHsKd3mI .mbr-section-btn {
  text-align: center;
}
.cid-tROHsKd3mI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tROHvnO7p6 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-map-1900x1200.webp");
}
.cid-tROHvnO7p6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHvnO7p6 .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-tROHvnO7p6 .container {
    padding: 0 15px;
  }
}
.cid-tROHvnO7p6 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tROHvnO7p6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tROHvnO7p6 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tROHvnO7p6 .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #232b45;
  box-shadow: 10px 10px 50px #ebebeb;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-tROHvnO7p6 .mbr-section-title {
  color: #ffffff;
}
.cid-tROHvnO7p6 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-tROHvnO7p6 .mbr-text {
  color: #d2d2df;
}
.cid-tROHvnO7p6 .mbr-section-title,
.cid-tROHvnO7p6 .mbr-section-btn {
  color: #ffc354;
}
.cid-u1to5nbDQw {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/ravek-lonely-game-trail-through-a-dark-forest-fantasy-high-defi-d49b662e-780c-43aa-89fd-7109bcd0352f-1456x816.webp");
  position: relative;
  margin-top: -1px;
}
.cid-u1to5nbDQw .section-border-item {
  background-color: #fcdb42;
  z-index: 1;
}
.cid-u1to5nbDQw .mbr-section-head {
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u1to5nbDQw .mbr-section-head {
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1to5nbDQw .mbr-section-head {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-u1to5nbDQw .mbr-section-title {
  color: #f2ac2b;
  margin-bottom: 0;
  text-align: center;
}
.cid-u1to5nbDQw .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1.5rem;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u1to5nbDQw .mbr-section-subtitle {
    margin-top: 1.25rem;
  }
}
.cid-u1to5nbDQw .box {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.cid-u1to5nbDQw .mbr-media {
  width: 100%;
  position: relative;
}
.cid-u1to5nbDQw .mbr-media img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-u1to5nbDQw .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-u1to5nbDQw .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.3s all;
}
.cid-u1to5nbDQw .icon-wrap:hover {
  transform: translate(-50%, -55%);
}
.cid-u1to5nbDQw .icon-wrap a .mbr-iconfont {
  color: #fcdb42;
  font-size: 7.5vw !important;
}
@media (max-width: 991px) {
  .cid-u1to5nbDQw .icon-wrap a .mbr-iconfont {
    font-size: 10.5vw !important;
  }
}
@media (max-width: 575px) {
  .cid-u1to5nbDQw .icon-wrap a .mbr-iconfont {
    font-size: 12.3vw !important;
  }
}
.cid-u1to5nbDQw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u1to5nbDQw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1to5nbDQw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1to5nbDQw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u1to5nbDQw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1xIr6O4fF {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/ys-background-1900x1200.webp");
}
.cid-u1xIr6O4fF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xIr6O4fF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xIr6O4fF .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u1xIr6O4fF .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u1xIr6O4fF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u1xIr6O4fF .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u1xIr6O4fF .container {
    padding: 0 16px;
  }
}
.cid-u1xIr6O4fF .row {
  justify-content: space-between;
}
.cid-u1xIr6O4fF .row:hover,
.cid-u1xIr6O4fF .row:focus {
  cursor: pointer;
}
.cid-u1xIr6O4fF .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1xIr6O4fF .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u1xIr6O4fF .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-u1xIr6O4fF .image-wrapper img {
    height: 300px;
  }
}
.cid-u1xIr6O4fF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u1xIr6O4fF .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u1xIr6O4fF .mbr-section-title {
  color: #000000;
}
.cid-u1xIr6O4fF .mbr-text {
  color: #ffffff;
}
.cid-u1xIr6O4fF .mbr-section-title,
.cid-u1xIr6O4fF .mbr-section-btn {
  color: #ffc354;
}
.cid-tROHTb651R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tROHTb651R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHTb651R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHTb651R .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .container {
    padding: 0 15px;
  }
}
.cid-tROHTb651R .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .title-wrapper {
    text-align: center;
  }
}
.cid-tROHTb651R .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tROHTb651R .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-tROHTb651R .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tROHTb651R .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .list {
    justify-content: center;
  }
}
.cid-tROHTb651R .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tROHTb651R .list .item-wrap:hover,
.cid-tROHTb651R .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-tROHTb651R .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tROHTb651R .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-tROHTb651R .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .copy-wrapper {
    height: auto;
  }
}
.cid-tROHTb651R .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-tROHTb651R .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-tROHTb651R .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .social-wrapper {
    text-align: center;
  }
}
.cid-tROHTb651R .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tROHTb651R .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-tROHTb651R .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-tROHTb651R .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-tROHTb651R .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-tROHTb651R .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tROHTb651R .mbr-section-title {
  color: #f2ac2b;
}
.cid-tROHTb651R .mbr-copy {
  color: #d2d2df;
}
.cid-tROKBdT7kJ {
  background-color: transparent;
}
.cid-tROKBdT7kJ .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-tROKBdT7kJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-tROKBdT7kJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tROKBdT7kJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tROKBdT7kJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tROKBdT7kJ .menu_box .navbar.opened,
  .cid-tROKBdT7kJ .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tROKBdT7kJ .navbar-dropdown {
  position: relative !important;
}
.cid-tROKBdT7kJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tROKBdT7kJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tROKBdT7kJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tROKBdT7kJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tROKBdT7kJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tROKBdT7kJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tROKBdT7kJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tROKBdT7kJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tROKBdT7kJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tROKBdT7kJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tROKBdT7kJ .offcanvas-body .mbr-text,
  .cid-tROKBdT7kJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tROKBdT7kJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tROKBdT7kJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tROKBdT7kJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tROKBdT7kJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tROKBdT7kJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tROKBdT7kJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tROKBdT7kJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tROKBdT7kJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tROKBdT7kJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tROKBdT7kJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tROKBdT7kJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tROKBdT7kJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tROKBdT7kJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-tROKBdT7kJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tROKBdT7kJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tROKBdT7kJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tROKBdT7kJ .nav-item {
    margin: 0 !important;
  }
}
.cid-tROKBdT7kJ .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tROKBdT7kJ .nav-item .nav-link:hover,
.cid-tROKBdT7kJ .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-tROKBdT7kJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tROKBdT7kJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tROKBdT7kJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tROKBdT7kJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tROKBdT7kJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tROKBdT7kJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tROKBdT7kJ .offcanvas_box {
    display: none;
  }
}
.cid-tROKBdT7kJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tROKBdT7kJ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tROKBdT7kJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tROKBdT7kJ .container {
  display: flex;
  margin: auto;
}
.cid-tROKBdT7kJ .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tROKBdT7kJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tROKBdT7kJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tROKBdT7kJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tROKBdT7kJ .navbar-nav {
    margin: 0;
  }
}
.cid-tROKBdT7kJ .dropdown-menu,
.cid-tROKBdT7kJ .navbar.opened {
  background-color: false !important;
}
.cid-tROKBdT7kJ .nav-item:focus,
.cid-tROKBdT7kJ .nav-link:focus {
  outline: none;
}
.cid-tROKBdT7kJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tROKBdT7kJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tROKBdT7kJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tROKBdT7kJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tROKBdT7kJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tROKBdT7kJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tROKBdT7kJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tROKBdT7kJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tROKBdT7kJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tROKBdT7kJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tROKBdT7kJ .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tROKBdT7kJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tROKBdT7kJ .navbar.collapsed {
  justify-content: center;
}
.cid-tROKBdT7kJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tROKBdT7kJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tROKBdT7kJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tROKBdT7kJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tROKBdT7kJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tROKBdT7kJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tROKBdT7kJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tROKBdT7kJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tROKBdT7kJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tROKBdT7kJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tROKBdT7kJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tROKBdT7kJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tROKBdT7kJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tROKBdT7kJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tROKBdT7kJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tROKBdT7kJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tROKBdT7kJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tROKBdT7kJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tROKBdT7kJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tROKBdT7kJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tROKBdT7kJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tROKBdT7kJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tROKBdT7kJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tROKBdT7kJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tROKBdT7kJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tROKBdT7kJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tROKBdT7kJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tROKBdT7kJ .dropdown-item.active,
.cid-tROKBdT7kJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tROKBdT7kJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tROKBdT7kJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tROKBdT7kJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tROKBdT7kJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tROKBdT7kJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tROKBdT7kJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tROKBdT7kJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tROKBdT7kJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tROKBdT7kJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tROKBdT7kJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tROKBdT7kJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tROKBdT7kJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tROKBdT7kJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tROKBdT7kJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tROKBdT7kJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tROKBdT7kJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tROKBdT7kJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tROKBdT7kJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tROKBdT7kJ .navbar {
    height: 70px;
  }
  .cid-tROKBdT7kJ .navbar.opened {
    height: auto;
  }
  .cid-tROKBdT7kJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tROKBdT7kJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tROKBdT7kJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tROKBdT7kJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tROKBdT7kJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tROKBdT7kJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tROKBdT7kJ .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-tROKBdT7kJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tROKBdT7kJ .text_widget {
  margin-bottom: 32px;
}
.cid-tROKBdT7kJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tROKBdT7kJ .text_widget a:hover,
.cid-tROKBdT7kJ .text_widget a:focus {
  opacity: .6;
}
.cid-tROKBdT7kJ .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tROKBdT7kJ .navbar-caption {
  color: #f2ac2b;
}
.cid-tROKBdT7kJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tROKBdT7kJ .mbr-section-subtitle,
.cid-tROKBdT7kJ .text_widget,
.cid-tROKBdT7kJ .mbr-section-btn {
  text-align: center;
}
.cid-tROKBdT7kJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1xORAYXDP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background2-1900x1200.webp");
}
.cid-u1xORAYXDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xORAYXDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xORAYXDP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1xORAYXDP .container {
    padding: 0 15px;
  }
}
.cid-u1xORAYXDP .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u1xORAYXDP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1xORAYXDP .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1xORAYXDP .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u1xORAYXDP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u1xORAYXDP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-u1xORAYXDP .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-u1xORAYXDP .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u1xORAYXDP .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u1xORAYXDP .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-u1xORAYXDP .items-wrapper .item a {
  display: block;
}
.cid-u1xORAYXDP .items-wrapper .item a:hover .item-wrapper::before,
.cid-u1xORAYXDP .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-u1xORAYXDP .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-u1xORAYXDP .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-u1xORAYXDP .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1xORAYXDP .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e9fff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u1xORAYXDP .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-u1xORAYXDP .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-u1xORAYXDP .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-u1xORAYXDP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1xORAYXDP .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u1xOSRHE5X {
  overflow: hidden;
  background-image: url("../../../assets/images/background3-1900x1200.webp");
}
.cid-u1xOSRHE5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xOSRHE5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xOSRHE5X .row {
  justify-content: center;
}
.cid-u1xOSRHE5X .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u1xOSRHE5X .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-u1xOSRHE5X .container {
    padding: 0 15px;
  }
}
.cid-u1xOSRHE5X .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u1xOSRHE5X .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u1xOSRHE5X .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1xOSRHE5X .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u1xOSRHE5X .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u1xOSRHE5X .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-u1xOSRHE5X .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-u1xOSRHE5X .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-u1xOSRHE5X .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u1xOSRHE5X .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-u1xOSRHE5X .items-wrapper .item a {
  display: block;
}
.cid-u1xOSRHE5X .items-wrapper .item a:hover .item-wrapper::before,
.cid-u1xOSRHE5X .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-u1xOSRHE5X .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-u1xOSRHE5X .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-u1xOSRHE5X .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1xOSRHE5X .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u1xOSRHE5X .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-u1xOSRHE5X .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-u1xOSRHE5X .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-u1xOSRHE5X .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1xOSRHE5X .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tROKGBgOsf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tROKGBgOsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROKGBgOsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROKGBgOsf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROKGBgOsf .container {
    padding: 0 15px;
  }
}
.cid-tROKGBgOsf .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tROKGBgOsf .title-wrapper {
    text-align: center;
  }
}
.cid-tROKGBgOsf .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tROKGBgOsf .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-tROKGBgOsf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tROKGBgOsf .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tROKGBgOsf .list {
    justify-content: center;
  }
}
.cid-tROKGBgOsf .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tROKGBgOsf .list .item-wrap:hover,
.cid-tROKGBgOsf .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-tROKGBgOsf .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tROKGBgOsf .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-tROKGBgOsf .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tROKGBgOsf .copy-wrapper {
    height: auto;
  }
}
.cid-tROKGBgOsf .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tROKGBgOsf .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-tROKGBgOsf .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-tROKGBgOsf .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tROKGBgOsf .social-wrapper {
    text-align: center;
  }
}
.cid-tROKGBgOsf .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tROKGBgOsf .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-tROKGBgOsf .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-tROKGBgOsf .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-tROKGBgOsf .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-tROKGBgOsf .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tROKGBgOsf .mbr-section-title {
  color: #f2ac2b;
}
.cid-tROKGBgOsf .mbr-copy {
  color: #d2d2df;
}
.cid-u1xPFnE2b0 {
  background-color: transparent;
}
.cid-u1xPFnE2b0 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u1xPFnE2b0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u1xPFnE2b0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1xPFnE2b0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1xPFnE2b0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1xPFnE2b0 .menu_box .navbar.opened,
  .cid-u1xPFnE2b0 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1xPFnE2b0 .navbar-dropdown {
  position: relative !important;
}
.cid-u1xPFnE2b0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u1xPFnE2b0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1xPFnE2b0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1xPFnE2b0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1xPFnE2b0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1xPFnE2b0 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u1xPFnE2b0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1xPFnE2b0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1xPFnE2b0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1xPFnE2b0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1xPFnE2b0 .offcanvas-body .mbr-text,
  .cid-u1xPFnE2b0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1xPFnE2b0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1xPFnE2b0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1xPFnE2b0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u1xPFnE2b0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1xPFnE2b0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1xPFnE2b0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1xPFnE2b0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1xPFnE2b0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1xPFnE2b0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1xPFnE2b0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1xPFnE2b0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1xPFnE2b0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1xPFnE2b0 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1xPFnE2b0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1xPFnE2b0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1xPFnE2b0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u1xPFnE2b0 .nav-item {
    margin: 0 !important;
  }
}
.cid-u1xPFnE2b0 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u1xPFnE2b0 .nav-item .nav-link:hover,
.cid-u1xPFnE2b0 .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1xPFnE2b0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1xPFnE2b0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1xPFnE2b0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1xPFnE2b0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1xPFnE2b0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1xPFnE2b0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1xPFnE2b0 .offcanvas_box {
    display: none;
  }
}
.cid-u1xPFnE2b0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1xPFnE2b0 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1xPFnE2b0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1xPFnE2b0 .container {
  display: flex;
  margin: auto;
}
.cid-u1xPFnE2b0 .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1xPFnE2b0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1xPFnE2b0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1xPFnE2b0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1xPFnE2b0 .navbar-nav {
    margin: 0;
  }
}
.cid-u1xPFnE2b0 .dropdown-menu,
.cid-u1xPFnE2b0 .navbar.opened {
  background-color: false !important;
}
.cid-u1xPFnE2b0 .nav-item:focus,
.cid-u1xPFnE2b0 .nav-link:focus {
  outline: none;
}
.cid-u1xPFnE2b0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1xPFnE2b0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1xPFnE2b0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1xPFnE2b0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1xPFnE2b0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1xPFnE2b0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1xPFnE2b0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1xPFnE2b0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1xPFnE2b0 .navbar.opened {
  transition: all 0.3s;
}
.cid-u1xPFnE2b0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1xPFnE2b0 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u1xPFnE2b0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1xPFnE2b0 .navbar.collapsed {
  justify-content: center;
}
.cid-u1xPFnE2b0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1xPFnE2b0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1xPFnE2b0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1xPFnE2b0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1xPFnE2b0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1xPFnE2b0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1xPFnE2b0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1xPFnE2b0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1xPFnE2b0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1xPFnE2b0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1xPFnE2b0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1xPFnE2b0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1xPFnE2b0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1xPFnE2b0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1xPFnE2b0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1xPFnE2b0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1xPFnE2b0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1xPFnE2b0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1xPFnE2b0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1xPFnE2b0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1xPFnE2b0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1xPFnE2b0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1xPFnE2b0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1xPFnE2b0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1xPFnE2b0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1xPFnE2b0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u1xPFnE2b0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1xPFnE2b0 .dropdown-item.active,
.cid-u1xPFnE2b0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u1xPFnE2b0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u1xPFnE2b0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1xPFnE2b0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1xPFnE2b0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1xPFnE2b0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1xPFnE2b0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1xPFnE2b0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-u1xPFnE2b0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u1xPFnE2b0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1xPFnE2b0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1xPFnE2b0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1xPFnE2b0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1xPFnE2b0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1xPFnE2b0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1xPFnE2b0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1xPFnE2b0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1xPFnE2b0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1xPFnE2b0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1xPFnE2b0 .navbar {
    height: 70px;
  }
  .cid-u1xPFnE2b0 .navbar.opened {
    height: auto;
  }
  .cid-u1xPFnE2b0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1xPFnE2b0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u1xPFnE2b0 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u1xPFnE2b0 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1xPFnE2b0 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1xPFnE2b0 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u1xPFnE2b0 .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-u1xPFnE2b0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1xPFnE2b0 .text_widget {
  margin-bottom: 32px;
}
.cid-u1xPFnE2b0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1xPFnE2b0 .text_widget a:hover,
.cid-u1xPFnE2b0 .text_widget a:focus {
  opacity: .6;
}
.cid-u1xPFnE2b0 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u1xPFnE2b0 .navbar-caption {
  color: #f2ac2b;
}
.cid-u1xPFnE2b0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1xPFnE2b0 .mbr-section-subtitle,
.cid-u1xPFnE2b0 .text_widget,
.cid-u1xPFnE2b0 .mbr-section-btn {
  text-align: center;
}
.cid-u1xPFnE2b0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1xQdPPpGP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/claytonjhester-matte-painting-of-the-city-of-soddom-and-gomorra-011a022c-a108-4e60-9415-9cc7b6f31c01-1024x1024.webp");
}
.cid-u1xQdPPpGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xQdPPpGP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xQdPPpGP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1xQdPPpGP .container {
    padding: 0 15px;
  }
}
.cid-u1xQdPPpGP .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-u1xQdPPpGP .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-u1xQdPPpGP .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u1xQdPPpGP .image-wrapper img {
    height: 400px;
  }
}
.cid-u1xQdPPpGP .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1xQdPPpGP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u1xQdPPpGP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u1xQdPPpGP .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u1xQdPPpGP .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1xQdPPpGP .mbr-section-title {
  color: #ffffff;
}
.cid-u1xQdPPpGP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1xQdPPpGP .mbr-text {
  color: #ffffff;
}
.cid-u1xQdPPpGP .mbr-section-title,
.cid-u1xQdPPpGP .mbr-section-btn {
  color: #090909;
}
.cid-u1zIG5eg3S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1zIG5eg3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1zIG5eg3S .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-u1zIG5eg3S .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1zIG5eg3S .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1zIG5eg3S .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1zIG5eg3S .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1zIG5eg3S .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1zIG5eg3S .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1zIG5eg3S .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1zIG5eg3S .mbr-section-title {
  color: #262642;
}
.cid-u1zIG5eg3S .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1zIG5eg3S .mbr-section-title,
.cid-u1zIG5eg3S .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1zwK3dJ8R {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u1zwK3dJ8R img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1zwK3dJ8R .row {
  justify-content: center;
}
.cid-u1zwK3dJ8R .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1zwK3dJ8R .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1zwK3dJ8R .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1zwK3dJ8R .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1zwK3dJ8R .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1zwK3dJ8R .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1zwK3dJ8R .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1zwK3dJ8R .item {
    padding: 0.5rem;
  }
  .cid-u1zwK3dJ8R .row {
    padding: 0 0.5rem;
  }
}
.cid-u1zwK3dJ8R .btn {
  border-radius: 0;
}
.cid-u1zwK3dJ8R .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1zwK3dJ8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1zwK3dJ8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DCFB0U1r {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1DCFB0U1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DCFB0U1r .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-u1DCFB0U1r .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DCFB0U1r .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1DCFB0U1r .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DCFB0U1r .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1DCFB0U1r .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1DCFB0U1r .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1DCFB0U1r .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1DCFB0U1r .mbr-section-title {
  color: #262642;
}
.cid-u1DCFB0U1r .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1DCFB0U1r .mbr-section-title,
.cid-u1DCFB0U1r .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1DD16quiM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u1DD16quiM img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1DD16quiM .row {
  justify-content: center;
}
.cid-u1DD16quiM .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1DD16quiM .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1DD16quiM .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1DD16quiM .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1DD16quiM .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1DD16quiM .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1DD16quiM .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1DD16quiM .item {
    padding: 0.5rem;
  }
  .cid-u1DD16quiM .row {
    padding: 0 0.5rem;
  }
}
.cid-u1DD16quiM .btn {
  border-radius: 0;
}
.cid-u1DD16quiM .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1DD16quiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DD16quiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DEALHuj7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1DEALHuj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DEALHuj7 .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-u1DEALHuj7 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DEALHuj7 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1DEALHuj7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DEALHuj7 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1DEALHuj7 .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1DEALHuj7 .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1DEALHuj7 .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1DEALHuj7 .mbr-section-title {
  color: #262642;
}
.cid-u1DEALHuj7 .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1DEALHuj7 .mbr-section-title,
.cid-u1DEALHuj7 .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1DEZdBHa1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #171827;
}
.cid-u1DEZdBHa1 img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1DEZdBHa1 .row {
  justify-content: center;
}
.cid-u1DEZdBHa1 .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1DEZdBHa1 .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1DEZdBHa1 .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1DEZdBHa1 .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1DEZdBHa1 .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1DEZdBHa1 .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1DEZdBHa1 .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1DEZdBHa1 .item {
    padding: 0.5rem;
  }
  .cid-u1DEZdBHa1 .row {
    padding: 0 0.5rem;
  }
}
.cid-u1DEZdBHa1 .btn {
  border-radius: 0;
}
.cid-u1DEZdBHa1 .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1DEZdBHa1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DEZdBHa1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xPFrOvJp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1xPFrOvJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xPFrOvJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xPFrOvJp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1xPFrOvJp .container {
    padding: 0 15px;
  }
}
.cid-u1xPFrOvJp .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u1xPFrOvJp .title-wrapper {
    text-align: center;
  }
}
.cid-u1xPFrOvJp .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u1xPFrOvJp .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u1xPFrOvJp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1xPFrOvJp .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u1xPFrOvJp .list {
    justify-content: center;
  }
}
.cid-u1xPFrOvJp .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u1xPFrOvJp .list .item-wrap:hover,
.cid-u1xPFrOvJp .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1xPFrOvJp .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u1xPFrOvJp .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-u1xPFrOvJp .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1xPFrOvJp .copy-wrapper {
    height: auto;
  }
}
.cid-u1xPFrOvJp .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1xPFrOvJp .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u1xPFrOvJp .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u1xPFrOvJp .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1xPFrOvJp .social-wrapper {
    text-align: center;
  }
}
.cid-u1xPFrOvJp .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u1xPFrOvJp .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u1xPFrOvJp .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u1xPFrOvJp .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u1xPFrOvJp .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-u1xPFrOvJp .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1xPFrOvJp .mbr-section-title {
  color: #f2ac2b;
}
.cid-u1xPFrOvJp .mbr-copy {
  color: #d2d2df;
}
.cid-u1xPIEnMbz {
  background-color: transparent;
}
.cid-u1xPIEnMbz .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u1xPIEnMbz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u1xPIEnMbz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1xPIEnMbz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1xPIEnMbz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1xPIEnMbz .menu_box .navbar.opened,
  .cid-u1xPIEnMbz .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1xPIEnMbz .navbar-dropdown {
  position: relative !important;
}
.cid-u1xPIEnMbz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u1xPIEnMbz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1xPIEnMbz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1xPIEnMbz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1xPIEnMbz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1xPIEnMbz .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u1xPIEnMbz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1xPIEnMbz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1xPIEnMbz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1xPIEnMbz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1xPIEnMbz .offcanvas-body .mbr-text,
  .cid-u1xPIEnMbz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1xPIEnMbz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1xPIEnMbz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1xPIEnMbz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u1xPIEnMbz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1xPIEnMbz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1xPIEnMbz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1xPIEnMbz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1xPIEnMbz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1xPIEnMbz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1xPIEnMbz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1xPIEnMbz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1xPIEnMbz li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1xPIEnMbz .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1xPIEnMbz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1xPIEnMbz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1xPIEnMbz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u1xPIEnMbz .nav-item {
    margin: 0 !important;
  }
}
.cid-u1xPIEnMbz .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u1xPIEnMbz .nav-item .nav-link:hover,
.cid-u1xPIEnMbz .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1xPIEnMbz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1xPIEnMbz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1xPIEnMbz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1xPIEnMbz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1xPIEnMbz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1xPIEnMbz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1xPIEnMbz .offcanvas_box {
    display: none;
  }
}
.cid-u1xPIEnMbz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1xPIEnMbz .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1xPIEnMbz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1xPIEnMbz .container {
  display: flex;
  margin: auto;
}
.cid-u1xPIEnMbz .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1xPIEnMbz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1xPIEnMbz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1xPIEnMbz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1xPIEnMbz .navbar-nav {
    margin: 0;
  }
}
.cid-u1xPIEnMbz .dropdown-menu,
.cid-u1xPIEnMbz .navbar.opened {
  background-color: false !important;
}
.cid-u1xPIEnMbz .nav-item:focus,
.cid-u1xPIEnMbz .nav-link:focus {
  outline: none;
}
.cid-u1xPIEnMbz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1xPIEnMbz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1xPIEnMbz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1xPIEnMbz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1xPIEnMbz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1xPIEnMbz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1xPIEnMbz .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1xPIEnMbz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1xPIEnMbz .navbar.opened {
  transition: all 0.3s;
}
.cid-u1xPIEnMbz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1xPIEnMbz .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u1xPIEnMbz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1xPIEnMbz .navbar.collapsed {
  justify-content: center;
}
.cid-u1xPIEnMbz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1xPIEnMbz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1xPIEnMbz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1xPIEnMbz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1xPIEnMbz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1xPIEnMbz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1xPIEnMbz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1xPIEnMbz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1xPIEnMbz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1xPIEnMbz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1xPIEnMbz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1xPIEnMbz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1xPIEnMbz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1xPIEnMbz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1xPIEnMbz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1xPIEnMbz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1xPIEnMbz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1xPIEnMbz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1xPIEnMbz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1xPIEnMbz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1xPIEnMbz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1xPIEnMbz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1xPIEnMbz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1xPIEnMbz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1xPIEnMbz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1xPIEnMbz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u1xPIEnMbz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1xPIEnMbz .dropdown-item.active,
.cid-u1xPIEnMbz .dropdown-item:active {
  background-color: transparent;
}
.cid-u1xPIEnMbz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u1xPIEnMbz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1xPIEnMbz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1xPIEnMbz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1xPIEnMbz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1xPIEnMbz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1xPIEnMbz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-u1xPIEnMbz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u1xPIEnMbz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1xPIEnMbz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1xPIEnMbz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1xPIEnMbz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1xPIEnMbz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1xPIEnMbz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1xPIEnMbz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1xPIEnMbz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1xPIEnMbz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1xPIEnMbz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1xPIEnMbz .navbar {
    height: 70px;
  }
  .cid-u1xPIEnMbz .navbar.opened {
    height: auto;
  }
  .cid-u1xPIEnMbz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1xPIEnMbz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u1xPIEnMbz .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u1xPIEnMbz .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1xPIEnMbz .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1xPIEnMbz .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u1xPIEnMbz .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-u1xPIEnMbz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1xPIEnMbz .text_widget {
  margin-bottom: 32px;
}
.cid-u1xPIEnMbz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1xPIEnMbz .text_widget a:hover,
.cid-u1xPIEnMbz .text_widget a:focus {
  opacity: .6;
}
.cid-u1xPIEnMbz .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u1xPIEnMbz .navbar-caption {
  color: #f2ac2b;
}
.cid-u1xPIEnMbz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1xPIEnMbz .mbr-section-subtitle,
.cid-u1xPIEnMbz .text_widget,
.cid-u1xPIEnMbz .mbr-section-btn {
  text-align: center;
}
.cid-u1xPIEnMbz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1xSLzpbkt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/moon-at-summer-solstice-over-ocean-1456x816.webp");
}
.cid-u1xSLzpbkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xSLzpbkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xSLzpbkt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1xSLzpbkt .container {
    padding: 0 15px;
  }
}
.cid-u1xSLzpbkt .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-u1xSLzpbkt .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-u1xSLzpbkt .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u1xSLzpbkt .image-wrapper img {
    height: 400px;
  }
}
.cid-u1xSLzpbkt .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1xSLzpbkt .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u1xSLzpbkt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u1xSLzpbkt .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u1xSLzpbkt .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1xSLzpbkt .mbr-section-title {
  color: #ffffff;
}
.cid-u1xSLzpbkt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1xSLzpbkt .mbr-text {
  color: #ffffff;
}
.cid-u1xSLzpbkt .mbr-section-title,
.cid-u1xSLzpbkt .mbr-section-btn {
  color: #ffc354;
}
.cid-u1DKecdOTN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1DKecdOTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DKecdOTN .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-u1DKecdOTN .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DKecdOTN .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1DKecdOTN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DKecdOTN .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1DKecdOTN .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1DKecdOTN .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1DKecdOTN .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1DKecdOTN .mbr-section-title {
  color: #262642;
}
.cid-u1DKecdOTN .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1DKecdOTN .mbr-section-title,
.cid-u1DKecdOTN .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1DK2WwME1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u1DK2WwME1 img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1DK2WwME1 .row {
  justify-content: center;
}
.cid-u1DK2WwME1 .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1DK2WwME1 .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1DK2WwME1 .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1DK2WwME1 .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1DK2WwME1 .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1DK2WwME1 .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1DK2WwME1 .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1DK2WwME1 .item {
    padding: 0.5rem;
  }
  .cid-u1DK2WwME1 .row {
    padding: 0 0.5rem;
  }
}
.cid-u1DK2WwME1 .btn {
  border-radius: 0;
}
.cid-u1DK2WwME1 .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1DK2WwME1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DK2WwME1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DK7xHM2D {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1DK7xHM2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DK7xHM2D .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-u1DK7xHM2D .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DK7xHM2D .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1DK7xHM2D .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DK7xHM2D .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1DK7xHM2D .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1DK7xHM2D .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1DK7xHM2D .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1DK7xHM2D .mbr-section-title {
  color: #262642;
}
.cid-u1DK7xHM2D .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1DK7xHM2D .mbr-section-title,
.cid-u1DK7xHM2D .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1DK9GWfMb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u1DK9GWfMb img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1DK9GWfMb .row {
  justify-content: center;
}
.cid-u1DK9GWfMb .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1DK9GWfMb .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1DK9GWfMb .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1DK9GWfMb .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1DK9GWfMb .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1DK9GWfMb .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1DK9GWfMb .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1DK9GWfMb .item {
    padding: 0.5rem;
  }
  .cid-u1DK9GWfMb .row {
    padding: 0 0.5rem;
  }
}
.cid-u1DK9GWfMb .btn {
  border-radius: 0;
}
.cid-u1DK9GWfMb .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1DK9GWfMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DK9GWfMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DKb3yxJK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1DKb3yxJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DKb3yxJK .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-u1DKb3yxJK .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DKb3yxJK .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1DKb3yxJK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DKb3yxJK .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1DKb3yxJK .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1DKb3yxJK .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1DKb3yxJK .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1DKb3yxJK .mbr-section-title {
  color: #262642;
}
.cid-u1DKb3yxJK .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1DKb3yxJK .mbr-section-title,
.cid-u1DKb3yxJK .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1DKcfnIc1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u1DKcfnIc1 img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1DKcfnIc1 .row {
  justify-content: center;
}
.cid-u1DKcfnIc1 .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1DKcfnIc1 .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1DKcfnIc1 .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1DKcfnIc1 .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1DKcfnIc1 .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1DKcfnIc1 .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1DKcfnIc1 .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1DKcfnIc1 .item {
    padding: 0.5rem;
  }
  .cid-u1DKcfnIc1 .row {
    padding: 0 0.5rem;
  }
}
.cid-u1DKcfnIc1 .btn {
  border-radius: 0;
}
.cid-u1DKcfnIc1 .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1DKcfnIc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DKcfnIc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xPIJxEDu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1xPIJxEDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xPIJxEDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xPIJxEDu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1xPIJxEDu .container {
    padding: 0 15px;
  }
}
.cid-u1xPIJxEDu .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u1xPIJxEDu .title-wrapper {
    text-align: center;
  }
}
.cid-u1xPIJxEDu .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u1xPIJxEDu .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u1xPIJxEDu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1xPIJxEDu .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u1xPIJxEDu .list {
    justify-content: center;
  }
}
.cid-u1xPIJxEDu .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u1xPIJxEDu .list .item-wrap:hover,
.cid-u1xPIJxEDu .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1xPIJxEDu .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u1xPIJxEDu .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-u1xPIJxEDu .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1xPIJxEDu .copy-wrapper {
    height: auto;
  }
}
.cid-u1xPIJxEDu .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1xPIJxEDu .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u1xPIJxEDu .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u1xPIJxEDu .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1xPIJxEDu .social-wrapper {
    text-align: center;
  }
}
.cid-u1xPIJxEDu .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u1xPIJxEDu .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u1xPIJxEDu .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u1xPIJxEDu .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u1xPIJxEDu .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-u1xPIJxEDu .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1xPIJxEDu .mbr-section-title {
  color: #f2ac2b;
}
.cid-u1xPIJxEDu .mbr-copy {
  color: #d2d2df;
}
.cid-u1xPMHTWMf {
  background-color: transparent;
}
.cid-u1xPMHTWMf .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u1xPMHTWMf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u1xPMHTWMf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1xPMHTWMf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1xPMHTWMf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1xPMHTWMf .menu_box .navbar.opened,
  .cid-u1xPMHTWMf .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1xPMHTWMf .navbar-dropdown {
  position: relative !important;
}
.cid-u1xPMHTWMf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u1xPMHTWMf .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1xPMHTWMf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1xPMHTWMf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1xPMHTWMf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1xPMHTWMf .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u1xPMHTWMf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1xPMHTWMf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1xPMHTWMf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1xPMHTWMf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1xPMHTWMf .offcanvas-body .mbr-text,
  .cid-u1xPMHTWMf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1xPMHTWMf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1xPMHTWMf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1xPMHTWMf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u1xPMHTWMf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1xPMHTWMf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1xPMHTWMf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1xPMHTWMf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1xPMHTWMf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1xPMHTWMf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1xPMHTWMf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1xPMHTWMf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1xPMHTWMf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1xPMHTWMf .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1xPMHTWMf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1xPMHTWMf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1xPMHTWMf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u1xPMHTWMf .nav-item {
    margin: 0 !important;
  }
}
.cid-u1xPMHTWMf .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u1xPMHTWMf .nav-item .nav-link:hover,
.cid-u1xPMHTWMf .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1xPMHTWMf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1xPMHTWMf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1xPMHTWMf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1xPMHTWMf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1xPMHTWMf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1xPMHTWMf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1xPMHTWMf .offcanvas_box {
    display: none;
  }
}
.cid-u1xPMHTWMf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1xPMHTWMf .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1xPMHTWMf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1xPMHTWMf .container {
  display: flex;
  margin: auto;
}
.cid-u1xPMHTWMf .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1xPMHTWMf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1xPMHTWMf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1xPMHTWMf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1xPMHTWMf .navbar-nav {
    margin: 0;
  }
}
.cid-u1xPMHTWMf .dropdown-menu,
.cid-u1xPMHTWMf .navbar.opened {
  background-color: false !important;
}
.cid-u1xPMHTWMf .nav-item:focus,
.cid-u1xPMHTWMf .nav-link:focus {
  outline: none;
}
.cid-u1xPMHTWMf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1xPMHTWMf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1xPMHTWMf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1xPMHTWMf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1xPMHTWMf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1xPMHTWMf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1xPMHTWMf .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1xPMHTWMf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1xPMHTWMf .navbar.opened {
  transition: all 0.3s;
}
.cid-u1xPMHTWMf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1xPMHTWMf .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u1xPMHTWMf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1xPMHTWMf .navbar.collapsed {
  justify-content: center;
}
.cid-u1xPMHTWMf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1xPMHTWMf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1xPMHTWMf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1xPMHTWMf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1xPMHTWMf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1xPMHTWMf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1xPMHTWMf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1xPMHTWMf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1xPMHTWMf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1xPMHTWMf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1xPMHTWMf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1xPMHTWMf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1xPMHTWMf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1xPMHTWMf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1xPMHTWMf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1xPMHTWMf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1xPMHTWMf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1xPMHTWMf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1xPMHTWMf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1xPMHTWMf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1xPMHTWMf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1xPMHTWMf .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1xPMHTWMf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1xPMHTWMf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1xPMHTWMf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1xPMHTWMf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u1xPMHTWMf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1xPMHTWMf .dropdown-item.active,
.cid-u1xPMHTWMf .dropdown-item:active {
  background-color: transparent;
}
.cid-u1xPMHTWMf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u1xPMHTWMf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1xPMHTWMf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1xPMHTWMf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1xPMHTWMf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1xPMHTWMf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1xPMHTWMf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-u1xPMHTWMf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u1xPMHTWMf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1xPMHTWMf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1xPMHTWMf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1xPMHTWMf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1xPMHTWMf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1xPMHTWMf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1xPMHTWMf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1xPMHTWMf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1xPMHTWMf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1xPMHTWMf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1xPMHTWMf .navbar {
    height: 70px;
  }
  .cid-u1xPMHTWMf .navbar.opened {
    height: auto;
  }
  .cid-u1xPMHTWMf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1xPMHTWMf .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u1xPMHTWMf .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u1xPMHTWMf .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1xPMHTWMf .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1xPMHTWMf .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u1xPMHTWMf .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-u1xPMHTWMf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1xPMHTWMf .text_widget {
  margin-bottom: 32px;
}
.cid-u1xPMHTWMf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1xPMHTWMf .text_widget a:hover,
.cid-u1xPMHTWMf .text_widget a:focus {
  opacity: .6;
}
.cid-u1xPMHTWMf .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u1xPMHTWMf .navbar-caption {
  color: #f2ac2b;
}
.cid-u1xPMHTWMf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1xPMHTWMf .mbr-section-subtitle,
.cid-u1xPMHTWMf .text_widget,
.cid-u1xPMHTWMf .mbr-section-btn {
  text-align: center;
}
.cid-u1xPMHTWMf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1xT6TTKZS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/484df3c8-cf1f-4d28-99d1-c4cf195d3c80-1024x512.webp");
}
.cid-u1xT6TTKZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xT6TTKZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xT6TTKZS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1xT6TTKZS .container {
    padding: 0 15px;
  }
}
.cid-u1xT6TTKZS .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-u1xT6TTKZS .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-u1xT6TTKZS .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u1xT6TTKZS .image-wrapper img {
    height: 400px;
  }
}
.cid-u1xT6TTKZS .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1xT6TTKZS .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u1xT6TTKZS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u1xT6TTKZS .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u1xT6TTKZS .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1xT6TTKZS .mbr-section-title {
  color: #ffffff;
}
.cid-u1xT6TTKZS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1xT6TTKZS .mbr-text {
  color: #d2d2df;
}
.cid-u1xT6TTKZS .mbr-section-title,
.cid-u1xT6TTKZS .mbr-section-btn {
  color: #ffc354;
}
.cid-u1DOzdmt8P {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1DOzdmt8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DOzdmt8P .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-u1DOzdmt8P .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DOzdmt8P .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1DOzdmt8P .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DOzdmt8P .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1DOzdmt8P .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1DOzdmt8P .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1DOzdmt8P .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1DOzdmt8P .mbr-section-title {
  color: #262642;
}
.cid-u1DOzdmt8P .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1DOzdmt8P .mbr-section-title,
.cid-u1DOzdmt8P .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1DOArJwGf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u1DOArJwGf img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1DOArJwGf .row {
  justify-content: center;
}
.cid-u1DOArJwGf .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1DOArJwGf .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1DOArJwGf .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1DOArJwGf .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1DOArJwGf .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1DOArJwGf .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1DOArJwGf .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1DOArJwGf .item {
    padding: 0.5rem;
  }
  .cid-u1DOArJwGf .row {
    padding: 0 0.5rem;
  }
}
.cid-u1DOArJwGf .btn {
  border-radius: 0;
}
.cid-u1DOArJwGf .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1DOArJwGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DOArJwGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DOGZV6o9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1DOGZV6o9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DOGZV6o9 .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-u1DOGZV6o9 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DOGZV6o9 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1DOGZV6o9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DOGZV6o9 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1DOGZV6o9 .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1DOGZV6o9 .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1DOGZV6o9 .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1DOGZV6o9 .mbr-section-title {
  color: #262642;
}
.cid-u1DOGZV6o9 .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1DOGZV6o9 .mbr-section-title,
.cid-u1DOGZV6o9 .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1DOIwxyw1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u1DOIwxyw1 img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1DOIwxyw1 .row {
  justify-content: center;
}
.cid-u1DOIwxyw1 .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1DOIwxyw1 .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1DOIwxyw1 .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1DOIwxyw1 .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1DOIwxyw1 .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1DOIwxyw1 .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1DOIwxyw1 .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1DOIwxyw1 .item {
    padding: 0.5rem;
  }
  .cid-u1DOIwxyw1 .row {
    padding: 0 0.5rem;
  }
}
.cid-u1DOIwxyw1 .btn {
  border-radius: 0;
}
.cid-u1DOIwxyw1 .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1DOIwxyw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DOIwxyw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DOL3ABMb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1DOL3ABMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DOL3ABMb .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-u1DOL3ABMb .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DOL3ABMb .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1DOL3ABMb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DOL3ABMb .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1DOL3ABMb .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1DOL3ABMb .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1DOL3ABMb .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1DOL3ABMb .mbr-section-title {
  color: #262642;
}
.cid-u1DOL3ABMb .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1DOL3ABMb .mbr-section-title,
.cid-u1DOL3ABMb .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1DONHyp8S {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u1DONHyp8S img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1DONHyp8S .row {
  justify-content: center;
}
.cid-u1DONHyp8S .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1DONHyp8S .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1DONHyp8S .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1DONHyp8S .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1DONHyp8S .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1DONHyp8S .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1DONHyp8S .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1DONHyp8S .item {
    padding: 0.5rem;
  }
  .cid-u1DONHyp8S .row {
    padding: 0 0.5rem;
  }
}
.cid-u1DONHyp8S .btn {
  border-radius: 0;
}
.cid-u1DONHyp8S .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1DONHyp8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DONHyp8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xPMMSN3h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1xPMMSN3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xPMMSN3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xPMMSN3h .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1xPMMSN3h .container {
    padding: 0 15px;
  }
}
.cid-u1xPMMSN3h .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u1xPMMSN3h .title-wrapper {
    text-align: center;
  }
}
.cid-u1xPMMSN3h .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u1xPMMSN3h .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u1xPMMSN3h .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1xPMMSN3h .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u1xPMMSN3h .list {
    justify-content: center;
  }
}
.cid-u1xPMMSN3h .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u1xPMMSN3h .list .item-wrap:hover,
.cid-u1xPMMSN3h .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1xPMMSN3h .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u1xPMMSN3h .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-u1xPMMSN3h .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1xPMMSN3h .copy-wrapper {
    height: auto;
  }
}
.cid-u1xPMMSN3h .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1xPMMSN3h .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u1xPMMSN3h .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u1xPMMSN3h .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1xPMMSN3h .social-wrapper {
    text-align: center;
  }
}
.cid-u1xPMMSN3h .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u1xPMMSN3h .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u1xPMMSN3h .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u1xPMMSN3h .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u1xPMMSN3h .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-u1xPMMSN3h .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1xPMMSN3h .mbr-section-title {
  color: #f2ac2b;
}
.cid-u1xPMMSN3h .mbr-copy {
  color: #d2d2df;
}
.cid-u1y9w0Lz3D {
  background-color: transparent;
}
.cid-u1y9w0Lz3D .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u1y9w0Lz3D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u1y9w0Lz3D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1y9w0Lz3D .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1y9w0Lz3D .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1y9w0Lz3D .menu_box .navbar.opened,
  .cid-u1y9w0Lz3D .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1y9w0Lz3D .navbar-dropdown {
  position: relative !important;
}
.cid-u1y9w0Lz3D .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u1y9w0Lz3D .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1y9w0Lz3D .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1y9w0Lz3D .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1y9w0Lz3D .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1y9w0Lz3D .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u1y9w0Lz3D .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1y9w0Lz3D .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1y9w0Lz3D .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1y9w0Lz3D .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1y9w0Lz3D .offcanvas-body .mbr-text,
  .cid-u1y9w0Lz3D .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1y9w0Lz3D .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1y9w0Lz3D .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1y9w0Lz3D .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u1y9w0Lz3D .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1y9w0Lz3D .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1y9w0Lz3D .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1y9w0Lz3D .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1y9w0Lz3D ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1y9w0Lz3D .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1y9w0Lz3D .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1y9w0Lz3D .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1y9w0Lz3D li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1y9w0Lz3D .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1y9w0Lz3D .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1y9w0Lz3D .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1y9w0Lz3D .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u1y9w0Lz3D .nav-item {
    margin: 0 !important;
  }
}
.cid-u1y9w0Lz3D .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u1y9w0Lz3D .nav-item .nav-link:hover,
.cid-u1y9w0Lz3D .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1y9w0Lz3D .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1y9w0Lz3D .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1y9w0Lz3D .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1y9w0Lz3D .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1y9w0Lz3D .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1y9w0Lz3D .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1y9w0Lz3D .offcanvas_box {
    display: none;
  }
}
.cid-u1y9w0Lz3D .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1y9w0Lz3D .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1y9w0Lz3D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1y9w0Lz3D .container {
  display: flex;
  margin: auto;
}
.cid-u1y9w0Lz3D .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1y9w0Lz3D .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1y9w0Lz3D .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1y9w0Lz3D .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1y9w0Lz3D .navbar-nav {
    margin: 0;
  }
}
.cid-u1y9w0Lz3D .dropdown-menu,
.cid-u1y9w0Lz3D .navbar.opened {
  background-color: false !important;
}
.cid-u1y9w0Lz3D .nav-item:focus,
.cid-u1y9w0Lz3D .nav-link:focus {
  outline: none;
}
.cid-u1y9w0Lz3D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1y9w0Lz3D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1y9w0Lz3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1y9w0Lz3D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1y9w0Lz3D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1y9w0Lz3D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1y9w0Lz3D .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1y9w0Lz3D .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1y9w0Lz3D .navbar.opened {
  transition: all 0.3s;
}
.cid-u1y9w0Lz3D .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1y9w0Lz3D .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u1y9w0Lz3D .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1y9w0Lz3D .navbar.collapsed {
  justify-content: center;
}
.cid-u1y9w0Lz3D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1y9w0Lz3D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1y9w0Lz3D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1y9w0Lz3D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1y9w0Lz3D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1y9w0Lz3D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1y9w0Lz3D .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1y9w0Lz3D .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1y9w0Lz3D .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1y9w0Lz3D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1y9w0Lz3D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1y9w0Lz3D .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1y9w0Lz3D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1y9w0Lz3D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1y9w0Lz3D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1y9w0Lz3D .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1y9w0Lz3D .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1y9w0Lz3D .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1y9w0Lz3D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1y9w0Lz3D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1y9w0Lz3D .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1y9w0Lz3D .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1y9w0Lz3D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1y9w0Lz3D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1y9w0Lz3D .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1y9w0Lz3D .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u1y9w0Lz3D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1y9w0Lz3D .dropdown-item.active,
.cid-u1y9w0Lz3D .dropdown-item:active {
  background-color: transparent;
}
.cid-u1y9w0Lz3D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u1y9w0Lz3D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1y9w0Lz3D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1y9w0Lz3D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1y9w0Lz3D ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1y9w0Lz3D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1y9w0Lz3D button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-u1y9w0Lz3D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u1y9w0Lz3D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1y9w0Lz3D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1y9w0Lz3D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1y9w0Lz3D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1y9w0Lz3D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1y9w0Lz3D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1y9w0Lz3D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1y9w0Lz3D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1y9w0Lz3D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1y9w0Lz3D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1y9w0Lz3D .navbar {
    height: 70px;
  }
  .cid-u1y9w0Lz3D .navbar.opened {
    height: auto;
  }
  .cid-u1y9w0Lz3D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1y9w0Lz3D .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u1y9w0Lz3D .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u1y9w0Lz3D .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1y9w0Lz3D .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1y9w0Lz3D .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u1y9w0Lz3D .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-u1y9w0Lz3D .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1y9w0Lz3D .text_widget {
  margin-bottom: 32px;
}
.cid-u1y9w0Lz3D .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1y9w0Lz3D .text_widget a:hover,
.cid-u1y9w0Lz3D .text_widget a:focus {
  opacity: .6;
}
.cid-u1y9w0Lz3D .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u1y9w0Lz3D .navbar-caption {
  color: #f2ac2b;
}
.cid-u1y9w0Lz3D .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1y9w0Lz3D .mbr-section-subtitle,
.cid-u1y9w0Lz3D .text_widget,
.cid-u1y9w0Lz3D .mbr-section-btn {
  text-align: center;
}
.cid-u1y9w0Lz3D a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1FakoCUNi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/blog-page-background-2000x1796.webp");
}
.cid-u1FakoCUNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1FakoCUNi .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-u1FakoCUNi .container {
    padding: 0 30px;
  }
}
.cid-u1FakoCUNi .row {
  justify-content: center;
}
.cid-u1FakoCUNi .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #f1f4e9;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u1FakoCUNi .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .cid-u1FakoCUNi .title-wrapper {
    margin: 0;
  }
}
.cid-u1FakoCUNi .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u1FakoCUNi .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u1FakoCUNi .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u1FakoCUNi .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-u1FakoCUNi .mbr-section-subtitle {
  color: #ffc354;
  text-align: center;
}
.cid-u1FakoCUNi .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u1FakoCUNi .mbr-text {
  color: #f1f4e9;
}
.cid-u1FakoCUNi .mbr-name {
  color: #ffc354;
  text-align: center;
}
.cid-u1FakoCUNi .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u1y9w3d14P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1y9w3d14P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1y9w3d14P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1y9w3d14P .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1y9w3d14P .container {
    padding: 0 15px;
  }
}
.cid-u1y9w3d14P .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u1y9w3d14P .title-wrapper {
    text-align: center;
  }
}
.cid-u1y9w3d14P .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u1y9w3d14P .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u1y9w3d14P .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1y9w3d14P .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u1y9w3d14P .list {
    justify-content: center;
  }
}
.cid-u1y9w3d14P .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u1y9w3d14P .list .item-wrap:hover,
.cid-u1y9w3d14P .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1y9w3d14P .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u1y9w3d14P .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-u1y9w3d14P .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1y9w3d14P .copy-wrapper {
    height: auto;
  }
}
.cid-u1y9w3d14P .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1y9w3d14P .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u1y9w3d14P .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u1y9w3d14P .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1y9w3d14P .social-wrapper {
    text-align: center;
  }
}
.cid-u1y9w3d14P .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u1y9w3d14P .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u1y9w3d14P .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u1y9w3d14P .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u1y9w3d14P .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-u1y9w3d14P .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1y9w3d14P .mbr-section-title {
  color: #f2ac2b;
}
.cid-u1y9w3d14P .mbr-copy {
  color: #d2d2df;
}
.cid-u1ygUWJtIt {
  background-color: transparent;
}
.cid-u1ygUWJtIt .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u1ygUWJtIt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u1ygUWJtIt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1ygUWJtIt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1ygUWJtIt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1ygUWJtIt .menu_box .navbar.opened,
  .cid-u1ygUWJtIt .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1ygUWJtIt .navbar-dropdown {
  position: relative !important;
}
.cid-u1ygUWJtIt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u1ygUWJtIt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1ygUWJtIt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1ygUWJtIt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1ygUWJtIt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1ygUWJtIt .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u1ygUWJtIt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1ygUWJtIt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1ygUWJtIt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1ygUWJtIt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1ygUWJtIt .offcanvas-body .mbr-text,
  .cid-u1ygUWJtIt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1ygUWJtIt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1ygUWJtIt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1ygUWJtIt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u1ygUWJtIt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1ygUWJtIt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1ygUWJtIt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1ygUWJtIt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1ygUWJtIt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1ygUWJtIt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1ygUWJtIt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1ygUWJtIt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1ygUWJtIt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1ygUWJtIt .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1ygUWJtIt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1ygUWJtIt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1ygUWJtIt .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u1ygUWJtIt .nav-item {
    margin: 0 !important;
  }
}
.cid-u1ygUWJtIt .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u1ygUWJtIt .nav-item .nav-link:hover,
.cid-u1ygUWJtIt .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1ygUWJtIt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1ygUWJtIt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1ygUWJtIt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1ygUWJtIt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1ygUWJtIt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1ygUWJtIt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1ygUWJtIt .offcanvas_box {
    display: none;
  }
}
.cid-u1ygUWJtIt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1ygUWJtIt .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1ygUWJtIt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1ygUWJtIt .container {
  display: flex;
  margin: auto;
}
.cid-u1ygUWJtIt .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1ygUWJtIt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1ygUWJtIt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1ygUWJtIt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1ygUWJtIt .navbar-nav {
    margin: 0;
  }
}
.cid-u1ygUWJtIt .dropdown-menu,
.cid-u1ygUWJtIt .navbar.opened {
  background-color: false !important;
}
.cid-u1ygUWJtIt .nav-item:focus,
.cid-u1ygUWJtIt .nav-link:focus {
  outline: none;
}
.cid-u1ygUWJtIt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1ygUWJtIt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1ygUWJtIt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1ygUWJtIt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1ygUWJtIt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1ygUWJtIt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1ygUWJtIt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1ygUWJtIt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1ygUWJtIt .navbar.opened {
  transition: all 0.3s;
}
.cid-u1ygUWJtIt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1ygUWJtIt .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u1ygUWJtIt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1ygUWJtIt .navbar.collapsed {
  justify-content: center;
}
.cid-u1ygUWJtIt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1ygUWJtIt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1ygUWJtIt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1ygUWJtIt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1ygUWJtIt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1ygUWJtIt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1ygUWJtIt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1ygUWJtIt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1ygUWJtIt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1ygUWJtIt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1ygUWJtIt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1ygUWJtIt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1ygUWJtIt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1ygUWJtIt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1ygUWJtIt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1ygUWJtIt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1ygUWJtIt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1ygUWJtIt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1ygUWJtIt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1ygUWJtIt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1ygUWJtIt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1ygUWJtIt .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1ygUWJtIt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1ygUWJtIt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1ygUWJtIt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1ygUWJtIt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u1ygUWJtIt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1ygUWJtIt .dropdown-item.active,
.cid-u1ygUWJtIt .dropdown-item:active {
  background-color: transparent;
}
.cid-u1ygUWJtIt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u1ygUWJtIt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1ygUWJtIt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1ygUWJtIt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1ygUWJtIt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1ygUWJtIt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1ygUWJtIt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-u1ygUWJtIt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u1ygUWJtIt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1ygUWJtIt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1ygUWJtIt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1ygUWJtIt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1ygUWJtIt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1ygUWJtIt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1ygUWJtIt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1ygUWJtIt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1ygUWJtIt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1ygUWJtIt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1ygUWJtIt .navbar {
    height: 70px;
  }
  .cid-u1ygUWJtIt .navbar.opened {
    height: auto;
  }
  .cid-u1ygUWJtIt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1ygUWJtIt .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u1ygUWJtIt .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u1ygUWJtIt .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1ygUWJtIt .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1ygUWJtIt .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u1ygUWJtIt .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-u1ygUWJtIt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1ygUWJtIt .text_widget {
  margin-bottom: 32px;
}
.cid-u1ygUWJtIt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1ygUWJtIt .text_widget a:hover,
.cid-u1ygUWJtIt .text_widget a:focus {
  opacity: .6;
}
.cid-u1ygUWJtIt .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u1ygUWJtIt .navbar-caption {
  color: #f2ac2b;
}
.cid-u1ygUWJtIt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1ygUWJtIt .mbr-section-subtitle,
.cid-u1ygUWJtIt .text_widget,
.cid-u1ygUWJtIt .mbr-section-btn {
  text-align: center;
}
.cid-u1ygUWJtIt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1ygUXEURy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/ravek-starry-night-with-clouds-fantasy-high-definition-306b2c03-4044-408f-8925-9d52265b28cb-1456x816.webp");
}
.cid-u1ygUXEURy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1ygUXEURy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1ygUXEURy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1ygUXEURy .container {
    padding: 0 15px;
  }
}
.cid-u1ygUXEURy .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-u1ygUXEURy .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-u1ygUXEURy .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u1ygUXEURy .image-wrapper img {
    height: 400px;
  }
}
.cid-u1ygUXEURy .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1ygUXEURy .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u1ygUXEURy .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u1ygUXEURy .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u1ygUXEURy .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1ygUXEURy .mbr-section-title {
  color: #ffffff;
}
.cid-u1ygUXEURy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1ygUXEURy .mbr-text {
  color: #d2d2df;
}
.cid-u1ygUXEURy .mbr-section-title,
.cid-u1ygUXEURy .mbr-section-btn {
  color: #ffc354;
}
.cid-u1DSblPHNV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1DSblPHNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DSblPHNV .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-u1DSblPHNV .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DSblPHNV .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1DSblPHNV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DSblPHNV .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1DSblPHNV .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1DSblPHNV .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1DSblPHNV .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1DSblPHNV .mbr-section-title {
  color: #262642;
}
.cid-u1DSblPHNV .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1DSblPHNV .mbr-section-title,
.cid-u1DSblPHNV .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1DScvq4uQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u1DScvq4uQ img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1DScvq4uQ .row {
  justify-content: center;
}
.cid-u1DScvq4uQ .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1DScvq4uQ .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1DScvq4uQ .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1DScvq4uQ .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1DScvq4uQ .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1DScvq4uQ .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1DScvq4uQ .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1DScvq4uQ .item {
    padding: 0.5rem;
  }
  .cid-u1DScvq4uQ .row {
    padding: 0 0.5rem;
  }
}
.cid-u1DScvq4uQ .btn {
  border-radius: 0;
}
.cid-u1DScvq4uQ .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1DScvq4uQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DScvq4uQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DSfZ19lV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1DSfZ19lV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DSfZ19lV .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-u1DSfZ19lV .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DSfZ19lV .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1DSfZ19lV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DSfZ19lV .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1DSfZ19lV .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1DSfZ19lV .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1DSfZ19lV .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1DSfZ19lV .mbr-section-title {
  color: #262642;
}
.cid-u1DSfZ19lV .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1DSfZ19lV .mbr-section-title,
.cid-u1DSfZ19lV .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1DShJseaA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u1DShJseaA img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1DShJseaA .row {
  justify-content: center;
}
.cid-u1DShJseaA .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1DShJseaA .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1DShJseaA .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1DShJseaA .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1DShJseaA .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1DShJseaA .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1DShJseaA .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1DShJseaA .item {
    padding: 0.5rem;
  }
  .cid-u1DShJseaA .row {
    padding: 0 0.5rem;
  }
}
.cid-u1DShJseaA .btn {
  border-radius: 0;
}
.cid-u1DShJseaA .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1DShJseaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DShJseaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1ygUYhP3Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1ygUYhP3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1ygUYhP3Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1ygUYhP3Y .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1ygUYhP3Y .container {
    padding: 0 15px;
  }
}
.cid-u1ygUYhP3Y .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u1ygUYhP3Y .title-wrapper {
    text-align: center;
  }
}
.cid-u1ygUYhP3Y .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u1ygUYhP3Y .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u1ygUYhP3Y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1ygUYhP3Y .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u1ygUYhP3Y .list {
    justify-content: center;
  }
}
.cid-u1ygUYhP3Y .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u1ygUYhP3Y .list .item-wrap:hover,
.cid-u1ygUYhP3Y .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1ygUYhP3Y .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u1ygUYhP3Y .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-u1ygUYhP3Y .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1ygUYhP3Y .copy-wrapper {
    height: auto;
  }
}
.cid-u1ygUYhP3Y .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1ygUYhP3Y .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u1ygUYhP3Y .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u1ygUYhP3Y .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1ygUYhP3Y .social-wrapper {
    text-align: center;
  }
}
.cid-u1ygUYhP3Y .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u1ygUYhP3Y .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u1ygUYhP3Y .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u1ygUYhP3Y .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u1ygUYhP3Y .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-u1ygUYhP3Y .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1ygUYhP3Y .mbr-section-title {
  color: #f2ac2b;
}
.cid-u1ygUYhP3Y .mbr-copy {
  color: #d2d2df;
}
.cid-u1xPPC6zQu {
  background-color: transparent;
}
.cid-u1xPPC6zQu .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u1xPPC6zQu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u1xPPC6zQu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1xPPC6zQu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1xPPC6zQu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1xPPC6zQu .menu_box .navbar.opened,
  .cid-u1xPPC6zQu .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1xPPC6zQu .navbar-dropdown {
  position: relative !important;
}
.cid-u1xPPC6zQu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u1xPPC6zQu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1xPPC6zQu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1xPPC6zQu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1xPPC6zQu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1xPPC6zQu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u1xPPC6zQu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1xPPC6zQu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1xPPC6zQu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1xPPC6zQu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1xPPC6zQu .offcanvas-body .mbr-text,
  .cid-u1xPPC6zQu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1xPPC6zQu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1xPPC6zQu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1xPPC6zQu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u1xPPC6zQu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1xPPC6zQu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1xPPC6zQu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1xPPC6zQu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1xPPC6zQu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1xPPC6zQu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1xPPC6zQu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1xPPC6zQu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1xPPC6zQu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1xPPC6zQu .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1xPPC6zQu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1xPPC6zQu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1xPPC6zQu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u1xPPC6zQu .nav-item {
    margin: 0 !important;
  }
}
.cid-u1xPPC6zQu .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u1xPPC6zQu .nav-item .nav-link:hover,
.cid-u1xPPC6zQu .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1xPPC6zQu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1xPPC6zQu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1xPPC6zQu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1xPPC6zQu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1xPPC6zQu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1xPPC6zQu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1xPPC6zQu .offcanvas_box {
    display: none;
  }
}
.cid-u1xPPC6zQu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1xPPC6zQu .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1xPPC6zQu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1xPPC6zQu .container {
  display: flex;
  margin: auto;
}
.cid-u1xPPC6zQu .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1xPPC6zQu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1xPPC6zQu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1xPPC6zQu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1xPPC6zQu .navbar-nav {
    margin: 0;
  }
}
.cid-u1xPPC6zQu .dropdown-menu,
.cid-u1xPPC6zQu .navbar.opened {
  background-color: false !important;
}
.cid-u1xPPC6zQu .nav-item:focus,
.cid-u1xPPC6zQu .nav-link:focus {
  outline: none;
}
.cid-u1xPPC6zQu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1xPPC6zQu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1xPPC6zQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1xPPC6zQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1xPPC6zQu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1xPPC6zQu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1xPPC6zQu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1xPPC6zQu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1xPPC6zQu .navbar.opened {
  transition: all 0.3s;
}
.cid-u1xPPC6zQu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1xPPC6zQu .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u1xPPC6zQu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1xPPC6zQu .navbar.collapsed {
  justify-content: center;
}
.cid-u1xPPC6zQu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1xPPC6zQu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1xPPC6zQu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1xPPC6zQu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1xPPC6zQu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1xPPC6zQu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1xPPC6zQu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1xPPC6zQu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1xPPC6zQu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1xPPC6zQu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1xPPC6zQu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1xPPC6zQu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1xPPC6zQu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1xPPC6zQu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1xPPC6zQu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1xPPC6zQu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1xPPC6zQu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1xPPC6zQu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1xPPC6zQu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1xPPC6zQu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1xPPC6zQu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1xPPC6zQu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1xPPC6zQu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1xPPC6zQu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1xPPC6zQu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1xPPC6zQu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u1xPPC6zQu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1xPPC6zQu .dropdown-item.active,
.cid-u1xPPC6zQu .dropdown-item:active {
  background-color: transparent;
}
.cid-u1xPPC6zQu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u1xPPC6zQu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1xPPC6zQu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1xPPC6zQu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1xPPC6zQu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1xPPC6zQu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1xPPC6zQu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-u1xPPC6zQu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u1xPPC6zQu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1xPPC6zQu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1xPPC6zQu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1xPPC6zQu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1xPPC6zQu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1xPPC6zQu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1xPPC6zQu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1xPPC6zQu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1xPPC6zQu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1xPPC6zQu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1xPPC6zQu .navbar {
    height: 70px;
  }
  .cid-u1xPPC6zQu .navbar.opened {
    height: auto;
  }
  .cid-u1xPPC6zQu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1xPPC6zQu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u1xPPC6zQu .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u1xPPC6zQu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1xPPC6zQu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1xPPC6zQu .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u1xPPC6zQu .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-u1xPPC6zQu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1xPPC6zQu .text_widget {
  margin-bottom: 32px;
}
.cid-u1xPPC6zQu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1xPPC6zQu .text_widget a:hover,
.cid-u1xPPC6zQu .text_widget a:focus {
  opacity: .6;
}
.cid-u1xPPC6zQu .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u1xPPC6zQu .navbar-caption {
  color: #f2ac2b;
}
.cid-u1xPPC6zQu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1xPPC6zQu .mbr-section-subtitle,
.cid-u1xPPC6zQu .text_widget,
.cid-u1xPPC6zQu .mbr-section-btn {
  text-align: center;
}
.cid-u1xPPC6zQu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1yiZ0PGo1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/the-dormonts-1568x896.webp");
}
.cid-u1yiZ0PGo1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1yiZ0PGo1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1yiZ0PGo1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1yiZ0PGo1 .container {
    padding: 0 15px;
  }
}
.cid-u1yiZ0PGo1 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-u1yiZ0PGo1 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-u1yiZ0PGo1 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u1yiZ0PGo1 .image-wrapper img {
    height: 400px;
  }
}
.cid-u1yiZ0PGo1 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1yiZ0PGo1 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u1yiZ0PGo1 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u1yiZ0PGo1 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u1yiZ0PGo1 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1yiZ0PGo1 .mbr-section-title {
  color: #ffffff;
}
.cid-u1yiZ0PGo1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1yiZ0PGo1 .mbr-text {
  color: #ffffff;
}
.cid-u1yiZ0PGo1 .mbr-section-title,
.cid-u1yiZ0PGo1 .mbr-section-btn {
  color: #ffc354;
}
.cid-u1DUnj6bS4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1DUnj6bS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DUnj6bS4 .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-u1DUnj6bS4 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DUnj6bS4 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1DUnj6bS4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DUnj6bS4 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1DUnj6bS4 .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1DUnj6bS4 .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1DUnj6bS4 .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1DUnj6bS4 .mbr-section-title {
  color: #262642;
}
.cid-u1DUnj6bS4 .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1DUnj6bS4 .mbr-section-title,
.cid-u1DUnj6bS4 .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1DUoJWtWr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u1DUoJWtWr img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1DUoJWtWr .row {
  justify-content: center;
}
.cid-u1DUoJWtWr .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1DUoJWtWr .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1DUoJWtWr .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1DUoJWtWr .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1DUoJWtWr .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1DUoJWtWr .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1DUoJWtWr .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1DUoJWtWr .item {
    padding: 0.5rem;
  }
  .cid-u1DUoJWtWr .row {
    padding: 0 0.5rem;
  }
}
.cid-u1DUoJWtWr .btn {
  border-radius: 0;
}
.cid-u1DUoJWtWr .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1DUoJWtWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DUoJWtWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DUpPPS3K {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1DUpPPS3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DUpPPS3K .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-u1DUpPPS3K .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DUpPPS3K .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1DUpPPS3K .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DUpPPS3K .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1DUpPPS3K .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1DUpPPS3K .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1DUpPPS3K .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1DUpPPS3K .mbr-section-title {
  color: #262642;
}
.cid-u1DUpPPS3K .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1DUpPPS3K .mbr-section-title,
.cid-u1DUpPPS3K .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1DUqU1LHn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u1DUqU1LHn img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1DUqU1LHn .row {
  justify-content: center;
}
.cid-u1DUqU1LHn .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1DUqU1LHn .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1DUqU1LHn .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1DUqU1LHn .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1DUqU1LHn .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1DUqU1LHn .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1DUqU1LHn .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1DUqU1LHn .item {
    padding: 0.5rem;
  }
  .cid-u1DUqU1LHn .row {
    padding: 0 0.5rem;
  }
}
.cid-u1DUqU1LHn .btn {
  border-radius: 0;
}
.cid-u1DUqU1LHn .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1DUqU1LHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DUqU1LHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DUsNbtZB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1DUsNbtZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DUsNbtZB .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-u1DUsNbtZB .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DUsNbtZB .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1DUsNbtZB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DUsNbtZB .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1DUsNbtZB .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1DUsNbtZB .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1DUsNbtZB .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1DUsNbtZB .mbr-section-title {
  color: #262642;
}
.cid-u1DUsNbtZB .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1DUsNbtZB .mbr-section-title,
.cid-u1DUsNbtZB .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1DUuoICEr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u1DUuoICEr img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1DUuoICEr .row {
  justify-content: center;
}
.cid-u1DUuoICEr .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1DUuoICEr .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1DUuoICEr .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1DUuoICEr .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1DUuoICEr .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1DUuoICEr .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1DUuoICEr .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1DUuoICEr .item {
    padding: 0.5rem;
  }
  .cid-u1DUuoICEr .row {
    padding: 0 0.5rem;
  }
}
.cid-u1DUuoICEr .btn {
  border-radius: 0;
}
.cid-u1DUuoICEr .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1DUuoICEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DUuoICEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xPPGHo7Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1xPPGHo7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xPPGHo7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xPPGHo7Z .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1xPPGHo7Z .container {
    padding: 0 15px;
  }
}
.cid-u1xPPGHo7Z .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u1xPPGHo7Z .title-wrapper {
    text-align: center;
  }
}
.cid-u1xPPGHo7Z .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u1xPPGHo7Z .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u1xPPGHo7Z .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1xPPGHo7Z .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u1xPPGHo7Z .list {
    justify-content: center;
  }
}
.cid-u1xPPGHo7Z .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u1xPPGHo7Z .list .item-wrap:hover,
.cid-u1xPPGHo7Z .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1xPPGHo7Z .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u1xPPGHo7Z .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-u1xPPGHo7Z .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1xPPGHo7Z .copy-wrapper {
    height: auto;
  }
}
.cid-u1xPPGHo7Z .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1xPPGHo7Z .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u1xPPGHo7Z .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u1xPPGHo7Z .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1xPPGHo7Z .social-wrapper {
    text-align: center;
  }
}
.cid-u1xPPGHo7Z .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u1xPPGHo7Z .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u1xPPGHo7Z .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u1xPPGHo7Z .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u1xPPGHo7Z .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-u1xPPGHo7Z .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1xPPGHo7Z .mbr-section-title {
  color: #f2ac2b;
}
.cid-u1xPPGHo7Z .mbr-copy {
  color: #d2d2df;
}
.cid-u1yhDmlAWw {
  background-color: transparent;
}
.cid-u1yhDmlAWw .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u1yhDmlAWw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u1yhDmlAWw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1yhDmlAWw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1yhDmlAWw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1yhDmlAWw .menu_box .navbar.opened,
  .cid-u1yhDmlAWw .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1yhDmlAWw .navbar-dropdown {
  position: relative !important;
}
.cid-u1yhDmlAWw .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u1yhDmlAWw .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1yhDmlAWw .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1yhDmlAWw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1yhDmlAWw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1yhDmlAWw .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u1yhDmlAWw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1yhDmlAWw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1yhDmlAWw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1yhDmlAWw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1yhDmlAWw .offcanvas-body .mbr-text,
  .cid-u1yhDmlAWw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1yhDmlAWw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1yhDmlAWw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1yhDmlAWw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u1yhDmlAWw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1yhDmlAWw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1yhDmlAWw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1yhDmlAWw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1yhDmlAWw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1yhDmlAWw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1yhDmlAWw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1yhDmlAWw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1yhDmlAWw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1yhDmlAWw .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1yhDmlAWw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1yhDmlAWw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1yhDmlAWw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u1yhDmlAWw .nav-item {
    margin: 0 !important;
  }
}
.cid-u1yhDmlAWw .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u1yhDmlAWw .nav-item .nav-link:hover,
.cid-u1yhDmlAWw .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1yhDmlAWw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1yhDmlAWw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1yhDmlAWw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1yhDmlAWw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1yhDmlAWw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1yhDmlAWw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1yhDmlAWw .offcanvas_box {
    display: none;
  }
}
.cid-u1yhDmlAWw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1yhDmlAWw .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1yhDmlAWw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1yhDmlAWw .container {
  display: flex;
  margin: auto;
}
.cid-u1yhDmlAWw .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1yhDmlAWw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1yhDmlAWw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1yhDmlAWw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1yhDmlAWw .navbar-nav {
    margin: 0;
  }
}
.cid-u1yhDmlAWw .dropdown-menu,
.cid-u1yhDmlAWw .navbar.opened {
  background-color: false !important;
}
.cid-u1yhDmlAWw .nav-item:focus,
.cid-u1yhDmlAWw .nav-link:focus {
  outline: none;
}
.cid-u1yhDmlAWw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1yhDmlAWw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1yhDmlAWw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1yhDmlAWw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1yhDmlAWw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1yhDmlAWw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1yhDmlAWw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1yhDmlAWw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1yhDmlAWw .navbar.opened {
  transition: all 0.3s;
}
.cid-u1yhDmlAWw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1yhDmlAWw .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u1yhDmlAWw .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1yhDmlAWw .navbar.collapsed {
  justify-content: center;
}
.cid-u1yhDmlAWw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1yhDmlAWw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1yhDmlAWw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1yhDmlAWw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1yhDmlAWw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1yhDmlAWw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1yhDmlAWw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1yhDmlAWw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1yhDmlAWw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1yhDmlAWw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1yhDmlAWw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1yhDmlAWw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1yhDmlAWw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1yhDmlAWw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1yhDmlAWw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1yhDmlAWw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1yhDmlAWw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1yhDmlAWw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1yhDmlAWw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1yhDmlAWw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1yhDmlAWw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1yhDmlAWw .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1yhDmlAWw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1yhDmlAWw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1yhDmlAWw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1yhDmlAWw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u1yhDmlAWw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1yhDmlAWw .dropdown-item.active,
.cid-u1yhDmlAWw .dropdown-item:active {
  background-color: transparent;
}
.cid-u1yhDmlAWw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u1yhDmlAWw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1yhDmlAWw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1yhDmlAWw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1yhDmlAWw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1yhDmlAWw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1yhDmlAWw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-u1yhDmlAWw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u1yhDmlAWw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1yhDmlAWw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1yhDmlAWw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1yhDmlAWw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1yhDmlAWw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1yhDmlAWw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1yhDmlAWw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1yhDmlAWw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1yhDmlAWw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1yhDmlAWw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1yhDmlAWw .navbar {
    height: 70px;
  }
  .cid-u1yhDmlAWw .navbar.opened {
    height: auto;
  }
  .cid-u1yhDmlAWw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1yhDmlAWw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u1yhDmlAWw .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u1yhDmlAWw .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1yhDmlAWw .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1yhDmlAWw .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u1yhDmlAWw .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-u1yhDmlAWw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1yhDmlAWw .text_widget {
  margin-bottom: 32px;
}
.cid-u1yhDmlAWw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1yhDmlAWw .text_widget a:hover,
.cid-u1yhDmlAWw .text_widget a:focus {
  opacity: .6;
}
.cid-u1yhDmlAWw .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u1yhDmlAWw .navbar-caption {
  color: #f2ac2b;
}
.cid-u1yhDmlAWw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1yhDmlAWw .mbr-section-subtitle,
.cid-u1yhDmlAWw .text_widget,
.cid-u1yhDmlAWw .mbr-section-btn {
  text-align: center;
}
.cid-u1yhDmlAWw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1yjCpX4Fk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/forest-road-1024x512.webp");
}
.cid-u1yjCpX4Fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1yjCpX4Fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1yjCpX4Fk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1yjCpX4Fk .container {
    padding: 0 15px;
  }
}
.cid-u1yjCpX4Fk .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-u1yjCpX4Fk .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-u1yjCpX4Fk .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u1yjCpX4Fk .image-wrapper img {
    height: 400px;
  }
}
.cid-u1yjCpX4Fk .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1yjCpX4Fk .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u1yjCpX4Fk .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u1yjCpX4Fk .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u1yjCpX4Fk .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1yjCpX4Fk .mbr-section-title {
  color: #ffffff;
}
.cid-u1yjCpX4Fk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1yjCpX4Fk .mbr-text {
  color: #ffffff;
}
.cid-u1yjCpX4Fk .mbr-section-title,
.cid-u1yjCpX4Fk .mbr-section-btn {
  color: #090909;
}
.cid-u1DXpgPif7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1DXpgPif7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DXpgPif7 .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-u1DXpgPif7 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DXpgPif7 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1DXpgPif7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DXpgPif7 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1DXpgPif7 .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1DXpgPif7 .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1DXpgPif7 .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1DXpgPif7 .mbr-section-title {
  color: #262642;
}
.cid-u1DXpgPif7 .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1DXpgPif7 .mbr-section-title,
.cid-u1DXpgPif7 .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1DXqe87Sg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u1DXqe87Sg img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1DXqe87Sg .row {
  justify-content: center;
}
.cid-u1DXqe87Sg .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1DXqe87Sg .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1DXqe87Sg .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1DXqe87Sg .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1DXqe87Sg .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1DXqe87Sg .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1DXqe87Sg .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1DXqe87Sg .item {
    padding: 0.5rem;
  }
  .cid-u1DXqe87Sg .row {
    padding: 0 0.5rem;
  }
}
.cid-u1DXqe87Sg .btn {
  border-radius: 0;
}
.cid-u1DXqe87Sg .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1DXqe87Sg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DXqe87Sg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DXu7yZmo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u1DXu7yZmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DXu7yZmo .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-u1DXu7yZmo .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u1DXu7yZmo .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u1DXu7yZmo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1DXu7yZmo .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u1DXu7yZmo .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1DXu7yZmo .buttons-wrapper {
    text-align: left;
  }
}
.cid-u1DXu7yZmo .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u1DXu7yZmo .mbr-section-title {
  color: #262642;
}
.cid-u1DXu7yZmo .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u1DXu7yZmo .mbr-section-title,
.cid-u1DXu7yZmo .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u1DXvo2i92 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u1DXvo2i92 img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u1DXvo2i92 .row {
  justify-content: center;
}
.cid-u1DXvo2i92 .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u1DXvo2i92 .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u1DXvo2i92 .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u1DXvo2i92 .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u1DXvo2i92 .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u1DXvo2i92 .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u1DXvo2i92 .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u1DXvo2i92 .item {
    padding: 0.5rem;
  }
  .cid-u1DXvo2i92 .row {
    padding: 0 0.5rem;
  }
}
.cid-u1DXvo2i92 .btn {
  border-radius: 0;
}
.cid-u1DXvo2i92 .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u1DXvo2i92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DXvo2i92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1yhDrJlqb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1yhDrJlqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1yhDrJlqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1yhDrJlqb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1yhDrJlqb .container {
    padding: 0 15px;
  }
}
.cid-u1yhDrJlqb .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u1yhDrJlqb .title-wrapper {
    text-align: center;
  }
}
.cid-u1yhDrJlqb .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u1yhDrJlqb .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u1yhDrJlqb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1yhDrJlqb .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u1yhDrJlqb .list {
    justify-content: center;
  }
}
.cid-u1yhDrJlqb .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u1yhDrJlqb .list .item-wrap:hover,
.cid-u1yhDrJlqb .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1yhDrJlqb .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u1yhDrJlqb .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-u1yhDrJlqb .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1yhDrJlqb .copy-wrapper {
    height: auto;
  }
}
.cid-u1yhDrJlqb .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1yhDrJlqb .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u1yhDrJlqb .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u1yhDrJlqb .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1yhDrJlqb .social-wrapper {
    text-align: center;
  }
}
.cid-u1yhDrJlqb .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u1yhDrJlqb .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u1yhDrJlqb .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u1yhDrJlqb .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u1yhDrJlqb .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-u1yhDrJlqb .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1yhDrJlqb .mbr-section-title {
  color: #f2ac2b;
}
.cid-u1yhDrJlqb .mbr-copy {
  color: #d2d2df;
}
.cid-u1E4A9SmEH {
  background-color: transparent;
}
.cid-u1E4A9SmEH .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u1E4A9SmEH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u1E4A9SmEH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1E4A9SmEH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1E4A9SmEH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1E4A9SmEH .menu_box .navbar.opened,
  .cid-u1E4A9SmEH .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1E4A9SmEH .navbar-dropdown {
  position: relative !important;
}
.cid-u1E4A9SmEH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u1E4A9SmEH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1E4A9SmEH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1E4A9SmEH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1E4A9SmEH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1E4A9SmEH .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u1E4A9SmEH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1E4A9SmEH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1E4A9SmEH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1E4A9SmEH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1E4A9SmEH .offcanvas-body .mbr-text,
  .cid-u1E4A9SmEH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1E4A9SmEH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1E4A9SmEH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1E4A9SmEH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u1E4A9SmEH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1E4A9SmEH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1E4A9SmEH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1E4A9SmEH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1E4A9SmEH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1E4A9SmEH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1E4A9SmEH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1E4A9SmEH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1E4A9SmEH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1E4A9SmEH .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1E4A9SmEH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1E4A9SmEH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1E4A9SmEH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u1E4A9SmEH .nav-item {
    margin: 0 !important;
  }
}
.cid-u1E4A9SmEH .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u1E4A9SmEH .nav-item .nav-link:hover,
.cid-u1E4A9SmEH .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1E4A9SmEH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1E4A9SmEH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1E4A9SmEH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1E4A9SmEH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1E4A9SmEH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1E4A9SmEH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1E4A9SmEH .offcanvas_box {
    display: none;
  }
}
.cid-u1E4A9SmEH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1E4A9SmEH .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1E4A9SmEH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1E4A9SmEH .container {
  display: flex;
  margin: auto;
}
.cid-u1E4A9SmEH .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1E4A9SmEH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1E4A9SmEH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1E4A9SmEH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1E4A9SmEH .navbar-nav {
    margin: 0;
  }
}
.cid-u1E4A9SmEH .dropdown-menu,
.cid-u1E4A9SmEH .navbar.opened {
  background-color: false !important;
}
.cid-u1E4A9SmEH .nav-item:focus,
.cid-u1E4A9SmEH .nav-link:focus {
  outline: none;
}
.cid-u1E4A9SmEH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1E4A9SmEH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1E4A9SmEH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1E4A9SmEH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1E4A9SmEH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1E4A9SmEH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1E4A9SmEH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1E4A9SmEH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1E4A9SmEH .navbar.opened {
  transition: all 0.3s;
}
.cid-u1E4A9SmEH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1E4A9SmEH .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u1E4A9SmEH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1E4A9SmEH .navbar.collapsed {
  justify-content: center;
}
.cid-u1E4A9SmEH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1E4A9SmEH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1E4A9SmEH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1E4A9SmEH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1E4A9SmEH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1E4A9SmEH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1E4A9SmEH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1E4A9SmEH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1E4A9SmEH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1E4A9SmEH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1E4A9SmEH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1E4A9SmEH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1E4A9SmEH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1E4A9SmEH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1E4A9SmEH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1E4A9SmEH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1E4A9SmEH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1E4A9SmEH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1E4A9SmEH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1E4A9SmEH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1E4A9SmEH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1E4A9SmEH .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1E4A9SmEH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1E4A9SmEH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1E4A9SmEH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1E4A9SmEH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u1E4A9SmEH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1E4A9SmEH .dropdown-item.active,
.cid-u1E4A9SmEH .dropdown-item:active {
  background-color: transparent;
}
.cid-u1E4A9SmEH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u1E4A9SmEH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1E4A9SmEH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1E4A9SmEH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1E4A9SmEH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1E4A9SmEH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1E4A9SmEH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-u1E4A9SmEH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u1E4A9SmEH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1E4A9SmEH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1E4A9SmEH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1E4A9SmEH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1E4A9SmEH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1E4A9SmEH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1E4A9SmEH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1E4A9SmEH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1E4A9SmEH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1E4A9SmEH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1E4A9SmEH .navbar {
    height: 70px;
  }
  .cid-u1E4A9SmEH .navbar.opened {
    height: auto;
  }
  .cid-u1E4A9SmEH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1E4A9SmEH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u1E4A9SmEH .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u1E4A9SmEH .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1E4A9SmEH .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1E4A9SmEH .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u1E4A9SmEH .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-u1E4A9SmEH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1E4A9SmEH .text_widget {
  margin-bottom: 32px;
}
.cid-u1E4A9SmEH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1E4A9SmEH .text_widget a:hover,
.cid-u1E4A9SmEH .text_widget a:focus {
  opacity: .6;
}
.cid-u1E4A9SmEH .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u1E4A9SmEH .navbar-caption {
  color: #f2ac2b;
}
.cid-u1E4A9SmEH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1E4A9SmEH .mbr-section-subtitle,
.cid-u1E4A9SmEH .text_widget,
.cid-u1E4A9SmEH .mbr-section-btn {
  text-align: center;
}
.cid-u1E4A9SmEH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1E8AEVYiO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/join-the-pack-background-1456x816.webp");
}
.cid-u1E8AEVYiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1E8AEVYiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1E8AEVYiO .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u1E8AEVYiO .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u1E8AEVYiO .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u1E8AEVYiO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u1E8AEVYiO img {
  border-radius: 2rem;
}
.cid-u1E8AEVYiO .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u1E8AEVYiO .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u1E8AEVYiO .mbr-text,
.cid-u1E8AEVYiO .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u1E8AEVYiO .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-u1Ecec7YiA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u1Ecec7YiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Ecec7YiA .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-u1Ecec7YiA .container {
    padding: 0 15px;
  }
}
.cid-u1Ecec7YiA .row {
  justify-content: center;
}
.cid-u1Ecec7YiA .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-u1Ecec7YiA .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-u1Ecec7YiA .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-u1Ecec7YiA .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u1Ecec7YiA .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-u1Ecec7YiA .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-u1Ecec7YiA .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-u1Ecec7YiA .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-u1Ecec7YiA .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-u1Ecec7YiA .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-u1Ecec7YiA .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-u1Ecec7YiA .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-u1Ecec7YiA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-u1Ecec7YiA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-u1Ecec7YiA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-u1Ecec7YiA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-u1Ecec7YiA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #ffffff;
}
.cid-u1Ecec7YiA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-u1Ecec7YiA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-u1Ecec7YiA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-u1Ecec7YiA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-u1Ecec7YiA .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u1Ecec7YiA .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-u1Ecec7YiA .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-u1Ecec7YiA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1E4AbJdVu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1E4AbJdVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1E4AbJdVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1E4AbJdVu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1E4AbJdVu .container {
    padding: 0 15px;
  }
}
.cid-u1E4AbJdVu .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u1E4AbJdVu .title-wrapper {
    text-align: center;
  }
}
.cid-u1E4AbJdVu .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u1E4AbJdVu .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u1E4AbJdVu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1E4AbJdVu .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u1E4AbJdVu .list {
    justify-content: center;
  }
}
.cid-u1E4AbJdVu .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u1E4AbJdVu .list .item-wrap:hover,
.cid-u1E4AbJdVu .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1E4AbJdVu .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u1E4AbJdVu .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-u1E4AbJdVu .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1E4AbJdVu .copy-wrapper {
    height: auto;
  }
}
.cid-u1E4AbJdVu .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1E4AbJdVu .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u1E4AbJdVu .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u1E4AbJdVu .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1E4AbJdVu .social-wrapper {
    text-align: center;
  }
}
.cid-u1E4AbJdVu .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u1E4AbJdVu .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u1E4AbJdVu .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u1E4AbJdVu .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u1E4AbJdVu .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-u1E4AbJdVu .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1E4AbJdVu .mbr-section-title {
  color: #f2ac2b;
}
.cid-u1E4AbJdVu .mbr-copy {
  color: #d2d2df;
}
.cid-u1Jskgrgfj {
  background-color: transparent;
}
.cid-u1Jskgrgfj .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u1Jskgrgfj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u1Jskgrgfj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1Jskgrgfj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1Jskgrgfj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1Jskgrgfj .menu_box .navbar.opened,
  .cid-u1Jskgrgfj .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1Jskgrgfj .navbar-dropdown {
  position: relative !important;
}
.cid-u1Jskgrgfj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u1Jskgrgfj .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1Jskgrgfj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1Jskgrgfj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1Jskgrgfj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1Jskgrgfj .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u1Jskgrgfj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1Jskgrgfj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1Jskgrgfj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1Jskgrgfj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1Jskgrgfj .offcanvas-body .mbr-text,
  .cid-u1Jskgrgfj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1Jskgrgfj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1Jskgrgfj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1Jskgrgfj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u1Jskgrgfj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1Jskgrgfj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1Jskgrgfj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1Jskgrgfj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1Jskgrgfj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1Jskgrgfj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1Jskgrgfj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1Jskgrgfj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1Jskgrgfj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1Jskgrgfj .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1Jskgrgfj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1Jskgrgfj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1Jskgrgfj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u1Jskgrgfj .nav-item {
    margin: 0 !important;
  }
}
.cid-u1Jskgrgfj .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u1Jskgrgfj .nav-item .nav-link:hover,
.cid-u1Jskgrgfj .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1Jskgrgfj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1Jskgrgfj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1Jskgrgfj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1Jskgrgfj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1Jskgrgfj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1Jskgrgfj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1Jskgrgfj .offcanvas_box {
    display: none;
  }
}
.cid-u1Jskgrgfj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1Jskgrgfj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1Jskgrgfj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1Jskgrgfj .container {
  display: flex;
  margin: auto;
}
.cid-u1Jskgrgfj .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1Jskgrgfj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1Jskgrgfj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1Jskgrgfj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1Jskgrgfj .navbar-nav {
    margin: 0;
  }
}
.cid-u1Jskgrgfj .dropdown-menu,
.cid-u1Jskgrgfj .navbar.opened {
  background-color: false !important;
}
.cid-u1Jskgrgfj .nav-item:focus,
.cid-u1Jskgrgfj .nav-link:focus {
  outline: none;
}
.cid-u1Jskgrgfj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1Jskgrgfj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1Jskgrgfj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1Jskgrgfj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1Jskgrgfj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1Jskgrgfj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1Jskgrgfj .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1Jskgrgfj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1Jskgrgfj .navbar.opened {
  transition: all 0.3s;
}
.cid-u1Jskgrgfj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1Jskgrgfj .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u1Jskgrgfj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1Jskgrgfj .navbar.collapsed {
  justify-content: center;
}
.cid-u1Jskgrgfj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1Jskgrgfj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1Jskgrgfj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1Jskgrgfj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1Jskgrgfj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1Jskgrgfj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1Jskgrgfj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1Jskgrgfj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1Jskgrgfj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1Jskgrgfj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1Jskgrgfj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1Jskgrgfj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1Jskgrgfj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1Jskgrgfj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1Jskgrgfj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1Jskgrgfj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1Jskgrgfj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1Jskgrgfj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1Jskgrgfj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1Jskgrgfj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1Jskgrgfj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1Jskgrgfj .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1Jskgrgfj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1Jskgrgfj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1Jskgrgfj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1Jskgrgfj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u1Jskgrgfj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1Jskgrgfj .dropdown-item.active,
.cid-u1Jskgrgfj .dropdown-item:active {
  background-color: transparent;
}
.cid-u1Jskgrgfj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u1Jskgrgfj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1Jskgrgfj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1Jskgrgfj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1Jskgrgfj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1Jskgrgfj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1Jskgrgfj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-u1Jskgrgfj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u1Jskgrgfj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1Jskgrgfj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1Jskgrgfj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1Jskgrgfj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1Jskgrgfj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1Jskgrgfj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1Jskgrgfj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1Jskgrgfj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1Jskgrgfj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1Jskgrgfj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1Jskgrgfj .navbar {
    height: 70px;
  }
  .cid-u1Jskgrgfj .navbar.opened {
    height: auto;
  }
  .cid-u1Jskgrgfj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1Jskgrgfj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u1Jskgrgfj .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u1Jskgrgfj .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1Jskgrgfj .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1Jskgrgfj .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u1Jskgrgfj .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-u1Jskgrgfj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1Jskgrgfj .text_widget {
  margin-bottom: 32px;
}
.cid-u1Jskgrgfj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1Jskgrgfj .text_widget a:hover,
.cid-u1Jskgrgfj .text_widget a:focus {
  opacity: .6;
}
.cid-u1Jskgrgfj .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u1Jskgrgfj .navbar-caption {
  color: #f2ac2b;
}
.cid-u1Jskgrgfj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1Jskgrgfj .mbr-section-subtitle,
.cid-u1Jskgrgfj .text_widget,
.cid-u1Jskgrgfj .mbr-section-btn {
  text-align: center;
}
.cid-u1Jskgrgfj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1JskhGDh6 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1JskhGDh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1JskhGDh6 .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-u1JskhGDh6 .container {
    padding: 0 15px;
  }
}
.cid-u1JskhGDh6 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u1JskhGDh6 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u1JskhGDh6 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-u1JskhGDh6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u1JskhGDh6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u1JskhGDh6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u1JskhGDh6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u1JskhGDh6 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u1JskhGDh6 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-u1JskhGDh6 .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #000000;
  box-shadow: 10px 10px 50px #ebebeb;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-u1JskhGDh6 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-u1JskhGDh6 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-u1JskhGDh6 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-u1JskhGDh6 .mbr-section-title {
  color: #ffffff;
}
.cid-u1JskhGDh6 .mbr-section-subtitle {
  color: #d2d2df;
}
.cid-u1JskhGDh6 .mbr-text {
  color: #ffffff;
}
.cid-u1JskhGDh6 .mbr-section-title,
.cid-u1JskhGDh6 .mbr-section-btn {
  color: #ffc354;
}
.cid-uWDwhkWKae {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWDwhkWKae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDwhkWKae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWDwhkWKae .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWDwhkWKae .container {
    padding: 0 15px;
  }
}
.cid-uWDwhkWKae .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uWDwhkWKae .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWDwhkWKae .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWDwhkWKae .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWDwhkWKae .mbr-section-btn {
  margin-top: 40px;
}
.cid-uWDwhkWKae .mbr-section-title {
  color: #ffffff;
}
.cid-uWDwhkWKae .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uWDwhkWKae .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-uWDwhkWKae .mbr-section-title,
.cid-uWDwhkWKae .mbr-section-btn {
  text-align: center;
  color: #f2ac2b;
}
.cid-uWDuOka26F {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/atlantis-cover-art-200res-2000x1347.webp");
}
.cid-uWDuOka26F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDuOka26F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWDuOka26F .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWDuOka26F .container {
    padding: 0 15px;
  }
}
.cid-uWDuOka26F .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uWDuOka26F .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uWDuOka26F .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uWDuOka26F .image-wrapper img {
    height: 400px;
  }
}
.cid-uWDuOka26F .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWDuOka26F .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWDuOka26F .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uWDuOka26F .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWDuOka26F .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uWDuOka26F .mbr-section-title {
  color: #ffffff;
}
.cid-uWDuOka26F .mbr-section-subtitle {
  color: #ffac64;
}
.cid-uWDuOka26F .mbr-text {
  color: #d2d2df;
}
.cid-uWDuOka26F .mbr-section-title,
.cid-uWDuOka26F .mbr-section-btn {
  color: #ffc354;
}
.cid-uWDtEYp62J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hapstein-manor-1800x1200.webp");
}
.cid-uWDtEYp62J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWDtEYp62J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWDtEYp62J .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWDtEYp62J .container {
    padding: 0 15px;
  }
}
.cid-uWDtEYp62J .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uWDtEYp62J .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uWDtEYp62J .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uWDtEYp62J .image-wrapper img {
    height: 400px;
  }
}
.cid-uWDtEYp62J .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWDtEYp62J .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWDtEYp62J .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uWDtEYp62J .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWDtEYp62J .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uWDtEYp62J .mbr-section-title {
  color: #ffffff;
}
.cid-uWDtEYp62J .mbr-section-subtitle {
  color: #ffac64;
}
.cid-uWDtEYp62J .mbr-text {
  color: #d2d2df;
}
.cid-uWDtEYp62J .mbr-section-title,
.cid-uWDtEYp62J .mbr-section-btn {
  color: #ffc354;
}
.cid-u1Jskk0RJe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1Jskk0RJe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Jskk0RJe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Jskk0RJe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1Jskk0RJe .container {
    padding: 0 15px;
  }
}
.cid-u1Jskk0RJe .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u1Jskk0RJe .title-wrapper {
    text-align: center;
  }
}
.cid-u1Jskk0RJe .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u1Jskk0RJe .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u1Jskk0RJe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1Jskk0RJe .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u1Jskk0RJe .list {
    justify-content: center;
  }
}
.cid-u1Jskk0RJe .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u1Jskk0RJe .list .item-wrap:hover,
.cid-u1Jskk0RJe .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1Jskk0RJe .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u1Jskk0RJe .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-u1Jskk0RJe .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1Jskk0RJe .copy-wrapper {
    height: auto;
  }
}
.cid-u1Jskk0RJe .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1Jskk0RJe .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u1Jskk0RJe .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u1Jskk0RJe .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1Jskk0RJe .social-wrapper {
    text-align: center;
  }
}
.cid-u1Jskk0RJe .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u1Jskk0RJe .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u1Jskk0RJe .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u1Jskk0RJe .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u1Jskk0RJe .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-u1Jskk0RJe .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1Jskk0RJe .mbr-section-title {
  color: #f2ac2b;
}
.cid-u1Jskk0RJe .mbr-copy {
  color: #d2d2df;
}
.cid-u1K1frckHp {
  background-color: transparent;
}
.cid-u1K1frckHp .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u1K1frckHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u1K1frckHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1K1frckHp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1K1frckHp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1K1frckHp .menu_box .navbar.opened,
  .cid-u1K1frckHp .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1K1frckHp .navbar-dropdown {
  position: relative !important;
}
.cid-u1K1frckHp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u1K1frckHp .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1K1frckHp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1K1frckHp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1K1frckHp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1K1frckHp .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u1K1frckHp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1K1frckHp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1K1frckHp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1K1frckHp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1K1frckHp .offcanvas-body .mbr-text,
  .cid-u1K1frckHp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1K1frckHp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1K1frckHp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1K1frckHp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u1K1frckHp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1K1frckHp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1K1frckHp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1K1frckHp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1K1frckHp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1K1frckHp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1K1frckHp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u1K1frckHp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1K1frckHp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1K1frckHp .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1K1frckHp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1K1frckHp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1K1frckHp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u1K1frckHp .nav-item {
    margin: 0 !important;
  }
}
.cid-u1K1frckHp .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u1K1frckHp .nav-item .nav-link:hover,
.cid-u1K1frckHp .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1K1frckHp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1K1frckHp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1K1frckHp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1K1frckHp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1K1frckHp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u1K1frckHp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1K1frckHp .offcanvas_box {
    display: none;
  }
}
.cid-u1K1frckHp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1K1frckHp .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1K1frckHp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1K1frckHp .container {
  display: flex;
  margin: auto;
}
.cid-u1K1frckHp .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1K1frckHp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1K1frckHp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1K1frckHp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1K1frckHp .navbar-nav {
    margin: 0;
  }
}
.cid-u1K1frckHp .dropdown-menu,
.cid-u1K1frckHp .navbar.opened {
  background-color: false !important;
}
.cid-u1K1frckHp .nav-item:focus,
.cid-u1K1frckHp .nav-link:focus {
  outline: none;
}
.cid-u1K1frckHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1K1frckHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1K1frckHp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1K1frckHp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1K1frckHp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1K1frckHp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1K1frckHp .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1K1frckHp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1K1frckHp .navbar.opened {
  transition: all 0.3s;
}
.cid-u1K1frckHp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1K1frckHp .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u1K1frckHp .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1K1frckHp .navbar.collapsed {
  justify-content: center;
}
.cid-u1K1frckHp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1K1frckHp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1K1frckHp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1K1frckHp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1K1frckHp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1K1frckHp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1K1frckHp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1K1frckHp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1K1frckHp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1K1frckHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1K1frckHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1K1frckHp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1K1frckHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1K1frckHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1K1frckHp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1K1frckHp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1K1frckHp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1K1frckHp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1K1frckHp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1K1frckHp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1K1frckHp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1K1frckHp .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1K1frckHp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1K1frckHp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1K1frckHp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1K1frckHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u1K1frckHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1K1frckHp .dropdown-item.active,
.cid-u1K1frckHp .dropdown-item:active {
  background-color: transparent;
}
.cid-u1K1frckHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u1K1frckHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1K1frckHp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1K1frckHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1K1frckHp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1K1frckHp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1K1frckHp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-u1K1frckHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u1K1frckHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1K1frckHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1K1frckHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1K1frckHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1K1frckHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1K1frckHp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1K1frckHp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1K1frckHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1K1frckHp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1K1frckHp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1K1frckHp .navbar {
    height: 70px;
  }
  .cid-u1K1frckHp .navbar.opened {
    height: auto;
  }
  .cid-u1K1frckHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1K1frckHp .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u1K1frckHp .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u1K1frckHp .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1K1frckHp .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1K1frckHp .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u1K1frckHp .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-u1K1frckHp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1K1frckHp .text_widget {
  margin-bottom: 32px;
}
.cid-u1K1frckHp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1K1frckHp .text_widget a:hover,
.cid-u1K1frckHp .text_widget a:focus {
  opacity: .6;
}
.cid-u1K1frckHp .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u1K1frckHp .navbar-caption {
  color: #f2ac2b;
}
.cid-u1K1frckHp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1K1frckHp .mbr-section-subtitle,
.cid-u1K1frckHp .text_widget,
.cid-u1K1frckHp .mbr-section-btn {
  text-align: center;
}
.cid-u1K1frckHp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u1K3aZV1Eh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #000000;
}
.cid-u1K3aZV1Eh .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-u1K3aZV1Eh .image-wrapper img {
  display: block;
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}
.cid-u1K3aZV1Eh .item-img {
  margin-bottom: 18px;
  display: block;
  text-align: center;
}
.cid-u1K3aZV1Eh .item-img img {
  width: 240px;
  height: auto;
  object-fit: contain;
  display: inline-block;
  transition: transform 0.29s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-u1K3aZV1Eh .main_header {
  padding: 10%;
}
@media (min-width: 992px) {
  .cid-u1K3aZV1Eh .main_header {
    padding: 0 15%;
  }
  .cid-u1K3aZV1Eh .main_header:hover img {
    transform: translateX(7px);
  }
}
@media (max-width: 767px) {
  .cid-u1K3aZV1Eh .main_header {
    padding: 30px 12px 4rem;
  }
}
.cid-u1K3aZV1Eh .mbr-section-title {
  margin-bottom: 22px;
  color: #d2d2df;
}
.cid-u1K3aZV1Eh .mbr-text {
  margin: 11px 0 4px;
  color: #ffffff;
}
.cid-u1K3aZV1Eh .header_address {
  margin-top: 26px;
}
.cid-u1K7bVIuJU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u1K7bVIuJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1K7bVIuJU .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-u1K7bVIuJU .container {
    padding: 0 15px;
  }
}
.cid-u1K7bVIuJU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-u1K7bVIuJU .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-u1K7bVIuJU .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u1K7bVIuJU .content-wrapper .mbr-name {
  margin: 0;
}
.cid-u1K7bVIuJU .mbr-section-title {
  color: #ffffff;
}
.cid-u1K7bVIuJU .mbr-text {
  color: #d2d2df;
}
.cid-u1K7bVIuJU .mbr-name {
  color: #f2ac2b;
}
.cid-u1K1ftGP7I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1K1ftGP7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1K1ftGP7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1K1ftGP7I .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u1K1ftGP7I .container {
    padding: 0 15px;
  }
}
.cid-u1K1ftGP7I .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u1K1ftGP7I .title-wrapper {
    text-align: center;
  }
}
.cid-u1K1ftGP7I .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u1K1ftGP7I .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u1K1ftGP7I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1K1ftGP7I .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u1K1ftGP7I .list {
    justify-content: center;
  }
}
.cid-u1K1ftGP7I .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u1K1ftGP7I .list .item-wrap:hover,
.cid-u1K1ftGP7I .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u1K1ftGP7I .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u1K1ftGP7I .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-u1K1ftGP7I .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u1K1ftGP7I .copy-wrapper {
    height: auto;
  }
}
.cid-u1K1ftGP7I .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u1K1ftGP7I .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u1K1ftGP7I .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u1K1ftGP7I .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u1K1ftGP7I .social-wrapper {
    text-align: center;
  }
}
.cid-u1K1ftGP7I .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u1K1ftGP7I .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u1K1ftGP7I .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u1K1ftGP7I .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u1K1ftGP7I .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-u1K1ftGP7I .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u1K1ftGP7I .mbr-section-title {
  color: #f2ac2b;
}
.cid-u1K1ftGP7I .mbr-copy {
  color: #d2d2df;
}
.cid-u26OPBZEP8 {
  background-color: transparent;
}
.cid-u26OPBZEP8 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u26OPBZEP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u26OPBZEP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u26OPBZEP8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u26OPBZEP8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u26OPBZEP8 .menu_box .navbar.opened,
  .cid-u26OPBZEP8 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u26OPBZEP8 .navbar-dropdown {
  position: relative !important;
}
.cid-u26OPBZEP8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u26OPBZEP8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u26OPBZEP8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u26OPBZEP8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u26OPBZEP8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u26OPBZEP8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u26OPBZEP8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u26OPBZEP8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u26OPBZEP8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u26OPBZEP8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u26OPBZEP8 .offcanvas-body .mbr-text,
  .cid-u26OPBZEP8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u26OPBZEP8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u26OPBZEP8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u26OPBZEP8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u26OPBZEP8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u26OPBZEP8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u26OPBZEP8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u26OPBZEP8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u26OPBZEP8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u26OPBZEP8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u26OPBZEP8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u26OPBZEP8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u26OPBZEP8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u26OPBZEP8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u26OPBZEP8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u26OPBZEP8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u26OPBZEP8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u26OPBZEP8 .nav-item {
    margin: 0 !important;
  }
}
.cid-u26OPBZEP8 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u26OPBZEP8 .nav-item .nav-link:hover,
.cid-u26OPBZEP8 .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u26OPBZEP8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u26OPBZEP8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u26OPBZEP8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u26OPBZEP8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u26OPBZEP8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u26OPBZEP8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u26OPBZEP8 .offcanvas_box {
    display: none;
  }
}
.cid-u26OPBZEP8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u26OPBZEP8 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u26OPBZEP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u26OPBZEP8 .container {
  display: flex;
  margin: auto;
}
.cid-u26OPBZEP8 .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u26OPBZEP8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u26OPBZEP8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u26OPBZEP8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u26OPBZEP8 .navbar-nav {
    margin: 0;
  }
}
.cid-u26OPBZEP8 .dropdown-menu,
.cid-u26OPBZEP8 .navbar.opened {
  background-color: false !important;
}
.cid-u26OPBZEP8 .nav-item:focus,
.cid-u26OPBZEP8 .nav-link:focus {
  outline: none;
}
.cid-u26OPBZEP8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u26OPBZEP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u26OPBZEP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u26OPBZEP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u26OPBZEP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u26OPBZEP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u26OPBZEP8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u26OPBZEP8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u26OPBZEP8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u26OPBZEP8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u26OPBZEP8 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u26OPBZEP8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u26OPBZEP8 .navbar.collapsed {
  justify-content: center;
}
.cid-u26OPBZEP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u26OPBZEP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u26OPBZEP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u26OPBZEP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u26OPBZEP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u26OPBZEP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u26OPBZEP8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u26OPBZEP8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u26OPBZEP8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u26OPBZEP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u26OPBZEP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u26OPBZEP8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u26OPBZEP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u26OPBZEP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u26OPBZEP8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u26OPBZEP8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u26OPBZEP8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u26OPBZEP8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u26OPBZEP8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u26OPBZEP8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u26OPBZEP8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u26OPBZEP8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u26OPBZEP8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u26OPBZEP8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u26OPBZEP8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u26OPBZEP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u26OPBZEP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u26OPBZEP8 .dropdown-item.active,
.cid-u26OPBZEP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u26OPBZEP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u26OPBZEP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u26OPBZEP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u26OPBZEP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u26OPBZEP8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u26OPBZEP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u26OPBZEP8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-u26OPBZEP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u26OPBZEP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u26OPBZEP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u26OPBZEP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u26OPBZEP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u26OPBZEP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u26OPBZEP8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u26OPBZEP8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u26OPBZEP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u26OPBZEP8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u26OPBZEP8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u26OPBZEP8 .navbar {
    height: 70px;
  }
  .cid-u26OPBZEP8 .navbar.opened {
    height: auto;
  }
  .cid-u26OPBZEP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u26OPBZEP8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u26OPBZEP8 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u26OPBZEP8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u26OPBZEP8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u26OPBZEP8 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u26OPBZEP8 .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-u26OPBZEP8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u26OPBZEP8 .text_widget {
  margin-bottom: 32px;
}
.cid-u26OPBZEP8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u26OPBZEP8 .text_widget a:hover,
.cid-u26OPBZEP8 .text_widget a:focus {
  opacity: .6;
}
.cid-u26OPBZEP8 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u26OPBZEP8 .navbar-caption {
  color: #f2ac2b;
}
.cid-u26OPBZEP8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u26OPBZEP8 .mbr-section-subtitle,
.cid-u26OPBZEP8 .text_widget,
.cid-u26OPBZEP8 .mbr-section-btn {
  text-align: center;
}
.cid-u26OPBZEP8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2cVg6v5GL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-map-1900x1200.webp");
}
.cid-u2cVg6v5GL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cVg6v5GL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cVg6v5GL .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-u2cVg6v5GL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u2cVg6v5GL .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-u2cVg6v5GL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u2cVg6v5GL .container {
    padding: 0 14px;
  }
}
.cid-u2cVg6v5GL .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 40px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-u2cVg6v5GL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u2cVg6v5GL .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-u2cVg6v5GL .content-wrapper .mbr-section-btn {
  margin: 10px 25px;
}
.cid-u2cVg6v5GL .mbr-text,
.cid-u2cVg6v5GL .text-wrapper {
  color: #ffc354;
  text-align: left;
}
.cid-u2cVg6v5GL .mbr-section-title {
  color: #f1f1f1;
}
.cid-u2cVg6v5GL .mbr-section-title,
.cid-u2cVg6v5GL .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u2cQYEInyK {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/dm-ravek-full-moon-cresting-a-little-above-the-ocean-horizon-ph-52f74e85-badd-47fe-b423-7a753d4365fe-1456x816.webp");
}
.cid-u2cQYEInyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cQYEInyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cQYEInyK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2cQYEInyK .container {
    padding: 0 15px;
  }
}
.cid-u2cQYEInyK .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-u2cQYEInyK .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-u2cQYEInyK .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u2cQYEInyK .image-wrapper img {
    height: 400px;
  }
}
.cid-u2cQYEInyK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u2cQYEInyK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u2cQYEInyK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u2cQYEInyK .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-u2cQYEInyK .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u2cQYEInyK .mbr-section-title {
  color: #ffffff;
}
.cid-u2cQYEInyK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u2cQYEInyK .mbr-text {
  color: #ffffff;
}
.cid-uImqEywatv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hapstein-manor-1800x1200.webp");
}
.cid-uImqEywatv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uImqEywatv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uImqEywatv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uImqEywatv .container {
    padding: 0 15px;
  }
}
.cid-uImqEywatv .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uImqEywatv .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uImqEywatv .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uImqEywatv .image-wrapper img {
    height: 400px;
  }
}
.cid-uImqEywatv .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uImqEywatv .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uImqEywatv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uImqEywatv .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uImqEywatv .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uImqEywatv .mbr-section-title {
  color: #ffffff;
}
.cid-uImqEywatv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uImqEywatv .mbr-text {
  color: #d2d2df;
}
.cid-u2d8YrhQrJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-u2d8YrhQrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2d8YrhQrJ .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-u2d8YrhQrJ .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u2d8YrhQrJ .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u2d8YrhQrJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2d8YrhQrJ .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-u2d8YrhQrJ .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u2d8YrhQrJ .buttons-wrapper {
    text-align: left;
  }
}
.cid-u2d8YrhQrJ .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-u2d8YrhQrJ .mbr-section-title {
  color: #262642;
}
.cid-u2d8YrhQrJ .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-u2d8YrhQrJ .mbr-section-title,
.cid-u2d8YrhQrJ .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-u2d8STTRRY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-u2d8STTRRY img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-u2d8STTRRY .row {
  justify-content: center;
}
.cid-u2d8STTRRY .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-u2d8STTRRY .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-u2d8STTRRY .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-u2d8STTRRY .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-u2d8STTRRY .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-u2d8STTRRY .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-u2d8STTRRY .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u2d8STTRRY .item {
    padding: 0.5rem;
  }
  .cid-u2d8STTRRY .row {
    padding: 0 0.5rem;
  }
}
.cid-u2d8STTRRY .btn {
  border-radius: 0;
}
.cid-u2d8STTRRY .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-u2d8STTRRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2d8STTRRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u26OPEQTAO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u26OPEQTAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u26OPEQTAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u26OPEQTAO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u26OPEQTAO .container {
    padding: 0 15px;
  }
}
.cid-u26OPEQTAO .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u26OPEQTAO .title-wrapper {
    text-align: center;
  }
}
.cid-u26OPEQTAO .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u26OPEQTAO .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u26OPEQTAO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u26OPEQTAO .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u26OPEQTAO .list {
    justify-content: center;
  }
}
.cid-u26OPEQTAO .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u26OPEQTAO .list .item-wrap:hover,
.cid-u26OPEQTAO .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u26OPEQTAO .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u26OPEQTAO .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-u26OPEQTAO .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u26OPEQTAO .copy-wrapper {
    height: auto;
  }
}
.cid-u26OPEQTAO .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u26OPEQTAO .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u26OPEQTAO .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u26OPEQTAO .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u26OPEQTAO .social-wrapper {
    text-align: center;
  }
}
.cid-u26OPEQTAO .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u26OPEQTAO .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u26OPEQTAO .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u26OPEQTAO .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u26OPEQTAO .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-u26OPEQTAO .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u26OPEQTAO .mbr-section-title {
  color: #f2ac2b;
}
.cid-u26OPEQTAO .mbr-copy {
  color: #d2d2df;
}
.cid-u26OMHCs7B {
  background-color: transparent;
}
.cid-u26OMHCs7B .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u26OMHCs7B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u26OMHCs7B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u26OMHCs7B .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u26OMHCs7B .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u26OMHCs7B .menu_box .navbar.opened,
  .cid-u26OMHCs7B .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u26OMHCs7B .navbar-dropdown {
  position: relative !important;
}
.cid-u26OMHCs7B .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u26OMHCs7B .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u26OMHCs7B .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u26OMHCs7B .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u26OMHCs7B .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u26OMHCs7B .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u26OMHCs7B .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u26OMHCs7B .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u26OMHCs7B .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u26OMHCs7B .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u26OMHCs7B .offcanvas-body .mbr-text,
  .cid-u26OMHCs7B .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u26OMHCs7B .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u26OMHCs7B .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u26OMHCs7B .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u26OMHCs7B .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u26OMHCs7B .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u26OMHCs7B .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u26OMHCs7B .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u26OMHCs7B ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u26OMHCs7B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u26OMHCs7B .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u26OMHCs7B .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u26OMHCs7B li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u26OMHCs7B .lg_brand {
    margin: 0 1rem;
  }
  .cid-u26OMHCs7B .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u26OMHCs7B .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u26OMHCs7B .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u26OMHCs7B .nav-item {
    margin: 0 !important;
  }
}
.cid-u26OMHCs7B .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u26OMHCs7B .nav-item .nav-link:hover,
.cid-u26OMHCs7B .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u26OMHCs7B .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u26OMHCs7B .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u26OMHCs7B .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u26OMHCs7B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u26OMHCs7B .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u26OMHCs7B .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u26OMHCs7B .offcanvas_box {
    display: none;
  }
}
.cid-u26OMHCs7B .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u26OMHCs7B .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u26OMHCs7B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u26OMHCs7B .container {
  display: flex;
  margin: auto;
}
.cid-u26OMHCs7B .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u26OMHCs7B .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u26OMHCs7B .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u26OMHCs7B .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u26OMHCs7B .navbar-nav {
    margin: 0;
  }
}
.cid-u26OMHCs7B .dropdown-menu,
.cid-u26OMHCs7B .navbar.opened {
  background-color: false !important;
}
.cid-u26OMHCs7B .nav-item:focus,
.cid-u26OMHCs7B .nav-link:focus {
  outline: none;
}
.cid-u26OMHCs7B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u26OMHCs7B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u26OMHCs7B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u26OMHCs7B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u26OMHCs7B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u26OMHCs7B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u26OMHCs7B .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u26OMHCs7B .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u26OMHCs7B .navbar.opened {
  transition: all 0.3s;
}
.cid-u26OMHCs7B .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u26OMHCs7B .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u26OMHCs7B .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u26OMHCs7B .navbar.collapsed {
  justify-content: center;
}
.cid-u26OMHCs7B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u26OMHCs7B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u26OMHCs7B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u26OMHCs7B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u26OMHCs7B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u26OMHCs7B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u26OMHCs7B .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u26OMHCs7B .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u26OMHCs7B .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u26OMHCs7B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u26OMHCs7B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u26OMHCs7B .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u26OMHCs7B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u26OMHCs7B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u26OMHCs7B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u26OMHCs7B .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u26OMHCs7B .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u26OMHCs7B .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u26OMHCs7B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u26OMHCs7B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u26OMHCs7B .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u26OMHCs7B .navbar.navbar-short {
  min-height: 60px;
}
.cid-u26OMHCs7B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u26OMHCs7B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u26OMHCs7B .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u26OMHCs7B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u26OMHCs7B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u26OMHCs7B .dropdown-item.active,
.cid-u26OMHCs7B .dropdown-item:active {
  background-color: transparent;
}
.cid-u26OMHCs7B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u26OMHCs7B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u26OMHCs7B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u26OMHCs7B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u26OMHCs7B ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u26OMHCs7B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u26OMHCs7B button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-u26OMHCs7B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u26OMHCs7B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u26OMHCs7B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u26OMHCs7B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u26OMHCs7B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u26OMHCs7B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u26OMHCs7B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u26OMHCs7B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u26OMHCs7B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u26OMHCs7B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u26OMHCs7B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u26OMHCs7B .navbar {
    height: 70px;
  }
  .cid-u26OMHCs7B .navbar.opened {
    height: auto;
  }
  .cid-u26OMHCs7B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u26OMHCs7B .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u26OMHCs7B .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u26OMHCs7B .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u26OMHCs7B .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u26OMHCs7B .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u26OMHCs7B .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-u26OMHCs7B .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u26OMHCs7B .text_widget {
  margin-bottom: 32px;
}
.cid-u26OMHCs7B .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u26OMHCs7B .text_widget a:hover,
.cid-u26OMHCs7B .text_widget a:focus {
  opacity: .6;
}
.cid-u26OMHCs7B .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u26OMHCs7B .navbar-caption {
  color: #f2ac2b;
}
.cid-u26OMHCs7B .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u26OMHCs7B .mbr-section-subtitle,
.cid-u26OMHCs7B .text_widget,
.cid-u26OMHCs7B .mbr-section-btn {
  text-align: center;
}
.cid-u26OMHCs7B a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2cKh00I0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u2cKh00I0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2cKh00I0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2cKh00I0H .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2cKh00I0H .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-u2cKh00I0H .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u2cKh00I0H .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u2cKh00I0H .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u2cKh00I0H .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2cKh00I0H .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-u2cKh00I0H .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-u2cKh00I0H .content-wrapper .list .item-wrap:hover,
.cid-u2cKh00I0H .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-u2cKh00I0H .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-u2cKh00I0H .mbr-section-title {
  color: #ffffff;
}
.cid-u2cKh00I0H .mbr-text {
  color: #d2d2df;
}
.cid-u2cKh00I0H .list {
  color: #d2d2df;
}
.cid-u26OMKwFED {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u26OMKwFED .mbr-fallback-image.disabled {
  display: none;
}
.cid-u26OMKwFED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u26OMKwFED .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u26OMKwFED .container {
    padding: 0 15px;
  }
}
.cid-u26OMKwFED .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u26OMKwFED .title-wrapper {
    text-align: center;
  }
}
.cid-u26OMKwFED .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u26OMKwFED .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u26OMKwFED .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u26OMKwFED .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u26OMKwFED .list {
    justify-content: center;
  }
}
.cid-u26OMKwFED .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u26OMKwFED .list .item-wrap:hover,
.cid-u26OMKwFED .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u26OMKwFED .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u26OMKwFED .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-u26OMKwFED .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u26OMKwFED .copy-wrapper {
    height: auto;
  }
}
.cid-u26OMKwFED .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u26OMKwFED .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u26OMKwFED .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u26OMKwFED .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u26OMKwFED .social-wrapper {
    text-align: center;
  }
}
.cid-u26OMKwFED .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u26OMKwFED .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u26OMKwFED .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u26OMKwFED .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u26OMKwFED .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-u26OMKwFED .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u26OMKwFED .mbr-section-title {
  color: #f2ac2b;
}
.cid-u26OMKwFED .mbr-copy {
  color: #d2d2df;
}
.cid-u2dg8G2W66 {
  background-color: transparent;
}
.cid-u2dg8G2W66 .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u2dg8G2W66 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u2dg8G2W66 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2dg8G2W66 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2dg8G2W66 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2dg8G2W66 .menu_box .navbar.opened,
  .cid-u2dg8G2W66 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2dg8G2W66 .navbar-dropdown {
  position: relative !important;
}
.cid-u2dg8G2W66 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u2dg8G2W66 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2dg8G2W66 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2dg8G2W66 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2dg8G2W66 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2dg8G2W66 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u2dg8G2W66 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2dg8G2W66 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2dg8G2W66 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2dg8G2W66 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2dg8G2W66 .offcanvas-body .mbr-text,
  .cid-u2dg8G2W66 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2dg8G2W66 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2dg8G2W66 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2dg8G2W66 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u2dg8G2W66 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2dg8G2W66 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2dg8G2W66 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2dg8G2W66 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2dg8G2W66 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2dg8G2W66 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2dg8G2W66 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u2dg8G2W66 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2dg8G2W66 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u2dg8G2W66 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2dg8G2W66 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u2dg8G2W66 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2dg8G2W66 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u2dg8G2W66 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2dg8G2W66 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u2dg8G2W66 .nav-item .nav-link:hover,
.cid-u2dg8G2W66 .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u2dg8G2W66 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2dg8G2W66 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2dg8G2W66 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2dg8G2W66 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2dg8G2W66 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u2dg8G2W66 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2dg8G2W66 .offcanvas_box {
    display: none;
  }
}
.cid-u2dg8G2W66 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2dg8G2W66 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2dg8G2W66 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2dg8G2W66 .container {
  display: flex;
  margin: auto;
}
.cid-u2dg8G2W66 .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u2dg8G2W66 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2dg8G2W66 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2dg8G2W66 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2dg8G2W66 .navbar-nav {
    margin: 0;
  }
}
.cid-u2dg8G2W66 .dropdown-menu,
.cid-u2dg8G2W66 .navbar.opened {
  background-color: false !important;
}
.cid-u2dg8G2W66 .nav-item:focus,
.cid-u2dg8G2W66 .nav-link:focus {
  outline: none;
}
.cid-u2dg8G2W66 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2dg8G2W66 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2dg8G2W66 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2dg8G2W66 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2dg8G2W66 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2dg8G2W66 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2dg8G2W66 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2dg8G2W66 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2dg8G2W66 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2dg8G2W66 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2dg8G2W66 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u2dg8G2W66 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2dg8G2W66 .navbar.collapsed {
  justify-content: center;
}
.cid-u2dg8G2W66 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2dg8G2W66 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2dg8G2W66 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2dg8G2W66 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2dg8G2W66 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2dg8G2W66 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2dg8G2W66 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2dg8G2W66 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2dg8G2W66 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2dg8G2W66 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2dg8G2W66 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2dg8G2W66 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2dg8G2W66 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2dg8G2W66 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2dg8G2W66 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2dg8G2W66 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2dg8G2W66 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2dg8G2W66 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2dg8G2W66 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2dg8G2W66 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2dg8G2W66 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2dg8G2W66 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2dg8G2W66 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2dg8G2W66 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2dg8G2W66 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2dg8G2W66 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u2dg8G2W66 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2dg8G2W66 .dropdown-item.active,
.cid-u2dg8G2W66 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2dg8G2W66 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u2dg8G2W66 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2dg8G2W66 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2dg8G2W66 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2dg8G2W66 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2dg8G2W66 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2dg8G2W66 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-u2dg8G2W66 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u2dg8G2W66 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2dg8G2W66 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2dg8G2W66 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2dg8G2W66 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2dg8G2W66 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2dg8G2W66 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2dg8G2W66 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2dg8G2W66 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2dg8G2W66 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2dg8G2W66 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2dg8G2W66 .navbar {
    height: 70px;
  }
  .cid-u2dg8G2W66 .navbar.opened {
    height: auto;
  }
  .cid-u2dg8G2W66 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2dg8G2W66 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u2dg8G2W66 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u2dg8G2W66 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2dg8G2W66 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2dg8G2W66 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u2dg8G2W66 .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-u2dg8G2W66 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2dg8G2W66 .text_widget {
  margin-bottom: 32px;
}
.cid-u2dg8G2W66 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2dg8G2W66 .text_widget a:hover,
.cid-u2dg8G2W66 .text_widget a:focus {
  opacity: .6;
}
.cid-u2dg8G2W66 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u2dg8G2W66 .navbar-caption {
  color: #f2ac2b;
}
.cid-u2dg8G2W66 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u2dg8G2W66 .mbr-section-subtitle,
.cid-u2dg8G2W66 .text_widget,
.cid-u2dg8G2W66 .mbr-section-btn {
  text-align: center;
}
.cid-u2dg8G2W66 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-umnBAUvHN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-map-1900x1200.webp");
}
.cid-umnBAUvHN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umnBAUvHN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umnBAUvHN5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-umnBAUvHN5 .container {
    padding: 0 15px;
  }
}
.cid-umnBAUvHN5 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-umnBAUvHN5 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-umnBAUvHN5 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-umnBAUvHN5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umnBAUvHN5 .mbr-section-btn {
  margin-top: 40px;
}
.cid-umnBAUvHN5 .mbr-section-title {
  color: #ffffff;
}
.cid-umnBAUvHN5 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-umnBAUvHN5 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-umnBAUvHN5 .mbr-section-title,
.cid-umnBAUvHN5 .mbr-section-btn {
  text-align: center;
}
.cid-uUU8JD0Qc7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dm-ravek-full-moon-cresting-a-little-above-the-ocean-horizon-ph-52f74e85-badd-47fe-b423-7a753d4365fe-1456x816.webp");
}
.cid-uUU8JD0Qc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUU8JD0Qc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUU8JD0Qc7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUU8JD0Qc7 .container {
    padding: 0 15px;
  }
}
.cid-uUU8JD0Qc7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uUU8JD0Qc7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUU8JD0Qc7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUU8JD0Qc7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUU8JD0Qc7 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUU8JD0Qc7 .mbr-section-title {
  color: #ffffff;
}
.cid-uUU8JD0Qc7 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uUU8JD0Qc7 .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-uUU8JD0Qc7 .mbr-section-title,
.cid-uUU8JD0Qc7 .mbr-section-btn {
  text-align: center;
  color: #f2ac2b;
}
.cid-v9NEPnVGNf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dm-ravek-full-moon-cresting-a-little-above-the-ocean-horizon-ph-52f74e85-badd-47fe-b423-7a753d4365fe-1456x816.webp");
}
.cid-v9NEPnVGNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NEPnVGNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9NEPnVGNf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9NEPnVGNf .container {
    padding: 0 15px;
  }
}
.cid-v9NEPnVGNf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v9NEPnVGNf .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9NEPnVGNf .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v9NEPnVGNf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9NEPnVGNf .mbr-section-btn {
  margin-top: 40px;
}
.cid-v9NEPnVGNf .mbr-section-title {
  color: #ffffff;
}
.cid-v9NEPnVGNf .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-v9NEPnVGNf .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-v9NEPnVGNf .mbr-section-title,
.cid-v9NEPnVGNf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v9NHoPlYNd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dm-ravek-full-moon-cresting-a-little-above-the-ocean-horizon-ph-52f74e85-badd-47fe-b423-7a753d4365fe-1456x816.webp");
}
.cid-v9NHoPlYNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NHoPlYNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9NHoPlYNd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9NHoPlYNd .container {
    padding: 0 15px;
  }
}
.cid-v9NHoPlYNd .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v9NHoPlYNd .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9NHoPlYNd .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v9NHoPlYNd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9NHoPlYNd .mbr-section-btn {
  margin-top: 40px;
}
.cid-v9NHoPlYNd .mbr-section-title {
  color: #ffffff;
}
.cid-v9NHoPlYNd .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-v9NHoPlYNd .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-v9NHoPlYNd .mbr-section-title,
.cid-v9NHoPlYNd .mbr-section-btn {
  text-align: left;
  color: #ffc354;
}
.cid-uUU7M0YVij {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dm-ravek-full-moon-cresting-a-little-above-the-ocean-horizon-ph-52f74e85-badd-47fe-b423-7a753d4365fe-1456x816.webp");
}
.cid-uUU7M0YVij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUU7M0YVij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUU7M0YVij .row {
  justify-content: center;
}
.cid-uUU7M0YVij .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUU7M0YVij .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uUU7M0YVij .container {
    padding: 0 15px;
  }
}
.cid-uUU7M0YVij .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uUU7M0YVij .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUU7M0YVij .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUU7M0YVij .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUU7M0YVij .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUU7M0YVij .mbr-section-title {
  color: #ffffff;
}
.cid-uUU7M0YVij .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUU7M0YVij .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-uUU7M0YVij .mbr-section-title,
.cid-uUU7M0YVij .mbr-section-btn {
  text-align: left;
  color: #f2ac2b;
}
.cid-uUUalRMFnT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dm-ravek-full-moon-cresting-a-little-above-the-ocean-horizon-ph-52f74e85-badd-47fe-b423-7a753d4365fe-1456x816.webp");
}
.cid-uUUalRMFnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUalRMFnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUalRMFnT .row {
  justify-content: center;
}
.cid-uUUalRMFnT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUUalRMFnT .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uUUalRMFnT .container {
    padding: 0 15px;
  }
}
.cid-uUUalRMFnT .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uUUalRMFnT .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUUalRMFnT .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUUalRMFnT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUUalRMFnT .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUUalRMFnT .mbr-section-title {
  color: #ffffff;
}
.cid-uUUalRMFnT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uUUalRMFnT .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-uUUalRMFnT .mbr-section-title,
.cid-uUUalRMFnT .mbr-section-btn {
  text-align: left;
  color: #f2ac2b;
}
.cid-uUUb8Wogmt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dm-ravek-full-moon-cresting-a-little-above-the-ocean-horizon-ph-52f74e85-badd-47fe-b423-7a753d4365fe-1456x816.webp");
}
.cid-uUUb8Wogmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUb8Wogmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUb8Wogmt .row {
  justify-content: center;
}
.cid-uUUb8Wogmt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUUb8Wogmt .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uUUb8Wogmt .container {
    padding: 0 15px;
  }
}
.cid-uUUb8Wogmt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uUUb8Wogmt .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUUb8Wogmt .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUUb8Wogmt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUUb8Wogmt .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUUb8Wogmt .mbr-section-title {
  color: #ffffff;
}
.cid-uUUb8Wogmt .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: left;
}
.cid-uUUb8Wogmt .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-uUUb8Wogmt .mbr-section-title,
.cid-uUUb8Wogmt .mbr-section-btn {
  text-align: left;
  color: #f2ac2b;
}
.cid-uUUbqYrcsv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dm-ravek-full-moon-cresting-a-little-above-the-ocean-horizon-ph-52f74e85-badd-47fe-b423-7a753d4365fe-1456x816.webp");
}
.cid-uUUbqYrcsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUbqYrcsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUbqYrcsv .row {
  justify-content: center;
}
.cid-uUUbqYrcsv .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUUbqYrcsv .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uUUbqYrcsv .container {
    padding: 0 15px;
  }
}
.cid-uUUbqYrcsv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uUUbqYrcsv .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUUbqYrcsv .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUUbqYrcsv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUUbqYrcsv .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUUbqYrcsv .mbr-section-title {
  color: #ffffff;
}
.cid-uUUbqYrcsv .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: left;
}
.cid-uUUbqYrcsv .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-uUUbqYrcsv .mbr-section-title,
.cid-uUUbqYrcsv .mbr-section-btn {
  text-align: left;
  color: #f2ac2b;
}
.cid-uUUbN1EoR0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dm-ravek-full-moon-cresting-a-little-above-the-ocean-horizon-ph-52f74e85-badd-47fe-b423-7a753d4365fe-1456x816.webp");
}
.cid-uUUbN1EoR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUbN1EoR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUbN1EoR0 .row {
  justify-content: center;
}
.cid-uUUbN1EoR0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUUbN1EoR0 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uUUbN1EoR0 .container {
    padding: 0 15px;
  }
}
.cid-uUUbN1EoR0 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uUUbN1EoR0 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUUbN1EoR0 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUUbN1EoR0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUUbN1EoR0 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUUbN1EoR0 .mbr-section-title {
  color: #ffffff;
}
.cid-uUUbN1EoR0 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: left;
}
.cid-uUUbN1EoR0 .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-uUUbN1EoR0 .mbr-section-title,
.cid-uUUbN1EoR0 .mbr-section-btn {
  text-align: center;
  color: #f2ac2b;
}
.cid-uUUcJMhnw0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dm-ravek-full-moon-cresting-a-little-above-the-ocean-horizon-ph-52f74e85-badd-47fe-b423-7a753d4365fe-1456x816.webp");
}
.cid-uUUcJMhnw0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUcJMhnw0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUcJMhnw0 .row {
  justify-content: center;
}
.cid-uUUcJMhnw0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUUcJMhnw0 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uUUcJMhnw0 .container {
    padding: 0 15px;
  }
}
.cid-uUUcJMhnw0 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uUUcJMhnw0 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUUcJMhnw0 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUUcJMhnw0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUUcJMhnw0 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUUcJMhnw0 .mbr-section-title {
  color: #ffffff;
}
.cid-uUUcJMhnw0 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: left;
}
.cid-uUUcJMhnw0 .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-uUUcJMhnw0 .mbr-section-title,
.cid-uUUcJMhnw0 .mbr-section-btn {
  text-align: center;
  color: #f2ac2b;
}
.cid-v9NMlWqoqv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/dm-ravek-full-moon-cresting-a-little-above-the-ocean-horizon-ph-52f74e85-badd-47fe-b423-7a753d4365fe-1456x816.webp");
}
.cid-v9NMlWqoqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NMlWqoqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9NMlWqoqv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9NMlWqoqv .container {
    padding: 0 15px;
  }
}
.cid-v9NMlWqoqv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v9NMlWqoqv .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9NMlWqoqv .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v9NMlWqoqv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9NMlWqoqv .mbr-section-btn {
  margin-top: 40px;
}
.cid-v9NMlWqoqv .mbr-section-title {
  color: #ffffff;
}
.cid-v9NMlWqoqv .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-v9NMlWqoqv .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-v9NMlWqoqv .mbr-section-title,
.cid-v9NMlWqoqv .mbr-section-btn {
  text-align: left;
  color: #ffc354;
}
.cid-u2dg8K5MDZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u2dg8K5MDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2dg8K5MDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2dg8K5MDZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u2dg8K5MDZ .container {
    padding: 0 15px;
  }
}
.cid-u2dg8K5MDZ .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u2dg8K5MDZ .title-wrapper {
    text-align: center;
  }
}
.cid-u2dg8K5MDZ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u2dg8K5MDZ .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u2dg8K5MDZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2dg8K5MDZ .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u2dg8K5MDZ .list {
    justify-content: center;
  }
}
.cid-u2dg8K5MDZ .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2dg8K5MDZ .list .item-wrap:hover,
.cid-u2dg8K5MDZ .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u2dg8K5MDZ .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u2dg8K5MDZ .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-u2dg8K5MDZ .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u2dg8K5MDZ .copy-wrapper {
    height: auto;
  }
}
.cid-u2dg8K5MDZ .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2dg8K5MDZ .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u2dg8K5MDZ .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u2dg8K5MDZ .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u2dg8K5MDZ .social-wrapper {
    text-align: center;
  }
}
.cid-u2dg8K5MDZ .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u2dg8K5MDZ .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u2dg8K5MDZ .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u2dg8K5MDZ .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u2dg8K5MDZ .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-u2dg8K5MDZ .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2dg8K5MDZ .mbr-section-title {
  color: #f2ac2b;
}
.cid-u2dg8K5MDZ .mbr-copy {
  color: #d2d2df;
}
.cid-u4oiKeQ2qJ {
  background-color: transparent;
}
.cid-u4oiKeQ2qJ .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-u4oiKeQ2qJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-u4oiKeQ2qJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4oiKeQ2qJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u4oiKeQ2qJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u4oiKeQ2qJ .menu_box .navbar.opened,
  .cid-u4oiKeQ2qJ .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u4oiKeQ2qJ .navbar-dropdown {
  position: relative !important;
}
.cid-u4oiKeQ2qJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u4oiKeQ2qJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4oiKeQ2qJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u4oiKeQ2qJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u4oiKeQ2qJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u4oiKeQ2qJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-u4oiKeQ2qJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u4oiKeQ2qJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u4oiKeQ2qJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u4oiKeQ2qJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u4oiKeQ2qJ .offcanvas-body .mbr-text,
  .cid-u4oiKeQ2qJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u4oiKeQ2qJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u4oiKeQ2qJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u4oiKeQ2qJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-u4oiKeQ2qJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u4oiKeQ2qJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u4oiKeQ2qJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u4oiKeQ2qJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u4oiKeQ2qJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u4oiKeQ2qJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4oiKeQ2qJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u4oiKeQ2qJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u4oiKeQ2qJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u4oiKeQ2qJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-u4oiKeQ2qJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u4oiKeQ2qJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u4oiKeQ2qJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u4oiKeQ2qJ .nav-item {
    margin: 0 !important;
  }
}
.cid-u4oiKeQ2qJ .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-u4oiKeQ2qJ .nav-item .nav-link:hover,
.cid-u4oiKeQ2qJ .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u4oiKeQ2qJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u4oiKeQ2qJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u4oiKeQ2qJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u4oiKeQ2qJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u4oiKeQ2qJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u4oiKeQ2qJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u4oiKeQ2qJ .offcanvas_box {
    display: none;
  }
}
.cid-u4oiKeQ2qJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u4oiKeQ2qJ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u4oiKeQ2qJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u4oiKeQ2qJ .container {
  display: flex;
  margin: auto;
}
.cid-u4oiKeQ2qJ .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u4oiKeQ2qJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u4oiKeQ2qJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u4oiKeQ2qJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u4oiKeQ2qJ .navbar-nav {
    margin: 0;
  }
}
.cid-u4oiKeQ2qJ .dropdown-menu,
.cid-u4oiKeQ2qJ .navbar.opened {
  background-color: false !important;
}
.cid-u4oiKeQ2qJ .nav-item:focus,
.cid-u4oiKeQ2qJ .nav-link:focus {
  outline: none;
}
.cid-u4oiKeQ2qJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4oiKeQ2qJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4oiKeQ2qJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4oiKeQ2qJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4oiKeQ2qJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4oiKeQ2qJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4oiKeQ2qJ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u4oiKeQ2qJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u4oiKeQ2qJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u4oiKeQ2qJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u4oiKeQ2qJ .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u4oiKeQ2qJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u4oiKeQ2qJ .navbar.collapsed {
  justify-content: center;
}
.cid-u4oiKeQ2qJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4oiKeQ2qJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u4oiKeQ2qJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4oiKeQ2qJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4oiKeQ2qJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4oiKeQ2qJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u4oiKeQ2qJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4oiKeQ2qJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u4oiKeQ2qJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u4oiKeQ2qJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4oiKeQ2qJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4oiKeQ2qJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u4oiKeQ2qJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4oiKeQ2qJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u4oiKeQ2qJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4oiKeQ2qJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u4oiKeQ2qJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4oiKeQ2qJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u4oiKeQ2qJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u4oiKeQ2qJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4oiKeQ2qJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u4oiKeQ2qJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4oiKeQ2qJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4oiKeQ2qJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4oiKeQ2qJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4oiKeQ2qJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-u4oiKeQ2qJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4oiKeQ2qJ .dropdown-item.active,
.cid-u4oiKeQ2qJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u4oiKeQ2qJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-u4oiKeQ2qJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4oiKeQ2qJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4oiKeQ2qJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4oiKeQ2qJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u4oiKeQ2qJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4oiKeQ2qJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-u4oiKeQ2qJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-u4oiKeQ2qJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4oiKeQ2qJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4oiKeQ2qJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4oiKeQ2qJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4oiKeQ2qJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4oiKeQ2qJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4oiKeQ2qJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4oiKeQ2qJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4oiKeQ2qJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u4oiKeQ2qJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4oiKeQ2qJ .navbar {
    height: 70px;
  }
  .cid-u4oiKeQ2qJ .navbar.opened {
    height: auto;
  }
  .cid-u4oiKeQ2qJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4oiKeQ2qJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u4oiKeQ2qJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u4oiKeQ2qJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u4oiKeQ2qJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u4oiKeQ2qJ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-u4oiKeQ2qJ .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-u4oiKeQ2qJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u4oiKeQ2qJ .text_widget {
  margin-bottom: 32px;
}
.cid-u4oiKeQ2qJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u4oiKeQ2qJ .text_widget a:hover,
.cid-u4oiKeQ2qJ .text_widget a:focus {
  opacity: .6;
}
.cid-u4oiKeQ2qJ .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u4oiKeQ2qJ .navbar-caption {
  color: #f2ac2b;
}
.cid-u4oiKeQ2qJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u4oiKeQ2qJ .mbr-section-subtitle,
.cid-u4oiKeQ2qJ .text_widget,
.cid-u4oiKeQ2qJ .mbr-section-btn {
  text-align: center;
}
.cid-u4oiKeQ2qJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u4uGtSSMom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1e2024;
}
.cid-u4uGtSSMom .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4uGtSSMom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4uGtSSMom .row {
  justify-content: center;
}
.cid-u4uGtSSMom .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u4uGtSSMom .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-u4uGtSSMom .container {
    padding: 0 15px;
  }
}
.cid-u4uGtSSMom .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u4uGtSSMom .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u4uGtSSMom .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u4uGtSSMom .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u4uGtSSMom .mbr-section-btn {
  margin-top: 40px;
}
.cid-u4uGtSSMom .mbr-section-title {
  color: #ffffff;
}
.cid-u4uGtSSMom .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: left;
}
.cid-u4uGtSSMom .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-u4uGtSSMom .mbr-section-title,
.cid-u4uGtSSMom .mbr-section-btn {
  text-align: left;
}
.cid-u4AMC2hmfZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1e2024;
}
.cid-u4AMC2hmfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4AMC2hmfZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4AMC2hmfZ .row {
  justify-content: center;
}
.cid-u4AMC2hmfZ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u4AMC2hmfZ .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-u4AMC2hmfZ .container {
    padding: 0 15px;
  }
}
.cid-u4AMC2hmfZ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u4AMC2hmfZ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u4AMC2hmfZ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u4AMC2hmfZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u4AMC2hmfZ .mbr-section-btn {
  margin-top: 40px;
}
.cid-u4AMC2hmfZ .mbr-section-title {
  color: #ffffff;
}
.cid-u4AMC2hmfZ .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: left;
}
.cid-u4AMC2hmfZ .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-u4AMC2hmfZ .mbr-section-title,
.cid-u4AMC2hmfZ .mbr-section-btn {
  text-align: left;
}
.cid-u4AN5QRFIo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1e2024;
}
.cid-u4AN5QRFIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4AN5QRFIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4AN5QRFIo .row {
  justify-content: center;
}
.cid-u4AN5QRFIo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u4AN5QRFIo .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-u4AN5QRFIo .container {
    padding: 0 15px;
  }
}
.cid-u4AN5QRFIo .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u4AN5QRFIo .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u4AN5QRFIo .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u4AN5QRFIo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u4AN5QRFIo .mbr-section-btn {
  margin-top: 40px;
}
.cid-u4AN5QRFIo .mbr-section-title {
  color: #ffffff;
}
.cid-u4AN5QRFIo .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: left;
}
.cid-u4AN5QRFIo .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-u4AN5QRFIo .mbr-section-title,
.cid-u4AN5QRFIo .mbr-section-btn {
  text-align: left;
}
.cid-vaz20P3B4N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1e2024;
}
.cid-vaz20P3B4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaz20P3B4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaz20P3B4N .row {
  justify-content: center;
}
.cid-vaz20P3B4N .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vaz20P3B4N .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vaz20P3B4N .container {
    padding: 0 15px;
  }
}
.cid-vaz20P3B4N .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vaz20P3B4N .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vaz20P3B4N .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vaz20P3B4N .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaz20P3B4N .mbr-section-btn {
  margin-top: 40px;
}
.cid-vaz20P3B4N .mbr-section-title {
  color: #ffffff;
}
.cid-vaz20P3B4N .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: left;
}
.cid-vaz20P3B4N .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-vaz20P3B4N .mbr-section-title,
.cid-vaz20P3B4N .mbr-section-btn {
  text-align: left;
}
.cid-vayKp2gTM5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1e2024;
}
.cid-vayKp2gTM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vayKp2gTM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vayKp2gTM5 .row {
  justify-content: center;
}
.cid-vayKp2gTM5 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vayKp2gTM5 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vayKp2gTM5 .container {
    padding: 0 15px;
  }
}
.cid-vayKp2gTM5 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-vayKp2gTM5 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vayKp2gTM5 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vayKp2gTM5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vayKp2gTM5 .mbr-section-btn {
  margin-top: 40px;
}
.cid-vayKp2gTM5 .mbr-section-title {
  color: #ffffff;
}
.cid-vayKp2gTM5 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: left;
}
.cid-vayKp2gTM5 .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-vayKp2gTM5 .mbr-section-title,
.cid-vayKp2gTM5 .mbr-section-btn {
  text-align: left;
}
.cid-u4AORMZptW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e2024;
}
.cid-u4AORMZptW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4AORMZptW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4AORMZptW .row {
  justify-content: center;
}
.cid-u4AORMZptW .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u4AORMZptW .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-u4AORMZptW .container {
    padding: 0 15px;
  }
}
.cid-u4AORMZptW .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u4AORMZptW .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u4AORMZptW .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u4AORMZptW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u4AORMZptW .mbr-section-btn {
  margin-top: 40px;
}
.cid-u4AORMZptW .mbr-section-title {
  color: #ffffff;
}
.cid-u4AORMZptW .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u4AORMZptW .mbr-text {
  color: #d2d2df;
  text-align: left;
}
.cid-u4AORMZptW .mbr-section-title,
.cid-u4AORMZptW .mbr-section-btn {
  text-align: left;
}
.cid-v9PwHD8oZY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-v9PwHD8oZY .container {
  max-width: 1132px;
}
.cid-v9PwHD8oZY .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-v9PwHD8oZY .b {
    margin-bottom: 20px;
  }
}
.cid-v9PxgamYQk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-v9PxgamYQk .container {
  max-width: 1132px;
}
.cid-v9PxgamYQk .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-v9PxgamYQk .b {
    margin-bottom: 20px;
  }
}
.cid-v9PxhLFn5F {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-v9PxhLFn5F .container {
  max-width: 1132px;
}
.cid-v9PxhLFn5F .col-md-7 {
  margin: auto !important;
}
@media (max-width: 992px) {
  .cid-v9PxhLFn5F .b {
    margin-bottom: 20px;
  }
}
.cid-u4oiKijI1e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u4oiKijI1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4oiKijI1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4oiKijI1e .row {
  justify-content: center;
}
.cid-u4oiKijI1e .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u4oiKijI1e .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-u4oiKijI1e .container {
    padding: 0 15px;
  }
}
.cid-u4oiKijI1e .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-u4oiKijI1e .title-wrapper {
    text-align: center;
  }
}
.cid-u4oiKijI1e .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u4oiKijI1e .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-u4oiKijI1e .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u4oiKijI1e .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u4oiKijI1e .list {
    justify-content: center;
  }
}
.cid-u4oiKijI1e .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u4oiKijI1e .list .item-wrap:hover,
.cid-u4oiKijI1e .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-u4oiKijI1e .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-u4oiKijI1e .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-u4oiKijI1e .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u4oiKijI1e .copy-wrapper {
    height: auto;
  }
}
.cid-u4oiKijI1e .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u4oiKijI1e .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u4oiKijI1e .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-u4oiKijI1e .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u4oiKijI1e .social-wrapper {
    text-align: center;
  }
}
.cid-u4oiKijI1e .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u4oiKijI1e .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-u4oiKijI1e .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-u4oiKijI1e .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-u4oiKijI1e .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-u4oiKijI1e .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4oiKijI1e .mbr-section-title {
  color: #f2ac2b;
}
.cid-u4oiKijI1e .mbr-copy {
  color: #d2d2df;
}
.cid-uaDlu6rURs {
  background-color: transparent;
}
.cid-uaDlu6rURs .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uaDlu6rURs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uaDlu6rURs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaDlu6rURs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaDlu6rURs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uaDlu6rURs .menu_box .navbar.opened,
  .cid-uaDlu6rURs .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uaDlu6rURs .navbar-dropdown {
  position: relative !important;
}
.cid-uaDlu6rURs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uaDlu6rURs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uaDlu6rURs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uaDlu6rURs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uaDlu6rURs .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uaDlu6rURs .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uaDlu6rURs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uaDlu6rURs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uaDlu6rURs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uaDlu6rURs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uaDlu6rURs .offcanvas-body .mbr-text,
  .cid-uaDlu6rURs .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uaDlu6rURs .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uaDlu6rURs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uaDlu6rURs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uaDlu6rURs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uaDlu6rURs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uaDlu6rURs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uaDlu6rURs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uaDlu6rURs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uaDlu6rURs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uaDlu6rURs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uaDlu6rURs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uaDlu6rURs li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uaDlu6rURs .lg_brand {
    margin: 0 1rem;
  }
  .cid-uaDlu6rURs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uaDlu6rURs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uaDlu6rURs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uaDlu6rURs .nav-item {
    margin: 0 !important;
  }
}
.cid-uaDlu6rURs .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uaDlu6rURs .nav-item .nav-link:hover,
.cid-uaDlu6rURs .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uaDlu6rURs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uaDlu6rURs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uaDlu6rURs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uaDlu6rURs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uaDlu6rURs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uaDlu6rURs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uaDlu6rURs .offcanvas_box {
    display: none;
  }
}
.cid-uaDlu6rURs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uaDlu6rURs .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uaDlu6rURs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uaDlu6rURs .container {
  display: flex;
  margin: auto;
}
.cid-uaDlu6rURs .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uaDlu6rURs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uaDlu6rURs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uaDlu6rURs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uaDlu6rURs .navbar-nav {
    margin: 0;
  }
}
.cid-uaDlu6rURs .dropdown-menu,
.cid-uaDlu6rURs .navbar.opened {
  background-color: false !important;
}
.cid-uaDlu6rURs .nav-item:focus,
.cid-uaDlu6rURs .nav-link:focus {
  outline: none;
}
.cid-uaDlu6rURs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaDlu6rURs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaDlu6rURs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaDlu6rURs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaDlu6rURs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaDlu6rURs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaDlu6rURs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uaDlu6rURs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uaDlu6rURs .navbar.opened {
  transition: all 0.3s;
}
.cid-uaDlu6rURs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uaDlu6rURs .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uaDlu6rURs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uaDlu6rURs .navbar.collapsed {
  justify-content: center;
}
.cid-uaDlu6rURs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaDlu6rURs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaDlu6rURs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaDlu6rURs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaDlu6rURs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaDlu6rURs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uaDlu6rURs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uaDlu6rURs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uaDlu6rURs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uaDlu6rURs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaDlu6rURs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaDlu6rURs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uaDlu6rURs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaDlu6rURs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uaDlu6rURs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaDlu6rURs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uaDlu6rURs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uaDlu6rURs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uaDlu6rURs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uaDlu6rURs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaDlu6rURs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uaDlu6rURs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaDlu6rURs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaDlu6rURs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaDlu6rURs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaDlu6rURs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uaDlu6rURs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaDlu6rURs .dropdown-item.active,
.cid-uaDlu6rURs .dropdown-item:active {
  background-color: transparent;
}
.cid-uaDlu6rURs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uaDlu6rURs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaDlu6rURs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaDlu6rURs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaDlu6rURs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uaDlu6rURs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaDlu6rURs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uaDlu6rURs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uaDlu6rURs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaDlu6rURs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaDlu6rURs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaDlu6rURs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaDlu6rURs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaDlu6rURs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaDlu6rURs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaDlu6rURs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaDlu6rURs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uaDlu6rURs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaDlu6rURs .navbar {
    height: 70px;
  }
  .cid-uaDlu6rURs .navbar.opened {
    height: auto;
  }
  .cid-uaDlu6rURs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaDlu6rURs .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uaDlu6rURs .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uaDlu6rURs .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uaDlu6rURs .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uaDlu6rURs .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uaDlu6rURs .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uaDlu6rURs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uaDlu6rURs .text_widget {
  margin-bottom: 32px;
}
.cid-uaDlu6rURs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uaDlu6rURs .text_widget a:hover,
.cid-uaDlu6rURs .text_widget a:focus {
  opacity: .6;
}
.cid-uaDlu6rURs .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uaDlu6rURs .navbar-caption {
  color: #f2ac2b;
}
.cid-uaDlu6rURs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uaDlu6rURs .mbr-section-subtitle,
.cid-uaDlu6rURs .text_widget,
.cid-uaDlu6rURs .mbr-section-btn {
  text-align: center;
}
.cid-uaDlu6rURs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uaDlu6Iwen {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uaDlu6Iwen .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaDlu6Iwen .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-uaDlu6Iwen .container {
    padding: 0 15px;
  }
}
.cid-uaDlu6Iwen .row {
  justify-content: center;
}
.cid-uaDlu6Iwen .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uaDlu6Iwen .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uaDlu6Iwen .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uaDlu6Iwen .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uaDlu6Iwen .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-uaDlu6Iwen .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uaDlu6Iwen .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uaDlu6Iwen .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uaDlu6Iwen .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uaDlu6Iwen .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-uaDlu6Iwen .mbr-section-title {
  color: #f2ac2b;
}
.cid-uaDlu6Iwen .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uaDlu6Iwen .mbr-section-title,
.cid-uaDlu6Iwen .mbr-section-btn {
  text-align: center;
}
.cid-uaDlu6QgK5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uaDlu6QgK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaDlu6QgK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaDlu6QgK5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uaDlu6QgK5 .container {
    padding: 0 15px;
  }
}
.cid-uaDlu6QgK5 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uaDlu6QgK5 .title-wrapper {
    text-align: center;
  }
}
.cid-uaDlu6QgK5 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uaDlu6QgK5 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uaDlu6QgK5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uaDlu6QgK5 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uaDlu6QgK5 .list {
    justify-content: center;
  }
}
.cid-uaDlu6QgK5 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uaDlu6QgK5 .list .item-wrap:hover,
.cid-uaDlu6QgK5 .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uaDlu6QgK5 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uaDlu6QgK5 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-uaDlu6QgK5 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uaDlu6QgK5 .copy-wrapper {
    height: auto;
  }
}
.cid-uaDlu6QgK5 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uaDlu6QgK5 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uaDlu6QgK5 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uaDlu6QgK5 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uaDlu6QgK5 .social-wrapper {
    text-align: center;
  }
}
.cid-uaDlu6QgK5 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uaDlu6QgK5 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uaDlu6QgK5 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uaDlu6QgK5 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uaDlu6QgK5 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uaDlu6QgK5 .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaDlu6QgK5 .mbr-section-title {
  color: #f2ac2b;
}
.cid-uaDlu6QgK5 .mbr-copy {
  color: #d2d2df;
}
.cid-tROHsKd3mI {
  background-color: transparent;
}
.cid-tROHsKd3mI .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-tROHsKd3mI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-tROHsKd3mI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tROHsKd3mI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tROHsKd3mI .menu_box .navbar.opened,
  .cid-tROHsKd3mI .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tROHsKd3mI .navbar-dropdown {
  position: relative !important;
}
.cid-tROHsKd3mI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tROHsKd3mI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tROHsKd3mI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tROHsKd3mI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tROHsKd3mI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tROHsKd3mI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tROHsKd3mI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tROHsKd3mI .offcanvas-body .mbr-text,
  .cid-tROHsKd3mI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tROHsKd3mI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tROHsKd3mI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tROHsKd3mI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tROHsKd3mI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tROHsKd3mI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tROHsKd3mI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tROHsKd3mI .lg_brand {
    margin: 0 1rem;
  }
  .cid-tROHsKd3mI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tROHsKd3mI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tROHsKd3mI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .nav-item {
    margin: 0 !important;
  }
}
.cid-tROHsKd3mI .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tROHsKd3mI .nav-item .nav-link:hover,
.cid-tROHsKd3mI .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-tROHsKd3mI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tROHsKd3mI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tROHsKd3mI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tROHsKd3mI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tROHsKd3mI .offcanvas_box {
    display: none;
  }
}
.cid-tROHsKd3mI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tROHsKd3mI .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tROHsKd3mI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tROHsKd3mI .container {
  display: flex;
  margin: auto;
}
.cid-tROHsKd3mI .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tROHsKd3mI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tROHsKd3mI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tROHsKd3mI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .navbar-nav {
    margin: 0;
  }
}
.cid-tROHsKd3mI .dropdown-menu,
.cid-tROHsKd3mI .navbar.opened {
  background-color: false !important;
}
.cid-tROHsKd3mI .nav-item:focus,
.cid-tROHsKd3mI .nav-link:focus {
  outline: none;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tROHsKd3mI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tROHsKd3mI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tROHsKd3mI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tROHsKd3mI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tROHsKd3mI .navbar.opened {
  transition: all 0.3s;
}
.cid-tROHsKd3mI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tROHsKd3mI .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tROHsKd3mI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tROHsKd3mI .navbar.collapsed {
  justify-content: center;
}
.cid-tROHsKd3mI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tROHsKd3mI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tROHsKd3mI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tROHsKd3mI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tROHsKd3mI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tROHsKd3mI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tROHsKd3mI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tROHsKd3mI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tROHsKd3mI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tROHsKd3mI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tROHsKd3mI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tROHsKd3mI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tROHsKd3mI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tROHsKd3mI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tROHsKd3mI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tROHsKd3mI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tROHsKd3mI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tROHsKd3mI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tROHsKd3mI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tROHsKd3mI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tROHsKd3mI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tROHsKd3mI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tROHsKd3mI .dropdown-item.active,
.cid-tROHsKd3mI .dropdown-item:active {
  background-color: transparent;
}
.cid-tROHsKd3mI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tROHsKd3mI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tROHsKd3mI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tROHsKd3mI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tROHsKd3mI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tROHsKd3mI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tROHsKd3mI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tROHsKd3mI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tROHsKd3mI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tROHsKd3mI .navbar {
    height: 70px;
  }
  .cid-tROHsKd3mI .navbar.opened {
    height: auto;
  }
  .cid-tROHsKd3mI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tROHsKd3mI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tROHsKd3mI .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tROHsKd3mI .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tROHsKd3mI .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tROHsKd3mI .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tROHsKd3mI .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tROHsKd3mI .text_widget {
  margin-bottom: 32px;
}
.cid-tROHsKd3mI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tROHsKd3mI .text_widget a:hover,
.cid-tROHsKd3mI .text_widget a:focus {
  opacity: .6;
}
.cid-tROHsKd3mI .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tROHsKd3mI .navbar-caption {
  color: #f2ac2b;
}
.cid-tROHsKd3mI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tROHsKd3mI .mbr-section-subtitle,
.cid-tROHsKd3mI .text_widget,
.cid-tROHsKd3mI .mbr-section-btn {
  text-align: center;
}
.cid-tROHsKd3mI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uTYBISZufQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uTYBISZufQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTYBISZufQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTYBISZufQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uTYBISZufQ .container {
    padding: 0 15px;
  }
}
.cid-uTYBISZufQ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTYBISZufQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uTYBISZufQ .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTYBISZufQ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uTYBISZufQ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTYBISZufQ .item {
  margin-bottom: 32px;
}
.cid-uTYBISZufQ .item:hover .item-wrapper::before,
.cid-uTYBISZufQ .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uTYBISZufQ .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uTYBISZufQ .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uTYBISZufQ .item .item-wrapper::before {
    display: none;
  }
}
.cid-uTYBISZufQ .item .item-wrapper .card-box {
  position: relative;
}
.cid-uTYBISZufQ .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uTYBISZufQ .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uTYBISZufQ .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uTYBISZufQ .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uTYBISZufQ .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uTYBISZufQ .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uTYBISZufQ .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uTYBISZufQ .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uTYBISZufQ .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uTYBISZufQ .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uTYBISZufQ .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uTYBISZufQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTYBISZufQ .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uTYBISZufQ .mbr-date {
  color: #ffffff;
}
.cid-uTYBISZufQ .mbr-tag {
  color: #ffffff;
}
.cid-uTYBISZufQ .mbr-card-title {
  color: #f2ac2b;
}
.cid-uTYBISZufQ .mbr-card-text {
  color: #d2d2df;
}
.cid-tROHTb651R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tROHTb651R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHTb651R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHTb651R .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .container {
    padding: 0 15px;
  }
}
.cid-tROHTb651R .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .title-wrapper {
    text-align: center;
  }
}
.cid-tROHTb651R .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tROHTb651R .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-tROHTb651R .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tROHTb651R .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .list {
    justify-content: center;
  }
}
.cid-tROHTb651R .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tROHTb651R .list .item-wrap:hover,
.cid-tROHTb651R .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-tROHTb651R .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tROHTb651R .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-tROHTb651R .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .copy-wrapper {
    height: auto;
  }
}
.cid-tROHTb651R .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-tROHTb651R .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-tROHTb651R .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .social-wrapper {
    text-align: center;
  }
}
.cid-tROHTb651R .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tROHTb651R .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-tROHTb651R .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-tROHTb651R .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-tROHTb651R .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-tROHTb651R .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tROHTb651R .mbr-section-title {
  color: #f2ac2b;
}
.cid-tROHTb651R .mbr-copy {
  color: #d2d2df;
}
.cid-uUhdjyTfxl {
  background-color: transparent;
}
.cid-uUhdjyTfxl .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uUhdjyTfxl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uUhdjyTfxl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUhdjyTfxl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUhdjyTfxl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUhdjyTfxl .menu_box .navbar.opened,
  .cid-uUhdjyTfxl .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUhdjyTfxl .navbar-dropdown {
  position: relative !important;
}
.cid-uUhdjyTfxl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uUhdjyTfxl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUhdjyTfxl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUhdjyTfxl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUhdjyTfxl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUhdjyTfxl .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uUhdjyTfxl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUhdjyTfxl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUhdjyTfxl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUhdjyTfxl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUhdjyTfxl .offcanvas-body .mbr-text,
  .cid-uUhdjyTfxl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUhdjyTfxl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUhdjyTfxl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUhdjyTfxl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uUhdjyTfxl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUhdjyTfxl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUhdjyTfxl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUhdjyTfxl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUhdjyTfxl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUhdjyTfxl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUhdjyTfxl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUhdjyTfxl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUhdjyTfxl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uUhdjyTfxl .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUhdjyTfxl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uUhdjyTfxl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUhdjyTfxl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUhdjyTfxl .nav-item {
    margin: 0 !important;
  }
}
.cid-uUhdjyTfxl .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uUhdjyTfxl .nav-item .nav-link:hover,
.cid-uUhdjyTfxl .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uUhdjyTfxl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUhdjyTfxl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUhdjyTfxl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUhdjyTfxl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUhdjyTfxl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uUhdjyTfxl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUhdjyTfxl .offcanvas_box {
    display: none;
  }
}
.cid-uUhdjyTfxl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUhdjyTfxl .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUhdjyTfxl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUhdjyTfxl .container {
  display: flex;
  margin: auto;
}
.cid-uUhdjyTfxl .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uUhdjyTfxl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUhdjyTfxl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUhdjyTfxl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUhdjyTfxl .navbar-nav {
    margin: 0;
  }
}
.cid-uUhdjyTfxl .dropdown-menu,
.cid-uUhdjyTfxl .navbar.opened {
  background-color: false !important;
}
.cid-uUhdjyTfxl .nav-item:focus,
.cid-uUhdjyTfxl .nav-link:focus {
  outline: none;
}
.cid-uUhdjyTfxl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUhdjyTfxl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUhdjyTfxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUhdjyTfxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUhdjyTfxl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUhdjyTfxl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUhdjyTfxl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUhdjyTfxl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUhdjyTfxl .navbar.opened {
  transition: all 0.3s;
}
.cid-uUhdjyTfxl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUhdjyTfxl .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uUhdjyTfxl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uUhdjyTfxl .navbar.collapsed {
  justify-content: center;
}
.cid-uUhdjyTfxl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUhdjyTfxl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUhdjyTfxl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUhdjyTfxl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUhdjyTfxl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUhdjyTfxl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUhdjyTfxl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUhdjyTfxl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUhdjyTfxl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUhdjyTfxl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUhdjyTfxl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUhdjyTfxl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUhdjyTfxl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUhdjyTfxl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUhdjyTfxl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUhdjyTfxl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUhdjyTfxl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUhdjyTfxl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUhdjyTfxl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUhdjyTfxl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUhdjyTfxl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUhdjyTfxl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUhdjyTfxl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUhdjyTfxl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUhdjyTfxl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUhdjyTfxl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uUhdjyTfxl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUhdjyTfxl .dropdown-item.active,
.cid-uUhdjyTfxl .dropdown-item:active {
  background-color: transparent;
}
.cid-uUhdjyTfxl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uUhdjyTfxl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUhdjyTfxl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUhdjyTfxl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUhdjyTfxl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUhdjyTfxl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUhdjyTfxl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uUhdjyTfxl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uUhdjyTfxl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUhdjyTfxl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUhdjyTfxl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUhdjyTfxl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUhdjyTfxl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUhdjyTfxl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUhdjyTfxl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUhdjyTfxl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUhdjyTfxl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUhdjyTfxl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUhdjyTfxl .navbar {
    height: 70px;
  }
  .cid-uUhdjyTfxl .navbar.opened {
    height: auto;
  }
  .cid-uUhdjyTfxl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUhdjyTfxl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uUhdjyTfxl .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uUhdjyTfxl .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUhdjyTfxl .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uUhdjyTfxl .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uUhdjyTfxl .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uUhdjyTfxl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUhdjyTfxl .text_widget {
  margin-bottom: 32px;
}
.cid-uUhdjyTfxl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUhdjyTfxl .text_widget a:hover,
.cid-uUhdjyTfxl .text_widget a:focus {
  opacity: .6;
}
.cid-uUhdjyTfxl .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uUhdjyTfxl .navbar-caption {
  color: #f2ac2b;
}
.cid-uUhdjyTfxl .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUhdjyTfxl .mbr-section-subtitle,
.cid-uUhdjyTfxl .text_widget,
.cid-uUhdjyTfxl .mbr-section-btn {
  text-align: center;
}
.cid-uUhdjyTfxl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUUOmQsbuS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/spooky-forest-glade-1456x816.webp");
}
.cid-uUUOmQsbuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUOmQsbuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUOmQsbuS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUUOmQsbuS .container {
    padding: 0 15px;
  }
}
.cid-uUUOmQsbuS .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUUOmQsbuS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUUOmQsbuS .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUUOmQsbuS .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUUOmQsbuS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUUOmQsbuS .item {
  margin-bottom: 32px;
}
.cid-uUUOmQsbuS .item:hover .item-wrapper::before,
.cid-uUUOmQsbuS .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uUUOmQsbuS .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uUUOmQsbuS .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uUUOmQsbuS .item .item-wrapper::before {
    display: none;
  }
}
.cid-uUUOmQsbuS .item .item-wrapper .card-box {
  position: relative;
}
.cid-uUUOmQsbuS .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uUUOmQsbuS .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uUUOmQsbuS .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uUUOmQsbuS .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uUUOmQsbuS .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uUUOmQsbuS .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uUUOmQsbuS .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uUUOmQsbuS .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uUUOmQsbuS .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uUUOmQsbuS .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uUUOmQsbuS .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-uUUOmQsbuS .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uUUOmQsbuS .mbr-date {
  color: #ffffff;
}
.cid-uUUOmQsbuS .mbr-tag {
  color: #ffffff;
}
.cid-uUUOmQsbuS .mbr-card-title {
  color: #f2ac2b;
}
.cid-uUUOmQsbuS .mbr-card-text {
  color: #d2d2df;
}
.cid-uUUT8T7YCo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/the-rock-garden-1456x816.webp");
}
.cid-uUUT8T7YCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUUT8T7YCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUUT8T7YCo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUUT8T7YCo .container {
    padding: 0 15px;
  }
}
.cid-uUUT8T7YCo .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUUT8T7YCo .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUUT8T7YCo .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUUT8T7YCo .image-wrapper img {
    height: 400px;
  }
}
.cid-uUUT8T7YCo .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUUT8T7YCo .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUUT8T7YCo .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUUT8T7YCo .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUUT8T7YCo .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUUT8T7YCo .mbr-section-title {
  color: #ffffff;
}
.cid-uUUT8T7YCo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUUT8T7YCo .mbr-text {
  color: #d2d2df;
}
.cid-uUUT8T7YCo .mbr-section-title,
.cid-uUUT8T7YCo .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUVdEoAaKS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/atlantean-airship-1456x816.webp");
}
.cid-uUVdEoAaKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUVdEoAaKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUVdEoAaKS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUVdEoAaKS .container {
    padding: 0 15px;
  }
}
.cid-uUVdEoAaKS .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUVdEoAaKS .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUVdEoAaKS .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUVdEoAaKS .image-wrapper img {
    height: 400px;
  }
}
.cid-uUVdEoAaKS .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUVdEoAaKS .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUVdEoAaKS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUVdEoAaKS .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUVdEoAaKS .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUVdEoAaKS .mbr-section-title {
  color: #ffffff;
}
.cid-uUVdEoAaKS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUVdEoAaKS .mbr-text {
  color: #d2d2df;
}
.cid-uUVdEoAaKS .mbr-section-title,
.cid-uUVdEoAaKS .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUVdEXVnLr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/dm-ravek-standing-on-a-high-seawall-with-hair-blowing-in-the-bf35cf87-1080-45ab-b204-cd6d652cb198-1456x816.webp");
}
.cid-uUVdEXVnLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUVdEXVnLr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUVdEXVnLr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUVdEXVnLr .container {
    padding: 0 15px;
  }
}
.cid-uUVdEXVnLr .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUVdEXVnLr .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUVdEXVnLr .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUVdEXVnLr .image-wrapper img {
    height: 400px;
  }
}
.cid-uUVdEXVnLr .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUVdEXVnLr .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUVdEXVnLr .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUVdEXVnLr .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUVdEXVnLr .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUVdEXVnLr .mbr-section-title {
  color: #ffffff;
}
.cid-uUVdEXVnLr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUVdEXVnLr .mbr-text {
  color: #d2d2df;
}
.cid-uUVdEXVnLr .mbr-section-title,
.cid-uUVdEXVnLr .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUVdH8Sph6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/sunna-1344x896.webp");
}
.cid-uUVdH8Sph6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUVdH8Sph6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUVdH8Sph6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUVdH8Sph6 .container {
    padding: 0 15px;
  }
}
.cid-uUVdH8Sph6 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUVdH8Sph6 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUVdH8Sph6 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUVdH8Sph6 .image-wrapper img {
    height: 400px;
  }
}
.cid-uUVdH8Sph6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUVdH8Sph6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUVdH8Sph6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUVdH8Sph6 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUVdH8Sph6 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUVdH8Sph6 .mbr-section-title {
  color: #ffffff;
}
.cid-uUVdH8Sph6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUVdH8Sph6 .mbr-text {
  color: #d2d2df;
}
.cid-uUVdH8Sph6 .mbr-section-title,
.cid-uUVdH8Sph6 .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUVdHUk0Zr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/dm-ravek-on-stage-1456x816.webp");
}
.cid-uUVdHUk0Zr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUVdHUk0Zr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUVdHUk0Zr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUVdHUk0Zr .container {
    padding: 0 15px;
  }
}
.cid-uUVdHUk0Zr .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUVdHUk0Zr .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUVdHUk0Zr .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUVdHUk0Zr .image-wrapper img {
    height: 400px;
  }
}
.cid-uUVdHUk0Zr .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUVdHUk0Zr .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUVdHUk0Zr .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUVdHUk0Zr .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUVdHUk0Zr .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUVdHUk0Zr .mbr-section-title {
  color: #ffffff;
}
.cid-uUVdHUk0Zr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUVdHUk0Zr .mbr-text {
  color: #d2d2df;
}
.cid-uUVdHUk0Zr .mbr-section-title,
.cid-uUVdHUk0Zr .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUVdIMQ9Yl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/perault1-1456x816.webp");
}
.cid-uUVdIMQ9Yl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUVdIMQ9Yl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUVdIMQ9Yl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUVdIMQ9Yl .container {
    padding: 0 15px;
  }
}
.cid-uUVdIMQ9Yl .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUVdIMQ9Yl .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUVdIMQ9Yl .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUVdIMQ9Yl .image-wrapper img {
    height: 400px;
  }
}
.cid-uUVdIMQ9Yl .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUVdIMQ9Yl .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUVdIMQ9Yl .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUVdIMQ9Yl .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUVdIMQ9Yl .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUVdIMQ9Yl .mbr-section-title {
  color: #ffffff;
}
.cid-uUVdIMQ9Yl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUVdIMQ9Yl .mbr-text {
  color: #d2d2df;
}
.cid-uUVdIMQ9Yl .mbr-section-title,
.cid-uUVdIMQ9Yl .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUVdFXfWNH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/dm-ravek-giant-pumpkin-king-with-thick-vines-for-legs-and-arm-15d8c8ca-040e-4dce-a20a-57c5f8fab88c-2-1456x816.webp");
}
.cid-uUVdFXfWNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUVdFXfWNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUVdFXfWNH .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUVdFXfWNH .container {
    padding: 0 15px;
  }
}
.cid-uUVdFXfWNH .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUVdFXfWNH .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUVdFXfWNH .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUVdFXfWNH .image-wrapper img {
    height: 400px;
  }
}
.cid-uUVdFXfWNH .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUVdFXfWNH .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUVdFXfWNH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUVdFXfWNH .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUVdFXfWNH .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUVdFXfWNH .mbr-section-title {
  color: #ffffff;
}
.cid-uUVdFXfWNH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUVdFXfWNH .mbr-text {
  color: #d2d2df;
}
.cid-uUVdFXfWNH .mbr-section-title,
.cid-uUVdFXfWNH .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUVe7wnvzs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/the-spirit-tree-1456x816.webp");
}
.cid-uUVe7wnvzs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUVe7wnvzs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUVe7wnvzs .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUVe7wnvzs .container {
    padding: 0 15px;
  }
}
.cid-uUVe7wnvzs .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUVe7wnvzs .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUVe7wnvzs .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUVe7wnvzs .image-wrapper img {
    height: 400px;
  }
}
.cid-uUVe7wnvzs .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUVe7wnvzs .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUVe7wnvzs .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUVe7wnvzs .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUVe7wnvzs .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUVe7wnvzs .mbr-section-title {
  color: #ffffff;
}
.cid-uUVe7wnvzs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUVe7wnvzs .mbr-text {
  color: #d2d2df;
}
.cid-uUVe7wnvzs .mbr-section-title,
.cid-uUVe7wnvzs .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUYgAARjoQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/sailing-in-a-storm-1456x816.webp");
}
.cid-uUYgAARjoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYgAARjoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYgAARjoQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUYgAARjoQ .container {
    padding: 0 15px;
  }
}
.cid-uUYgAARjoQ .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUYgAARjoQ .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUYgAARjoQ .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUYgAARjoQ .image-wrapper img {
    height: 400px;
  }
}
.cid-uUYgAARjoQ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUYgAARjoQ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUYgAARjoQ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUYgAARjoQ .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUYgAARjoQ .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUYgAARjoQ .mbr-section-title {
  color: #ffffff;
}
.cid-uUYgAARjoQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUYgAARjoQ .mbr-text {
  color: #d2d2df;
}
.cid-uUYgAARjoQ .mbr-section-title,
.cid-uUYgAARjoQ .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUYgBz6YJn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/vradesti-shepherd-1456x816.webp");
}
.cid-uUYgBz6YJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYgBz6YJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYgBz6YJn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUYgBz6YJn .container {
    padding: 0 15px;
  }
}
.cid-uUYgBz6YJn .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUYgBz6YJn .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUYgBz6YJn .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUYgBz6YJn .image-wrapper img {
    height: 400px;
  }
}
.cid-uUYgBz6YJn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUYgBz6YJn .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUYgBz6YJn .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUYgBz6YJn .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUYgBz6YJn .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUYgBz6YJn .mbr-section-title {
  color: #ffffff;
}
.cid-uUYgBz6YJn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUYgBz6YJn .mbr-text {
  color: #d2d2df;
}
.cid-uUYgBz6YJn .mbr-section-title,
.cid-uUYgBz6YJn .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUYgCsCjQz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/wodanaz-in-tavern-1456x816.webp");
}
.cid-uUYgCsCjQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYgCsCjQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYgCsCjQz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUYgCsCjQz .container {
    padding: 0 15px;
  }
}
.cid-uUYgCsCjQz .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUYgCsCjQz .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUYgCsCjQz .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUYgCsCjQz .image-wrapper img {
    height: 400px;
  }
}
.cid-uUYgCsCjQz .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUYgCsCjQz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUYgCsCjQz .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUYgCsCjQz .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUYgCsCjQz .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUYgCsCjQz .mbr-section-title {
  color: #ffffff;
}
.cid-uUYgCsCjQz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUYgCsCjQz .mbr-text {
  color: #d2d2df;
}
.cid-uUYgCsCjQz .mbr-section-title,
.cid-uUYgCsCjQz .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUYgDlasIr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/salt-mill-1456x816.webp");
}
.cid-uUYgDlasIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYgDlasIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYgDlasIr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUYgDlasIr .container {
    padding: 0 15px;
  }
}
.cid-uUYgDlasIr .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUYgDlasIr .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUYgDlasIr .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUYgDlasIr .image-wrapper img {
    height: 400px;
  }
}
.cid-uUYgDlasIr .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUYgDlasIr .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUYgDlasIr .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUYgDlasIr .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUYgDlasIr .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUYgDlasIr .mbr-section-title {
  color: #ffffff;
}
.cid-uUYgDlasIr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUYgDlasIr .mbr-text {
  color: #d2d2df;
}
.cid-uUYgDlasIr .mbr-section-title,
.cid-uUYgDlasIr .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUYgEj08KK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hisatsinom-war-drums-1456x816.webp");
}
.cid-uUYgEj08KK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYgEj08KK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYgEj08KK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUYgEj08KK .container {
    padding: 0 15px;
  }
}
.cid-uUYgEj08KK .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUYgEj08KK .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUYgEj08KK .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUYgEj08KK .image-wrapper img {
    height: 400px;
  }
}
.cid-uUYgEj08KK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUYgEj08KK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUYgEj08KK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUYgEj08KK .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUYgEj08KK .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUYgEj08KK .mbr-section-title {
  color: #ffffff;
}
.cid-uUYgEj08KK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUYgEj08KK .mbr-text {
  color: #d2d2df;
}
.cid-uUYgEj08KK .mbr-section-title,
.cid-uUYgEj08KK .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUYgF9XeeJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/olmec-war-drums-1456x816.webp");
}
.cid-uUYgF9XeeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYgF9XeeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYgF9XeeJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUYgF9XeeJ .container {
    padding: 0 15px;
  }
}
.cid-uUYgF9XeeJ .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUYgF9XeeJ .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUYgF9XeeJ .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUYgF9XeeJ .image-wrapper img {
    height: 400px;
  }
}
.cid-uUYgF9XeeJ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUYgF9XeeJ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUYgF9XeeJ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUYgF9XeeJ .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUYgF9XeeJ .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUYgF9XeeJ .mbr-section-title {
  color: #ffffff;
}
.cid-uUYgF9XeeJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUYgF9XeeJ .mbr-text {
  color: #d2d2df;
}
.cid-uUYgF9XeeJ .mbr-section-title,
.cid-uUYgF9XeeJ .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUYgG2gxb8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/four-towers-1456x816.webp");
}
.cid-uUYgG2gxb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYgG2gxb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYgG2gxb8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUYgG2gxb8 .container {
    padding: 0 15px;
  }
}
.cid-uUYgG2gxb8 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUYgG2gxb8 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUYgG2gxb8 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUYgG2gxb8 .image-wrapper img {
    height: 400px;
  }
}
.cid-uUYgG2gxb8 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUYgG2gxb8 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUYgG2gxb8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUYgG2gxb8 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUYgG2gxb8 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUYgG2gxb8 .mbr-section-title {
  color: #ffffff;
}
.cid-uUYgG2gxb8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUYgG2gxb8 .mbr-text {
  color: #d2d2df;
}
.cid-uUYgG2gxb8 .mbr-section-title,
.cid-uUYgG2gxb8 .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUYgHbcDO7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hy-brasil-1456x816.webp");
}
.cid-uUYgHbcDO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYgHbcDO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYgHbcDO7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUYgHbcDO7 .container {
    padding: 0 15px;
  }
}
.cid-uUYgHbcDO7 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUYgHbcDO7 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUYgHbcDO7 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUYgHbcDO7 .image-wrapper img {
    height: 400px;
  }
}
.cid-uUYgHbcDO7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUYgHbcDO7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUYgHbcDO7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUYgHbcDO7 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUYgHbcDO7 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUYgHbcDO7 .mbr-section-title {
  color: #ffffff;
}
.cid-uUYgHbcDO7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUYgHbcDO7 .mbr-text {
  color: #d2d2df;
}
.cid-uUYgHbcDO7 .mbr-section-title,
.cid-uUYgHbcDO7 .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUYlTNmAn1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/aja-in-the-forest-1456x816.webp");
}
.cid-uUYlTNmAn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYlTNmAn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYlTNmAn1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUYlTNmAn1 .container {
    padding: 0 15px;
  }
}
.cid-uUYlTNmAn1 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUYlTNmAn1 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUYlTNmAn1 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUYlTNmAn1 .image-wrapper img {
    height: 400px;
  }
}
.cid-uUYlTNmAn1 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUYlTNmAn1 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUYlTNmAn1 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUYlTNmAn1 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUYlTNmAn1 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUYlTNmAn1 .mbr-section-title {
  color: #ffffff;
}
.cid-uUYlTNmAn1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUYlTNmAn1 .mbr-text {
  color: #d2d2df;
}
.cid-uUYlTNmAn1 .mbr-section-title,
.cid-uUYlTNmAn1 .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUYlUFhOni {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/ys-in-the-morning-1456x816.webp");
}
.cid-uUYlUFhOni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYlUFhOni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYlUFhOni .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUYlUFhOni .container {
    padding: 0 15px;
  }
}
.cid-uUYlUFhOni .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUYlUFhOni .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUYlUFhOni .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUYlUFhOni .image-wrapper img {
    height: 400px;
  }
}
.cid-uUYlUFhOni .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUYlUFhOni .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUYlUFhOni .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUYlUFhOni .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUYlUFhOni .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUYlUFhOni .mbr-section-title {
  color: #ffffff;
}
.cid-uUYlUFhOni .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUYlUFhOni .mbr-text {
  color: #d2d2df;
}
.cid-uUYlUFhOni .mbr-section-title,
.cid-uUYlUFhOni .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUYlWUeDXp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/a-bell-tolls-1456x816.webp");
}
.cid-uUYlWUeDXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYlWUeDXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYlWUeDXp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUYlWUeDXp .container {
    padding: 0 15px;
  }
}
.cid-uUYlWUeDXp .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUYlWUeDXp .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUYlWUeDXp .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUYlWUeDXp .image-wrapper img {
    height: 400px;
  }
}
.cid-uUYlWUeDXp .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUYlWUeDXp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUYlWUeDXp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUYlWUeDXp .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUYlWUeDXp .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUYlWUeDXp .mbr-section-title {
  color: #ffffff;
}
.cid-uUYlWUeDXp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUYlWUeDXp .mbr-text {
  color: #d2d2df;
}
.cid-uUYlWUeDXp .mbr-section-title,
.cid-uUYlWUeDXp .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUYlXsze7X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/as-a-fairy-with-dark-purple-irridescent-flowing-wings-1360x768.webp");
}
.cid-uUYlXsze7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYlXsze7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYlXsze7X .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUYlXsze7X .container {
    padding: 0 15px;
  }
}
.cid-uUYlXsze7X .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUYlXsze7X .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUYlXsze7X .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUYlXsze7X .image-wrapper img {
    height: 400px;
  }
}
.cid-uUYlXsze7X .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUYlXsze7X .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUYlXsze7X .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUYlXsze7X .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUYlXsze7X .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUYlXsze7X .mbr-section-title {
  color: #ffffff;
}
.cid-uUYlXsze7X .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUYlXsze7X .mbr-text {
  color: #d2d2df;
}
.cid-uUYlXsze7X .mbr-section-title,
.cid-uUYlXsze7X .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUYlWeAQSy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/jack-spriggins-1360x768.webp");
}
.cid-uUYlWeAQSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYlWeAQSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYlWeAQSy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUYlWeAQSy .container {
    padding: 0 15px;
  }
}
.cid-uUYlWeAQSy .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUYlWeAQSy .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUYlWeAQSy .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUYlWeAQSy .image-wrapper img {
    height: 400px;
  }
}
.cid-uUYlWeAQSy .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUYlWeAQSy .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUYlWeAQSy .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUYlWeAQSy .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUYlWeAQSy .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUYlWeAQSy .mbr-section-title {
  color: #ffffff;
}
.cid-uUYlWeAQSy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUYlWeAQSy .mbr-text {
  color: #d2d2df;
}
.cid-uUYlWeAQSy .mbr-section-title,
.cid-uUYlWeAQSy .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUYlVr3wSB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/dish-and-spoon-1360x768.webp");
}
.cid-uUYlVr3wSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYlVr3wSB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYlVr3wSB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUYlVr3wSB .container {
    padding: 0 15px;
  }
}
.cid-uUYlVr3wSB .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUYlVr3wSB .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUYlVr3wSB .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUYlVr3wSB .image-wrapper img {
    height: 400px;
  }
}
.cid-uUYlVr3wSB .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUYlVr3wSB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUYlVr3wSB .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUYlVr3wSB .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUYlVr3wSB .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUYlVr3wSB .mbr-section-title {
  color: #ffffff;
}
.cid-uUYlVr3wSB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUYlVr3wSB .mbr-text {
  color: #d2d2df;
}
.cid-uUYlVr3wSB .mbr-section-title,
.cid-uUYlVr3wSB .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uVUQLouzdp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/foggy-view-of-the-frigid-coastline-of-formoria-1360x768.webp");
}
.cid-uVUQLouzdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVUQLouzdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVUQLouzdp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVUQLouzdp .container {
    padding: 0 15px;
  }
}
.cid-uVUQLouzdp .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uVUQLouzdp .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uVUQLouzdp .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uVUQLouzdp .image-wrapper img {
    height: 400px;
  }
}
.cid-uVUQLouzdp .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVUQLouzdp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVUQLouzdp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uVUQLouzdp .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVUQLouzdp .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVUQLouzdp .mbr-section-title {
  color: #ffffff;
}
.cid-uVUQLouzdp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVUQLouzdp .mbr-text {
  color: #d2d2df;
}
.cid-uVUQLouzdp .mbr-section-title,
.cid-uVUQLouzdp .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uVUQMkVkvr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/a-cinematic-wide-shot-of-a-lone-knight-silhouetted-1360x768.webp");
}
.cid-uVUQMkVkvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVUQMkVkvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVUQMkVkvr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVUQMkVkvr .container {
    padding: 0 15px;
  }
}
.cid-uVUQMkVkvr .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uVUQMkVkvr .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uVUQMkVkvr .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uVUQMkVkvr .image-wrapper img {
    height: 400px;
  }
}
.cid-uVUQMkVkvr .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVUQMkVkvr .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVUQMkVkvr .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uVUQMkVkvr .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVUQMkVkvr .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVUQMkVkvr .mbr-section-title {
  color: #ffffff;
}
.cid-uVUQMkVkvr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVUQMkVkvr .mbr-text {
  color: #d2d2df;
}
.cid-uVUQMkVkvr .mbr-section-title,
.cid-uVUQMkVkvr .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uVUQNg9nba {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/two-kittens-peek-from-under-the-bed-at-night-1360x768.webp");
}
.cid-uVUQNg9nba .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVUQNg9nba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVUQNg9nba .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVUQNg9nba .container {
    padding: 0 15px;
  }
}
.cid-uVUQNg9nba .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uVUQNg9nba .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uVUQNg9nba .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uVUQNg9nba .image-wrapper img {
    height: 400px;
  }
}
.cid-uVUQNg9nba .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVUQNg9nba .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVUQNg9nba .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uVUQNg9nba .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVUQNg9nba .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVUQNg9nba .mbr-section-title {
  color: #ffffff;
}
.cid-uVUQNg9nba .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVUQNg9nba .mbr-text {
  color: #d2d2df;
}
.cid-uVUQNg9nba .mbr-section-title,
.cid-uVUQNg9nba .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uVUQNZtE6m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/a-young-boy-as-he-dashes-across-green-grassy-hills-1360x768.webp");
}
.cid-uVUQNZtE6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVUQNZtE6m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVUQNZtE6m .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVUQNZtE6m .container {
    padding: 0 15px;
  }
}
.cid-uVUQNZtE6m .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uVUQNZtE6m .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uVUQNZtE6m .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uVUQNZtE6m .image-wrapper img {
    height: 400px;
  }
}
.cid-uVUQNZtE6m .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVUQNZtE6m .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVUQNZtE6m .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uVUQNZtE6m .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVUQNZtE6m .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVUQNZtE6m .mbr-section-title {
  color: #ffffff;
}
.cid-uVUQNZtE6m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVUQNZtE6m .mbr-text {
  color: #d2d2df;
}
.cid-uVUQNZtE6m .mbr-section-title,
.cid-uVUQNZtE6m .mbr-section-btn {
  color: #f2ac2b;
}
.cid-uUhdjzYaxL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUhdjzYaxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUhdjzYaxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUhdjzYaxL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUhdjzYaxL .container {
    padding: 0 15px;
  }
}
.cid-uUhdjzYaxL .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uUhdjzYaxL .title-wrapper {
    text-align: center;
  }
}
.cid-uUhdjzYaxL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUhdjzYaxL .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uUhdjzYaxL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUhdjzYaxL .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUhdjzYaxL .list {
    justify-content: center;
  }
}
.cid-uUhdjzYaxL .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUhdjzYaxL .list .item-wrap:hover,
.cid-uUhdjzYaxL .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uUhdjzYaxL .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUhdjzYaxL .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-uUhdjzYaxL .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUhdjzYaxL .copy-wrapper {
    height: auto;
  }
}
.cid-uUhdjzYaxL .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUhdjzYaxL .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uUhdjzYaxL .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uUhdjzYaxL .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUhdjzYaxL .social-wrapper {
    text-align: center;
  }
}
.cid-uUhdjzYaxL .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUhdjzYaxL .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uUhdjzYaxL .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uUhdjzYaxL .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uUhdjzYaxL .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uUhdjzYaxL .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUhdjzYaxL .mbr-section-title {
  color: #f2ac2b;
}
.cid-uUhdjzYaxL .mbr-copy {
  color: #d2d2df;
}
.cid-v9NAlEKEwZ {
  background-color: transparent;
}
.cid-v9NAlEKEwZ .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-v9NAlEKEwZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-v9NAlEKEwZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9NAlEKEwZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9NAlEKEwZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v9NAlEKEwZ .menu_box .navbar.opened,
  .cid-v9NAlEKEwZ .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9NAlEKEwZ .navbar-dropdown {
  position: relative !important;
}
.cid-v9NAlEKEwZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v9NAlEKEwZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9NAlEKEwZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v9NAlEKEwZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9NAlEKEwZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9NAlEKEwZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-v9NAlEKEwZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9NAlEKEwZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9NAlEKEwZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9NAlEKEwZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9NAlEKEwZ .offcanvas-body .mbr-text,
  .cid-v9NAlEKEwZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v9NAlEKEwZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v9NAlEKEwZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9NAlEKEwZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-v9NAlEKEwZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9NAlEKEwZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9NAlEKEwZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9NAlEKEwZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9NAlEKEwZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9NAlEKEwZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9NAlEKEwZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v9NAlEKEwZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9NAlEKEwZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9NAlEKEwZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-v9NAlEKEwZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v9NAlEKEwZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9NAlEKEwZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9NAlEKEwZ .nav-item {
    margin: 0 !important;
  }
}
.cid-v9NAlEKEwZ .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-v9NAlEKEwZ .nav-item .nav-link:hover,
.cid-v9NAlEKEwZ .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-v9NAlEKEwZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9NAlEKEwZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9NAlEKEwZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9NAlEKEwZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9NAlEKEwZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v9NAlEKEwZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9NAlEKEwZ .offcanvas_box {
    display: none;
  }
}
.cid-v9NAlEKEwZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v9NAlEKEwZ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9NAlEKEwZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9NAlEKEwZ .container {
  display: flex;
  margin: auto;
}
.cid-v9NAlEKEwZ .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v9NAlEKEwZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9NAlEKEwZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9NAlEKEwZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9NAlEKEwZ .navbar-nav {
    margin: 0;
  }
}
.cid-v9NAlEKEwZ .dropdown-menu,
.cid-v9NAlEKEwZ .navbar.opened {
  background-color: false !important;
}
.cid-v9NAlEKEwZ .nav-item:focus,
.cid-v9NAlEKEwZ .nav-link:focus {
  outline: none;
}
.cid-v9NAlEKEwZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9NAlEKEwZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9NAlEKEwZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9NAlEKEwZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9NAlEKEwZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9NAlEKEwZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9NAlEKEwZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v9NAlEKEwZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v9NAlEKEwZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v9NAlEKEwZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9NAlEKEwZ .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-v9NAlEKEwZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v9NAlEKEwZ .navbar.collapsed {
  justify-content: center;
}
.cid-v9NAlEKEwZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9NAlEKEwZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9NAlEKEwZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9NAlEKEwZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9NAlEKEwZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9NAlEKEwZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9NAlEKEwZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9NAlEKEwZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9NAlEKEwZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v9NAlEKEwZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9NAlEKEwZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9NAlEKEwZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9NAlEKEwZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9NAlEKEwZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9NAlEKEwZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9NAlEKEwZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9NAlEKEwZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9NAlEKEwZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9NAlEKEwZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v9NAlEKEwZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9NAlEKEwZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9NAlEKEwZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9NAlEKEwZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9NAlEKEwZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9NAlEKEwZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9NAlEKEwZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v9NAlEKEwZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9NAlEKEwZ .dropdown-item.active,
.cid-v9NAlEKEwZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v9NAlEKEwZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-v9NAlEKEwZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9NAlEKEwZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9NAlEKEwZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9NAlEKEwZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v9NAlEKEwZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9NAlEKEwZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-v9NAlEKEwZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-v9NAlEKEwZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9NAlEKEwZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9NAlEKEwZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9NAlEKEwZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9NAlEKEwZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9NAlEKEwZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9NAlEKEwZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9NAlEKEwZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9NAlEKEwZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9NAlEKEwZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9NAlEKEwZ .navbar {
    height: 70px;
  }
  .cid-v9NAlEKEwZ .navbar.opened {
    height: auto;
  }
  .cid-v9NAlEKEwZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9NAlEKEwZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v9NAlEKEwZ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-v9NAlEKEwZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v9NAlEKEwZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v9NAlEKEwZ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v9NAlEKEwZ .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-v9NAlEKEwZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9NAlEKEwZ .text_widget {
  margin-bottom: 32px;
}
.cid-v9NAlEKEwZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v9NAlEKEwZ .text_widget a:hover,
.cid-v9NAlEKEwZ .text_widget a:focus {
  opacity: .6;
}
.cid-v9NAlEKEwZ .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-v9NAlEKEwZ .navbar-caption {
  color: #f2ac2b;
}
.cid-v9NAlEKEwZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9NAlEKEwZ .mbr-section-subtitle,
.cid-v9NAlEKEwZ .text_widget,
.cid-v9NAlEKEwZ .mbr-section-btn {
  text-align: center;
}
.cid-v9NAlEKEwZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v9NAlF1BO2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/ys-background-1456x705.webp");
}
.cid-v9NAlF1BO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NAlF1BO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9NAlF1BO2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9NAlF1BO2 .container {
    padding: 0 15px;
  }
}
.cid-v9NAlF1BO2 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-v9NAlF1BO2 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-v9NAlF1BO2 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v9NAlF1BO2 .image-wrapper img {
    height: 400px;
  }
}
.cid-v9NAlF1BO2 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9NAlF1BO2 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v9NAlF1BO2 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v9NAlF1BO2 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v9NAlF1BO2 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v9NAlF1BO2 .mbr-section-title {
  color: #ffffff;
}
.cid-v9NAlF1BO2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9NAlF1BO2 .mbr-text {
  color: #ffffff;
}
.cid-v9NAlF1BO2 .mbr-section-title,
.cid-v9NAlF1BO2 .mbr-section-btn {
  color: #fece04;
}
.cid-v9NAlFc8Vo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-v9NAlFc8Vo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NAlFc8Vo .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-v9NAlFc8Vo .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9NAlFc8Vo .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9NAlFc8Vo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9NAlFc8Vo .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-v9NAlFc8Vo .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v9NAlFc8Vo .buttons-wrapper {
    text-align: left;
  }
}
.cid-v9NAlFc8Vo .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-v9NAlFc8Vo .mbr-section-title {
  color: #262642;
}
.cid-v9NAlFc8Vo .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-v9NAlFc8Vo .mbr-section-title,
.cid-v9NAlFc8Vo .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-v9NAlFl0cp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-v9NAlFl0cp img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-v9NAlFl0cp .row {
  justify-content: center;
}
.cid-v9NAlFl0cp .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-v9NAlFl0cp .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-v9NAlFl0cp .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-v9NAlFl0cp .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-v9NAlFl0cp .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-v9NAlFl0cp .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-v9NAlFl0cp .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v9NAlFl0cp .item {
    padding: 0.5rem;
  }
  .cid-v9NAlFl0cp .row {
    padding: 0 0.5rem;
  }
}
.cid-v9NAlFl0cp .btn {
  border-radius: 0;
}
.cid-v9NAlFl0cp .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-v9NAlFl0cp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NAlFl0cp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9NAlFCgcN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-v9NAlFCgcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NAlFCgcN .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-v9NAlFCgcN .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9NAlFCgcN .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9NAlFCgcN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9NAlFCgcN .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-v9NAlFCgcN .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v9NAlFCgcN .buttons-wrapper {
    text-align: left;
  }
}
.cid-v9NAlFCgcN .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-v9NAlFCgcN .mbr-section-title {
  color: #262642;
}
.cid-v9NAlFCgcN .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-v9NAlFCgcN .mbr-section-title,
.cid-v9NAlFCgcN .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-v9NAlFNLPW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #171827;
}
.cid-v9NAlFNLPW img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-v9NAlFNLPW .row {
  justify-content: center;
}
.cid-v9NAlFNLPW .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-v9NAlFNLPW .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-v9NAlFNLPW .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-v9NAlFNLPW .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-v9NAlFNLPW .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-v9NAlFNLPW .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-v9NAlFNLPW .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v9NAlFNLPW .item {
    padding: 0.5rem;
  }
  .cid-v9NAlFNLPW .row {
    padding: 0 0.5rem;
  }
}
.cid-v9NAlFNLPW .btn {
  border-radius: 0;
}
.cid-v9NAlFNLPW .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-v9NAlFNLPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NAlFNLPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9NAlG5bqP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171827;
}
.cid-v9NAlG5bqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NAlG5bqP .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-v9NAlG5bqP .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v9NAlG5bqP .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9NAlG5bqP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9NAlG5bqP .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-v9NAlG5bqP .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v9NAlG5bqP .buttons-wrapper {
    text-align: left;
  }
}
.cid-v9NAlG5bqP .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-v9NAlG5bqP .mbr-section-title {
  color: #262642;
}
.cid-v9NAlG5bqP .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-v9NAlG5bqP .mbr-section-title,
.cid-v9NAlG5bqP .buttons-wrapper {
  text-align: center;
  color: #ffc354;
}
.cid-v9NAlGgAQ6 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #171827;
}
.cid-v9NAlGgAQ6 img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.cid-v9NAlGgAQ6 .row {
  justify-content: center;
}
.cid-v9NAlGgAQ6 .img-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-v9NAlGgAQ6 .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-v9NAlGgAQ6 .img-wrap:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0;
}
.cid-v9NAlGgAQ6 .img-wrap:hover:before {
  opacity: 0.2;
}
.cid-v9NAlGgAQ6 .img-wrap:hover span {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-v9NAlGgAQ6 .col-lg-x {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-v9NAlGgAQ6 .item {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v9NAlGgAQ6 .item {
    padding: 0.5rem;
  }
  .cid-v9NAlGgAQ6 .row {
    padding: 0 0.5rem;
  }
}
.cid-v9NAlGgAQ6 .btn {
  border-radius: 0;
}
.cid-v9NAlGgAQ6 .mbr-iconfont {
  font-size: 1rem !important;
}
.cid-v9NAlGgAQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NAlGgAQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9NAlGyGCF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v9NAlGyGCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9NAlGyGCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9NAlGyGCF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9NAlGyGCF .container {
    padding: 0 15px;
  }
}
.cid-v9NAlGyGCF .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-v9NAlGyGCF .title-wrapper {
    text-align: center;
  }
}
.cid-v9NAlGyGCF .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v9NAlGyGCF .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-v9NAlGyGCF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9NAlGyGCF .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v9NAlGyGCF .list {
    justify-content: center;
  }
}
.cid-v9NAlGyGCF .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-v9NAlGyGCF .list .item-wrap:hover,
.cid-v9NAlGyGCF .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-v9NAlGyGCF .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v9NAlGyGCF .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #000000 0, transparent 100%);
}
.cid-v9NAlGyGCF .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9NAlGyGCF .copy-wrapper {
    height: auto;
  }
}
.cid-v9NAlGyGCF .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9NAlGyGCF .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v9NAlGyGCF .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-v9NAlGyGCF .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v9NAlGyGCF .social-wrapper {
    text-align: center;
  }
}
.cid-v9NAlGyGCF .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v9NAlGyGCF .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-v9NAlGyGCF .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-v9NAlGyGCF .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-v9NAlGyGCF .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-v9NAlGyGCF .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9NAlGyGCF .mbr-section-title {
  color: #f2ac2b;
}
.cid-v9NAlGyGCF .mbr-copy {
  color: #d2d2df;
}
