body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Abel', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Abel', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Abel', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2299aa !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #fafafa !important;
}
.bg-danger {
  background-color: #353535 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2299aa !important;
  border-color: #2299aa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2299aa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #145862 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2299aa !important;
}
.text-secondary {
  color: #bbbbbb !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #fafafa !important;
}
.text-danger {
  color: #353535 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #114c55 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #888888 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #888888 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c7c7c7 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #020202 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2299aa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #fafafa;
}
.alert-danger {
  background-color: #353535;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2299aa;
  border-color: #2299aa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2299aa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6ad2e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a8a8a8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Abel', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2299aa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Abel', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #2299aa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2299aa;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2299aa;
}
.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: #2299aa;
  border-bottom-color: #2299aa;
}
.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: #2299aa !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: #bbbbbb !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='%232299aa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sylUh3HihH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bbbbbb;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sylUh3HihH .nav-item,
.cid-sylUh3HihH .nav-link,
.cid-sylUh3HihH .navbar-caption {
  font-weight: normal;
}
.cid-sylUh3HihH .nav-item:focus,
.cid-sylUh3HihH .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sylUh3HihH .nav-link {
    position: relative;
  }
  .cid-sylUh3HihH .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sylUh3HihH .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bbbbbb;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-sylUh3HihH .nav-link:before .nav-item,
  .cid-sylUh3HihH .nav-link:before .nav-link,
  .cid-sylUh3HihH .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-sylUh3HihH .nav-link:before .nav-item:focus,
  .cid-sylUh3HihH .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-sylUh3HihH .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-sylUh3HihH .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-sylUh3HihH .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-sylUh3HihH .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-sylUh3HihH .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #232323;
    background: none;
  }
  .cid-sylUh3HihH .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #232323 !important;
  }
  .cid-sylUh3HihH .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-sylUh3HihH .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-sylUh3HihH .nav-link:before .navbar.navbar-short {
    background: #232323 !important;
    min-height: 60px;
  }
  .cid-sylUh3HihH .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sylUh3HihH .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-sylUh3HihH .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-sylUh3HihH .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-sylUh3HihH .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-sylUh3HihH .nav-link:before .dropdown-item.active,
  .cid-sylUh3HihH .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-sylUh3HihH .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-sylUh3HihH .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-sylUh3HihH .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #353535;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-sylUh3HihH .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-sylUh3HihH .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sylUh3HihH .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-sylUh3HihH .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-sylUh3HihH .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-sylUh3HihH .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #fafafa;
  }
  .cid-sylUh3HihH .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-sylUh3HihH .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-sylUh3HihH .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-sylUh3HihH .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-sylUh3HihH .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-sylUh3HihH .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-sylUh3HihH .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-sylUh3HihH .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-sylUh3HihH .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-sylUh3HihH .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sylUh3HihH .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #bbbbbb;
    display: inline-flex;
  }
  .cid-sylUh3HihH .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-sylUh3HihH .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-sylUh3HihH .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sylUh3HihH .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-sylUh3HihH .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-sylUh3HihH .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-sylUh3HihH .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-sylUh3HihH .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-sylUh3HihH .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-sylUh3HihH .nav-link:before img {
    object-fit: contain;
  }
  .cid-sylUh3HihH .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-sylUh3HihH .nav-item:hover .nav-link:before,
  .cid-sylUh3HihH .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sylUh3HihH .nav-link:before .nav-link {
    position: relative;
  }
  .cid-sylUh3HihH .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sylUh3HihH .nav-link:before .nav-item:hover .nav-link:before,
  .cid-sylUh3HihH .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sylUh3HihH .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-sylUh3HihH .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sylUh3HihH .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sylUh3HihH .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sylUh3HihH .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sylUh3HihH .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sylUh3HihH .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sylUh3HihH .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sylUh3HihH .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sylUh3HihH .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sylUh3HihH .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sylUh3HihH .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sylUh3HihH .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-sylUh3HihH .nav-link:before .navbar {
    height: 77px;
  }
  .cid-sylUh3HihH .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-sylUh3HihH .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sylUh3HihH .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sylUh3HihH .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-sylUh3HihH .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-sylUh3HihH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sylUh3HihH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sylUh3HihH .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sylUh3HihH .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sylUh3HihH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-sylUh3HihH .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sylUh3HihH .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-sylUh3HihH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sylUh3HihH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sylUh3HihH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sylUh3HihH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sylUh3HihH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sylUh3HihH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sylUh3HihH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sylUh3HihH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sylUh3HihH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sylUh3HihH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sylUh3HihH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sylUh3HihH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sylUh3HihH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sylUh3HihH .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sylUh3HihH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sylUh3HihH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sylUh3HihH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sylUh3HihH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sylUh3HihH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sylUh3HihH .dropdown-item.active,
.cid-sylUh3HihH .dropdown-item:active {
  background-color: transparent;
}
.cid-sylUh3HihH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sylUh3HihH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sylUh3HihH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-sylUh3HihH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-sylUh3HihH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sylUh3HihH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sylUh3HihH .navbar-buttons {
  text-align: center;
}
.cid-sylUh3HihH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sylUh3HihH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-sylUh3HihH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sylUh3HihH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sylUh3HihH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sylUh3HihH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sylUh3HihH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sylUh3HihH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sylUh3HihH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sylUh3HihH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sylUh3HihH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sylUh3HihH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sylUh3HihH .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #bbbbbb;
  display: inline-flex;
}
.cid-sylUh3HihH .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sylUh3HihH .soc-item {
  margin: .5rem .3rem;
}
.cid-sylUh3HihH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sylUh3HihH a.nav-link .mbr-iconfont-btn,
.cid-sylUh3HihH a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sylUh3HihH a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sylUh3HihH .navbar {
    height: 77px;
  }
  .cid-sylUh3HihH .navbar.opened {
    height: auto;
  }
  .cid-sylUh3HihH .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sylUh3HihH .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-sylUh3HihH .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-sylUh3HihH .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-sylUh3HihH .dropdown-submenu .dropdown-menu::before,
.cid-sylUh3HihH .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-sylUh3HihH img {
  object-fit: contain;
}
.cid-sylWFNzawc {
  background-image: url("../../../assets/images/169548671-320442462841564-3385061800681982738-n-2000x1500.jpg");
}
.cid-sylWFNzawc .mbr-text,
.cid-sylWFNzawc .mbr-section-btn {
  color: #ffffff;
}
.cid-sylWFNzawc .mbr-section-title {
  color: #bbbbbb;
}
.cid-sym0gIUMdd {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sym0gIUMdd .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-sym0gIUMdd .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sym0gIUMdd .image-block:hover:before {
  opacity: 0.4;
}
.cid-sym0gIUMdd .image-block:hover .wrap {
  opacity: 1;
}
.cid-sym0gIUMdd .image-block:hover img {
  transform: scale(1.05);
}
.cid-sym0gIUMdd h4 {
  letter-spacing: 2px;
}
.cid-sym0gIUMdd figcaption {
  position: relative;
}
.cid-sym0gIUMdd figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sym0gIUMdd img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sym0gIUMdd .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sym0gIUMdd .wrap {
    opacity: 1!important;
  }
  .cid-sym0gIUMdd .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sym0gIUMdd H4 {
  text-align: left;
}
.cid-sym0gIUMdd P {
  text-align: left;
}
.cid-sysdzjvGXf {
  padding-top: 0rem;
  padding-bottom: 2rem;
}
.cid-sysdzjvGXf .carousel {
  height: 800px;
}
.cid-sysdzjvGXf .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sysdzjvGXf .carousel-item,
.cid-sysdzjvGXf .carousel-inner {
  height: 100%;
}
.cid-sysdzjvGXf .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 70%;
  overflow: hidden;
  bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 50px;
}
@media (max-width: 767px) {
  .cid-sysdzjvGXf .carousel-caption {
    height: 119%;
  }
}
.cid-sysdzjvGXf .carousel-control {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
  top: calc(50% + 70%/2 + 1rem);
  transform: translateY(-50%);
  left: 0;
  margin-left: 50px;
  color: #fafafa;
  opacity: 1;
}
.cid-sysdzjvGXf .carousel-control.carousel-control-next {
  margin-left: 100px;
}
.cid-sysdzjvGXf .carousel-control > span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sysdzjvGXf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sysdzjvGXf .carousel-control:hover {
  opacity: 0.6;
}
.cid-sysdzjvGXf .item-wrapper {
  width: 100%;
}
.cid-sysdzjvGXf .mbr-section-subtitle,
.cid-sysdzjvGXf .slider-subtitle {
  margin-bottom: 30px;
}
.cid-sysdzjvGXf .caption-text {
  margin-bottom: 20.4px;
}
@media (max-width: 767px) {
  .cid-sysdzjvGXf .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sysdzjvGXf .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sysdzjvGXf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sysdzjvGXf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sysdzjvGXf .carousel-indicators li.active,
.cid-sysdzjvGXf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sysdzjvGXf .carousel-indicators li::after,
.cid-sysdzjvGXf .carousel-indicators li::before {
  content: none;
}
.cid-sysdzjvGXf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sysdzjvGXf .carousel-indicators {
    display: none !important;
  }
}
.cid-sysdzjvGXf H5 {
  color: #e9ddd8;
}
.cid-sysdzjvGXf .mbr-section-subtitle {
  color: #ebc6b8;
}
.cid-sysdzjvGXf P {
  color: #ffffff;
}
.cid-u4ln4Dds45 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4ln4Dds45 img,
.cid-u4ln4Dds45 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u4ln4Dds45 .item:focus,
.cid-u4ln4Dds45 span:focus {
  outline: none;
}
.cid-u4ln4Dds45 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4ln4Dds45 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4ln4Dds45 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u4ln4Dds45 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ln4Dds45 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u4ln4Dds45 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u4ln4Dds45 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4ln4Dds45 .mbr-section-title {
  color: #232323;
}
.cid-u4ln4Dds45 .mbr-text,
.cid-u4ln4Dds45 .mbr-section-btn {
  text-align: left;
}
.cid-u4ln4Dds45 .item-title {
  text-align: left;
}
.cid-u4ln4Dds45 .item-subtitle {
  text-align: left;
  color: #e43f3f;
}
.cid-sym4l7PfrT {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sym4l7PfrT .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sym4l7PfrT .row {
  border-bottom: 1px solid #808080;
}
.cid-sym4l7PfrT H2 {
  color: #e7272d;
}
.cid-sym4l7PfrT .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sym4l7PfrT .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sym4l7PfrT .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sym4l7PfrT .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sym4l7PfrT .col-lg-12 {
  overflow: hidden;
}
.cid-sym4l7PfrT H4 {
  color: #9fdbf8;
}
.cid-sym4l7PfrT .mbr-text,
.cid-sym4l7PfrT .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sym4l7PfrT .logo-wrap:before {
    content: none;
  }
  .cid-sym4l7PfrT .logo-wrap:after {
    content: none;
  }
}
.cid-syqMzJnUTB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bbbbbb;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syqMzJnUTB .nav-item,
.cid-syqMzJnUTB .nav-link,
.cid-syqMzJnUTB .navbar-caption {
  font-weight: normal;
}
.cid-syqMzJnUTB .nav-item:focus,
.cid-syqMzJnUTB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-syqMzJnUTB .nav-link {
    position: relative;
  }
  .cid-syqMzJnUTB .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-syqMzJnUTB .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bbbbbb;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-syqMzJnUTB .nav-link:before .nav-item,
  .cid-syqMzJnUTB .nav-link:before .nav-link,
  .cid-syqMzJnUTB .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-syqMzJnUTB .nav-link:before .nav-item:focus,
  .cid-syqMzJnUTB .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-syqMzJnUTB .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-syqMzJnUTB .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-syqMzJnUTB .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-syqMzJnUTB .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #232323;
    background: none;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #232323 !important;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar.navbar-short {
    background: #232323 !important;
    min-height: 60px;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-syqMzJnUTB .nav-link:before .dropdown-item.active,
  .cid-syqMzJnUTB .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-syqMzJnUTB .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #353535;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-syqMzJnUTB .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-syqMzJnUTB .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-syqMzJnUTB .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #fafafa;
  }
  .cid-syqMzJnUTB .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-syqMzJnUTB .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-syqMzJnUTB .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-syqMzJnUTB .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-syqMzJnUTB .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-syqMzJnUTB .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-syqMzJnUTB .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-syqMzJnUTB .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-syqMzJnUTB .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-syqMzJnUTB .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #bbbbbb;
    display: inline-flex;
  }
  .cid-syqMzJnUTB .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-syqMzJnUTB .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-syqMzJnUTB .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-syqMzJnUTB .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-syqMzJnUTB .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-syqMzJnUTB .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-syqMzJnUTB .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-syqMzJnUTB .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-syqMzJnUTB .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-syqMzJnUTB .nav-link:before img {
    object-fit: contain;
  }
  .cid-syqMzJnUTB .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-syqMzJnUTB .nav-item:hover .nav-link:before,
  .cid-syqMzJnUTB .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMzJnUTB .nav-link:before .nav-link {
    position: relative;
  }
  .cid-syqMzJnUTB .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-syqMzJnUTB .nav-link:before .nav-item:hover .nav-link:before,
  .cid-syqMzJnUTB .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMzJnUTB .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-syqMzJnUTB .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-syqMzJnUTB .nav-link:before .navbar {
    height: 77px;
  }
  .cid-syqMzJnUTB .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-syqMzJnUTB .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMzJnUTB .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMzJnUTB .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-syqMzJnUTB .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-syqMzJnUTB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-syqMzJnUTB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syqMzJnUTB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-syqMzJnUTB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syqMzJnUTB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-syqMzJnUTB .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-syqMzJnUTB .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-syqMzJnUTB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-syqMzJnUTB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syqMzJnUTB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syqMzJnUTB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syqMzJnUTB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syqMzJnUTB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syqMzJnUTB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syqMzJnUTB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-syqMzJnUTB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syqMzJnUTB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syqMzJnUTB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syqMzJnUTB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-syqMzJnUTB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-syqMzJnUTB .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-syqMzJnUTB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-syqMzJnUTB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syqMzJnUTB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syqMzJnUTB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syqMzJnUTB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syqMzJnUTB .dropdown-item.active,
.cid-syqMzJnUTB .dropdown-item:active {
  background-color: transparent;
}
.cid-syqMzJnUTB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syqMzJnUTB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syqMzJnUTB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-syqMzJnUTB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-syqMzJnUTB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syqMzJnUTB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syqMzJnUTB .navbar-buttons {
  text-align: center;
}
.cid-syqMzJnUTB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syqMzJnUTB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-syqMzJnUTB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-syqMzJnUTB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-syqMzJnUTB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-syqMzJnUTB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-syqMzJnUTB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syqMzJnUTB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-syqMzJnUTB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-syqMzJnUTB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syqMzJnUTB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-syqMzJnUTB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syqMzJnUTB .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #bbbbbb;
  display: inline-flex;
}
.cid-syqMzJnUTB .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-syqMzJnUTB .soc-item {
  margin: .5rem .3rem;
}
.cid-syqMzJnUTB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syqMzJnUTB a.nav-link .mbr-iconfont-btn,
.cid-syqMzJnUTB a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-syqMzJnUTB a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syqMzJnUTB .navbar {
    height: 77px;
  }
  .cid-syqMzJnUTB .navbar.opened {
    height: auto;
  }
  .cid-syqMzJnUTB .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syqMzJnUTB .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-syqMzJnUTB .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-syqMzJnUTB .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-syqMzJnUTB .dropdown-submenu .dropdown-menu::before,
.cid-syqMzJnUTB .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-syqMzJnUTB img {
  object-fit: contain;
}
.cid-syqMzJUCIA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/162209906-308519654033845-5030359796069613665-n-800x800.jpg");
}
.cid-syqMzJUCIA .mbr-text,
.cid-syqMzJUCIA .mbr-section-btn {
  color: #ffffff;
}
.cid-syqMzJUCIA .mbr-section-title {
  color: #9fdbf8;
}
.cid-sys6M1J8YP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sys6M1J8YP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sys6M1J8YP input,
.cid-sys6M1J8YP textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-sys6M1J8YP input:focus,
.cid-sys6M1J8YP textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sys6M1J8YP .form-control,
.cid-sys6M1J8YP .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sys6M1J8YP .form-control:hover,
.cid-sys6M1J8YP .field-input:hover,
.cid-sys6M1J8YP .form-control:focus,
.cid-sys6M1J8YP .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sys6M1J8YP input::-webkit-input-placeholder,
.cid-sys6M1J8YP textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-sys6M1J8YP input:-moz-placeholder,
.cid-sys6M1J8YP textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-sys6M1J8YP .jq-selectbox li,
.cid-sys6M1J8YP .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-sys6M1J8YP .jq-selectbox li:hover,
.cid-sys6M1J8YP .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-sys6M1J8YP .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-sys6M1J8YP .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-sys6M1J8YP img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sys6M1J8YP .mbr-form {
  max-width: 450px;
}
.cid-sys6M1J8YP textarea {
  min-height: 150px;
}
.cid-sys6M1J8YP .mbr-text {
  color: #cccccc;
}
.cid-sys6M1J8YP .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-sys6M1J8YP .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
  order: 2;
}
.cid-szEnZ3FdkT {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-szEnZ3FdkT .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-szEnZ3FdkT .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-szEnZ3FdkT .image-block:hover:before {
  opacity: 0.4;
}
.cid-szEnZ3FdkT .image-block:hover .wrap {
  opacity: 1;
}
.cid-szEnZ3FdkT .image-block:hover img {
  transform: scale(1.05);
}
.cid-szEnZ3FdkT h4 {
  letter-spacing: 2px;
}
.cid-szEnZ3FdkT figcaption {
  position: relative;
}
.cid-szEnZ3FdkT figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-szEnZ3FdkT img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-szEnZ3FdkT .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-szEnZ3FdkT .wrap {
    opacity: 1!important;
  }
  .cid-szEnZ3FdkT .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-szEnZ3FdkT H4 {
  text-align: left;
}
.cid-szEnZ3FdkT P {
  text-align: left;
}
.cid-syqMzL2Bit {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-syqMzL2Bit .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-syqMzL2Bit .row {
  border-bottom: 1px solid #808080;
}
.cid-syqMzL2Bit H2 {
  color: #e7272d;
}
.cid-syqMzL2Bit .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-syqMzL2Bit .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-syqMzL2Bit .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-syqMzL2Bit .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-syqMzL2Bit .col-lg-12 {
  overflow: hidden;
}
.cid-syqMzL2Bit H4 {
  color: #9fdbf8;
}
.cid-syqMzL2Bit .mbr-text,
.cid-syqMzL2Bit .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-syqMzL2Bit .logo-wrap:before {
    content: none;
  }
  .cid-syqMzL2Bit .logo-wrap:after {
    content: none;
  }
}
.cid-sExRklSXj0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bbbbbb;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sExRklSXj0 .nav-item,
.cid-sExRklSXj0 .nav-link,
.cid-sExRklSXj0 .navbar-caption {
  font-weight: normal;
}
.cid-sExRklSXj0 .nav-item:focus,
.cid-sExRklSXj0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sExRklSXj0 .nav-link {
    position: relative;
  }
  .cid-sExRklSXj0 .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sExRklSXj0 .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bbbbbb;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-sExRklSXj0 .nav-link:before .nav-item,
  .cid-sExRklSXj0 .nav-link:before .nav-link,
  .cid-sExRklSXj0 .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-sExRklSXj0 .nav-link:before .nav-item:focus,
  .cid-sExRklSXj0 .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-sExRklSXj0 .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-sExRklSXj0 .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-sExRklSXj0 .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-sExRklSXj0 .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #232323;
    background: none;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #232323 !important;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar.navbar-short {
    background: #232323 !important;
    min-height: 60px;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-sExRklSXj0 .nav-link:before .dropdown-item.active,
  .cid-sExRklSXj0 .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-sExRklSXj0 .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #353535;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sExRklSXj0 .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-sExRklSXj0 .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-sExRklSXj0 .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #fafafa;
  }
  .cid-sExRklSXj0 .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-sExRklSXj0 .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-sExRklSXj0 .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-sExRklSXj0 .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-sExRklSXj0 .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-sExRklSXj0 .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-sExRklSXj0 .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-sExRklSXj0 .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-sExRklSXj0 .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sExRklSXj0 .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #bbbbbb;
    display: inline-flex;
  }
  .cid-sExRklSXj0 .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-sExRklSXj0 .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-sExRklSXj0 .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sExRklSXj0 .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-sExRklSXj0 .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-sExRklSXj0 .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-sExRklSXj0 .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-sExRklSXj0 .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-sExRklSXj0 .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-sExRklSXj0 .nav-link:before img {
    object-fit: contain;
  }
  .cid-sExRklSXj0 .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-sExRklSXj0 .nav-item:hover .nav-link:before,
  .cid-sExRklSXj0 .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sExRklSXj0 .nav-link:before .nav-link {
    position: relative;
  }
  .cid-sExRklSXj0 .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sExRklSXj0 .nav-link:before .nav-item:hover .nav-link:before,
  .cid-sExRklSXj0 .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sExRklSXj0 .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-sExRklSXj0 .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-sExRklSXj0 .nav-link:before .navbar {
    height: 77px;
  }
  .cid-sExRklSXj0 .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-sExRklSXj0 .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sExRklSXj0 .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sExRklSXj0 .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-sExRklSXj0 .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-sExRklSXj0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sExRklSXj0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sExRklSXj0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sExRklSXj0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sExRklSXj0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-sExRklSXj0 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sExRklSXj0 .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-sExRklSXj0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sExRklSXj0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sExRklSXj0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sExRklSXj0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sExRklSXj0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sExRklSXj0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sExRklSXj0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sExRklSXj0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sExRklSXj0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sExRklSXj0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sExRklSXj0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sExRklSXj0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sExRklSXj0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sExRklSXj0 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sExRklSXj0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sExRklSXj0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sExRklSXj0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sExRklSXj0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sExRklSXj0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sExRklSXj0 .dropdown-item.active,
.cid-sExRklSXj0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sExRklSXj0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sExRklSXj0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sExRklSXj0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-sExRklSXj0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-sExRklSXj0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sExRklSXj0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sExRklSXj0 .navbar-buttons {
  text-align: center;
}
.cid-sExRklSXj0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sExRklSXj0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-sExRklSXj0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sExRklSXj0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sExRklSXj0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sExRklSXj0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sExRklSXj0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sExRklSXj0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sExRklSXj0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sExRklSXj0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sExRklSXj0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sExRklSXj0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sExRklSXj0 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #bbbbbb;
  display: inline-flex;
}
.cid-sExRklSXj0 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sExRklSXj0 .soc-item {
  margin: .5rem .3rem;
}
.cid-sExRklSXj0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sExRklSXj0 a.nav-link .mbr-iconfont-btn,
.cid-sExRklSXj0 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sExRklSXj0 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sExRklSXj0 .navbar {
    height: 77px;
  }
  .cid-sExRklSXj0 .navbar.opened {
    height: auto;
  }
  .cid-sExRklSXj0 .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sExRklSXj0 .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-sExRklSXj0 .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-sExRklSXj0 .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-sExRklSXj0 .dropdown-submenu .dropdown-menu::before,
.cid-sExRklSXj0 .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-sExRklSXj0 img {
  object-fit: contain;
}
.cid-sExRkmSYMt {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/delta2-1181x787.jpg");
}
.cid-sExRkmSYMt .mbr-text,
.cid-sExRkmSYMt .mbr-section-btn {
  color: #ffffff;
}
.cid-sExRkmSYMt .mbr-section-title {
  color: #ffffff;
}
.cid-sExRkonfu1 {
  background-color: #ffffff;
}
.cid-sExRkonfu1 .show {
  visibility: visible;
}
.cid-sExRkonfu1 .hide {
  visibility: hidden;
}
.cid-sExRkoGozM {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sExRkoGozM .link-wrap {
  width: 100%;
}
.cid-sExRkoGozM .link {
  display: inline-block;
}
.cid-sExRkoGozM .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-sExRkoGozM .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sExRkoGozM .link a:hover {
  text-decoration: underline;
}
.cid-sExRkoGozM .link,
.cid-sExRkoGozM .link-wrap {
  color: #000000;
}
.cid-sExRkoGozM .mbr-text,
.cid-sExRkoGozM .mbr-section-btn {
  color: #333333;
}
.cid-sExRkoGozM .card-title,
.cid-sExRkoGozM .card-box {
  text-align: left;
}
.cid-sExRkpmmC2 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sExRkpmmC2 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sExRkpmmC2 .row {
  border-bottom: 1px solid #808080;
}
.cid-sExRkpmmC2 H2 {
  color: #e7272d;
}
.cid-sExRkpmmC2 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sExRkpmmC2 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sExRkpmmC2 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sExRkpmmC2 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sExRkpmmC2 .col-lg-12 {
  overflow: hidden;
}
.cid-sExRkpmmC2 H4 {
  color: #9fdbf8;
}
.cid-sExRkpmmC2 .mbr-text,
.cid-sExRkpmmC2 .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sExRkpmmC2 .logo-wrap:before {
    content: none;
  }
  .cid-sExRkpmmC2 .logo-wrap:after {
    content: none;
  }
}
.cid-syqMrufhdB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bbbbbb;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syqMrufhdB .nav-item,
.cid-syqMrufhdB .nav-link,
.cid-syqMrufhdB .navbar-caption {
  font-weight: normal;
}
.cid-syqMrufhdB .nav-item:focus,
.cid-syqMrufhdB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-syqMrufhdB .nav-link {
    position: relative;
  }
  .cid-syqMrufhdB .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-syqMrufhdB .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bbbbbb;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-syqMrufhdB .nav-link:before .nav-item,
  .cid-syqMrufhdB .nav-link:before .nav-link,
  .cid-syqMrufhdB .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-syqMrufhdB .nav-link:before .nav-item:focus,
  .cid-syqMrufhdB .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-syqMrufhdB .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-syqMrufhdB .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-syqMrufhdB .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-syqMrufhdB .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-syqMrufhdB .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #232323;
    background: none;
  }
  .cid-syqMrufhdB .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #232323 !important;
  }
  .cid-syqMrufhdB .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-syqMrufhdB .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-syqMrufhdB .nav-link:before .navbar.navbar-short {
    background: #232323 !important;
    min-height: 60px;
  }
  .cid-syqMrufhdB .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syqMrufhdB .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-syqMrufhdB .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-syqMrufhdB .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-syqMrufhdB .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-syqMrufhdB .nav-link:before .dropdown-item.active,
  .cid-syqMrufhdB .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-syqMrufhdB .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-syqMrufhdB .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-syqMrufhdB .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #353535;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-syqMrufhdB .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-syqMrufhdB .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-syqMrufhdB .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-syqMrufhdB .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-syqMrufhdB .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-syqMrufhdB .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #fafafa;
  }
  .cid-syqMrufhdB .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-syqMrufhdB .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-syqMrufhdB .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-syqMrufhdB .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-syqMrufhdB .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-syqMrufhdB .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-syqMrufhdB .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-syqMrufhdB .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-syqMrufhdB .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-syqMrufhdB .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-syqMrufhdB .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #bbbbbb;
    display: inline-flex;
  }
  .cid-syqMrufhdB .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-syqMrufhdB .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-syqMrufhdB .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-syqMrufhdB .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-syqMrufhdB .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-syqMrufhdB .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-syqMrufhdB .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-syqMrufhdB .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-syqMrufhdB .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-syqMrufhdB .nav-link:before img {
    object-fit: contain;
  }
  .cid-syqMrufhdB .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-syqMrufhdB .nav-item:hover .nav-link:before,
  .cid-syqMrufhdB .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMrufhdB .nav-link:before .nav-link {
    position: relative;
  }
  .cid-syqMrufhdB .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-syqMrufhdB .nav-link:before .nav-item:hover .nav-link:before,
  .cid-syqMrufhdB .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMrufhdB .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-syqMrufhdB .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syqMrufhdB .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syqMrufhdB .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syqMrufhdB .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syqMrufhdB .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syqMrufhdB .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syqMrufhdB .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-syqMrufhdB .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syqMrufhdB .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syqMrufhdB .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syqMrufhdB .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-syqMrufhdB .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-syqMrufhdB .nav-link:before .navbar {
    height: 77px;
  }
  .cid-syqMrufhdB .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-syqMrufhdB .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMrufhdB .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMrufhdB .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-syqMrufhdB .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-syqMrufhdB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-syqMrufhdB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syqMrufhdB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-syqMrufhdB .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syqMrufhdB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-syqMrufhdB .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-syqMrufhdB .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-syqMrufhdB .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-syqMrufhdB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syqMrufhdB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syqMrufhdB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syqMrufhdB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syqMrufhdB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syqMrufhdB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syqMrufhdB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-syqMrufhdB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syqMrufhdB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syqMrufhdB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syqMrufhdB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-syqMrufhdB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-syqMrufhdB .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-syqMrufhdB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-syqMrufhdB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syqMrufhdB .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syqMrufhdB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syqMrufhdB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syqMrufhdB .dropdown-item.active,
.cid-syqMrufhdB .dropdown-item:active {
  background-color: transparent;
}
.cid-syqMrufhdB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syqMrufhdB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syqMrufhdB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-syqMrufhdB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-syqMrufhdB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syqMrufhdB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syqMrufhdB .navbar-buttons {
  text-align: center;
}
.cid-syqMrufhdB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syqMrufhdB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-syqMrufhdB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-syqMrufhdB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-syqMrufhdB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-syqMrufhdB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-syqMrufhdB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syqMrufhdB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-syqMrufhdB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-syqMrufhdB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syqMrufhdB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-syqMrufhdB a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syqMrufhdB .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #bbbbbb;
  display: inline-flex;
}
.cid-syqMrufhdB .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-syqMrufhdB .soc-item {
  margin: .5rem .3rem;
}
.cid-syqMrufhdB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syqMrufhdB a.nav-link .mbr-iconfont-btn,
.cid-syqMrufhdB a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-syqMrufhdB a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syqMrufhdB .navbar {
    height: 77px;
  }
  .cid-syqMrufhdB .navbar.opened {
    height: auto;
  }
  .cid-syqMrufhdB .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syqMrufhdB .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-syqMrufhdB .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-syqMrufhdB .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-syqMrufhdB .dropdown-submenu .dropdown-menu::before,
.cid-syqMrufhdB .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-syqMrufhdB img {
  object-fit: contain;
}
.cid-szQ3rHBo1Q {
  background-image: url("../../../assets/images/149293204-286606779558466-3648601725371959646-n-1500x1125.jpg");
}
.cid-szQ3rHBo1Q .mbr-text,
.cid-szQ3rHBo1Q .mbr-section-btn {
  color: #ffffff;
}
.cid-szQ3rHBo1Q .mbr-section-title {
  color: #98dee8;
}
.cid-syvs9bBXyO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syvs9bBXyO .row {
  flex-direction: row-reverse;
}
.cid-syvs9bBXyO .mbr-text {
  color: #6c758f;
}
.cid-syvs9bBXyO .mbr-section-subtitle {
  color: #6c758f;
}
.cid-syvs9bBXyO .mbr-section-title {
  color: #36187d;
}
.cid-szyS6ohFyq {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-szyS6ohFyq img,
.cid-szyS6ohFyq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-szyS6ohFyq .item:focus,
.cid-szyS6ohFyq span:focus {
  outline: none;
}
.cid-szyS6ohFyq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-szyS6ohFyq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #65c6d4;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-szyS6ohFyq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-szyS6ohFyq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-szyS6ohFyq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-szyS6ohFyq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-szyS6ohFyq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-szyS6ohFyq .mbr-section-title {
  color: #40b0bf;
}
.cid-szyS6ohFyq .mbr-text,
.cid-szyS6ohFyq .mbr-section-btn {
  text-align: left;
}
.cid-szyS6ohFyq .item-title {
  text-align: left;
}
.cid-szyS6ohFyq .item-subtitle {
  text-align: left;
}
.cid-syvB6ublzo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syvB6ublzo img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-syvB6ublzo img:hover {
  transform: scale(1.1);
}
.cid-syvB6ublzo .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-syvB6ublzo h2 {
  padding: 0;
  margin: 0;
}
.cid-syvB6ublzo .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syvB6ublzo .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-syvB6ublzo .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-syvB6ublzo .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-syvB6ublzo .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-syvB6ublzo .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-syvB6ublzo .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-syvB6ublzo .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-syvB6ublzo .text-col {
    padding: 2rem 1rem;
  }
}
.cid-syvB6ublzo H2 {
  color: #333333;
}
.cid-syvB6ublzo .mbr-text {
  color: #767676;
}
.cid-syvB6ublzo H3 {
  color: #3c98b1;
}
.cid-syqMrweEle {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-syqMrweEle .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-syqMrweEle .row {
  border-bottom: 1px solid #808080;
}
.cid-syqMrweEle H2 {
  color: #e7272d;
}
.cid-syqMrweEle .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-syqMrweEle .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-syqMrweEle .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-syqMrweEle .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-syqMrweEle .col-lg-12 {
  overflow: hidden;
}
.cid-syqMrweEle H4 {
  color: #9fdbf8;
}
.cid-syqMrweEle .mbr-text,
.cid-syqMrweEle .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-syqMrweEle .logo-wrap:before {
    content: none;
  }
  .cid-syqMrweEle .logo-wrap:after {
    content: none;
  }
}
.cid-syqMu1wV1l .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bbbbbb;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syqMu1wV1l .nav-item,
.cid-syqMu1wV1l .nav-link,
.cid-syqMu1wV1l .navbar-caption {
  font-weight: normal;
}
.cid-syqMu1wV1l .nav-item:focus,
.cid-syqMu1wV1l .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-syqMu1wV1l .nav-link {
    position: relative;
  }
  .cid-syqMu1wV1l .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-syqMu1wV1l .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bbbbbb;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-syqMu1wV1l .nav-link:before .nav-item,
  .cid-syqMu1wV1l .nav-link:before .nav-link,
  .cid-syqMu1wV1l .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-syqMu1wV1l .nav-link:before .nav-item:focus,
  .cid-syqMu1wV1l .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-syqMu1wV1l .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-syqMu1wV1l .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-syqMu1wV1l .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-syqMu1wV1l .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #232323;
    background: none;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #232323 !important;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar.navbar-short {
    background: #232323 !important;
    min-height: 60px;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-syqMu1wV1l .nav-link:before .dropdown-item.active,
  .cid-syqMu1wV1l .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-syqMu1wV1l .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #353535;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-syqMu1wV1l .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-syqMu1wV1l .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-syqMu1wV1l .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #fafafa;
  }
  .cid-syqMu1wV1l .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-syqMu1wV1l .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-syqMu1wV1l .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-syqMu1wV1l .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-syqMu1wV1l .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-syqMu1wV1l .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-syqMu1wV1l .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-syqMu1wV1l .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-syqMu1wV1l .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-syqMu1wV1l .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #bbbbbb;
    display: inline-flex;
  }
  .cid-syqMu1wV1l .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-syqMu1wV1l .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-syqMu1wV1l .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-syqMu1wV1l .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-syqMu1wV1l .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-syqMu1wV1l .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-syqMu1wV1l .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-syqMu1wV1l .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-syqMu1wV1l .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-syqMu1wV1l .nav-link:before img {
    object-fit: contain;
  }
  .cid-syqMu1wV1l .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-syqMu1wV1l .nav-item:hover .nav-link:before,
  .cid-syqMu1wV1l .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMu1wV1l .nav-link:before .nav-link {
    position: relative;
  }
  .cid-syqMu1wV1l .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-syqMu1wV1l .nav-link:before .nav-item:hover .nav-link:before,
  .cid-syqMu1wV1l .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMu1wV1l .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-syqMu1wV1l .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-syqMu1wV1l .nav-link:before .navbar {
    height: 77px;
  }
  .cid-syqMu1wV1l .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-syqMu1wV1l .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMu1wV1l .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMu1wV1l .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-syqMu1wV1l .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-syqMu1wV1l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-syqMu1wV1l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syqMu1wV1l .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-syqMu1wV1l .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syqMu1wV1l .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-syqMu1wV1l .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-syqMu1wV1l .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-syqMu1wV1l .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-syqMu1wV1l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syqMu1wV1l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syqMu1wV1l .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syqMu1wV1l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syqMu1wV1l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syqMu1wV1l .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syqMu1wV1l .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-syqMu1wV1l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syqMu1wV1l .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syqMu1wV1l .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syqMu1wV1l .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-syqMu1wV1l .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-syqMu1wV1l .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-syqMu1wV1l .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-syqMu1wV1l .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syqMu1wV1l .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syqMu1wV1l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syqMu1wV1l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syqMu1wV1l .dropdown-item.active,
.cid-syqMu1wV1l .dropdown-item:active {
  background-color: transparent;
}
.cid-syqMu1wV1l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syqMu1wV1l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syqMu1wV1l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-syqMu1wV1l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-syqMu1wV1l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syqMu1wV1l ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syqMu1wV1l .navbar-buttons {
  text-align: center;
}
.cid-syqMu1wV1l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syqMu1wV1l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-syqMu1wV1l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-syqMu1wV1l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-syqMu1wV1l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-syqMu1wV1l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-syqMu1wV1l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syqMu1wV1l nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-syqMu1wV1l nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-syqMu1wV1l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syqMu1wV1l .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-syqMu1wV1l a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syqMu1wV1l .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #bbbbbb;
  display: inline-flex;
}
.cid-syqMu1wV1l .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-syqMu1wV1l .soc-item {
  margin: .5rem .3rem;
}
.cid-syqMu1wV1l .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syqMu1wV1l a.nav-link .mbr-iconfont-btn,
.cid-syqMu1wV1l a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-syqMu1wV1l a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syqMu1wV1l .navbar {
    height: 77px;
  }
  .cid-syqMu1wV1l .navbar.opened {
    height: auto;
  }
  .cid-syqMu1wV1l .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syqMu1wV1l .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-syqMu1wV1l .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-syqMu1wV1l .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-syqMu1wV1l .dropdown-submenu .dropdown-menu::before,
.cid-syqMu1wV1l .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-syqMu1wV1l img {
  object-fit: contain;
}
.cid-syqMu1YlrS {
  background-image: url("../../../assets/images/barrow-upon-soar-leicestershire-1-1500x1000.jpg");
}
.cid-syqMu1YlrS .mbr-text,
.cid-syqMu1YlrS .mbr-section-btn {
  color: #ffffff;
}
.cid-syqMu1YlrS .mbr-section-title {
  color: #e6c63b;
}
.cid-sEyJBMcTok {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sEyJBMcTok img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sEyJBMcTok img:hover {
  transform: scale(1.1);
}
.cid-sEyJBMcTok .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sEyJBMcTok h2 {
  padding: 0;
  margin: 0;
}
.cid-sEyJBMcTok .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEyJBMcTok .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sEyJBMcTok .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sEyJBMcTok .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sEyJBMcTok .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sEyJBMcTok .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sEyJBMcTok .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sEyJBMcTok .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sEyJBMcTok .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sEyJBMcTok H2 {
  color: #333333;
}
.cid-sEyJBMcTok .mbr-text {
  color: #767676;
}
.cid-sEyJBMcTok H3 {
  color: #3c98b1;
}
.cid-syqMTYGmpC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-syqMTYGmpC img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-syqMTYGmpC img:hover {
  transform: scale(1.1);
}
.cid-syqMTYGmpC .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-syqMTYGmpC h2 {
  padding: 0;
  margin: 0;
}
.cid-syqMTYGmpC .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syqMTYGmpC .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-syqMTYGmpC .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-syqMTYGmpC .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-syqMTYGmpC .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-syqMTYGmpC .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-syqMTYGmpC .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-syqMTYGmpC .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-syqMTYGmpC .text-col {
    padding: 2rem 1rem;
  }
}
.cid-syqMTYGmpC H2 {
  color: #333333;
}
.cid-syqMTYGmpC .mbr-text {
  color: #767676;
}
.cid-syqMTYGmpC H3 {
  color: #3c98b1;
}
.cid-syqNSBQMbl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-syqNSBQMbl img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-syqNSBQMbl img:hover {
  transform: scale(1.1);
}
.cid-syqNSBQMbl .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-syqNSBQMbl h2 {
  padding: 0;
  margin: 0;
}
.cid-syqNSBQMbl .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syqNSBQMbl .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-syqNSBQMbl .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-syqNSBQMbl .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-syqNSBQMbl .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-syqNSBQMbl .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-syqNSBQMbl .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-syqNSBQMbl .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-syqNSBQMbl .text-col {
    padding: 2rem 1rem;
  }
}
.cid-syqNSBQMbl H2 {
  color: #333333;
}
.cid-syqNSBQMbl .mbr-text {
  color: #767676;
}
.cid-syqNSBQMbl H3 {
  color: #3c98b1;
}
.cid-syriKSAicl {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-syriKSAicl img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-syriKSAicl img:hover {
  transform: scale(1.1);
}
.cid-syriKSAicl .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-syriKSAicl h2 {
  padding: 0;
  margin: 0;
}
.cid-syriKSAicl .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syriKSAicl .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-syriKSAicl .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-syriKSAicl .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-syriKSAicl .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-syriKSAicl .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-syriKSAicl .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-syriKSAicl .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-syriKSAicl .text-col {
    padding: 2rem 1rem;
  }
}
.cid-syriKSAicl H2 {
  color: #333333;
}
.cid-syriKSAicl .mbr-text {
  color: #767676;
}
.cid-syriKSAicl H3 {
  color: #3c98b1;
}
.cid-szPZrNis20 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-szPZrNis20 .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-szPZrNis20 .card-box {
  width: 100%;
}
.cid-szPZrNis20 .card-img {
  padding: 1rem;
  border: 2px solid #e9e9e9;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-szPZrNis20 .card-img span {
  color: #0a1c44;
  font-size: 3rem;
}
.cid-szPZrNis20 .mbr-text {
  color: #767676;
}
.cid-szPZrNis20 p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-szPZrNis20 .card {
    margin-bottom: 2rem;
  }
}
.cid-szPZrNis20 .card-title,
.cid-szPZrNis20 .card-img {
  color: #000000;
  text-align: center;
}
.cid-szPZrNis20 .mbr-section-title {
  text-align: center;
}
.cid-szPZrNis20 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-szPZrNis20 .mbr-section-title,
.cid-szPZrNis20 .line-wrap {
  text-align: center;
}
.cid-szPZrNis20 .mbr-text,
.cid-szPZrNis20 .line-wrap2 {
  text-align: center;
  color: #000000;
}
.cid-szockMdMaI {
  background: #efeeee;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-szockMdMaI .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-szockMdMaI .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-szockMdMaI .image-block:hover:before {
  opacity: 0.4;
}
.cid-szockMdMaI .image-block:hover .wrap {
  opacity: 1;
}
.cid-szockMdMaI .image-block:hover img {
  transform: scale(1.05);
}
.cid-szockMdMaI h4 {
  letter-spacing: 2px;
}
.cid-szockMdMaI figcaption {
  position: relative;
}
.cid-szockMdMaI figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-szockMdMaI img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-szockMdMaI .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-szockMdMaI .wrap {
    opacity: 1!important;
  }
  .cid-szockMdMaI .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-szockMdMaI H4 {
  text-align: left;
}
.cid-szockMdMaI P {
  text-align: left;
}
.cid-szod2CbZ6r {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #efeeee;
}
.cid-szod2CbZ6r .container {
  max-width: 1500px;
}
.cid-szod2CbZ6r .row {
  background: #333333;
}
.cid-szod2CbZ6r .img-col {
  padding: 0;
}
.cid-szod2CbZ6r .title-col {
  padding: 4rem 8rem;
}
.cid-szod2CbZ6r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-szod2CbZ6r h2 {
  padding: 0;
  margin: 0;
}
.cid-szod2CbZ6r .text-wrap {
  margin: auto;
}
.cid-szod2CbZ6r .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-szod2CbZ6r .row {
    margin: 2rem;
  }
  .cid-szod2CbZ6r .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-szod2CbZ6r .row {
    margin: 0rem;
  }
  .cid-szod2CbZ6r .title-col {
    padding: 2rem 1rem;
  }
}
.cid-szod2CbZ6r H2 {
  color: #40b0bf;
}
.cid-szod2CbZ6r P {
  color: #ffffff;
}
.cid-syqMu35SCG {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-syqMu35SCG .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-syqMu35SCG .row {
  border-bottom: 1px solid #808080;
}
.cid-syqMu35SCG H2 {
  color: #e7272d;
}
.cid-syqMu35SCG .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-syqMu35SCG .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-syqMu35SCG .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-syqMu35SCG .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-syqMu35SCG .col-lg-12 {
  overflow: hidden;
}
.cid-syqMu35SCG H4 {
  color: #9fdbf8;
}
.cid-syqMu35SCG .mbr-text,
.cid-syqMu35SCG .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-syqMu35SCG .logo-wrap:before {
    content: none;
  }
  .cid-syqMu35SCG .logo-wrap:after {
    content: none;
  }
}
.cid-sEt4e2IrtM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bbbbbb;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEt4e2IrtM .nav-item,
.cid-sEt4e2IrtM .nav-link,
.cid-sEt4e2IrtM .navbar-caption {
  font-weight: normal;
}
.cid-sEt4e2IrtM .nav-item:focus,
.cid-sEt4e2IrtM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEt4e2IrtM .nav-link {
    position: relative;
  }
  .cid-sEt4e2IrtM .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sEt4e2IrtM .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bbbbbb;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-sEt4e2IrtM .nav-link:before .nav-item,
  .cid-sEt4e2IrtM .nav-link:before .nav-link,
  .cid-sEt4e2IrtM .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-sEt4e2IrtM .nav-link:before .nav-item:focus,
  .cid-sEt4e2IrtM .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-sEt4e2IrtM .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-sEt4e2IrtM .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-sEt4e2IrtM .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-sEt4e2IrtM .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #232323;
    background: none;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #232323 !important;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar.navbar-short {
    background: #232323 !important;
    min-height: 60px;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-sEt4e2IrtM .nav-link:before .dropdown-item.active,
  .cid-sEt4e2IrtM .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-sEt4e2IrtM .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #353535;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sEt4e2IrtM .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-sEt4e2IrtM .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-sEt4e2IrtM .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #fafafa;
  }
  .cid-sEt4e2IrtM .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-sEt4e2IrtM .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-sEt4e2IrtM .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-sEt4e2IrtM .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-sEt4e2IrtM .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-sEt4e2IrtM .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-sEt4e2IrtM .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-sEt4e2IrtM .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-sEt4e2IrtM .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sEt4e2IrtM .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #bbbbbb;
    display: inline-flex;
  }
  .cid-sEt4e2IrtM .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-sEt4e2IrtM .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-sEt4e2IrtM .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sEt4e2IrtM .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-sEt4e2IrtM .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-sEt4e2IrtM .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-sEt4e2IrtM .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-sEt4e2IrtM .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-sEt4e2IrtM .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-sEt4e2IrtM .nav-link:before img {
    object-fit: contain;
  }
  .cid-sEt4e2IrtM .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-sEt4e2IrtM .nav-item:hover .nav-link:before,
  .cid-sEt4e2IrtM .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sEt4e2IrtM .nav-link:before .nav-link {
    position: relative;
  }
  .cid-sEt4e2IrtM .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sEt4e2IrtM .nav-link:before .nav-item:hover .nav-link:before,
  .cid-sEt4e2IrtM .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sEt4e2IrtM .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-sEt4e2IrtM .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-sEt4e2IrtM .nav-link:before .navbar {
    height: 77px;
  }
  .cid-sEt4e2IrtM .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-sEt4e2IrtM .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sEt4e2IrtM .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sEt4e2IrtM .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-sEt4e2IrtM .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-sEt4e2IrtM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sEt4e2IrtM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEt4e2IrtM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEt4e2IrtM .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEt4e2IrtM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-sEt4e2IrtM .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sEt4e2IrtM .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-sEt4e2IrtM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sEt4e2IrtM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEt4e2IrtM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEt4e2IrtM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEt4e2IrtM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEt4e2IrtM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEt4e2IrtM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEt4e2IrtM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEt4e2IrtM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEt4e2IrtM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEt4e2IrtM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEt4e2IrtM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sEt4e2IrtM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sEt4e2IrtM .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sEt4e2IrtM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEt4e2IrtM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEt4e2IrtM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEt4e2IrtM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEt4e2IrtM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEt4e2IrtM .dropdown-item.active,
.cid-sEt4e2IrtM .dropdown-item:active {
  background-color: transparent;
}
.cid-sEt4e2IrtM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEt4e2IrtM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEt4e2IrtM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-sEt4e2IrtM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-sEt4e2IrtM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEt4e2IrtM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEt4e2IrtM .navbar-buttons {
  text-align: center;
}
.cid-sEt4e2IrtM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEt4e2IrtM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-sEt4e2IrtM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEt4e2IrtM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEt4e2IrtM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEt4e2IrtM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEt4e2IrtM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEt4e2IrtM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEt4e2IrtM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEt4e2IrtM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEt4e2IrtM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sEt4e2IrtM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEt4e2IrtM .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #bbbbbb;
  display: inline-flex;
}
.cid-sEt4e2IrtM .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sEt4e2IrtM .soc-item {
  margin: .5rem .3rem;
}
.cid-sEt4e2IrtM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEt4e2IrtM a.nav-link .mbr-iconfont-btn,
.cid-sEt4e2IrtM a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sEt4e2IrtM a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEt4e2IrtM .navbar {
    height: 77px;
  }
  .cid-sEt4e2IrtM .navbar.opened {
    height: auto;
  }
  .cid-sEt4e2IrtM .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEt4e2IrtM .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-sEt4e2IrtM .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-sEt4e2IrtM .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-sEt4e2IrtM .dropdown-submenu .dropdown-menu::before,
.cid-sEt4e2IrtM .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-sEt4e2IrtM img {
  object-fit: contain;
}
.cid-sEt4ilEsww .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #353535;
  outline-offset: 0px;
  box-shadow: -4px 20px -1px -16px #646158;
  -moz-box-shadow: -4px 20px -1px -16px #646158;
  -webkit-box-shadow: -4px 20px -1px -16px #646158;
}
.cid-sEt4ilEsww .mbr-section-title {
  color: #ffffff;
}
.cid-sEt4ilEsww .mbr-text {
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 100;
}
.cid-sEt4ilEsww .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sEt4ilEsww .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEt4ilEsww .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-sEt4ilEsww .mbr-figure img {
    width: 80% !important;
  }
}
.cid-sEt4ilEsww .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-sEt4ilEsww .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-sEt4ilEsww .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-sEt4ilEsww H3 {
  color: #ffffff;
}
.cid-sEt4kHXkFC {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sEt4kHXkFC .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-sEt4kHXkFC .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sEt4kHXkFC .image-block:hover:before {
  opacity: 0.6;
}
.cid-sEt4kHXkFC .image-block:hover .wrap {
  opacity: 1;
}
.cid-sEt4kHXkFC .image-block:hover img {
  transform: scale(1.05);
}
.cid-sEt4kHXkFC h4 {
  letter-spacing: 2px;
}
.cid-sEt4kHXkFC figcaption {
  position: relative;
}
.cid-sEt4kHXkFC figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sEt4kHXkFC img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sEt4kHXkFC .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sEt4kHXkFC .wrap {
    opacity: 1!important;
  }
  .cid-sEt4kHXkFC .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-sEt4kHXkFC H4 {
  text-align: left;
}
.cid-sEt4kHXkFC P {
  text-align: left;
}
.cid-sEt4lN4iGe {
  padding-top: 0rem;
  padding-bottom: 2rem;
}
.cid-sEt4lN4iGe .carousel {
  height: 800px;
}
.cid-sEt4lN4iGe .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sEt4lN4iGe .carousel-item,
.cid-sEt4lN4iGe .carousel-inner {
  height: 100%;
}
.cid-sEt4lN4iGe .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 40%;
  overflow: hidden;
  bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 50px;
}
@media (max-width: 767px) {
  .cid-sEt4lN4iGe .carousel-caption {
    height: 68%;
  }
}
.cid-sEt4lN4iGe .carousel-control {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
  top: calc(50% + 40%/2 + 1rem);
  transform: translateY(-50%);
  left: 0;
  margin-left: 50px;
  color: #fafafa;
  opacity: 1;
}
.cid-sEt4lN4iGe .carousel-control.carousel-control-next {
  margin-left: 100px;
}
.cid-sEt4lN4iGe .carousel-control > span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sEt4lN4iGe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sEt4lN4iGe .carousel-control:hover {
  opacity: 0.6;
}
.cid-sEt4lN4iGe .item-wrapper {
  width: 100%;
}
.cid-sEt4lN4iGe .mbr-section-subtitle,
.cid-sEt4lN4iGe .slider-subtitle {
  margin-bottom: 30px;
}
.cid-sEt4lN4iGe .caption-text {
  margin-bottom: 20.4px;
}
@media (max-width: 767px) {
  .cid-sEt4lN4iGe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sEt4lN4iGe .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sEt4lN4iGe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sEt4lN4iGe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sEt4lN4iGe .carousel-indicators li.active,
.cid-sEt4lN4iGe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sEt4lN4iGe .carousel-indicators li::after,
.cid-sEt4lN4iGe .carousel-indicators li::before {
  content: none;
}
.cid-sEt4lN4iGe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sEt4lN4iGe .carousel-indicators {
    display: none !important;
  }
}
.cid-sEt4lN4iGe H5 {
  color: #e9ddd8;
}
.cid-sEt4lN4iGe .mbr-section-subtitle {
  color: #ebc6b8;
}
.cid-sEt4lN4iGe P {
  color: #ffffff;
}
.cid-sEt4e5Chkg {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sEt4e5Chkg .container {
  max-width: 1500px;
}
.cid-sEt4e5Chkg .row {
  background: #333333;
}
.cid-sEt4e5Chkg .img-col {
  padding: 0;
}
.cid-sEt4e5Chkg .title-col {
  padding: 4rem 8rem;
}
.cid-sEt4e5Chkg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sEt4e5Chkg h2 {
  padding: 0;
  margin: 0;
}
.cid-sEt4e5Chkg .text-wrap {
  margin: auto;
}
.cid-sEt4e5Chkg .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-sEt4e5Chkg .row {
    margin: 2rem;
  }
  .cid-sEt4e5Chkg .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sEt4e5Chkg .row {
    margin: 0rem;
  }
  .cid-sEt4e5Chkg .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sEt4e5Chkg H2 {
  color: #40b0bf;
}
.cid-sEt4e5Chkg P {
  color: #ffffff;
}
.cid-sEt4e5XVrm {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sEt4e5XVrm .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sEt4e5XVrm .row {
  border-bottom: 1px solid #808080;
}
.cid-sEt4e5XVrm H2 {
  color: #e7272d;
}
.cid-sEt4e5XVrm .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sEt4e5XVrm .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sEt4e5XVrm .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEt4e5XVrm .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEt4e5XVrm .col-lg-12 {
  overflow: hidden;
}
.cid-sEt4e5XVrm H4 {
  color: #9fdbf8;
}
.cid-sEt4e5XVrm .mbr-text,
.cid-sEt4e5XVrm .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sEt4e5XVrm .logo-wrap:before {
    content: none;
  }
  .cid-sEt4e5XVrm .logo-wrap:after {
    content: none;
  }
}
.cid-sEy2SrGf72 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bbbbbb;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEy2SrGf72 .nav-item,
.cid-sEy2SrGf72 .nav-link,
.cid-sEy2SrGf72 .navbar-caption {
  font-weight: normal;
}
.cid-sEy2SrGf72 .nav-item:focus,
.cid-sEy2SrGf72 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEy2SrGf72 .nav-link {
    position: relative;
  }
  .cid-sEy2SrGf72 .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sEy2SrGf72 .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bbbbbb;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-sEy2SrGf72 .nav-link:before .nav-item,
  .cid-sEy2SrGf72 .nav-link:before .nav-link,
  .cid-sEy2SrGf72 .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-sEy2SrGf72 .nav-link:before .nav-item:focus,
  .cid-sEy2SrGf72 .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-sEy2SrGf72 .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-sEy2SrGf72 .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-sEy2SrGf72 .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-sEy2SrGf72 .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #232323;
    background: none;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #232323 !important;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar.navbar-short {
    background: #232323 !important;
    min-height: 60px;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-sEy2SrGf72 .nav-link:before .dropdown-item.active,
  .cid-sEy2SrGf72 .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-sEy2SrGf72 .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #353535;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sEy2SrGf72 .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-sEy2SrGf72 .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-sEy2SrGf72 .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #fafafa;
  }
  .cid-sEy2SrGf72 .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-sEy2SrGf72 .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-sEy2SrGf72 .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-sEy2SrGf72 .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-sEy2SrGf72 .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-sEy2SrGf72 .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-sEy2SrGf72 .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-sEy2SrGf72 .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-sEy2SrGf72 .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sEy2SrGf72 .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #bbbbbb;
    display: inline-flex;
  }
  .cid-sEy2SrGf72 .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-sEy2SrGf72 .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-sEy2SrGf72 .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sEy2SrGf72 .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-sEy2SrGf72 .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-sEy2SrGf72 .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-sEy2SrGf72 .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-sEy2SrGf72 .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-sEy2SrGf72 .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-sEy2SrGf72 .nav-link:before img {
    object-fit: contain;
  }
  .cid-sEy2SrGf72 .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-sEy2SrGf72 .nav-item:hover .nav-link:before,
  .cid-sEy2SrGf72 .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sEy2SrGf72 .nav-link:before .nav-link {
    position: relative;
  }
  .cid-sEy2SrGf72 .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sEy2SrGf72 .nav-link:before .nav-item:hover .nav-link:before,
  .cid-sEy2SrGf72 .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sEy2SrGf72 .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-sEy2SrGf72 .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-sEy2SrGf72 .nav-link:before .navbar {
    height: 77px;
  }
  .cid-sEy2SrGf72 .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-sEy2SrGf72 .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sEy2SrGf72 .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sEy2SrGf72 .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-sEy2SrGf72 .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-sEy2SrGf72 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sEy2SrGf72 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEy2SrGf72 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEy2SrGf72 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEy2SrGf72 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-sEy2SrGf72 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sEy2SrGf72 .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-sEy2SrGf72 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sEy2SrGf72 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEy2SrGf72 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEy2SrGf72 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEy2SrGf72 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEy2SrGf72 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEy2SrGf72 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEy2SrGf72 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEy2SrGf72 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEy2SrGf72 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEy2SrGf72 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEy2SrGf72 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sEy2SrGf72 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sEy2SrGf72 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sEy2SrGf72 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEy2SrGf72 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEy2SrGf72 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEy2SrGf72 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEy2SrGf72 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEy2SrGf72 .dropdown-item.active,
.cid-sEy2SrGf72 .dropdown-item:active {
  background-color: transparent;
}
.cid-sEy2SrGf72 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEy2SrGf72 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEy2SrGf72 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-sEy2SrGf72 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-sEy2SrGf72 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEy2SrGf72 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEy2SrGf72 .navbar-buttons {
  text-align: center;
}
.cid-sEy2SrGf72 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEy2SrGf72 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-sEy2SrGf72 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEy2SrGf72 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEy2SrGf72 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEy2SrGf72 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEy2SrGf72 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEy2SrGf72 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEy2SrGf72 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEy2SrGf72 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEy2SrGf72 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sEy2SrGf72 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEy2SrGf72 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #bbbbbb;
  display: inline-flex;
}
.cid-sEy2SrGf72 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sEy2SrGf72 .soc-item {
  margin: .5rem .3rem;
}
.cid-sEy2SrGf72 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEy2SrGf72 a.nav-link .mbr-iconfont-btn,
.cid-sEy2SrGf72 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sEy2SrGf72 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEy2SrGf72 .navbar {
    height: 77px;
  }
  .cid-sEy2SrGf72 .navbar.opened {
    height: auto;
  }
  .cid-sEy2SrGf72 .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEy2SrGf72 .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-sEy2SrGf72 .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-sEy2SrGf72 .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-sEy2SrGf72 .dropdown-submenu .dropdown-menu::before,
.cid-sEy2SrGf72 .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-sEy2SrGf72 img {
  object-fit: contain;
}
.cid-sEy2SsqGNg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/delta2-1181x787.jpg");
}
.cid-sEy2SsqGNg .mbr-text,
.cid-sEy2SsqGNg .mbr-section-btn {
  color: #ffffff;
}
.cid-sEy2SsqGNg .mbr-section-title {
  color: #ffffff;
}
.cid-sEy2Sto6Xu {
  background-color: #ffffff;
}
.cid-sEy2Sto6Xu .show {
  visibility: visible;
}
.cid-sEy2Sto6Xu .hide {
  visibility: hidden;
}
.cid-sEy2St8GuE {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sEy2St8GuE .link-wrap {
  width: 100%;
}
.cid-sEy2St8GuE .link {
  display: inline-block;
}
.cid-sEy2St8GuE .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-sEy2St8GuE .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sEy2St8GuE .link a:hover {
  text-decoration: underline;
}
.cid-sEy2St8GuE .link,
.cid-sEy2St8GuE .link-wrap {
  color: #000000;
}
.cid-sEy2St8GuE .mbr-text,
.cid-sEy2St8GuE .mbr-section-btn {
  color: #333333;
}
.cid-sEy2St8GuE .card-title,
.cid-sEy2St8GuE .card-box {
  text-align: left;
}
.cid-sEy2StGEYp {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sEy2StGEYp .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sEy2StGEYp .row {
  border-bottom: 1px solid #808080;
}
.cid-sEy2StGEYp H2 {
  color: #e7272d;
}
.cid-sEy2StGEYp .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sEy2StGEYp .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sEy2StGEYp .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEy2StGEYp .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEy2StGEYp .col-lg-12 {
  overflow: hidden;
}
.cid-sEy2StGEYp H4 {
  color: #9fdbf8;
}
.cid-sEy2StGEYp .mbr-text,
.cid-sEy2StGEYp .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sEy2StGEYp .logo-wrap:before {
    content: none;
  }
  .cid-sEy2StGEYp .logo-wrap:after {
    content: none;
  }
}
.cid-sEyoPYWGfN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bbbbbb;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEyoPYWGfN .nav-item,
.cid-sEyoPYWGfN .nav-link,
.cid-sEyoPYWGfN .navbar-caption {
  font-weight: normal;
}
.cid-sEyoPYWGfN .nav-item:focus,
.cid-sEyoPYWGfN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEyoPYWGfN .nav-link {
    position: relative;
  }
  .cid-sEyoPYWGfN .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sEyoPYWGfN .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bbbbbb;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-sEyoPYWGfN .nav-link:before .nav-item,
  .cid-sEyoPYWGfN .nav-link:before .nav-link,
  .cid-sEyoPYWGfN .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-sEyoPYWGfN .nav-link:before .nav-item:focus,
  .cid-sEyoPYWGfN .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-sEyoPYWGfN .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-sEyoPYWGfN .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-sEyoPYWGfN .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-sEyoPYWGfN .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #232323;
    background: none;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #232323 !important;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar.navbar-short {
    background: #232323 !important;
    min-height: 60px;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-sEyoPYWGfN .nav-link:before .dropdown-item.active,
  .cid-sEyoPYWGfN .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-sEyoPYWGfN .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #353535;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sEyoPYWGfN .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-sEyoPYWGfN .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-sEyoPYWGfN .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #fafafa;
  }
  .cid-sEyoPYWGfN .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-sEyoPYWGfN .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-sEyoPYWGfN .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-sEyoPYWGfN .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-sEyoPYWGfN .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-sEyoPYWGfN .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-sEyoPYWGfN .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-sEyoPYWGfN .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-sEyoPYWGfN .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sEyoPYWGfN .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #bbbbbb;
    display: inline-flex;
  }
  .cid-sEyoPYWGfN .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-sEyoPYWGfN .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-sEyoPYWGfN .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sEyoPYWGfN .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-sEyoPYWGfN .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-sEyoPYWGfN .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-sEyoPYWGfN .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-sEyoPYWGfN .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-sEyoPYWGfN .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-sEyoPYWGfN .nav-link:before img {
    object-fit: contain;
  }
  .cid-sEyoPYWGfN .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-sEyoPYWGfN .nav-item:hover .nav-link:before,
  .cid-sEyoPYWGfN .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sEyoPYWGfN .nav-link:before .nav-link {
    position: relative;
  }
  .cid-sEyoPYWGfN .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sEyoPYWGfN .nav-link:before .nav-item:hover .nav-link:before,
  .cid-sEyoPYWGfN .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sEyoPYWGfN .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-sEyoPYWGfN .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-sEyoPYWGfN .nav-link:before .navbar {
    height: 77px;
  }
  .cid-sEyoPYWGfN .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-sEyoPYWGfN .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sEyoPYWGfN .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sEyoPYWGfN .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-sEyoPYWGfN .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-sEyoPYWGfN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sEyoPYWGfN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEyoPYWGfN .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEyoPYWGfN .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEyoPYWGfN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-sEyoPYWGfN .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sEyoPYWGfN .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-sEyoPYWGfN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sEyoPYWGfN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEyoPYWGfN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEyoPYWGfN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEyoPYWGfN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEyoPYWGfN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sEyoPYWGfN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEyoPYWGfN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sEyoPYWGfN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEyoPYWGfN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEyoPYWGfN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEyoPYWGfN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sEyoPYWGfN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sEyoPYWGfN .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sEyoPYWGfN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sEyoPYWGfN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEyoPYWGfN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEyoPYWGfN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEyoPYWGfN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEyoPYWGfN .dropdown-item.active,
.cid-sEyoPYWGfN .dropdown-item:active {
  background-color: transparent;
}
.cid-sEyoPYWGfN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEyoPYWGfN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEyoPYWGfN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-sEyoPYWGfN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-sEyoPYWGfN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEyoPYWGfN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEyoPYWGfN .navbar-buttons {
  text-align: center;
}
.cid-sEyoPYWGfN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEyoPYWGfN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-sEyoPYWGfN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEyoPYWGfN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEyoPYWGfN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEyoPYWGfN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEyoPYWGfN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEyoPYWGfN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEyoPYWGfN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEyoPYWGfN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEyoPYWGfN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sEyoPYWGfN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEyoPYWGfN .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #bbbbbb;
  display: inline-flex;
}
.cid-sEyoPYWGfN .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sEyoPYWGfN .soc-item {
  margin: .5rem .3rem;
}
.cid-sEyoPYWGfN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEyoPYWGfN a.nav-link .mbr-iconfont-btn,
.cid-sEyoPYWGfN a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sEyoPYWGfN a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEyoPYWGfN .navbar {
    height: 77px;
  }
  .cid-sEyoPYWGfN .navbar.opened {
    height: auto;
  }
  .cid-sEyoPYWGfN .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEyoPYWGfN .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-sEyoPYWGfN .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-sEyoPYWGfN .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-sEyoPYWGfN .dropdown-submenu .dropdown-menu::before,
.cid-sEyoPYWGfN .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-sEyoPYWGfN img {
  object-fit: contain;
}
.cid-sEyoPZM36C {
  background-image: url("../../../assets/images/delta2-1181x787.jpg");
}
.cid-sEyoPZM36C .mbr-text,
.cid-sEyoPZM36C .mbr-section-btn {
  color: #ffffff;
}
.cid-sEyoPZM36C .mbr-section-title {
  color: #ffffff;
}
.cid-sEyoPZM36C .mbr-section-subtitle {
  color: #6ec7f2;
}
.cid-sEyoQ0NX0H {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sEyoQ0NX0H .link-wrap {
  width: 100%;
}
.cid-sEyoQ0NX0H .link {
  display: inline-block;
}
.cid-sEyoQ0NX0H .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-sEyoQ0NX0H .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sEyoQ0NX0H .link a:hover {
  text-decoration: underline;
}
.cid-sEyoQ0NX0H .link,
.cid-sEyoQ0NX0H .link-wrap {
  color: #000000;
}
.cid-sEyoQ0NX0H .mbr-text,
.cid-sEyoQ0NX0H .mbr-section-btn {
  color: #333333;
}
.cid-sEyoQ0NX0H .card-title,
.cid-sEyoQ0NX0H .card-box {
  text-align: left;
  color: #40b0bf;
}
.cid-sEysFLCoFz {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sEysFLCoFz .link-wrap {
  width: 100%;
}
.cid-sEysFLCoFz .link {
  display: inline-block;
}
.cid-sEysFLCoFz .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-sEysFLCoFz .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sEysFLCoFz .link a:hover {
  text-decoration: underline;
}
.cid-sEysFLCoFz .link,
.cid-sEysFLCoFz .link-wrap {
  color: #40b0bf;
}
.cid-sEysFLCoFz .mbr-text,
.cid-sEysFLCoFz .mbr-section-btn {
  color: #333333;
}
.cid-sEysFLCoFz .card-title,
.cid-sEysFLCoFz .card-box {
  text-align: left;
  color: #40b0bf;
}
.cid-sEyoQ18590 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sEyoQ18590 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sEyoQ18590 .row {
  border-bottom: 1px solid #808080;
}
.cid-sEyoQ18590 H2 {
  color: #e7272d;
}
.cid-sEyoQ18590 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sEyoQ18590 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sEyoQ18590 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEyoQ18590 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sEyoQ18590 .col-lg-12 {
  overflow: hidden;
}
.cid-sEyoQ18590 H4 {
  color: #9fdbf8;
}
.cid-sEyoQ18590 .mbr-text,
.cid-sEyoQ18590 .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sEyoQ18590 .logo-wrap:before {
    content: none;
  }
  .cid-sEyoQ18590 .logo-wrap:after {
    content: none;
  }
}
.cid-sF27ZrpCS2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bbbbbb;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sF27ZrpCS2 .nav-item,
.cid-sF27ZrpCS2 .nav-link,
.cid-sF27ZrpCS2 .navbar-caption {
  font-weight: normal;
}
.cid-sF27ZrpCS2 .nav-item:focus,
.cid-sF27ZrpCS2 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sF27ZrpCS2 .nav-link {
    position: relative;
  }
  .cid-sF27ZrpCS2 .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sF27ZrpCS2 .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bbbbbb;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-sF27ZrpCS2 .nav-link:before .nav-item,
  .cid-sF27ZrpCS2 .nav-link:before .nav-link,
  .cid-sF27ZrpCS2 .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-sF27ZrpCS2 .nav-link:before .nav-item:focus,
  .cid-sF27ZrpCS2 .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-sF27ZrpCS2 .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-sF27ZrpCS2 .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-sF27ZrpCS2 .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-sF27ZrpCS2 .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #232323;
    background: none;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #232323 !important;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar.navbar-short {
    background: #232323 !important;
    min-height: 60px;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-sF27ZrpCS2 .nav-link:before .dropdown-item.active,
  .cid-sF27ZrpCS2 .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-sF27ZrpCS2 .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #353535;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sF27ZrpCS2 .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-sF27ZrpCS2 .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-sF27ZrpCS2 .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #fafafa;
  }
  .cid-sF27ZrpCS2 .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-sF27ZrpCS2 .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-sF27ZrpCS2 .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-sF27ZrpCS2 .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-sF27ZrpCS2 .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-sF27ZrpCS2 .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-sF27ZrpCS2 .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-sF27ZrpCS2 .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-sF27ZrpCS2 .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sF27ZrpCS2 .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #bbbbbb;
    display: inline-flex;
  }
  .cid-sF27ZrpCS2 .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-sF27ZrpCS2 .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-sF27ZrpCS2 .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sF27ZrpCS2 .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-sF27ZrpCS2 .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-sF27ZrpCS2 .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-sF27ZrpCS2 .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-sF27ZrpCS2 .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-sF27ZrpCS2 .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-sF27ZrpCS2 .nav-link:before img {
    object-fit: contain;
  }
  .cid-sF27ZrpCS2 .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-sF27ZrpCS2 .nav-item:hover .nav-link:before,
  .cid-sF27ZrpCS2 .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sF27ZrpCS2 .nav-link:before .nav-link {
    position: relative;
  }
  .cid-sF27ZrpCS2 .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-sF27ZrpCS2 .nav-link:before .nav-item:hover .nav-link:before,
  .cid-sF27ZrpCS2 .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sF27ZrpCS2 .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-sF27ZrpCS2 .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-sF27ZrpCS2 .nav-link:before .navbar {
    height: 77px;
  }
  .cid-sF27ZrpCS2 .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-sF27ZrpCS2 .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sF27ZrpCS2 .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-sF27ZrpCS2 .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-sF27ZrpCS2 .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-sF27ZrpCS2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-sF27ZrpCS2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF27ZrpCS2 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sF27ZrpCS2 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sF27ZrpCS2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-sF27ZrpCS2 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-sF27ZrpCS2 .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-sF27ZrpCS2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sF27ZrpCS2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF27ZrpCS2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF27ZrpCS2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sF27ZrpCS2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF27ZrpCS2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF27ZrpCS2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sF27ZrpCS2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sF27ZrpCS2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF27ZrpCS2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF27ZrpCS2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sF27ZrpCS2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sF27ZrpCS2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sF27ZrpCS2 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-sF27ZrpCS2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sF27ZrpCS2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sF27ZrpCS2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF27ZrpCS2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF27ZrpCS2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF27ZrpCS2 .dropdown-item.active,
.cid-sF27ZrpCS2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sF27ZrpCS2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF27ZrpCS2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF27ZrpCS2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-sF27ZrpCS2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-sF27ZrpCS2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF27ZrpCS2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sF27ZrpCS2 .navbar-buttons {
  text-align: center;
}
.cid-sF27ZrpCS2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sF27ZrpCS2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-sF27ZrpCS2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sF27ZrpCS2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sF27ZrpCS2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sF27ZrpCS2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sF27ZrpCS2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sF27ZrpCS2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sF27ZrpCS2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sF27ZrpCS2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sF27ZrpCS2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sF27ZrpCS2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sF27ZrpCS2 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #bbbbbb;
  display: inline-flex;
}
.cid-sF27ZrpCS2 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-sF27ZrpCS2 .soc-item {
  margin: .5rem .3rem;
}
.cid-sF27ZrpCS2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sF27ZrpCS2 a.nav-link .mbr-iconfont-btn,
.cid-sF27ZrpCS2 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-sF27ZrpCS2 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sF27ZrpCS2 .navbar {
    height: 77px;
  }
  .cid-sF27ZrpCS2 .navbar.opened {
    height: auto;
  }
  .cid-sF27ZrpCS2 .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF27ZrpCS2 .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-sF27ZrpCS2 .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-sF27ZrpCS2 .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-sF27ZrpCS2 .dropdown-submenu .dropdown-menu::before,
.cid-sF27ZrpCS2 .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-sF27ZrpCS2 img {
  object-fit: contain;
}
.cid-sF2bphhoIC {
  padding-top: 10rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sF2bphhoIC .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-sF2bphhoIC .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sF2bphhoIC .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-sF2bphhoIC .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-sF2bphhoIC .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-sF2bphhoIC .carousel-item .slider__item .slider__image {
  width: 100%;
}
.cid-sF2bphhoIC .carousel-item .slider__item .slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sF2bphhoIC .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-sF2bphhoIC .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #000000;
}
.cid-sF2bphhoIC .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-sF2bphhoIC .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-sF2bphhoIC .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sF2bphhoIC .link a {
  font-weight: 700;
}
.cid-sF2bphhoIC .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sF2bphhoIC .link:hover span {
  transform: translateX(9px);
}
.cid-sF2bphhoIC .carousel-item.active,
.cid-sF2bphhoIC .carousel-item-next,
.cid-sF2bphhoIC .carousel-item-prev {
  display: flex;
}
.cid-sF2bphhoIC .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sF2bphhoIC .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-sF2bphhoIC .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-sF2bphhoIC .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sF2bphhoIC .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sF2bphhoIC .carousel-controls .carousel-control-next,
.cid-sF2bphhoIC .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sF2bphhoIC .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-sF2bphhoIC .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-sF2bphhoIC .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sF2bphhoIC .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sF2bphhoIC .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-sF2bphhoIC .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sF2bphhoIC .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-sF2bphhoIC .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sF2bphhoIC .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sF2bphhoIC .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sF2bphhoIC .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sF2bphhoIC .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sF2bphhoIC .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sF2bphhoIC .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sF2bphhoIC .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sF2bphhoIC .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sF2bphhoIC .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sF2bphhoIC .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sF2bphhoIC .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-sF2bphhoIC .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-sF2bphhoIC .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-sF2bphhoIC .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-sF2bphhoIC .cloneditem-1,
  .cid-sF2bphhoIC .cloneditem-2,
  .cid-sF2bphhoIC .cloneditem-3,
  .cid-sF2bphhoIC .cloneditem-4,
  .cid-sF2bphhoIC .cloneditem-5 {
    display: none;
  }
  .cid-sF2bphhoIC .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-sF2bphhoIC .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-sF2bphhoIC .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-sF2bphhoIC .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-sF2bphhoIC .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-sF2bphhoIC .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-sF2bphhoIC .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-sF2bphhoIC .carousel-controls {
    display: none;
  }
}
.cid-sF2bphhoIC .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-sF2bphhoIC .mbr-content {
  margin-bottom: 50px;
}
.cid-sF2bphhoIC .mbr-section-title b > b,
.cid-sF2bphhoIC .mbr-section-title b > strong {
  color: #2299aa;
}
.cid-sF2bphhoIC .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
  color: #bbbbbb;
}
.cid-sF2bphhoIC .slider__content .slider__text,
.cid-sF2bphhoIC .link {
  color: #232323;
}
.cid-sF2bphhoIC .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-sF2bphhoIC .carousel-indicators {
  bottom: -35px;
}
.cid-sF2bphhoIC .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-sF2bphhoIC .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-sF2bphhoIC .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-sF2bphhoIC .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-sF2bphhoIC .carousel-indicators li.active {
  background: #000000;
}
.cid-sF2bphhoIC .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-sF27Zv0FBO {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-sF27Zv0FBO .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-sF27Zv0FBO .row {
  border-bottom: 1px solid #808080;
}
.cid-sF27Zv0FBO H2 {
  color: #e7272d;
}
.cid-sF27Zv0FBO .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-sF27Zv0FBO .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-sF27Zv0FBO .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sF27Zv0FBO .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-sF27Zv0FBO .col-lg-12 {
  overflow: hidden;
}
.cid-sF27Zv0FBO H4 {
  color: #9fdbf8;
}
.cid-sF27Zv0FBO .mbr-text,
.cid-sF27Zv0FBO .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sF27Zv0FBO .logo-wrap:before {
    content: none;
  }
  .cid-sF27Zv0FBO .logo-wrap:after {
    content: none;
  }
}
.cid-u4lwjSXAA7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bbbbbb;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4lwjSXAA7 .nav-item,
.cid-u4lwjSXAA7 .nav-link,
.cid-u4lwjSXAA7 .navbar-caption {
  font-weight: normal;
}
.cid-u4lwjSXAA7 .nav-item:focus,
.cid-u4lwjSXAA7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u4lwjSXAA7 .nav-link {
    position: relative;
  }
  .cid-u4lwjSXAA7 .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-u4lwjSXAA7 .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bbbbbb;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-u4lwjSXAA7 .nav-link:before .nav-item,
  .cid-u4lwjSXAA7 .nav-link:before .nav-link,
  .cid-u4lwjSXAA7 .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-u4lwjSXAA7 .nav-link:before .nav-item:focus,
  .cid-u4lwjSXAA7 .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-u4lwjSXAA7 .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-u4lwjSXAA7 .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-u4lwjSXAA7 .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-u4lwjSXAA7 .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #232323;
    background: none;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #232323 !important;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar.navbar-short {
    background: #232323 !important;
    min-height: 60px;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-u4lwjSXAA7 .nav-link:before .dropdown-item.active,
  .cid-u4lwjSXAA7 .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-u4lwjSXAA7 .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #353535;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-u4lwjSXAA7 .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-u4lwjSXAA7 .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-u4lwjSXAA7 .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #fafafa;
  }
  .cid-u4lwjSXAA7 .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-u4lwjSXAA7 .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-u4lwjSXAA7 .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-u4lwjSXAA7 .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-u4lwjSXAA7 .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-u4lwjSXAA7 .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-u4lwjSXAA7 .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-u4lwjSXAA7 .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-u4lwjSXAA7 .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u4lwjSXAA7 .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #bbbbbb;
    display: inline-flex;
  }
  .cid-u4lwjSXAA7 .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-u4lwjSXAA7 .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-u4lwjSXAA7 .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u4lwjSXAA7 .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-u4lwjSXAA7 .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-u4lwjSXAA7 .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-u4lwjSXAA7 .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-u4lwjSXAA7 .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-u4lwjSXAA7 .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-u4lwjSXAA7 .nav-link:before img {
    object-fit: contain;
  }
  .cid-u4lwjSXAA7 .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-u4lwjSXAA7 .nav-item:hover .nav-link:before,
  .cid-u4lwjSXAA7 .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-u4lwjSXAA7 .nav-link:before .nav-link {
    position: relative;
  }
  .cid-u4lwjSXAA7 .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-u4lwjSXAA7 .nav-link:before .nav-item:hover .nav-link:before,
  .cid-u4lwjSXAA7 .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-u4lwjSXAA7 .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4lwjSXAA7 .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-u4lwjSXAA7 .nav-link:before .navbar {
    height: 77px;
  }
  .cid-u4lwjSXAA7 .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-u4lwjSXAA7 .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-u4lwjSXAA7 .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-u4lwjSXAA7 .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-u4lwjSXAA7 .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-u4lwjSXAA7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-u4lwjSXAA7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4lwjSXAA7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u4lwjSXAA7 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4lwjSXAA7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-u4lwjSXAA7 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-u4lwjSXAA7 .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-u4lwjSXAA7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u4lwjSXAA7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4lwjSXAA7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4lwjSXAA7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u4lwjSXAA7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4lwjSXAA7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4lwjSXAA7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u4lwjSXAA7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u4lwjSXAA7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4lwjSXAA7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4lwjSXAA7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u4lwjSXAA7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u4lwjSXAA7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u4lwjSXAA7 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-u4lwjSXAA7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u4lwjSXAA7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u4lwjSXAA7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4lwjSXAA7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4lwjSXAA7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4lwjSXAA7 .dropdown-item.active,
.cid-u4lwjSXAA7 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4lwjSXAA7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4lwjSXAA7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4lwjSXAA7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-u4lwjSXAA7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-u4lwjSXAA7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4lwjSXAA7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u4lwjSXAA7 .navbar-buttons {
  text-align: center;
}
.cid-u4lwjSXAA7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4lwjSXAA7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-u4lwjSXAA7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u4lwjSXAA7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u4lwjSXAA7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u4lwjSXAA7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u4lwjSXAA7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u4lwjSXAA7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u4lwjSXAA7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u4lwjSXAA7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u4lwjSXAA7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u4lwjSXAA7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u4lwjSXAA7 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #bbbbbb;
  display: inline-flex;
}
.cid-u4lwjSXAA7 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u4lwjSXAA7 .soc-item {
  margin: .5rem .3rem;
}
.cid-u4lwjSXAA7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u4lwjSXAA7 a.nav-link .mbr-iconfont-btn,
.cid-u4lwjSXAA7 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u4lwjSXAA7 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4lwjSXAA7 .navbar {
    height: 77px;
  }
  .cid-u4lwjSXAA7 .navbar.opened {
    height: auto;
  }
  .cid-u4lwjSXAA7 .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4lwjSXAA7 .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-u4lwjSXAA7 .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-u4lwjSXAA7 .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-u4lwjSXAA7 .dropdown-submenu .dropdown-menu::before,
.cid-u4lwjSXAA7 .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-u4lwjSXAA7 img {
  object-fit: contain;
}
.cid-u4lwjUxmFw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-8623-scaled-2-2000x1500.jpg");
}
.cid-u4lwjUxmFw .mbr-text,
.cid-u4lwjUxmFw .mbr-section-btn {
  color: #ffffff;
}
.cid-u4lwjUxmFw .mbr-section-title {
  color: #ffffff;
}
.cid-u4lwt35pRp {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4lwt35pRp img,
.cid-u4lwt35pRp .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u4lwt35pRp .item:focus,
.cid-u4lwt35pRp span:focus {
  outline: none;
}
.cid-u4lwt35pRp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u4lwt35pRp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u4lwt35pRp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u4lwt35pRp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4lwt35pRp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u4lwt35pRp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u4lwt35pRp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u4lwt35pRp .mbr-section-title {
  color: #232323;
}
.cid-u4lwt35pRp .mbr-text,
.cid-u4lwt35pRp .mbr-section-btn {
  text-align: left;
}
.cid-u4lwt35pRp .item-title {
  text-align: left;
}
.cid-u4lwt35pRp .item-subtitle {
  text-align: left;
  color: #e43f3f;
}
.cid-u4lwjXhygP {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-u4lwjXhygP .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-u4lwjXhygP .row {
  border-bottom: 1px solid #808080;
}
.cid-u4lwjXhygP H2 {
  color: #e7272d;
}
.cid-u4lwjXhygP .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-u4lwjXhygP .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-u4lwjXhygP .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u4lwjXhygP .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u4lwjXhygP .col-lg-12 {
  overflow: hidden;
}
.cid-u4lwjXhygP H4 {
  color: #9fdbf8;
}
.cid-u4lwjXhygP .mbr-text,
.cid-u4lwjXhygP .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u4lwjXhygP .logo-wrap:before {
    content: none;
  }
  .cid-u4lwjXhygP .logo-wrap:after {
    content: none;
  }
}
.cid-syqMwspOwx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bbbbbb;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syqMwspOwx .nav-item,
.cid-syqMwspOwx .nav-link,
.cid-syqMwspOwx .navbar-caption {
  font-weight: normal;
}
.cid-syqMwspOwx .nav-item:focus,
.cid-syqMwspOwx .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-syqMwspOwx .nav-link {
    position: relative;
  }
  .cid-syqMwspOwx .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-syqMwspOwx .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bbbbbb;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-syqMwspOwx .nav-link:before .nav-item,
  .cid-syqMwspOwx .nav-link:before .nav-link,
  .cid-syqMwspOwx .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-syqMwspOwx .nav-link:before .nav-item:focus,
  .cid-syqMwspOwx .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-syqMwspOwx .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-syqMwspOwx .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-syqMwspOwx .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-syqMwspOwx .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-syqMwspOwx .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #232323;
    background: none;
  }
  .cid-syqMwspOwx .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #232323 !important;
  }
  .cid-syqMwspOwx .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-syqMwspOwx .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-syqMwspOwx .nav-link:before .navbar.navbar-short {
    background: #232323 !important;
    min-height: 60px;
  }
  .cid-syqMwspOwx .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-syqMwspOwx .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-syqMwspOwx .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-syqMwspOwx .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-syqMwspOwx .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-syqMwspOwx .nav-link:before .dropdown-item.active,
  .cid-syqMwspOwx .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-syqMwspOwx .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-syqMwspOwx .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-syqMwspOwx .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #353535;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-syqMwspOwx .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-syqMwspOwx .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-syqMwspOwx .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-syqMwspOwx .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-syqMwspOwx .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-syqMwspOwx .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #fafafa;
  }
  .cid-syqMwspOwx .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-syqMwspOwx .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-syqMwspOwx .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-syqMwspOwx .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-syqMwspOwx .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-syqMwspOwx .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-syqMwspOwx .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-syqMwspOwx .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-syqMwspOwx .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-syqMwspOwx .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-syqMwspOwx .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #bbbbbb;
    display: inline-flex;
  }
  .cid-syqMwspOwx .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-syqMwspOwx .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-syqMwspOwx .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-syqMwspOwx .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-syqMwspOwx .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-syqMwspOwx .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-syqMwspOwx .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-syqMwspOwx .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-syqMwspOwx .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-syqMwspOwx .nav-link:before img {
    object-fit: contain;
  }
  .cid-syqMwspOwx .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-syqMwspOwx .nav-item:hover .nav-link:before,
  .cid-syqMwspOwx .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMwspOwx .nav-link:before .nav-link {
    position: relative;
  }
  .cid-syqMwspOwx .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-syqMwspOwx .nav-link:before .nav-item:hover .nav-link:before,
  .cid-syqMwspOwx .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMwspOwx .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-syqMwspOwx .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syqMwspOwx .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syqMwspOwx .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syqMwspOwx .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syqMwspOwx .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syqMwspOwx .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syqMwspOwx .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-syqMwspOwx .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syqMwspOwx .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syqMwspOwx .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syqMwspOwx .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-syqMwspOwx .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-syqMwspOwx .nav-link:before .navbar {
    height: 77px;
  }
  .cid-syqMwspOwx .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-syqMwspOwx .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMwspOwx .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-syqMwspOwx .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-syqMwspOwx .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-syqMwspOwx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-syqMwspOwx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-syqMwspOwx .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-syqMwspOwx .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syqMwspOwx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-syqMwspOwx .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-syqMwspOwx .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-syqMwspOwx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-syqMwspOwx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syqMwspOwx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syqMwspOwx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syqMwspOwx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syqMwspOwx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syqMwspOwx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syqMwspOwx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-syqMwspOwx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syqMwspOwx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-syqMwspOwx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syqMwspOwx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-syqMwspOwx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-syqMwspOwx .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-syqMwspOwx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-syqMwspOwx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syqMwspOwx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syqMwspOwx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syqMwspOwx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syqMwspOwx .dropdown-item.active,
.cid-syqMwspOwx .dropdown-item:active {
  background-color: transparent;
}
.cid-syqMwspOwx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syqMwspOwx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syqMwspOwx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-syqMwspOwx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-syqMwspOwx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syqMwspOwx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syqMwspOwx .navbar-buttons {
  text-align: center;
}
.cid-syqMwspOwx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syqMwspOwx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-syqMwspOwx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-syqMwspOwx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-syqMwspOwx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-syqMwspOwx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-syqMwspOwx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syqMwspOwx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-syqMwspOwx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-syqMwspOwx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syqMwspOwx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-syqMwspOwx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syqMwspOwx .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #bbbbbb;
  display: inline-flex;
}
.cid-syqMwspOwx .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-syqMwspOwx .soc-item {
  margin: .5rem .3rem;
}
.cid-syqMwspOwx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syqMwspOwx a.nav-link .mbr-iconfont-btn,
.cid-syqMwspOwx a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-syqMwspOwx a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syqMwspOwx .navbar {
    height: 77px;
  }
  .cid-syqMwspOwx .navbar.opened {
    height: auto;
  }
  .cid-syqMwspOwx .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syqMwspOwx .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-syqMwspOwx .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-syqMwspOwx .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-syqMwspOwx .dropdown-submenu .dropdown-menu::before,
.cid-syqMwspOwx .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-syqMwspOwx img {
  object-fit: contain;
}
.cid-szEmlulpVg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-8623-scaled-2-2000x1500.jpg");
}
.cid-szEmlulpVg .mbr-text,
.cid-szEmlulpVg .mbr-section-btn {
  color: #ffffff;
}
.cid-szEmlulpVg .mbr-section-title {
  color: #ffffff;
}
.cid-szElwrdiHS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-szElwrdiHS .link-wrap {
  width: 100%;
}
.cid-szElwrdiHS .link {
  display: inline-block;
}
.cid-szElwrdiHS .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-szElwrdiHS .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-szElwrdiHS .link a:hover {
  text-decoration: underline;
}
.cid-szElwrdiHS .link,
.cid-szElwrdiHS .link-wrap {
  color: #000000;
}
.cid-szElwrdiHS .mbr-text,
.cid-szElwrdiHS .mbr-section-btn {
  color: #333333;
}
.cid-szElwrdiHS .card-title,
.cid-szElwrdiHS .card-box {
  text-align: left;
}
.cid-szEjiC70Zn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-szEjiC70Zn .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-szEjiC70Zn .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-szEjiC70Zn .list-img {
  width: 100px;
}
.cid-szEjiC70Zn .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-szEjiC70Zn .btn {
  margin: 0px !important;
}
.cid-szEjiC70Zn .text-box {
  padding: 1rem;
}
.cid-szEjiC70Zn .text-box p {
  margin: 0;
}
.cid-szEjiC70Zn .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-szEjiC70Zn .ico-box p {
  margin: 0;
}
.cid-szEjiC70Zn .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szEjiC70Zn .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szEjiC70Zn .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-szEjiC70Zn .carousel-item .wrap-img {
  text-align: center;
}
.cid-szEjiC70Zn .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-szEjiC70Zn .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-szEjiC70Zn .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-szEjiC70Zn .carousel-indicators li {
  display: inline-block;
}
.cid-szEjiC70Zn .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-szEjiC70Zn .carousel-indicators li.active {
  border: 0px;
}
.cid-szEjiC70Zn .li1 {
  background-image: url("../../../assets/images/img-8623-scaled-2-2000x1500.jpg");
}
.cid-szEjiC70Zn .li2 {
  background-image: url("../../../assets/images/img-9485-scaled-2000x1500.jpg");
}
.cid-szEjiC70Zn .li3 {
  background-image: url("../../../assets/images/img-9486-scaled-2000x1500.jpg");
}
.cid-szEjiC70Zn .li4 {
  background-image: url("../../../assets/images/img-9487-scaled-2000x1500.jpg");
}
.cid-szEjiC70Zn .li5 {
  background-image: url("../../../assets/images/img-9488-scaled-2000x1500.jpg");
}
.cid-szEjiC70Zn .li6 {
  background-image: url("../../../assets/images/img-9489-scaled-2000x1500.jpg");
}
@media (max-width: 992px) {
  .cid-szEjiC70Zn .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-szEjiC70Zn .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-szEjiC70Zn .card-title2 {
  color: #353535;
  text-align: left;
}
.cid-szEjiC70Zn .sq {
  color: #656565;
}
.cid-szEjiC70Zn .item {
  color: #656565;
}
.cid-szEjiC70Zn .card-title1 {
  color: #353535;
}
.cid-sExR14dfqH {
  background-color: #ffffff;
}
.cid-sExR14dfqH .show {
  visibility: visible;
}
.cid-sExR14dfqH .hide {
  visibility: hidden;
}
.cid-syqMwtVgzL {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-syqMwtVgzL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-syqMwtVgzL .row {
  border-bottom: 1px solid #808080;
}
.cid-syqMwtVgzL H2 {
  color: #e7272d;
}
.cid-syqMwtVgzL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-syqMwtVgzL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-syqMwtVgzL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-syqMwtVgzL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-syqMwtVgzL .col-lg-12 {
  overflow: hidden;
}
.cid-syqMwtVgzL H4 {
  color: #9fdbf8;
}
.cid-syqMwtVgzL .mbr-text,
.cid-syqMwtVgzL .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-syqMwtVgzL .logo-wrap:before {
    content: none;
  }
  .cid-syqMwtVgzL .logo-wrap:after {
    content: none;
  }
}
.cid-u4ltsyqm9W .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: none !important;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #bbbbbb;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4ltsyqm9W .nav-item,
.cid-u4ltsyqm9W .nav-link,
.cid-u4ltsyqm9W .navbar-caption {
  font-weight: normal;
}
.cid-u4ltsyqm9W .nav-item:focus,
.cid-u4ltsyqm9W .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u4ltsyqm9W .nav-link {
    position: relative;
  }
  .cid-u4ltsyqm9W .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-u4ltsyqm9W .nav-link:before .dropdown-item:before {
    font-family: MobiriseIcons !important;
    content: '\e966';
    display: none !important;
    width: 0;
    position: absolute;
    left: 1rem;
    color: #bbbbbb;
    top: 50%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-50%) scale(0, 1);
    transform: translateY(-50%) scale(0, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-u4ltsyqm9W .nav-link:before .nav-item,
  .cid-u4ltsyqm9W .nav-link:before .nav-link,
  .cid-u4ltsyqm9W .nav-link:before .navbar-caption {
    font-weight: normal;
  }
  .cid-u4ltsyqm9W .nav-link:before .nav-item:focus,
  .cid-u4ltsyqm9W .nav-link:before .nav-link:focus {
    outline: none;
  }
  .cid-u4ltsyqm9W .nav-link:before .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .cid-u4ltsyqm9W .nav-link:before .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
  .cid-u4ltsyqm9W .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
    margin-left: -1.8rem;
    padding-right: 1rem;
    font-size: inherit;
  }
  .cid-u4ltsyqm9W .nav-link:before .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
    display: inline-block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar {
    min-height: 77px;
    transition: all .3s;
    background: #232323;
    background: none;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar.opened {
    transition: all .3s;
    background: #232323 !important;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar .dropdown-item {
    padding: .235rem 3rem;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 1;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar.navbar-short {
    background: #232323 !important;
    min-height: 60px;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar.navbar-short .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar.navbar-short .navbar-brand {
    padding: 0;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar-brand {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    transition: all .3s;
    word-break: break-word;
    z-index: 1;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar-brand .navbar-caption {
    line-height: inherit !important;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar-brand .navbar-logo a {
    outline: none;
  }
  .cid-u4ltsyqm9W .nav-link:before .dropdown-item.active,
  .cid-u4ltsyqm9W .nav-link:before .dropdown-item:active {
    background-color: transparent;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .cid-u4ltsyqm9W .nav-link:before .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #353535;
    z-index: 2;
    border-radius: 5px;
    margin-top: 2px;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    margin-left: 5px;
    left: 100%;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-u4ltsyqm9W .nav-link:before ul.navbar-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar-buttons {
    text-align: center;
  }
  .cid-u4ltsyqm9W .nav-link:before button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    -webkit-align-self: center;
    align-self: center;
  }
  .cid-u4ltsyqm9W .nav-link:before button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #fafafa;
  }
  .cid-u4ltsyqm9W .nav-link:before button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all .2s;
  }
  .cid-u4ltsyqm9W .nav-link:before button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all .15s;
  }
  .cid-u4ltsyqm9W .nav-link:before button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all .15s;
  }
  .cid-u4ltsyqm9W .nav-link:before button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all .2s;
  }
  .cid-u4ltsyqm9W .nav-link:before nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-u4ltsyqm9W .nav-link:before nav.opened .hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .25s;
  }
  .cid-u4ltsyqm9W .nav-link:before nav.opened .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .25s;
  }
  .cid-u4ltsyqm9W .nav-link:before nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all .2s;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar-dropdown {
    padding: .5rem 1rem;
    position: fixed;
  }
  .cid-u4ltsyqm9W .nav-link:before a.nav-link {
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u4ltsyqm9W .nav-link:before .soc-item .mbr-iconfont {
    font-size: 1rem;
    color: #bbbbbb;
    display: inline-flex;
  }
  .cid-u4ltsyqm9W .nav-link:before .soc-item .mbr-iconfont:before {
    padding: .5rem;
    border: 1px solid;
    border-radius: 100px;
  }
  .cid-u4ltsyqm9W .nav-link:before .soc-item {
    margin: .5rem .3rem;
  }
  .cid-u4ltsyqm9W .nav-link:before .icons-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 1rem;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u4ltsyqm9W .nav-link:before a.nav-link .mbr-iconfont-btn,
  .cid-u4ltsyqm9W .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-right: 10px;
  }
  .cid-u4ltsyqm9W .nav-link:before a.dropdown-item .mbr-iconfont-btn {
    margin-top: -4px;
  }
  .cid-u4ltsyqm9W .nav-link:before .link {
    margin: 0 !important;
  }
  .cid-u4ltsyqm9W .nav-link:before .dropdown-submenu .dropdown-menu::before,
  .cid-u4ltsyqm9W .nav-link:before .dropdown-menu .dropdown-menu::before {
    display: none !important;
  }
  .cid-u4ltsyqm9W .nav-link:before img {
    object-fit: contain;
  }
  .cid-u4ltsyqm9W .nav-link:before .search {
    font-size: 1.5rem;
  }
  .cid-u4ltsyqm9W .nav-item:hover .nav-link:before,
  .cid-u4ltsyqm9W .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-u4ltsyqm9W .nav-link:before .nav-link {
    position: relative;
  }
  .cid-u4ltsyqm9W .nav-link:before .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #bbbbbb;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-u4ltsyqm9W .nav-link:before .nav-item:hover .nav-link:before,
  .cid-u4ltsyqm9W .nav-link:before .nav-item.open .nav-link:before {
    right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-u4ltsyqm9W .nav-link:before .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4ltsyqm9W .nav-link:before .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (min-width: 992px) and screen and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .cid-u4ltsyqm9W .nav-link:before .navbar {
    height: 77px;
  }
  .cid-u4ltsyqm9W .nav-link:before .navbar.opened {
    height: auto;
  }
  .cid-u4ltsyqm9W .nav-link:before .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-u4ltsyqm9W .nav-link:before .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cid-u4ltsyqm9W .nav-link:before .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
@media (min-width: 992px) {
  .cid-u4ltsyqm9W .dropdown-menu:not(.dropdown-submenu) {
    transform: translateX(-50%);
    left: 50%;
  }
}
.cid-u4ltsyqm9W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-u4ltsyqm9W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4ltsyqm9W .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u4ltsyqm9W .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u4ltsyqm9W .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
  background: none;
}
.cid-u4ltsyqm9W .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-u4ltsyqm9W .navbar .dropdown-item {
  padding: .235rem 3rem;
}
.cid-u4ltsyqm9W .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-u4ltsyqm9W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4ltsyqm9W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4ltsyqm9W .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u4ltsyqm9W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4ltsyqm9W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4ltsyqm9W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u4ltsyqm9W .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u4ltsyqm9W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4ltsyqm9W .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4ltsyqm9W .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u4ltsyqm9W .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u4ltsyqm9W .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u4ltsyqm9W .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-u4ltsyqm9W .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u4ltsyqm9W .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u4ltsyqm9W .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u4ltsyqm9W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4ltsyqm9W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4ltsyqm9W .dropdown-item.active,
.cid-u4ltsyqm9W .dropdown-item:active {
  background-color: transparent;
}
.cid-u4ltsyqm9W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4ltsyqm9W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4ltsyqm9W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
  z-index: 2;
  border-radius: 5px;
  margin-top: 2px;
}
.cid-u4ltsyqm9W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin-left: 5px;
  left: 100%;
}
.cid-u4ltsyqm9W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4ltsyqm9W ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u4ltsyqm9W .navbar-buttons {
  text-align: center;
}
.cid-u4ltsyqm9W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4ltsyqm9W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-u4ltsyqm9W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u4ltsyqm9W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u4ltsyqm9W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u4ltsyqm9W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u4ltsyqm9W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u4ltsyqm9W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u4ltsyqm9W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u4ltsyqm9W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u4ltsyqm9W .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u4ltsyqm9W a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u4ltsyqm9W .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #bbbbbb;
  display: inline-flex;
}
.cid-u4ltsyqm9W .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u4ltsyqm9W .soc-item {
  margin: .5rem .3rem;
}
.cid-u4ltsyqm9W .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u4ltsyqm9W a.nav-link .mbr-iconfont-btn,
.cid-u4ltsyqm9W a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u4ltsyqm9W a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4ltsyqm9W .navbar {
    height: 77px;
  }
  .cid-u4ltsyqm9W .navbar.opened {
    height: auto;
  }
  .cid-u4ltsyqm9W .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4ltsyqm9W .link {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-u4ltsyqm9W .dropdown-item {
    color: #ffffff !important;
  }
}
@media (min-width: 992px) {
  .cid-u4ltsyqm9W .dropdown-menu::before {
    content: "";
    width: 30px;
    height: 20px;
    background-color: #353535;
    transform: translateX(50%) rotate(45deg);
    position: absolute;
    top: 0;
    right: 50%;
  }
}
.cid-u4ltsyqm9W .dropdown-submenu .dropdown-menu::before,
.cid-u4ltsyqm9W .dropdown-menu .dropdown-menu::before {
  display: none !important;
}
.cid-u4ltsyqm9W img {
  object-fit: contain;
}
.cid-u4ltsAluxK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-e0475-scaled-2000x1500.jpg");
}
.cid-u4ltsAluxK .mbr-text,
.cid-u4ltsAluxK .mbr-section-btn {
  color: #ffffff;
}
.cid-u4ltsAluxK .mbr-section-title {
  color: #ffffff;
}
.cid-u4ltsAYYsw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u4ltsAYYsw .link-wrap {
  width: 100%;
}
.cid-u4ltsAYYsw .link {
  display: inline-block;
}
.cid-u4ltsAYYsw .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-u4ltsAYYsw .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u4ltsAYYsw .link a:hover {
  text-decoration: underline;
}
.cid-u4ltsAYYsw .link,
.cid-u4ltsAYYsw .link-wrap {
  color: #000000;
}
.cid-u4ltsAYYsw .mbr-text,
.cid-u4ltsAYYsw .mbr-section-btn {
  color: #333333;
}
.cid-u4ltsAYYsw .card-title,
.cid-u4ltsAYYsw .card-box {
  text-align: left;
}
.cid-u4ltsBuGnD {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-u4ltsBuGnD .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-u4ltsBuGnD .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-u4ltsBuGnD .list-img {
  width: 100px;
}
.cid-u4ltsBuGnD .ico2 {
  color: #656565;
  font-size: 1.2rem;
}
.cid-u4ltsBuGnD .btn {
  margin: 0px !important;
}
.cid-u4ltsBuGnD .text-box {
  padding: 1rem;
}
.cid-u4ltsBuGnD .text-box p {
  margin: 0;
}
.cid-u4ltsBuGnD .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-u4ltsBuGnD .ico-box p {
  margin: 0;
}
.cid-u4ltsBuGnD .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u4ltsBuGnD .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u4ltsBuGnD .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-u4ltsBuGnD .carousel-item .wrap-img {
  text-align: center;
}
.cid-u4ltsBuGnD .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-u4ltsBuGnD .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-u4ltsBuGnD .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-u4ltsBuGnD .carousel-indicators li {
  display: inline-block;
}
.cid-u4ltsBuGnD .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-u4ltsBuGnD .carousel-indicators li.active {
  border: 0px;
}
.cid-u4ltsBuGnD .li1 {
  background-image: url("../../../assets/images/img-e0475-scaled-2000x1500.jpg");
}
.cid-u4ltsBuGnD .li2 {
  background-image: url("../../../assets/images/img-8982-640x480.jpg");
}
.cid-u4ltsBuGnD .li3 {
  background-image: url("../../../assets/images/img-8984-640x480.jpg");
}
.cid-u4ltsBuGnD .li4 {
  background-image: url("../../../assets/images/img-8983-640x480.jpg");
}
.cid-u4ltsBuGnD .li5 {
  background-image: url("../../../assets/images/img-8778-scaled-2000x1500.jpg");
}
.cid-u4ltsBuGnD .li6 {
  background-image: url("../../../assets/images/img-8777-scaled-2000x1500.jpg");
}
@media (max-width: 992px) {
  .cid-u4ltsBuGnD .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-u4ltsBuGnD .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-u4ltsBuGnD .card-title2 {
  color: #353535;
  text-align: left;
}
.cid-u4ltsBuGnD .sq {
  color: #656565;
}
.cid-u4ltsBuGnD .item {
  color: #656565;
}
.cid-u4ltsBuGnD .card-title1 {
  color: #353535;
}
.cid-u4ltsDqTVg {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-u4ltsDqTVg .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-u4ltsDqTVg .row {
  border-bottom: 1px solid #808080;
}
.cid-u4ltsDqTVg H2 {
  color: #e7272d;
}
.cid-u4ltsDqTVg .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-u4ltsDqTVg .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-u4ltsDqTVg .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u4ltsDqTVg .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-u4ltsDqTVg .col-lg-12 {
  overflow: hidden;
}
.cid-u4ltsDqTVg H4 {
  color: #9fdbf8;
}
.cid-u4ltsDqTVg .mbr-text,
.cid-u4ltsDqTVg .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-u4ltsDqTVg .logo-wrap:before {
    content: none;
  }
  .cid-u4ltsDqTVg .logo-wrap:after {
    content: none;
  }
}
