.btn {
  border-width: 2px;
}
body {
  font-family: Atkinson Hyperlegible;
}
.display-1 {
  font-family: 'Old Standard TT', serif;
  font-size: 4.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Old Standard TT', serif;
  font-size: 3.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-4 {
  font-family: 'Old Standard TT', serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Old Standard TT', serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Old Standard TT', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 26rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 26rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0a2f6f !important;
}
.bg-success {
  background-color: #189d8b !important;
}
.bg-info {
  background-color: #2655a6 !important;
}
.bg-warning {
  background-color: #413e65 !important;
}
.bg-danger {
  background-color: #ce4909 !important;
}
.btn-primary,
.btn-primary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #0e2042 0, #05172d 100%) !important;
  border: 1px solid #0a2f6f !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(18, 42, 83, 0.35);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #0e2042 0, #05172d 100%) !important;
  box-shadow: 0 6px 40px #122a53;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #030d1f !important;
  border-color: #0a2f6f !important;
}
.btn-secondary,
.btn-secondary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  border: 1px solid #faae26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 160, 41, 0.35);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  box-shadow: 0 6px 40px #e3a029;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c58005 !important;
  border-color: #faae26 !important;
}
.btn-info,
.btn-info:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  border: 1px solid #2655a6 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(52, 81, 132, 0.35);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  box-shadow: 0 6px 40px #345184;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #16315f !important;
  border-color: #2655a6 !important;
}
.btn-success,
.btn-success:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #1f6d64 0, #105d4d 100%) !important;
  border: 1px solid #189d8b !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(37, 124, 112, 0.35);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #1f6d64 0, #105d4d 100%) !important;
  box-shadow: 0 6px 40px #257c70;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d5248 !important;
  border-color: #189d8b !important;
}
.btn-warning,
.btn-warning:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #3a3941 0, #242437 100%) !important;
  border: 1px solid #413e65 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(68, 68, 75, 0.35);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #3a3941 0, #242437 100%) !important;
  box-shadow: 0 6px 40px #44444b;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1e1d2f !important;
  border-color: #413e65 !important;
}
.btn-danger,
.btn-danger:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #974317 0, #872708 100%) !important;
  border: 1px solid #ce4909 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(168, 73, 27, 0.35);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #974317 0, #872708 100%) !important;
  box-shadow: 0 6px 40px #a8491b;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7b2c05 !important;
  border-color: #ce4909 !important;
}
.btn-white,
.btn-white:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  border: 1px solid #e3ebf3 !important;
  color: #416b96 !important;
  box-shadow: 0 6px 30px rgba(218, 225, 231, 0.35);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  box-shadow: 0 6px 40px #dae1e7;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #416b96 !important;
  background-color: #a6c0d9 !important;
  border-color: #e3ebf3 !important;
}
.btn-black,
.btn-black:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  border: 1px solid #1a1e21 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(19, 19, 19, 0.35);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  box-shadow: 0 6px 40px #131313;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #1a1e21 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #0a2f6f;
  color: #0a2f6f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030d1f !important;
  background-color: transparent!important;
  border-color: #030d1f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0a2f6f !important;
  border-color: #0a2f6f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #faae26;
  color: #faae26;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c58005 !important;
  background-color: transparent!important;
  border-color: #c58005 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #faae26 !important;
  border-color: #faae26 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #2655a6;
  color: #2655a6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #16315f !important;
  background-color: transparent!important;
  border-color: #16315f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2655a6 !important;
  border-color: #2655a6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #189d8b;
  color: #189d8b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0d5248 !important;
  background-color: transparent!important;
  border-color: #0d5248 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #189d8b !important;
  border-color: #189d8b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #413e65;
  color: #413e65;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e1d2f !important;
  background-color: transparent!important;
  border-color: #1e1d2f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #413e65 !important;
  border-color: #413e65 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #ce4909;
  color: #ce4909;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7b2c05 !important;
  background-color: transparent!important;
  border-color: #7b2c05 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ce4909 !important;
  border-color: #ce4909 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #1a1e21;
  color: #1a1e21;
}
.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: #1a1e21 !important;
  border-color: #1a1e21 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #e3ebf3;
  color: #e3ebf3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #a6c0d9 !important;
  background-color: transparent!important;
  border-color: #a6c0d9 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #416b96 !important;
  background-color: #e3ebf3 !important;
  border-color: #e3ebf3 !important;
}
.text-primary {
  color: #0a2f6f !important;
}
.text-secondary {
  color: #faae26 !important;
}
.text-success {
  color: #189d8b !important;
}
.text-info {
  color: #2655a6 !important;
}
.text-warning {
  color: #413e65 !important;
}
.text-danger {
  color: #ce4909 !important;
}
.text-white {
  color: #e3ebf3 !important;
}
.text-black {
  color: #1a1e21 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020711 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b67604 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a453d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #132a53 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #181726 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6c2605 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #9cb8d4 !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: #0a2f6f;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1e21;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2655a6;
}
.alert-warning {
  background-color: #413e65;
}
.alert-danger {
  background-color: #ce4909;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0a2f6f;
  border-color: #0a2f6f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0a2f6f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1561e4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #50e4d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6e97de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #7b77ac;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbc3a8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Old Standard TT', serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #0a2f6f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Old Standard TT', serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #0a2f6f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0a2f6f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0a2f6f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0a2f6f;
  border-bottom-color: #0a2f6f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0a2f6f !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: #faae26 !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='%230a2f6f' %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: .3s all;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1670px;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container-fluid,
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.border-item {
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .border-item {
    padding: 20px !important;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .border-item {
    border-radius: 12px;
  }
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 20px 25px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
.mbr-section-btn .btn-black {
  background: #1a1e21 !important;
  border: 2px solid #1a1e21 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black:hover {
  background: transparent !important;
  border-color: #e3ebf3 !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background: #0a2f6f !important;
  border-color: #0a2f6f !important;
  color: #e3ebf3 !important;
}
.cid-ty78EPRWLc .navbar-dropdown {
  position: absolute !important;
}
.cid-ty78EPRWLc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty78EPRWLc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191b1d !important;
}
.cid-ty78EPRWLc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty78EPRWLc .dropdown-item:hover,
.cid-ty78EPRWLc .dropdown-item:focus {
  background: #0a2f6f !important;
  color: white !important;
}
.cid-ty78EPRWLc .dropdown-item:hover span {
  color: white;
}
.cid-ty78EPRWLc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty78EPRWLc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty78EPRWLc .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty78EPRWLc .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty78EPRWLc .nav-link {
  position: relative;
}
.cid-ty78EPRWLc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ty78EPRWLc .container {
    flex-wrap: nowrap;
  }
}
.cid-ty78EPRWLc .nav-item:focus,
.cid-ty78EPRWLc .nav-link:focus {
  outline: none;
}
.cid-ty78EPRWLc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty78EPRWLc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty78EPRWLc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty78EPRWLc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty78EPRWLc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty78EPRWLc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty78EPRWLc .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-ty78EPRWLc .navbar.opened {
  transition: all 0.3s;
}
.cid-ty78EPRWLc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty78EPRWLc .navbar .navbar-logo img {
  width: auto;
}
.cid-ty78EPRWLc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty78EPRWLc .navbar.collapsed {
  justify-content: center;
}
.cid-ty78EPRWLc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty78EPRWLc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty78EPRWLc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty78EPRWLc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty78EPRWLc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty78EPRWLc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ty78EPRWLc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty78EPRWLc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty78EPRWLc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty78EPRWLc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty78EPRWLc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty78EPRWLc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty78EPRWLc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty78EPRWLc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ty78EPRWLc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty78EPRWLc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty78EPRWLc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty78EPRWLc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty78EPRWLc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty78EPRWLc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ty78EPRWLc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ty78EPRWLc .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-ty78EPRWLc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-ty78EPRWLc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty78EPRWLc .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-ty78EPRWLc .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-ty78EPRWLc .dropdown-item.active,
.cid-ty78EPRWLc .dropdown-item:active {
  background-color: transparent;
}
.cid-ty78EPRWLc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty78EPRWLc .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty78EPRWLc .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty78EPRWLc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191b1d;
}
.cid-ty78EPRWLc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty78EPRWLc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty78EPRWLc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty78EPRWLc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty78EPRWLc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty78EPRWLc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-ty78EPRWLc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty78EPRWLc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty78EPRWLc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty78EPRWLc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty78EPRWLc .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-ty78EPRWLc .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-ty78EPRWLc .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-ty78EPRWLc .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-ty78EPRWLc .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-ty78EPRWLc .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-ty78EPRWLc .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-ty78EPRWLc .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-ty78EPRWLc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ty78EPRWLc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty78EPRWLc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ty78EPRWLc .navbar {
    height: 70px;
  }
  .cid-ty78EPRWLc .navbar.opened {
    height: auto;
  }
  .cid-ty78EPRWLc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty78EPRWLc .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #191b1d;
}
.cid-ty78EPRWLc .navbar-collapse {
  margin-left: auto;
}
.cid-ty78EPRWLc .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-ty78EPRWLc .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ty78EPRWLc .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-ty78EPRWLc .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-ty78EPRWLc .navbar {
    padding: 0 !important;
  }
  .cid-ty78EPRWLc .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-ty78EPRWLc .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-ty78EPRWLc .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-ty78EPRWLc .navbar-collapse.show {
    opacity: 1;
  }
  .cid-ty78EPRWLc .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-ty78EPRWLc .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-ty78EPRWLc .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ty78EPRWLc .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-ty78EPRWLc .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-ty78EPRWLc .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-ty78EPRWLc .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-ty79u2I09A {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ce4909;
}
.cid-ty79u2I09A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty79u2I09A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty79u2I09A .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-ty79u2I09A .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ty79u2I09A .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-ty79u2I09A .mbr-section-title {
  color: #e3ebf3;
}
.cid-ty79u2I09A .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty79u2I09A .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ty79u2I09A .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-ty79u2I09A .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/5-800x885.jpg");
}
@media (max-width: 1399px) {
  .cid-ty79u2I09A .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-ty79u2I09A .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-ty79u2I09A .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-ty79u2I09A .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-ty79u2I09A .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-ty79u2I09A .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-ty79u2I09A .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-ty79u2I09A .card-subtitle,
.cid-ty79u2I09A .mbr-section-btn {
  color: #e3ebf3;
}
.cid-tXV2sIbMqN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tXV2sIbMqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXV2sIbMqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXV2sIbMqN .mbr-section-title {
  color: #e3ebf3;
}
.cid-tXV2sIbMqN .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-tXV2sIbMqN .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-tXV2sIbMqN .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tXV2sIbMqN .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tXV2sIbMqN .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-tXV2sIbMqN .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-tXV2sIbMqN .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-tXV2sIbMqN .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tXV2sIbMqN .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-tXV2sIbMqN .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #e3ebf3;
}
@media (max-width: 767px) {
  .cid-tXV2sIbMqN .mbr-text {
    width: 100%;
  }
}
.cid-ty7k8P4FXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ce4909;
}
.cid-ty7k8P4FXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7k8P4FXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7k8P4FXO .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-ty7k8P4FXO .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-ty7k8P4FXO .col-img {
    width: 100%;
  }
}
.cid-ty7k8P4FXO .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-ty7k8P4FXO .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty7k8P4FXO .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty7k8P4FXO .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-ty7k8P4FXO .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-ty7k8P4FXO .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty7k8P4FXO .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-ty7k8P4FXO .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-ty7k8P4FXO .card-title {
  color: #e3ebf3;
}
.cid-ty7k8P4FXO .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty7k8P4FXO .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ty7k8P4FXO .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty7k8P4FXO .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ty7k8P4FXO .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ty7k8P4FXO .mbr-text,
.cid-ty7k8P4FXO .mbr-section-btn {
  color: #ffffff;
}
.cid-tXV3BrYqdN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXV3BrYqdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXV3BrYqdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXV3BrYqdN .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tXV3BrYqdN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tXV3BrYqdN .container {
    padding: 0 24px;
  }
}
.cid-tXV3BrYqdN .row {
  justify-content: center;
}
.cid-tXV3BrYqdN .content-wrapper {
  border-radius: 40px;
  background-color: #191b1d;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-tXV3BrYqdN .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tXV3BrYqdN .content-wrapper {
    padding: 32px;
  }
}
.cid-tXV3BrYqdN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXV3BrYqdN .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-tXV3BrYqdN .mbr-section-title {
  color: #ffffff;
}
.cid-tXV3BrYqdN .mbr-text {
  color: #ffffff;
}
.cid-ty7kpyrU4h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ce4909;
}
.cid-ty7kpyrU4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty7kpyrU4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty7kpyrU4h .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
  flex-direction: row-reverse;
}
.cid-ty7kpyrU4h .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-ty7kpyrU4h .col-img {
    width: 100%;
  }
}
.cid-ty7kpyrU4h .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-ty7kpyrU4h .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty7kpyrU4h .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty7kpyrU4h .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-ty7kpyrU4h .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-ty7kpyrU4h .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-ty7kpyrU4h .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-ty7kpyrU4h .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-ty7kpyrU4h .card-title {
  color: #e3ebf3;
}
.cid-ty7kpyrU4h .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty7kpyrU4h .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ty7kpyrU4h .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty7kpyrU4h .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ty7kpyrU4h .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ty7kpyrU4h .mbr-text,
.cid-ty7kpyrU4h .mbr-section-btn {
  color: #ffffff;
}
.cid-ud9c72wTj6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ud9c72wTj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9c72wTj6 .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-ud9c72wTj6 .container {
    padding: 0 30px;
  }
}
.cid-ud9c72wTj6 .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-ud9c72wTj6 .content-wrapper {
    display: block;
  }
}
.cid-ud9c72wTj6 .content-wrapper .card {
  justify-content: center;
}
.cid-ud9c72wTj6 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #000000;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-ud9c72wTj6 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-ud9c72wTj6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-ud9c72wTj6 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-ud9c72wTj6 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ud9c72wTj6 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-ud9c72wTj6 .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-ud9c72wTj6 .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-ud9c72wTj6 .mbr-section-title {
  color: #144031;
}
.cid-ud9c72wTj6 .mbr-text {
  color: #ffffff;
}
.cid-ud9c72wTj6 .mbr-section-title,
.cid-ud9c72wTj6 .mbr-section-btn {
  color: #ffffff;
}
.cid-ud9czTDbXt {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ce4909;
}
.cid-ud9czTDbXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud9czTDbXt .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ud9czTDbXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud9czTDbXt h1 {
  max-width: 800px;
}
.cid-ud9czTDbXt p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ud9czTDbXt .btn:hover {
  transform: scale(1.1);
  background: #faae26 !important;
  border-color: #faae26 !important;
  color: #0a2f6f !important;
}
.cid-ud9czTDbXt .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ud9czTDbXt .btn div {
  overflow: hidden;
}
.cid-ud9czTDbXt .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ud9czTDbXt {
    align-items: center;
  }
  .cid-ud9czTDbXt .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ud9czTDbXt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ud9czTDbXt {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ud9czTDbXt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ud9czTDbXt .content-wrap {
    width: 100%;
  }
}
.cid-ud9czTDbXt .mbr-section-subtitle,
.cid-ud9czTDbXt .line {
  color: #291f1e;
}
.cid-ud9czTDbXt .mbr-text,
.cid-ud9czTDbXt .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ud9czTDbXt .mbr-section-title {
  color: #ffffff;
}
.cid-uQ5MpbUXNy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQ5MpbUXNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5MpbUXNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5MpbUXNy .row {
  justify-content: center;
}
.cid-uQ5MpbUXNy .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ5MpbUXNy .image-wrapper img {
    height: 300px;
  }
}
.cid-uQ5MpbUXNy .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-uQ5MpbUXNy .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQ5MpbUXNy .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-uQ5MpbUXNy .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uQ5MpbUXNy .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-uQ5MpbUXNy .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQ5MpbUXNy .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQ5MpbUXNy .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uQ5MpbUXNy .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uQ5MpbUXNy .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQ5MpbUXNy .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uQ5MpbUXNy .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQ5MpbUXNy .mbr-section-title {
  color: #2c2c26;
}
.cid-uQ5MpbUXNy .mbr-text,
.cid-uQ5MpbUXNy .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQ5MpbUXNy .mbr-section-title,
.cid-uQ5MpbUXNy .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQ5MMHd5yT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQ5MMHd5yT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5MMHd5yT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5MMHd5yT .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uQ5MMHd5yT .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5MMHd5yT .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uQ5MMHd5yT .mbr-section-title {
  color: #e3ebf3;
}
.cid-uQ5MMHd5yT .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uQ5MMHd5yT .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5MMHd5yT .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uQ5MMHd5yT .map-container {
  padding: 0 !important;
}
.cid-uQ5MMHd5yT .google-map {
  height: 850px;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQ5MMHd5yT .google-map {
    height: 520px;
    max-height: 70vh;
  }
}
.cid-uQ5MMHd5yT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQ5MMHd5yT .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQ5MMHd5yT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQ5MMHd5yT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQ5N0D5CSJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ce4909;
}
.cid-uQ5N0D5CSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5N0D5CSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5N0D5CSJ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQ5N0D5CSJ .card {
    margin-bottom: 40px;
  }
}
.cid-uQ5N0D5CSJ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQ5N0D5CSJ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uQ5N0D5CSJ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uQ5N0D5CSJ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQ5N0D5CSJ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQ5N0D5CSJ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uQ5N0D5CSJ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQ5N0D5CSJ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uQ5N0D5CSJ img {
  border-radius: 0 !important;
}
.cid-uQ5N0D5CSJ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uQ5N0D5CSJ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQ5N0D5CSJ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQ5N0D5CSJ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uQ5N0D5CSJ .mbr-section-title {
  color: #ffffff;
}
.cid-uQ5N0D5CSJ .copyright {
  color: #ffffff;
}
.cid-uQ5N0D5CSJ .mbr-card-title {
  color: #ffffff;
}
.cid-uQ5N0D5CSJ .list {
  color: #ffffff;
}
.cid-uQ5NPF629O .navbar-dropdown {
  position: absolute !important;
}
.cid-uQ5NPF629O .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ5NPF629O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191b1d !important;
}
.cid-uQ5NPF629O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQ5NPF629O .dropdown-item:hover,
.cid-uQ5NPF629O .dropdown-item:focus {
  background: #0a2f6f !important;
  color: white !important;
}
.cid-uQ5NPF629O .dropdown-item:hover span {
  color: white;
}
.cid-uQ5NPF629O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQ5NPF629O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQ5NPF629O .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQ5NPF629O .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQ5NPF629O .nav-link {
  position: relative;
}
.cid-uQ5NPF629O .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQ5NPF629O .container {
    flex-wrap: nowrap;
  }
}
.cid-uQ5NPF629O .nav-item:focus,
.cid-uQ5NPF629O .nav-link:focus {
  outline: none;
}
.cid-uQ5NPF629O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ5NPF629O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ5NPF629O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ5NPF629O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ5NPF629O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ5NPF629O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ5NPF629O .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-uQ5NPF629O .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ5NPF629O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ5NPF629O .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ5NPF629O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ5NPF629O .navbar.collapsed {
  justify-content: center;
}
.cid-uQ5NPF629O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ5NPF629O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ5NPF629O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQ5NPF629O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ5NPF629O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ5NPF629O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQ5NPF629O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ5NPF629O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ5NPF629O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ5NPF629O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ5NPF629O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ5NPF629O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ5NPF629O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ5NPF629O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQ5NPF629O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ5NPF629O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ5NPF629O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ5NPF629O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQ5NPF629O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ5NPF629O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQ5NPF629O .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQ5NPF629O .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-uQ5NPF629O .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uQ5NPF629O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ5NPF629O .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-uQ5NPF629O .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-uQ5NPF629O .dropdown-item.active,
.cid-uQ5NPF629O .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ5NPF629O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ5NPF629O .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ5NPF629O .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ5NPF629O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191b1d;
}
.cid-uQ5NPF629O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ5NPF629O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ5NPF629O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ5NPF629O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ5NPF629O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ5NPF629O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-uQ5NPF629O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ5NPF629O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5NPF629O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5NPF629O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ5NPF629O .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-uQ5NPF629O .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-uQ5NPF629O .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-uQ5NPF629O .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-uQ5NPF629O .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-uQ5NPF629O .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-uQ5NPF629O .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-uQ5NPF629O .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-uQ5NPF629O .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQ5NPF629O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ5NPF629O .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ5NPF629O .navbar {
    height: 70px;
  }
  .cid-uQ5NPF629O .navbar.opened {
    height: auto;
  }
  .cid-uQ5NPF629O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ5NPF629O .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #191b1d;
}
.cid-uQ5NPF629O .navbar-collapse {
  margin-left: auto;
}
.cid-uQ5NPF629O .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-uQ5NPF629O .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uQ5NPF629O .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-uQ5NPF629O .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uQ5NPF629O .navbar {
    padding: 0 !important;
  }
  .cid-uQ5NPF629O .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-uQ5NPF629O .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-uQ5NPF629O .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-uQ5NPF629O .navbar-collapse.show {
    opacity: 1;
  }
  .cid-uQ5NPF629O .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-uQ5NPF629O .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uQ5NPF629O .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQ5NPF629O .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-uQ5NPF629O .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-uQ5NPF629O .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-uQ5NPF629O .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-uQ5NPGFTRk {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ce4909;
}
.cid-uQ5NPGFTRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5NPGFTRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5NPGFTRk .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-uQ5NPGFTRk .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5NPGFTRk .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uQ5NPGFTRk .mbr-section-title {
  color: #e3ebf3;
}
.cid-uQ5NPGFTRk .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uQ5NPGFTRk .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5NPGFTRk .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uQ5NPGFTRk .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/13-1080x1350.jpg");
}
@media (max-width: 1399px) {
  .cid-uQ5NPGFTRk .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQ5NPGFTRk .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5NPGFTRk .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-uQ5NPGFTRk .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-uQ5NPGFTRk .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-uQ5NPGFTRk .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-uQ5NPGFTRk .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-uQ5NPGFTRk .card-subtitle,
.cid-uQ5NPGFTRk .mbr-section-btn {
  color: #e3ebf3;
}
.cid-uQ5NPHD0wZ {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQ5NPHD0wZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5NPHD0wZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5NPHD0wZ .mbr-section-title {
  color: #e3ebf3;
}
.cid-uQ5NPHD0wZ .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uQ5NPHD0wZ .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-uQ5NPHD0wZ .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uQ5NPHD0wZ .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5NPHD0wZ .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-uQ5NPHD0wZ .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-uQ5NPHD0wZ .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-uQ5NPHD0wZ .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5NPHD0wZ .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-uQ5NPHD0wZ .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uQ5NPHD0wZ .mbr-text {
    width: 100%;
  }
}
.cid-uQ5NPNriMC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQ5NPNriMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5NPNriMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5NPNriMC .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uQ5NPNriMC .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5NPNriMC .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uQ5NPNriMC .mbr-section-title {
  color: #e3ebf3;
}
.cid-uQ5NPNriMC .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uQ5NPNriMC .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5NPNriMC .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uQ5NPNriMC .map-container {
  padding: 0 !important;
}
.cid-uQ5NPNriMC .google-map {
  height: 850px;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQ5NPNriMC .google-map {
    height: 520px;
    max-height: 70vh;
  }
}
.cid-uQ5NPNriMC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQ5NPNriMC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQ5NPNriMC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQ5NPNriMC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQ5NPOOxRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ce4909;
}
.cid-uQ5NPOOxRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5NPOOxRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5NPOOxRh .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQ5NPOOxRh .card {
    margin-bottom: 40px;
  }
}
.cid-uQ5NPOOxRh .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQ5NPOOxRh .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uQ5NPOOxRh .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uQ5NPOOxRh .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQ5NPOOxRh .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQ5NPOOxRh .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uQ5NPOOxRh .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQ5NPOOxRh .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uQ5NPOOxRh img {
  border-radius: 0 !important;
}
.cid-uQ5NPOOxRh .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uQ5NPOOxRh .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQ5NPOOxRh .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQ5NPOOxRh .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uQ5NPOOxRh .mbr-section-title {
  color: #ffffff;
}
.cid-uQ5NPOOxRh .copyright {
  color: #ffffff;
}
.cid-uQ5NPOOxRh .mbr-card-title {
  color: #ffffff;
}
.cid-uQ5NPOOxRh .list {
  color: #ffffff;
}
.cid-uQ5OPB1BWr .navbar-dropdown {
  position: absolute !important;
}
.cid-uQ5OPB1BWr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ5OPB1BWr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191b1d !important;
}
.cid-uQ5OPB1BWr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQ5OPB1BWr .dropdown-item:hover,
.cid-uQ5OPB1BWr .dropdown-item:focus {
  background: #0a2f6f !important;
  color: white !important;
}
.cid-uQ5OPB1BWr .dropdown-item:hover span {
  color: white;
}
.cid-uQ5OPB1BWr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQ5OPB1BWr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQ5OPB1BWr .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQ5OPB1BWr .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQ5OPB1BWr .nav-link {
  position: relative;
}
.cid-uQ5OPB1BWr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQ5OPB1BWr .container {
    flex-wrap: nowrap;
  }
}
.cid-uQ5OPB1BWr .nav-item:focus,
.cid-uQ5OPB1BWr .nav-link:focus {
  outline: none;
}
.cid-uQ5OPB1BWr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ5OPB1BWr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ5OPB1BWr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ5OPB1BWr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ5OPB1BWr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ5OPB1BWr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ5OPB1BWr .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-uQ5OPB1BWr .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ5OPB1BWr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ5OPB1BWr .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ5OPB1BWr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ5OPB1BWr .navbar.collapsed {
  justify-content: center;
}
.cid-uQ5OPB1BWr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ5OPB1BWr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ5OPB1BWr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQ5OPB1BWr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ5OPB1BWr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ5OPB1BWr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQ5OPB1BWr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ5OPB1BWr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ5OPB1BWr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ5OPB1BWr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ5OPB1BWr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ5OPB1BWr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ5OPB1BWr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ5OPB1BWr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQ5OPB1BWr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ5OPB1BWr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ5OPB1BWr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ5OPB1BWr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQ5OPB1BWr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ5OPB1BWr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQ5OPB1BWr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQ5OPB1BWr .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-uQ5OPB1BWr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uQ5OPB1BWr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ5OPB1BWr .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-uQ5OPB1BWr .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-uQ5OPB1BWr .dropdown-item.active,
.cid-uQ5OPB1BWr .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ5OPB1BWr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ5OPB1BWr .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ5OPB1BWr .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ5OPB1BWr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191b1d;
}
.cid-uQ5OPB1BWr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ5OPB1BWr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ5OPB1BWr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ5OPB1BWr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ5OPB1BWr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ5OPB1BWr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-uQ5OPB1BWr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ5OPB1BWr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5OPB1BWr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5OPB1BWr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ5OPB1BWr .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-uQ5OPB1BWr .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-uQ5OPB1BWr .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-uQ5OPB1BWr .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-uQ5OPB1BWr .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-uQ5OPB1BWr .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-uQ5OPB1BWr .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-uQ5OPB1BWr .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-uQ5OPB1BWr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQ5OPB1BWr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ5OPB1BWr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ5OPB1BWr .navbar {
    height: 70px;
  }
  .cid-uQ5OPB1BWr .navbar.opened {
    height: auto;
  }
  .cid-uQ5OPB1BWr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ5OPB1BWr .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #191b1d;
}
.cid-uQ5OPB1BWr .navbar-collapse {
  margin-left: auto;
}
.cid-uQ5OPB1BWr .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-uQ5OPB1BWr .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uQ5OPB1BWr .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-uQ5OPB1BWr .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uQ5OPB1BWr .navbar {
    padding: 0 !important;
  }
  .cid-uQ5OPB1BWr .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-uQ5OPB1BWr .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-uQ5OPB1BWr .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-uQ5OPB1BWr .navbar-collapse.show {
    opacity: 1;
  }
  .cid-uQ5OPB1BWr .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-uQ5OPB1BWr .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uQ5OPB1BWr .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQ5OPB1BWr .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-uQ5OPB1BWr .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-uQ5OPB1BWr .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-uQ5OPB1BWr .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-uQ5OPDfubA {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ce4909;
}
.cid-uQ5OPDfubA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5OPDfubA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5OPDfubA .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-uQ5OPDfubA .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5OPDfubA .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uQ5OPDfubA .mbr-section-title {
  color: #e3ebf3;
}
.cid-uQ5OPDfubA .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uQ5OPDfubA .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5OPDfubA .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uQ5OPDfubA .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/15-1180x786.jpg");
}
@media (max-width: 1399px) {
  .cid-uQ5OPDfubA .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQ5OPDfubA .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5OPDfubA .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-uQ5OPDfubA .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-uQ5OPDfubA .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-uQ5OPDfubA .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-uQ5OPDfubA .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-uQ5OPDfubA .card-subtitle,
.cid-uQ5OPDfubA .mbr-section-btn {
  color: #e3ebf3;
}
.cid-uQ5OPEiIpy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQ5OPEiIpy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5OPEiIpy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5OPEiIpy .mbr-section-title {
  color: #e3ebf3;
}
.cid-uQ5OPEiIpy .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uQ5OPEiIpy .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-uQ5OPEiIpy .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uQ5OPEiIpy .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5OPEiIpy .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-uQ5OPEiIpy .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-uQ5OPEiIpy .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-uQ5OPEiIpy .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5OPEiIpy .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-uQ5OPEiIpy .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uQ5OPEiIpy .mbr-text {
    width: 100%;
  }
}
.cid-uQ5OPFlvz0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQ5OPFlvz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5OPFlvz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5OPFlvz0 .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uQ5OPFlvz0 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5OPFlvz0 .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uQ5OPFlvz0 .mbr-section-title {
  color: #e3ebf3;
}
.cid-uQ5OPFlvz0 .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uQ5OPFlvz0 .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5OPFlvz0 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uQ5OPFlvz0 .map-container {
  padding: 0 !important;
}
.cid-uQ5OPFlvz0 .google-map {
  height: 850px;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQ5OPFlvz0 .google-map {
    height: 520px;
    max-height: 70vh;
  }
}
.cid-uQ5OPFlvz0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQ5OPFlvz0 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQ5OPFlvz0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQ5OPFlvz0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQ5OPGi5Yk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ce4909;
}
.cid-uQ5OPGi5Yk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5OPGi5Yk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5OPGi5Yk .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQ5OPGi5Yk .card {
    margin-bottom: 40px;
  }
}
.cid-uQ5OPGi5Yk .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQ5OPGi5Yk .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uQ5OPGi5Yk .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uQ5OPGi5Yk .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQ5OPGi5Yk .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQ5OPGi5Yk .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uQ5OPGi5Yk .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQ5OPGi5Yk .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uQ5OPGi5Yk img {
  border-radius: 0 !important;
}
.cid-uQ5OPGi5Yk .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uQ5OPGi5Yk .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQ5OPGi5Yk .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQ5OPGi5Yk .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uQ5OPGi5Yk .mbr-section-title {
  color: #ffffff;
}
.cid-uQ5OPGi5Yk .copyright {
  color: #ffffff;
}
.cid-uQ5OPGi5Yk .mbr-card-title {
  color: #ffffff;
}
.cid-uQ5OPGi5Yk .list {
  color: #ffffff;
}
.cid-uQ5PX1shVm .navbar-dropdown {
  position: absolute !important;
}
.cid-uQ5PX1shVm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ5PX1shVm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #191b1d !important;
}
.cid-uQ5PX1shVm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQ5PX1shVm .dropdown-item:hover,
.cid-uQ5PX1shVm .dropdown-item:focus {
  background: #0a2f6f !important;
  color: white !important;
}
.cid-uQ5PX1shVm .dropdown-item:hover span {
  color: white;
}
.cid-uQ5PX1shVm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQ5PX1shVm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQ5PX1shVm .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQ5PX1shVm .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQ5PX1shVm .nav-link {
  position: relative;
}
.cid-uQ5PX1shVm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQ5PX1shVm .container {
    flex-wrap: nowrap;
  }
}
.cid-uQ5PX1shVm .nav-item:focus,
.cid-uQ5PX1shVm .nav-link:focus {
  outline: none;
}
.cid-uQ5PX1shVm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ5PX1shVm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ5PX1shVm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ5PX1shVm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ5PX1shVm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ5PX1shVm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ5PX1shVm .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 10px 20px !important;
  border: none !important;
}
.cid-uQ5PX1shVm .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ5PX1shVm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ5PX1shVm .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ5PX1shVm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ5PX1shVm .navbar.collapsed {
  justify-content: center;
}
.cid-uQ5PX1shVm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ5PX1shVm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ5PX1shVm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQ5PX1shVm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ5PX1shVm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ5PX1shVm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQ5PX1shVm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ5PX1shVm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ5PX1shVm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ5PX1shVm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ5PX1shVm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ5PX1shVm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ5PX1shVm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ5PX1shVm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQ5PX1shVm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ5PX1shVm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ5PX1shVm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ5PX1shVm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQ5PX1shVm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ5PX1shVm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQ5PX1shVm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQ5PX1shVm .navbar-brand {
  min-height: 46px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
}
.cid-uQ5PX1shVm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uQ5PX1shVm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ5PX1shVm .navbar-brand .navbar-logo {
  position: relative;
  margin-right: 0.6rem !important;
  padding-right: 0.6rem !important;
}
.cid-uQ5PX1shVm .navbar-brand .navbar-logo:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  opacity: 0.8;
  background-color: #e3ebf3;
}
.cid-uQ5PX1shVm .dropdown-item.active,
.cid-uQ5PX1shVm .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ5PX1shVm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ5PX1shVm .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ5PX1shVm .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ5PX1shVm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191b1d;
}
.cid-uQ5PX1shVm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ5PX1shVm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ5PX1shVm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ5PX1shVm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ5PX1shVm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ5PX1shVm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e3ebf3;
}
.cid-uQ5PX1shVm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ5PX1shVm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5PX1shVm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ5PX1shVm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ5PX1shVm .navbar-toggler-close {
  position: absolute!important;
  right: 90px!important;
  top: 90px!important;
  height: 32px!important;
  width: 32px!important;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .cid-uQ5PX1shVm .navbar-toggler-close {
    top: 50px!important;
    right: 50px!important;
    height: 26px!important;
    width: 26px!important;
  }
}
@media (max-width: 767px) {
  .cid-uQ5PX1shVm .navbar-toggler-close {
    top: 50px!important;
    right: 20px!important;
    height: 16px!important;
    width: 16px!important;
  }
}
.cid-uQ5PX1shVm .navbar-toggler-close span {
  width: 100% !important;
  height: 2px!important;
  top: 50%!important;
}
.cid-uQ5PX1shVm .navbar-toggler-close span:nth-child(1) {
  display: none;
}
.cid-uQ5PX1shVm .navbar-toggler-close span:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
.cid-uQ5PX1shVm .navbar-toggler-close span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}
.cid-uQ5PX1shVm .navbar-toggler-close span:nth-child(4) {
  display: none;
}
.cid-uQ5PX1shVm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQ5PX1shVm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ5PX1shVm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ5PX1shVm .navbar {
    height: 70px;
  }
  .cid-uQ5PX1shVm .navbar.opened {
    height: auto;
  }
  .cid-uQ5PX1shVm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ5PX1shVm .container-fluid {
  padding: 5px 32px !important;
  border-radius: 100px;
  column-gap: 12px;
  background: #191b1d;
}
.cid-uQ5PX1shVm .navbar-collapse {
  margin-left: auto;
}
.cid-uQ5PX1shVm .navbar-nav {
  justify-content: flex-end;
  overflow: hidden;
  border: none;
}
.cid-uQ5PX1shVm .navbar-nav .nav-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uQ5PX1shVm .navbar-nav .nav-link {
  margin: 0 !important;
  border-radius: 90px;
  padding: 10px 15px !important;
  transition: all .4s;
}
.cid-uQ5PX1shVm .mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 14px 20px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-uQ5PX1shVm .navbar {
    padding: 0 !important;
  }
  .cid-uQ5PX1shVm .container-fluid {
    padding: 5px 20px !important;
    border-radius: 0;
    flex-wrap: nowrap;
  }
  .cid-uQ5PX1shVm .navbar-brand {
    max-width: 50%;
    padding-right: 0 !important;
  }
  .cid-uQ5PX1shVm .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100vw;
    max-height: 100vh !important;
    height: 100vh !important;
    margin-left: 0;
    padding: 50px;
    background-image: url("../../../assets/images/background1.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .cid-uQ5PX1shVm .navbar-collapse.show {
    opacity: 1;
  }
  .cid-uQ5PX1shVm .navbar-nav {
    justify-content: flex-start;
    height: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    max-width: 100%;
    overflow-y: auto;
  }
  .cid-uQ5PX1shVm .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uQ5PX1shVm .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: calc(6vh * 0.38) !important;
    border-radius: 0;
    font-size: 6vh !important;
    line-height: 1 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uQ5PX1shVm .container-fluid {
    padding: 5px 12px !important;
    column-gap: 6px;
  }
  .cid-uQ5PX1shVm .navbar-collapse {
    padding: 50px 20px;
  }
  .cid-uQ5PX1shVm .navbar-nav .nav-item .nav-link {
    margin-bottom: 12px !important;
    font-size: 32px !important;
  }
  .cid-uQ5PX1shVm .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 46px;
    padding: 10px;
  }
}
.cid-uQ5PX2YmRp {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ce4909;
}
.cid-uQ5PX2YmRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5PX2YmRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5PX2YmRp .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-uQ5PX2YmRp .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5PX2YmRp .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uQ5PX2YmRp .mbr-section-title {
  color: #e3ebf3;
}
.cid-uQ5PX2YmRp .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uQ5PX2YmRp .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5PX2YmRp .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uQ5PX2YmRp .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/17-1500x1500.jpg");
}
@media (max-width: 1399px) {
  .cid-uQ5PX2YmRp .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uQ5PX2YmRp .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5PX2YmRp .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-uQ5PX2YmRp .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-uQ5PX2YmRp .card-title {
  position: relative;
  width: 100%;
  color: #ffffff;
}
.cid-uQ5PX2YmRp .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-uQ5PX2YmRp .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-uQ5PX2YmRp .card-subtitle,
.cid-uQ5PX2YmRp .mbr-section-btn {
  color: #ffffff;
}
.cid-uQ5PX3N1mW {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQ5PX3N1mW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5PX3N1mW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5PX3N1mW .mbr-section-title {
  color: #e3ebf3;
}
.cid-uQ5PX3N1mW .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-uQ5PX3N1mW .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-uQ5PX3N1mW .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uQ5PX3N1mW .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5PX3N1mW .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-uQ5PX3N1mW .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-uQ5PX3N1mW .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-uQ5PX3N1mW .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5PX3N1mW .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-uQ5PX3N1mW .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uQ5PX3N1mW .mbr-text {
    width: 100%;
  }
}
.cid-uQ5PX4PlMc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQ5PX4PlMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5PX4PlMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5PX4PlMc .mbr-section-head {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .cid-uQ5PX4PlMc .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5PX4PlMc .mbr-section-head {
    margin-bottom: 20px;
  }
}
.cid-uQ5PX4PlMc .mbr-section-title {
  color: #e3ebf3;
}
.cid-uQ5PX4PlMc .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uQ5PX4PlMc .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uQ5PX4PlMc .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uQ5PX4PlMc .map-container {
  padding: 0 !important;
}
.cid-uQ5PX4PlMc .google-map {
  height: 850px;
  position: relative;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uQ5PX4PlMc .google-map {
    height: 520px;
    max-height: 70vh;
  }
}
.cid-uQ5PX4PlMc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uQ5PX4PlMc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQ5PX4PlMc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQ5PX4PlMc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQ5PX5Dw7s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ce4909;
}
.cid-uQ5PX5Dw7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5PX5Dw7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ5PX5Dw7s .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQ5PX5Dw7s .card {
    margin-bottom: 40px;
  }
}
.cid-uQ5PX5Dw7s .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQ5PX5Dw7s .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uQ5PX5Dw7s .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uQ5PX5Dw7s .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQ5PX5Dw7s .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQ5PX5Dw7s .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uQ5PX5Dw7s .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQ5PX5Dw7s .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uQ5PX5Dw7s img {
  border-radius: 0 !important;
}
.cid-uQ5PX5Dw7s .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uQ5PX5Dw7s .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQ5PX5Dw7s .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQ5PX5Dw7s .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uQ5PX5Dw7s .mbr-section-title {
  color: #ffffff;
}
.cid-uQ5PX5Dw7s .copyright {
  color: #ffffff;
}
.cid-uQ5PX5Dw7s .mbr-card-title {
  color: #ffffff;
}
.cid-uQ5PX5Dw7s .list {
  color: #ffffff;
}
