body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 5.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #e2090d !important;
}
.bg-success {
  background-color: #5758e0 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #5b686b !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #980609 !important;
  border-color: #980609 !important;
}
.btn-primary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #55b4d4, #55b4d4);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #55b4d4, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2526c6 !important;
  border-color: #2526c6 !important;
}
.btn-success:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #55b4d4, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #5b686b !important;
  border-color: #5b686b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #384042 !important;
  border-color: #384042 !important;
}
.btn-warning:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #55b4d4, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-danger:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #55b4d4, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #55b4d4, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #55b4d4, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #e2090d;
  color: #e2090d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e2090d;
  border-color: #e2090d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e2090d !important;
  border-color: #e2090d !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #55b4d4;
  color: #55b4d4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #55b4d4, #55b4d4);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #55b4d4, #82786e);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5758e0;
  color: #5758e0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5758e0;
  border-color: #5758e0;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5758e0 !important;
  border-color: #5758e0 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #55b4d4, #5758e0);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5b686b;
  color: #5b686b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5b686b;
  border-color: #5b686b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5b686b !important;
  border-color: #5b686b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #55b4d4, #5b686b);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #55b4d4, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #55b4d4, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #55b4d4, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #e2090d !important;
}
.text-secondary {
  color: #55b4d4 !important;
}
.text-success {
  color: #5758e0 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #5b686b !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f8595c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a6d8e9 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #adaef0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e9b9e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #5b686b;
}
.alert-danger {
  background-color: #465052;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e2090d;
  border-color: #e2090d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e2090d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcbbbc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9ba7aa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #e2090d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e2090d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e2090d;
  border-bottom-color: #e2090d;
}
.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: #e2090d !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: #55b4d4 !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='%23e2090d' %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;
}
.btn {
  transition: none;
}
.cid-upmuFf6O71 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-upmuFf6O71 .btn {
  white-space: nowrap;
}
.cid-upmuFf6O71 .nav-link,
.cid-upmuFf6O71 .icons-menu .mbr-iconfont,
.cid-upmuFf6O71 .dropdown-item {
  transition: all 0.1s;
}
.cid-upmuFf6O71 .nav-link:hover,
.cid-upmuFf6O71 .icons-menu .mbr-iconfont:hover,
.cid-upmuFf6O71 .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-upmuFf6O71 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-upmuFf6O71 .container {
  display: flex;
  margin: auto;
}
.cid-upmuFf6O71 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #5b686b;
}
.cid-upmuFf6O71 .navbar.opened {
  transition: all .3s;
}
.cid-upmuFf6O71 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-upmuFf6O71 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-upmuFf6O71 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upmuFf6O71 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upmuFf6O71 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-upmuFf6O71 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upmuFf6O71 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upmuFf6O71 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-upmuFf6O71 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upmuFf6O71 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-upmuFf6O71 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-upmuFf6O71 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upmuFf6O71 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upmuFf6O71 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upmuFf6O71 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upmuFf6O71 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-upmuFf6O71 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-upmuFf6O71 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upmuFf6O71 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upmuFf6O71 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upmuFf6O71 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upmuFf6O71 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-upmuFf6O71 .navbar.navbar-short {
  background: #5b686b !important;
  min-height: 60px;
}
.cid-upmuFf6O71 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upmuFf6O71 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-upmuFf6O71 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-upmuFf6O71 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-upmuFf6O71 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upmuFf6O71 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-upmuFf6O71 .navbar-caption {
  padding-right: 4rem;
}
.cid-upmuFf6O71 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-upmuFf6O71 .dropdown-menu,
.cid-upmuFf6O71 .navbar.opened {
  background: #191919 !important;
}
.cid-upmuFf6O71 .nav-item:focus,
.cid-upmuFf6O71 .nav-link:focus {
  outline: none;
}
.cid-upmuFf6O71 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-upmuFf6O71 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upmuFf6O71 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-upmuFf6O71 .dropdown .dropdown-menu .dropdown-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-upmuFf6O71 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upmuFf6O71 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-upmuFf6O71 .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-upmuFf6O71 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upmuFf6O71 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upmuFf6O71 .dropdown-item.active,
.cid-upmuFf6O71 .dropdown-item:active {
  background-color: transparent;
}
.cid-upmuFf6O71 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upmuFf6O71 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upmuFf6O71 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upmuFf6O71 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5b686b;
}
.cid-upmuFf6O71 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upmuFf6O71 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upmuFf6O71 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upmuFf6O71 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upmuFf6O71 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upmuFf6O71 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upmuFf6O71 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upmuFf6O71 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upmuFf6O71 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upmuFf6O71 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upmuFf6O71 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upmuFf6O71 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upmuFf6O71 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upmuFf6O71 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upmuFf6O71 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-upmuFf6O71 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-upmuFf6O71 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-upmuFf6O71 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upmuFf6O71 .navbar {
    height: 77px;
  }
  .cid-upmuFf6O71 .navbar.opened {
    height: auto;
  }
  .cid-upmuFf6O71 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upmuFf6O71 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-upmuFg3vWS {
  background-image: url("../../../assets/images/36-1280x720.jpg");
}
.cid-upmuFg3vWS H1 {
  color: #ffffff;
}
.cid-upmuFg3vWS h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-upmuFg3vWS .mbr-text,
.cid-upmuFg3vWS .mbr-section-btn {
  color: #ffffff;
}
.cid-upmuFgYTr9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-upmuFgYTr9 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-upmuFgYTr9 .mbr-text,
.cid-upmuFgYTr9 .mbr-section-btn {
  color: #ffffff;
}
.cid-upmuFgYTr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmuFgYTr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upmuFngCfM .google-map {
  height: 30rem;
  position: relative;
}
.cid-upmuFngCfM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upmuFngCfM .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-upmuFngCfM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upmuFngCfM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upmuFnFnbd {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-upmuFnFnbd .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-upmuFnFnbd .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-upmuFnFnbd .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-upmuFnFnbd .title {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
  text-align: center;
}
.cid-upmuFnFnbd .container {
  max-width: 1400px;
}
.cid-upmuFnFnbd li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-upmuFnFnbd .time {
  line-height: 2;
}
.cid-upmuFnFnbd .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-upmuFnFnbd .text-wrap {
  width: 100%;
}
.cid-upmuFnFnbd .item-wrap {
  display: inline-block;
}
.cid-upmuFnFnbd .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-upmuFnFnbd .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-upmuFnFnbd .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-upmuFnFnbd .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upmuFnFnbd .socicon-wrap {
    margin: auto;
  }
}
.cid-upmuFnFnbd .mbr-text {
  color: #999999;
}
.cid-upmuFnFnbd .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-upmuFnFnbd .icon-title,
.cid-upmuFnFnbd .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-upmuFnFnbd .item-text,
.cid-upmuFnFnbd .item-icon {
  color: #ffffff;
}
.cid-upmuFnFnbd .mbr-text,
.cid-upmuFnFnbd .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-upmvcGLkao .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-upmvcGLkao .btn {
  white-space: nowrap;
}
.cid-upmvcGLkao .nav-link,
.cid-upmvcGLkao .icons-menu .mbr-iconfont,
.cid-upmvcGLkao .dropdown-item {
  transition: all 0.1s;
}
.cid-upmvcGLkao .nav-link:hover,
.cid-upmvcGLkao .icons-menu .mbr-iconfont:hover,
.cid-upmvcGLkao .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-upmvcGLkao .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-upmvcGLkao .container {
  display: flex;
  margin: auto;
}
.cid-upmvcGLkao .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #5b686b;
}
.cid-upmvcGLkao .navbar.opened {
  transition: all .3s;
}
.cid-upmvcGLkao .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-upmvcGLkao .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-upmvcGLkao .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upmvcGLkao .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upmvcGLkao .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-upmvcGLkao .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upmvcGLkao .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upmvcGLkao .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-upmvcGLkao .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upmvcGLkao .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-upmvcGLkao .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-upmvcGLkao .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upmvcGLkao .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upmvcGLkao .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upmvcGLkao .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upmvcGLkao .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-upmvcGLkao .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-upmvcGLkao .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upmvcGLkao .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upmvcGLkao .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upmvcGLkao .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-upmvcGLkao .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-upmvcGLkao .navbar.navbar-short {
  background: #5b686b !important;
  min-height: 60px;
}
.cid-upmvcGLkao .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-upmvcGLkao .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-upmvcGLkao .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-upmvcGLkao .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-upmvcGLkao .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upmvcGLkao .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-upmvcGLkao .navbar-caption {
  padding-right: 4rem;
}
.cid-upmvcGLkao .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-upmvcGLkao .dropdown-menu,
.cid-upmvcGLkao .navbar.opened {
  background: #191919 !important;
}
.cid-upmvcGLkao .nav-item:focus,
.cid-upmvcGLkao .nav-link:focus {
  outline: none;
}
.cid-upmvcGLkao .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-upmvcGLkao .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upmvcGLkao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-upmvcGLkao .dropdown .dropdown-menu .dropdown-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-upmvcGLkao .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upmvcGLkao .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-upmvcGLkao .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-upmvcGLkao .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upmvcGLkao .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upmvcGLkao .dropdown-item.active,
.cid-upmvcGLkao .dropdown-item:active {
  background-color: transparent;
}
.cid-upmvcGLkao .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upmvcGLkao .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upmvcGLkao .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upmvcGLkao .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5b686b;
}
.cid-upmvcGLkao .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upmvcGLkao .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upmvcGLkao ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-upmvcGLkao .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upmvcGLkao button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upmvcGLkao button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upmvcGLkao button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upmvcGLkao button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upmvcGLkao button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upmvcGLkao button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upmvcGLkao nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upmvcGLkao nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upmvcGLkao nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upmvcGLkao nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upmvcGLkao .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-upmvcGLkao a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-upmvcGLkao .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-upmvcGLkao .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upmvcGLkao .navbar {
    height: 77px;
  }
  .cid-upmvcGLkao .navbar.opened {
    height: auto;
  }
  .cid-upmvcGLkao .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upmvcGLkao .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-upmvcHnqfB {
  background-image: url("../../../assets/images/37-1248x702.jpg");
}
.cid-upmvcHnqfB H1 {
  color: #ffffff;
}
.cid-upmvcHnqfB h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-upmvcHnqfB .mbr-text,
.cid-upmvcHnqfB .mbr-section-btn {
  color: #ffffff;
}
.cid-upmvcHL95g {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-upmvcHL95g .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-upmvcHL95g .mbr-text,
.cid-upmvcHL95g .mbr-section-btn {
  color: #ffffff;
}
.cid-upmvcHL95g .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmvcHL95g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upmvcI3ykA .google-map {
  height: 30rem;
  position: relative;
}
.cid-upmvcI3ykA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upmvcI3ykA .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-upmvcI3ykA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upmvcI3ykA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upmvcIp4Jg {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-upmvcIp4Jg .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-upmvcIp4Jg .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-upmvcIp4Jg .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-upmvcIp4Jg .title {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
  text-align: center;
}
.cid-upmvcIp4Jg .container {
  max-width: 1400px;
}
.cid-upmvcIp4Jg li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-upmvcIp4Jg .time {
  line-height: 2;
}
.cid-upmvcIp4Jg .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-upmvcIp4Jg .text-wrap {
  width: 100%;
}
.cid-upmvcIp4Jg .item-wrap {
  display: inline-block;
}
.cid-upmvcIp4Jg .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-upmvcIp4Jg .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-upmvcIp4Jg .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-upmvcIp4Jg .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upmvcIp4Jg .socicon-wrap {
    margin: auto;
  }
}
.cid-upmvcIp4Jg .mbr-text {
  color: #999999;
}
.cid-upmvcIp4Jg .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-upmvcIp4Jg .icon-title,
.cid-upmvcIp4Jg .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-upmvcIp4Jg .item-text,
.cid-upmvcIp4Jg .item-icon {
  color: #ffffff;
}
.cid-upmvcIp4Jg .mbr-text,
.cid-upmvcIp4Jg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-s1YNw91RvB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-s1YNw91RvB .btn {
  white-space: nowrap;
}
.cid-s1YNw91RvB .nav-link,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont,
.cid-s1YNw91RvB .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YNw91RvB .nav-link:hover,
.cid-s1YNw91RvB .icons-menu .mbr-iconfont:hover,
.cid-s1YNw91RvB .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-s1YNw91RvB .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YNw91RvB .container {
  display: flex;
  margin: auto;
}
.cid-s1YNw91RvB .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #5b686b;
}
.cid-s1YNw91RvB .navbar.opened {
  transition: all .3s;
}
.cid-s1YNw91RvB .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YNw91RvB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YNw91RvB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YNw91RvB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1YNw91RvB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1YNw91RvB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YNw91RvB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YNw91RvB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YNw91RvB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YNw91RvB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1YNw91RvB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YNw91RvB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YNw91RvB .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YNw91RvB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YNw91RvB .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YNw91RvB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YNw91RvB .navbar.navbar-short {
  background: #5b686b !important;
  min-height: 60px;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YNw91RvB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YNw91RvB .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YNw91RvB .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YNw91RvB .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YNw91RvB .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YNw91RvB .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YNw91RvB .dropdown-menu,
.cid-s1YNw91RvB .navbar.opened {
  background: #191919 !important;
}
.cid-s1YNw91RvB .nav-item:focus,
.cid-s1YNw91RvB .nav-link:focus {
  outline: none;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YNw91RvB .dropdown .dropdown-menu .dropdown-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-s1YNw91RvB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YNw91RvB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YNw91RvB .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-s1YNw91RvB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YNw91RvB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YNw91RvB .dropdown-item.active,
.cid-s1YNw91RvB .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YNw91RvB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YNw91RvB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5b686b;
}
.cid-s1YNw91RvB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YNw91RvB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YNw91RvB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YNw91RvB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YNw91RvB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YNw91RvB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YNw91RvB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YNw91RvB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YNw91RvB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YNw91RvB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YNw91RvB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YNw91RvB .navbar {
    height: 77px;
  }
  .cid-s1YNw91RvB .navbar.opened {
    height: auto;
  }
  .cid-s1YNw91RvB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YNw91RvB .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-s1YNmF9EpW {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/34-2000x1333.jpg");
}
.cid-s1YNmF9EpW H1 {
  color: #ffffff;
}
.cid-s1YNmF9EpW h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YNmF9EpW .mbr-text,
.cid-s1YNmF9EpW .mbr-section-btn {
  color: #ffffff;
}
.cid-upmf0OeLTV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upmf0OeLTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmf0OeLTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-upmf0OeLTV .container {
    padding: 0 30px;
  }
}
.cid-upmf0OeLTV .row {
  justify-content: center;
}
.cid-upmf0OeLTV .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upmf0OeLTV .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upmf0OeLTV .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upmf0OeLTV .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-upmf0OeLTV .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-upmf0OeLTV .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-upmf0OeLTV .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-upmf0OeLTV .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-upmf0OeLTV .mbr-section-title {
  color: #191919;
  text-align: center;
}
.cid-upmf0OeLTV .mbr-text {
  color: #144031;
}
.cid-upmeOKLIzT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-upmeOKLIzT .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-upmeOKLIzT .mbr-text,
.cid-upmeOKLIzT .mbr-section-btn {
  color: #ffffff;
}
.cid-upmeOKLIzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmeOKLIzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s1YNzGfN84 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-s1YNzGfN84 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YNzGfN84 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-s1YNzGfN84 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-s1YNzGfN84 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YNzGfN84 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YNzGfN84 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YNzGfN84 .first:hover:before {
  content: none;
}
.cid-s1YNzGfN84 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-s1YNzGfN84 .last:hover:after {
  content: none;
}
.cid-s1YNzGfN84 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-s1YNzGfN84 .mbr-section-text {
  color: #999999;
}
.cid-s1YNzGfN84 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YNzGfN84 .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YNzGfN84 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YNzGfN84 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YNzGfN84 .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-s1YNzGfN84 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-upmgRykZ5y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-upmgRykZ5y .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-upmgRykZ5y .mbr-text,
.cid-upmgRykZ5y .mbr-section-btn {
  color: #ffffff;
}
.cid-upmgRykZ5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmgRykZ5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s1YQ6E1SFC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-s1YQ6E1SFC .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-s1YQ6E1SFC .mbr-text,
.cid-s1YQ6E1SFC .mbr-section-btn {
  color: #ffffff;
}
.cid-s1YQ6E1SFC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-s1YQ6E1SFC img {
    width: 96%;
  }
}
.cid-uOFvvEG4f6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-uOFvvEG4f6 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uOFvvEG4f6 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFvvEG4f6 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOFvvEG4f6 .first:hover:before {
  content: none;
}
.cid-uOFvvEG4f6 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFvvEG4f6 .last:hover:after {
  content: none;
}
.cid-uOFvvEG4f6 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFvvEG4f6 .mbr-section-text {
  color: #999999;
}
.cid-uOFvvEG4f6 .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uOFvvEG4f6 .card .img-wrapper {
  overflow: hidden;
}
.cid-uOFvvEG4f6 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uOFvvEG4f6 .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-uOFvvEG4f6 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uOFvvEG4f6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFvvEG4f6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upmj6s6HKg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-upmj6s6HKg .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-upmj6s6HKg .mbr-text,
.cid-upmj6s6HKg .mbr-section-btn {
  color: #ffffff;
}
.cid-upmj6s6HKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmj6s6HKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s1YPFUMG3v {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-s1YPFUMG3v p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-s1YPFUMG3v .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-s1YPFUMG3v .collapsed {
  border: none;
}
.cid-s1YPFUMG3v .collapsed span {
  transform: rotate(0deg);
}
.cid-s1YPFUMG3v span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-s1YPFUMG3v .panel-body {
  padding-top: 0.5rem;
}
.cid-s1YPFUMG3v .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s1YPFUMG3v .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-s1YPFUMG3v .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s1YPFUMG3v .panel-text {
  color: #767676;
}
.cid-s1YPFUMG3v H4 {
  color: #ffffff;
}
.cid-s1YPFUMG3v H2 {
  color: #ffffff;
}
.cid-s1YPFUMG3v .mbr-section-text {
  color: #999999;
}
.cid-upmkjnX5QZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-upmkjnX5QZ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-upmkjnX5QZ .mbr-text,
.cid-upmkjnX5QZ .mbr-section-btn {
  color: #ffffff;
}
.cid-upmkjnX5QZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-upmkjnX5QZ img {
    width: 96%;
  }
}
.cid-upmkjnX5QZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmkjnX5QZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s1YPV5pGou {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-s1YPV5pGou img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-s1YPV5pGou .container-fluid {
    padding: 0 2rem;
  }
}
.cid-s1YPV5pGou .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-s1YPV5pGou .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-s1YPV5pGou .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-s1YPV5pGou .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-s1YPV5pGou .card-box {
  padding-top: 2rem;
}
.cid-s1YPV5pGou .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YPV5pGou .card-title {
  color: #999999;
}
.cid-s1YPV5pGou .mbr-subtitle {
  color: #ffffff;
}
.cid-s1YPV5pGou .main-title {
  color: #ffffff;
}
.cid-s1YPV5pGou .main-subtitle {
  color: #999999;
}
.cid-s1YPV5pGou .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-s1YPV5pGou .card:hover {
  transform: translateY(-10px);
}
.cid-s1YPV5pGou .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YPV5pGou .card:hover .card-title,
.cid-s1YPV5pGou .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-s1YPV5pGou .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-s1YPV5pGou .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-upmp9cOlhZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-upmp9cOlhZ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-upmp9cOlhZ .mbr-text,
.cid-upmp9cOlhZ .mbr-section-btn {
  color: #ffffff;
}
.cid-upmp9cOlhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upmp9cOlhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFyigXKnm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-uOFyigXKnm img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uOFyigXKnm .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFyigXKnm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOFyigXKnm .first:hover:before {
  content: none;
}
.cid-uOFyigXKnm .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFyigXKnm .last:hover:after {
  content: none;
}
.cid-uOFyigXKnm .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFyigXKnm .mbr-section-text {
  color: #999999;
  text-align: left;
}
.cid-uOFyigXKnm .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uOFyigXKnm .card .img-wrapper {
  overflow: hidden;
}
.cid-uOFyigXKnm .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uOFyigXKnm .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-uOFyigXKnm .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uOFyigXKnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFyigXKnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFAjQEavM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFAjQEavM .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFAjQEavM .mbr-text,
.cid-uOFAjQEavM .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFAjQEavM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFAjQEavM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s1YPq9DXRB .google-map {
  height: 30rem;
  position: relative;
}
.cid-s1YPq9DXRB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s1YPq9DXRB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s1YPq9DXRB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s1YPq9DXRB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upmqkhaNb1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-upmqkhaNb1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-upmqkhaNb1 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-upmqkhaNb1 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-upmqkhaNb1 .title {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
  text-align: center;
}
.cid-upmqkhaNb1 .container {
  max-width: 1400px;
}
.cid-upmqkhaNb1 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-upmqkhaNb1 .time {
  line-height: 2;
}
.cid-upmqkhaNb1 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-upmqkhaNb1 .text-wrap {
  width: 100%;
}
.cid-upmqkhaNb1 .item-wrap {
  display: inline-block;
}
.cid-upmqkhaNb1 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-upmqkhaNb1 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-upmqkhaNb1 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-upmqkhaNb1 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upmqkhaNb1 .socicon-wrap {
    margin: auto;
  }
}
.cid-upmqkhaNb1 .mbr-text {
  color: #999999;
}
.cid-upmqkhaNb1 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-upmqkhaNb1 .icon-title,
.cid-upmqkhaNb1 .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-upmqkhaNb1 .item-text,
.cid-upmqkhaNb1 .item-icon {
  color: #ffffff;
}
.cid-upmqkhaNb1 .mbr-text,
.cid-upmqkhaNb1 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uOFF6HQwUI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-uOFF6HQwUI .btn {
  white-space: nowrap;
}
.cid-uOFF6HQwUI .nav-link,
.cid-uOFF6HQwUI .icons-menu .mbr-iconfont,
.cid-uOFF6HQwUI .dropdown-item {
  transition: all 0.1s;
}
.cid-uOFF6HQwUI .nav-link:hover,
.cid-uOFF6HQwUI .icons-menu .mbr-iconfont:hover,
.cid-uOFF6HQwUI .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-uOFF6HQwUI .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uOFF6HQwUI .container {
  display: flex;
  margin: auto;
}
.cid-uOFF6HQwUI .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #5b686b;
}
.cid-uOFF6HQwUI .navbar.opened {
  transition: all .3s;
}
.cid-uOFF6HQwUI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uOFF6HQwUI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOFF6HQwUI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFF6HQwUI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOFF6HQwUI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uOFF6HQwUI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFF6HQwUI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFF6HQwUI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOFF6HQwUI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFF6HQwUI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uOFF6HQwUI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uOFF6HQwUI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFF6HQwUI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFF6HQwUI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFF6HQwUI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFF6HQwUI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOFF6HQwUI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOFF6HQwUI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOFF6HQwUI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOFF6HQwUI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOFF6HQwUI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOFF6HQwUI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uOFF6HQwUI .navbar.navbar-short {
  background: #5b686b !important;
  min-height: 60px;
}
.cid-uOFF6HQwUI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOFF6HQwUI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOFF6HQwUI .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uOFF6HQwUI .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uOFF6HQwUI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFF6HQwUI .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOFF6HQwUI .navbar-caption {
  padding-right: 4rem;
}
.cid-uOFF6HQwUI .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uOFF6HQwUI .dropdown-menu,
.cid-uOFF6HQwUI .navbar.opened {
  background: #191919 !important;
}
.cid-uOFF6HQwUI .nav-item:focus,
.cid-uOFF6HQwUI .nav-link:focus {
  outline: none;
}
.cid-uOFF6HQwUI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOFF6HQwUI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOFF6HQwUI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOFF6HQwUI .dropdown .dropdown-menu .dropdown-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-uOFF6HQwUI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFF6HQwUI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uOFF6HQwUI .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-uOFF6HQwUI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOFF6HQwUI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFF6HQwUI .dropdown-item.active,
.cid-uOFF6HQwUI .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFF6HQwUI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFF6HQwUI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFF6HQwUI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFF6HQwUI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5b686b;
}
.cid-uOFF6HQwUI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOFF6HQwUI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFF6HQwUI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOFF6HQwUI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOFF6HQwUI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOFF6HQwUI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOFF6HQwUI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOFF6HQwUI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOFF6HQwUI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOFF6HQwUI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOFF6HQwUI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOFF6HQwUI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOFF6HQwUI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOFF6HQwUI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOFF6HQwUI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uOFF6HQwUI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOFF6HQwUI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOFF6HQwUI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOFF6HQwUI .navbar {
    height: 77px;
  }
  .cid-uOFF6HQwUI .navbar.opened {
    height: auto;
  }
  .cid-uOFF6HQwUI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFF6HQwUI .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uOFF6IozqS {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/38-2000x1124.jpg");
}
.cid-uOFF6IozqS H1 {
  color: #ffffff;
}
.cid-uOFF6IozqS h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOFF6IozqS .mbr-text,
.cid-uOFF6IozqS .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFF6IDbtm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOFF6IDbtm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFF6IDbtm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOFF6IDbtm .container {
    padding: 0 30px;
  }
}
.cid-uOFF6IDbtm .row {
  justify-content: center;
}
.cid-uOFF6IDbtm .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOFF6IDbtm .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOFF6IDbtm .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOFF6IDbtm .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uOFF6IDbtm .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uOFF6IDbtm .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uOFF6IDbtm .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOFF6IDbtm .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uOFF6IDbtm .mbr-section-title {
  color: #191919;
  text-align: center;
}
.cid-uOFF6IDbtm .mbr-text {
  color: #144031;
}
.cid-uOFF6IUgki {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFF6IUgki .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFF6IUgki .mbr-text,
.cid-uOFF6IUgki .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFF6IUgki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFF6IUgki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFF6JcaNZ {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uOFF6JcaNZ img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uOFF6JcaNZ .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uOFF6JcaNZ .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uOFF6JcaNZ .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOFF6JcaNZ .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFF6JcaNZ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOFF6JcaNZ .first:hover:before {
  content: none;
}
.cid-uOFF6JcaNZ .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-uOFF6JcaNZ .last:hover:after {
  content: none;
}
.cid-uOFF6JcaNZ .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-uOFF6JcaNZ .mbr-section-text {
  color: #999999;
}
.cid-uOFF6JcaNZ .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uOFF6JcaNZ .card .img-wrapper {
  overflow: hidden;
}
.cid-uOFF6JcaNZ .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uOFF6JcaNZ .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uOFF6JcaNZ .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-uOFF6JcaNZ .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uOFF6JQVBA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFF6JQVBA .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFF6JQVBA .mbr-text,
.cid-uOFF6JQVBA .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFF6JQVBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFF6JQVBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFF6K84EJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-uOFF6K84EJ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFF6K84EJ .mbr-text,
.cid-uOFF6K84EJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFF6K84EJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOFF6K84EJ img {
    width: 96%;
  }
}
.cid-uOFF6KxZI0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-uOFF6KxZI0 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uOFF6KxZI0 .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFF6KxZI0 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOFF6KxZI0 .first:hover:before {
  content: none;
}
.cid-uOFF6KxZI0 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFF6KxZI0 .last:hover:after {
  content: none;
}
.cid-uOFF6KxZI0 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFF6KxZI0 .mbr-section-text {
  color: #999999;
}
.cid-uOFF6KxZI0 .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uOFF6KxZI0 .card .img-wrapper {
  overflow: hidden;
}
.cid-uOFF6KxZI0 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uOFF6KxZI0 .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-uOFF6KxZI0 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uOFF6KxZI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFF6KxZI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFF6KY0Og {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFF6KY0Og .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFF6KY0Og .mbr-text,
.cid-uOFF6KY0Og .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFF6KY0Og .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFF6KY0Og .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFF6Lff3D {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-uOFF6Lff3D p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uOFF6Lff3D .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uOFF6Lff3D .collapsed {
  border: none;
}
.cid-uOFF6Lff3D .collapsed span {
  transform: rotate(0deg);
}
.cid-uOFF6Lff3D span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uOFF6Lff3D .panel-body {
  padding-top: 0.5rem;
}
.cid-uOFF6Lff3D .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uOFF6Lff3D .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uOFF6Lff3D .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uOFF6Lff3D .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uOFF6Lff3D .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uOFF6Lff3D .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uOFF6Lff3D .panel-text {
  color: #767676;
}
.cid-uOFF6Lff3D H4 {
  color: #ffffff;
}
.cid-uOFF6Lff3D H2 {
  color: #ffffff;
}
.cid-uOFF6Lff3D .mbr-section-text {
  color: #999999;
}
.cid-uOFF6LLVJd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-uOFF6LLVJd .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFF6LLVJd .mbr-text,
.cid-uOFF6LLVJd .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFF6LLVJd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOFF6LLVJd img {
    width: 96%;
  }
}
.cid-uOFF6LLVJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFF6LLVJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFF6M6iqR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uOFF6M6iqR img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-uOFF6M6iqR .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uOFF6M6iqR .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uOFF6M6iqR .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFF6M6iqR .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-uOFF6M6iqR .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-uOFF6M6iqR .card-box {
  padding-top: 2rem;
}
.cid-uOFF6M6iqR .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOFF6M6iqR .card-title {
  color: #999999;
}
.cid-uOFF6M6iqR .mbr-subtitle {
  color: #ffffff;
}
.cid-uOFF6M6iqR .main-title {
  color: #ffffff;
}
.cid-uOFF6M6iqR .main-subtitle {
  color: #999999;
}
.cid-uOFF6M6iqR .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uOFF6M6iqR .card:hover {
  transform: translateY(-10px);
}
.cid-uOFF6M6iqR .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uOFF6M6iqR .card:hover .card-title,
.cid-uOFF6M6iqR .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uOFF6M6iqR .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uOFF6M6iqR .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uOFF6NghoQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFF6NghoQ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFF6NghoQ .mbr-text,
.cid-uOFF6NghoQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFF6NghoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFF6NghoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFF6NDAVu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-uOFF6NDAVu img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uOFF6NDAVu .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFF6NDAVu .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOFF6NDAVu .first:hover:before {
  content: none;
}
.cid-uOFF6NDAVu .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFF6NDAVu .last:hover:after {
  content: none;
}
.cid-uOFF6NDAVu .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFF6NDAVu .mbr-section-text {
  color: #999999;
  text-align: left;
}
.cid-uOFF6NDAVu .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uOFF6NDAVu .card .img-wrapper {
  overflow: hidden;
}
.cid-uOFF6NDAVu .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uOFF6NDAVu .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-uOFF6NDAVu .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uOFF6NDAVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFF6NDAVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFF6OaUWJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFF6OaUWJ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFF6OaUWJ .mbr-text,
.cid-uOFF6OaUWJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFF6OaUWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFF6OaUWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFHlVtKiP {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-uOFHlVtKiP p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uOFHlVtKiP .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uOFHlVtKiP .collapsed {
  border: none;
}
.cid-uOFHlVtKiP .collapsed span {
  transform: rotate(0deg);
}
.cid-uOFHlVtKiP span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uOFHlVtKiP .panel-body {
  padding-top: 0.5rem;
}
.cid-uOFHlVtKiP .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uOFHlVtKiP .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uOFHlVtKiP .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uOFHlVtKiP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uOFHlVtKiP .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uOFHlVtKiP .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uOFHlVtKiP .panel-text {
  color: #ffffff;
}
.cid-uOFHlVtKiP H4 {
  color: #f5d65a;
}
.cid-uOFHlVtKiP H2 {
  color: #ffffff;
}
.cid-uOFHlVtKiP .mbr-section-text {
  color: #999999;
}
.cid-uOFHlVtKiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFHlVtKiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFF6Ow47N .google-map {
  height: 30rem;
  position: relative;
}
.cid-uOFF6Ow47N .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uOFF6Ow47N .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOFF6Ow47N .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOFF6Ow47N .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOFF6ORSfb {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uOFF6ORSfb .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uOFF6ORSfb .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uOFF6ORSfb .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uOFF6ORSfb .title {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
  text-align: center;
}
.cid-uOFF6ORSfb .container {
  max-width: 1400px;
}
.cid-uOFF6ORSfb li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uOFF6ORSfb .time {
  line-height: 2;
}
.cid-uOFF6ORSfb .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uOFF6ORSfb .text-wrap {
  width: 100%;
}
.cid-uOFF6ORSfb .item-wrap {
  display: inline-block;
}
.cid-uOFF6ORSfb .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uOFF6ORSfb .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uOFF6ORSfb .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uOFF6ORSfb .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOFF6ORSfb .socicon-wrap {
    margin: auto;
  }
}
.cid-uOFF6ORSfb .mbr-text {
  color: #999999;
}
.cid-uOFF6ORSfb .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uOFF6ORSfb .icon-title,
.cid-uOFF6ORSfb .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-uOFF6ORSfb .item-text,
.cid-uOFF6ORSfb .item-icon {
  color: #ffffff;
}
.cid-uOFF6ORSfb .mbr-text,
.cid-uOFF6ORSfb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uOFIIol6Vc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-uOFIIol6Vc .btn {
  white-space: nowrap;
}
.cid-uOFIIol6Vc .nav-link,
.cid-uOFIIol6Vc .icons-menu .mbr-iconfont,
.cid-uOFIIol6Vc .dropdown-item {
  transition: all 0.1s;
}
.cid-uOFIIol6Vc .nav-link:hover,
.cid-uOFIIol6Vc .icons-menu .mbr-iconfont:hover,
.cid-uOFIIol6Vc .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-uOFIIol6Vc .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uOFIIol6Vc .container {
  display: flex;
  margin: auto;
}
.cid-uOFIIol6Vc .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #5b686b;
}
.cid-uOFIIol6Vc .navbar.opened {
  transition: all .3s;
}
.cid-uOFIIol6Vc .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uOFIIol6Vc .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOFIIol6Vc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFIIol6Vc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOFIIol6Vc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uOFIIol6Vc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFIIol6Vc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFIIol6Vc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOFIIol6Vc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFIIol6Vc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uOFIIol6Vc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uOFIIol6Vc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFIIol6Vc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFIIol6Vc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFIIol6Vc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFIIol6Vc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOFIIol6Vc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOFIIol6Vc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOFIIol6Vc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOFIIol6Vc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOFIIol6Vc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOFIIol6Vc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uOFIIol6Vc .navbar.navbar-short {
  background: #5b686b !important;
  min-height: 60px;
}
.cid-uOFIIol6Vc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOFIIol6Vc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOFIIol6Vc .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uOFIIol6Vc .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uOFIIol6Vc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFIIol6Vc .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOFIIol6Vc .navbar-caption {
  padding-right: 4rem;
}
.cid-uOFIIol6Vc .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uOFIIol6Vc .dropdown-menu,
.cid-uOFIIol6Vc .navbar.opened {
  background: #191919 !important;
}
.cid-uOFIIol6Vc .nav-item:focus,
.cid-uOFIIol6Vc .nav-link:focus {
  outline: none;
}
.cid-uOFIIol6Vc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOFIIol6Vc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOFIIol6Vc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOFIIol6Vc .dropdown .dropdown-menu .dropdown-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-uOFIIol6Vc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFIIol6Vc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uOFIIol6Vc .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-uOFIIol6Vc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOFIIol6Vc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFIIol6Vc .dropdown-item.active,
.cid-uOFIIol6Vc .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFIIol6Vc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFIIol6Vc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFIIol6Vc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFIIol6Vc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5b686b;
}
.cid-uOFIIol6Vc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOFIIol6Vc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFIIol6Vc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOFIIol6Vc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOFIIol6Vc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOFIIol6Vc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOFIIol6Vc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOFIIol6Vc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOFIIol6Vc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOFIIol6Vc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOFIIol6Vc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOFIIol6Vc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOFIIol6Vc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOFIIol6Vc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOFIIol6Vc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uOFIIol6Vc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOFIIol6Vc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOFIIol6Vc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOFIIol6Vc .navbar {
    height: 77px;
  }
  .cid-uOFIIol6Vc .navbar.opened {
    height: auto;
  }
  .cid-uOFIIol6Vc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFIIol6Vc .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uOFIIoXPlo {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/40-1600x900.jpg");
}
.cid-uOFIIoXPlo H1 {
  color: #ffffff;
}
.cid-uOFIIoXPlo h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOFIIoXPlo .mbr-text,
.cid-uOFIIoXPlo .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFIIpoDqB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOFIIpoDqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFIIpoDqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOFIIpoDqB .container {
    padding: 0 30px;
  }
}
.cid-uOFIIpoDqB .row {
  justify-content: center;
}
.cid-uOFIIpoDqB .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOFIIpoDqB .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOFIIpoDqB .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOFIIpoDqB .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uOFIIpoDqB .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uOFIIpoDqB .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uOFIIpoDqB .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOFIIpoDqB .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uOFIIpoDqB .mbr-section-title {
  color: #191919;
  text-align: center;
}
.cid-uOFIIpoDqB .mbr-text {
  color: #144031;
}
.cid-uOFIIpJeYH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFIIpJeYH .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFIIpJeYH .mbr-text,
.cid-uOFIIpJeYH .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFIIpJeYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFIIpJeYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFIIpZ3Rz {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uOFIIpZ3Rz img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uOFIIpZ3Rz .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uOFIIpZ3Rz .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uOFIIpZ3Rz .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOFIIpZ3Rz .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFIIpZ3Rz .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOFIIpZ3Rz .first:hover:before {
  content: none;
}
.cid-uOFIIpZ3Rz .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-uOFIIpZ3Rz .last:hover:after {
  content: none;
}
.cid-uOFIIpZ3Rz .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-uOFIIpZ3Rz .mbr-section-text {
  color: #999999;
}
.cid-uOFIIpZ3Rz .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uOFIIpZ3Rz .card .img-wrapper {
  overflow: hidden;
}
.cid-uOFIIpZ3Rz .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uOFIIpZ3Rz .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uOFIIpZ3Rz .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-uOFIIpZ3Rz .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uOFIIqxSDo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFIIqxSDo .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFIIqxSDo .mbr-text,
.cid-uOFIIqxSDo .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFIIqxSDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFIIqxSDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFIIqOPxl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-uOFIIqOPxl .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFIIqOPxl .mbr-text,
.cid-uOFIIqOPxl .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFIIqOPxl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOFIIqOPxl img {
    width: 96%;
  }
}
.cid-uOFIIr73cy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-uOFIIr73cy img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uOFIIr73cy .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFIIr73cy .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOFIIr73cy .first:hover:before {
  content: none;
}
.cid-uOFIIr73cy .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFIIr73cy .last:hover:after {
  content: none;
}
.cid-uOFIIr73cy .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFIIr73cy .mbr-section-text {
  color: #999999;
}
.cid-uOFIIr73cy .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uOFIIr73cy .card .img-wrapper {
  overflow: hidden;
}
.cid-uOFIIr73cy .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uOFIIr73cy .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-uOFIIr73cy .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uOFIIr73cy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFIIr73cy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFIIruHN7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFIIruHN7 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFIIruHN7 .mbr-text,
.cid-uOFIIruHN7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFIIruHN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFIIruHN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFIIrP4Yw {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-uOFIIrP4Yw p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uOFIIrP4Yw .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uOFIIrP4Yw .collapsed {
  border: none;
}
.cid-uOFIIrP4Yw .collapsed span {
  transform: rotate(0deg);
}
.cid-uOFIIrP4Yw span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uOFIIrP4Yw .panel-body {
  padding-top: 0.5rem;
}
.cid-uOFIIrP4Yw .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uOFIIrP4Yw .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uOFIIrP4Yw .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uOFIIrP4Yw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uOFIIrP4Yw .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uOFIIrP4Yw .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uOFIIrP4Yw .panel-text {
  color: #767676;
}
.cid-uOFIIrP4Yw H4 {
  color: #ffffff;
}
.cid-uOFIIrP4Yw H2 {
  color: #ffffff;
}
.cid-uOFIIrP4Yw .mbr-section-text {
  color: #999999;
}
.cid-uOFIIslTQp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-uOFIIslTQp .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFIIslTQp .mbr-text,
.cid-uOFIIslTQp .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFIIslTQp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOFIIslTQp img {
    width: 96%;
  }
}
.cid-uOFIIslTQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFIIslTQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFIIsA6Le {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uOFIIsA6Le img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-uOFIIsA6Le .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uOFIIsA6Le .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uOFIIsA6Le .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFIIsA6Le .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-uOFIIsA6Le .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-uOFIIsA6Le .card-box {
  padding-top: 2rem;
}
.cid-uOFIIsA6Le .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOFIIsA6Le .card-title {
  color: #999999;
}
.cid-uOFIIsA6Le .mbr-subtitle {
  color: #ffffff;
}
.cid-uOFIIsA6Le .main-title {
  color: #ffffff;
}
.cid-uOFIIsA6Le .main-subtitle {
  color: #999999;
}
.cid-uOFIIsA6Le .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uOFIIsA6Le .card:hover {
  transform: translateY(-10px);
}
.cid-uOFIIsA6Le .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uOFIIsA6Le .card:hover .card-title,
.cid-uOFIIsA6Le .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uOFIIsA6Le .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uOFIIsA6Le .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uOFIItpfhL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFIItpfhL .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFIItpfhL .mbr-text,
.cid-uOFIItpfhL .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFIItpfhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFIItpfhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFIItGszI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-uOFIItGszI img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uOFIItGszI .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFIItGszI .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOFIItGszI .first:hover:before {
  content: none;
}
.cid-uOFIItGszI .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFIItGszI .last:hover:after {
  content: none;
}
.cid-uOFIItGszI .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFIItGszI .mbr-section-text {
  color: #999999;
  text-align: left;
}
.cid-uOFIItGszI .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uOFIItGszI .card .img-wrapper {
  overflow: hidden;
}
.cid-uOFIItGszI .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uOFIItGszI .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-uOFIItGszI .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uOFIItGszI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFIItGszI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFIIubEY2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFIIubEY2 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFIIubEY2 .mbr-text,
.cid-uOFIIubEY2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFIIubEY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFIIubEY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFIIusEql {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-uOFIIusEql p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uOFIIusEql .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uOFIIusEql .collapsed {
  border: none;
}
.cid-uOFIIusEql .collapsed span {
  transform: rotate(0deg);
}
.cid-uOFIIusEql span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uOFIIusEql .panel-body {
  padding-top: 0.5rem;
}
.cid-uOFIIusEql .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uOFIIusEql .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uOFIIusEql .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uOFIIusEql .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uOFIIusEql .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uOFIIusEql .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uOFIIusEql .panel-text {
  color: #ffffff;
}
.cid-uOFIIusEql H4 {
  color: #f5d65a;
}
.cid-uOFIIusEql H2 {
  color: #ffffff;
}
.cid-uOFIIusEql .mbr-section-text {
  color: #999999;
}
.cid-uOFIIusEql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFIIusEql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFIIuNAqG .google-map {
  height: 30rem;
  position: relative;
}
.cid-uOFIIuNAqG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uOFIIuNAqG .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOFIIuNAqG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOFIIuNAqG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOFIIv4kHY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uOFIIv4kHY .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uOFIIv4kHY .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uOFIIv4kHY .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uOFIIv4kHY .title {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
  text-align: center;
}
.cid-uOFIIv4kHY .container {
  max-width: 1400px;
}
.cid-uOFIIv4kHY li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uOFIIv4kHY .time {
  line-height: 2;
}
.cid-uOFIIv4kHY .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uOFIIv4kHY .text-wrap {
  width: 100%;
}
.cid-uOFIIv4kHY .item-wrap {
  display: inline-block;
}
.cid-uOFIIv4kHY .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uOFIIv4kHY .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uOFIIv4kHY .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uOFIIv4kHY .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOFIIv4kHY .socicon-wrap {
    margin: auto;
  }
}
.cid-uOFIIv4kHY .mbr-text {
  color: #999999;
}
.cid-uOFIIv4kHY .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uOFIIv4kHY .icon-title,
.cid-uOFIIv4kHY .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-uOFIIv4kHY .item-text,
.cid-uOFIIv4kHY .item-icon {
  color: #ffffff;
}
.cid-uOFIIv4kHY .mbr-text,
.cid-uOFIIv4kHY .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uOFMOgxbtE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: 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-uOFMOgxbtE .btn {
  white-space: nowrap;
}
.cid-uOFMOgxbtE .nav-link,
.cid-uOFMOgxbtE .icons-menu .mbr-iconfont,
.cid-uOFMOgxbtE .dropdown-item {
  transition: all 0.1s;
}
.cid-uOFMOgxbtE .nav-link:hover,
.cid-uOFMOgxbtE .icons-menu .mbr-iconfont:hover,
.cid-uOFMOgxbtE .dropdown-item:hover {
  color: #55b4d4 !important;
}
@media (max-width: 992px) {
  .cid-uOFMOgxbtE .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uOFMOgxbtE .container {
  display: flex;
  margin: auto;
}
.cid-uOFMOgxbtE .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #5b686b;
}
.cid-uOFMOgxbtE .navbar.opened {
  transition: all .3s;
}
.cid-uOFMOgxbtE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uOFMOgxbtE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOFMOgxbtE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFMOgxbtE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOFMOgxbtE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uOFMOgxbtE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFMOgxbtE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFMOgxbtE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOFMOgxbtE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFMOgxbtE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uOFMOgxbtE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uOFMOgxbtE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFMOgxbtE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFMOgxbtE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFMOgxbtE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFMOgxbtE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOFMOgxbtE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOFMOgxbtE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOFMOgxbtE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOFMOgxbtE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOFMOgxbtE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOFMOgxbtE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uOFMOgxbtE .navbar.navbar-short {
  background: #5b686b !important;
  min-height: 60px;
}
.cid-uOFMOgxbtE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOFMOgxbtE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOFMOgxbtE .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uOFMOgxbtE .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uOFMOgxbtE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFMOgxbtE .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOFMOgxbtE .navbar-caption {
  padding-right: 4rem;
}
.cid-uOFMOgxbtE .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uOFMOgxbtE .dropdown-menu,
.cid-uOFMOgxbtE .navbar.opened {
  background: #191919 !important;
}
.cid-uOFMOgxbtE .nav-item:focus,
.cid-uOFMOgxbtE .nav-link:focus {
  outline: none;
}
.cid-uOFMOgxbtE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOFMOgxbtE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOFMOgxbtE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOFMOgxbtE .dropdown .dropdown-menu .dropdown-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-uOFMOgxbtE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFMOgxbtE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uOFMOgxbtE .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-uOFMOgxbtE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOFMOgxbtE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFMOgxbtE .dropdown-item.active,
.cid-uOFMOgxbtE .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFMOgxbtE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFMOgxbtE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFMOgxbtE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFMOgxbtE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5b686b;
}
.cid-uOFMOgxbtE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOFMOgxbtE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFMOgxbtE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOFMOgxbtE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOFMOgxbtE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOFMOgxbtE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOFMOgxbtE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOFMOgxbtE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOFMOgxbtE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOFMOgxbtE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOFMOgxbtE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOFMOgxbtE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOFMOgxbtE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOFMOgxbtE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOFMOgxbtE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uOFMOgxbtE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOFMOgxbtE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOFMOgxbtE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOFMOgxbtE .navbar {
    height: 77px;
  }
  .cid-uOFMOgxbtE .navbar.opened {
    height: auto;
  }
  .cid-uOFMOgxbtE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFMOgxbtE .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uOFMOhcxp5 {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/42-2000x1175.jpg");
}
.cid-uOFMOhcxp5 H1 {
  color: #ffffff;
}
.cid-uOFMOhcxp5 h1 {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOFMOhcxp5 .mbr-text,
.cid-uOFMOhcxp5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFMOhDQQN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOFMOhDQQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFMOhDQQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOFMOhDQQN .container {
    padding: 0 30px;
  }
}
.cid-uOFMOhDQQN .row {
  justify-content: center;
}
.cid-uOFMOhDQQN .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOFMOhDQQN .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOFMOhDQQN .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOFMOhDQQN .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uOFMOhDQQN .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uOFMOhDQQN .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uOFMOhDQQN .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOFMOhDQQN .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22654e;
}
.cid-uOFMOhDQQN .mbr-section-title {
  color: #191919;
  text-align: center;
}
.cid-uOFMOhDQQN .mbr-text {
  color: #144031;
}
.cid-uOFMOhYZRY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFMOhYZRY .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFMOhYZRY .mbr-text,
.cid-uOFMOhYZRY .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFMOhYZRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFMOhYZRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFMOillEU {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-uOFMOillEU img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uOFMOillEU .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uOFMOillEU .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uOFMOillEU .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOFMOillEU .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFMOillEU .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOFMOillEU .first:hover:before {
  content: none;
}
.cid-uOFMOillEU .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-uOFMOillEU .last:hover:after {
  content: none;
}
.cid-uOFMOillEU .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: '';
}
.cid-uOFMOillEU .mbr-section-text {
  color: #999999;
}
.cid-uOFMOillEU .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uOFMOillEU .card .img-wrapper {
  overflow: hidden;
}
.cid-uOFMOillEU .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uOFMOillEU .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uOFMOillEU .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-uOFMOillEU .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uOFMOj8Vii {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFMOj8Vii .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFMOj8Vii .mbr-text,
.cid-uOFMOj8Vii .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFMOj8Vii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFMOj8Vii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFPju3OwJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOFPju3OwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFPju3OwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFPju3OwJ .content-wrap {
  margin: 0;
}
.cid-uOFPju3OwJ .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uOFPju3OwJ .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .cid-uOFPju3OwJ .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uOFPju3OwJ .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOFPju3OwJ .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uOFPju3OwJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOFPju3OwJ .video-wrapper {
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uOFPju3OwJ .video-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uOFPju3OwJ .video-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOFPju3OwJ .video-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.cid-uOFPju3OwJ .mbr-section-title {
  color: #c10b02;
  text-align: center;
}
.cid-uOFPju3OwJ .mbr-text,
.cid-uOFPju3OwJ .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uOFMOjsLaX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-uOFMOjsLaX .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFMOjsLaX .mbr-text,
.cid-uOFMOjsLaX .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFMOjsLaX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOFMOjsLaX img {
    width: 96%;
  }
}
.cid-uOFMOk01Ki {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-uOFMOk01Ki img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uOFMOk01Ki .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFMOk01Ki .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOFMOk01Ki .first:hover:before {
  content: none;
}
.cid-uOFMOk01Ki .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFMOk01Ki .last:hover:after {
  content: none;
}
.cid-uOFMOk01Ki .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFMOk01Ki .mbr-section-text {
  color: #999999;
}
.cid-uOFMOk01Ki .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uOFMOk01Ki .card .img-wrapper {
  overflow: hidden;
}
.cid-uOFMOk01Ki .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uOFMOk01Ki .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-uOFMOk01Ki .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uOFMOk01Ki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFMOk01Ki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFMOkyeR8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFMOkyeR8 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFMOkyeR8 .mbr-text,
.cid-uOFMOkyeR8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFMOkyeR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFMOkyeR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFMOkZ84b {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-uOFMOkZ84b p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uOFMOkZ84b .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uOFMOkZ84b .collapsed {
  border: none;
}
.cid-uOFMOkZ84b .collapsed span {
  transform: rotate(0deg);
}
.cid-uOFMOkZ84b span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uOFMOkZ84b .panel-body {
  padding-top: 0.5rem;
}
.cid-uOFMOkZ84b .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uOFMOkZ84b .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uOFMOkZ84b .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uOFMOkZ84b .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uOFMOkZ84b .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uOFMOkZ84b .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uOFMOkZ84b .panel-text {
  color: #767676;
}
.cid-uOFMOkZ84b H4 {
  color: #ffffff;
}
.cid-uOFMOkZ84b H2 {
  color: #ffffff;
}
.cid-uOFMOkZ84b .mbr-section-text {
  color: #999999;
}
.cid-uOFMOlxTgQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #191919;
}
.cid-uOFMOlxTgQ .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFMOlxTgQ .mbr-text,
.cid-uOFMOlxTgQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFMOlxTgQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOFMOlxTgQ img {
    width: 96%;
  }
}
.cid-uOFMOlxTgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFMOlxTgQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFMOlZNIc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uOFMOlZNIc img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-uOFMOlZNIc .container-fluid {
    padding: 0 2rem;
  }
}
.cid-uOFMOlZNIc .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-uOFMOlZNIc .card-wrapper:hover {
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFMOlZNIc .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}
.cid-uOFMOlZNIc .icon-wrapper {
  padding: 0 0.6rem;
}
.cid-uOFMOlZNIc .card-box {
  padding-top: 2rem;
}
.cid-uOFMOlZNIc .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uOFMOlZNIc .card-title {
  color: #999999;
}
.cid-uOFMOlZNIc .mbr-subtitle {
  color: #ffffff;
}
.cid-uOFMOlZNIc .main-title {
  color: #ffffff;
}
.cid-uOFMOlZNIc .main-subtitle {
  color: #999999;
}
.cid-uOFMOlZNIc .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uOFMOlZNIc .card:hover {
  transform: translateY(-10px);
}
.cid-uOFMOlZNIc .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uOFMOlZNIc .card:hover .card-title,
.cid-uOFMOlZNIc .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-uOFMOlZNIc .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-uOFMOlZNIc .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uOFMOmPC7S {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFMOmPC7S .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFMOmPC7S .mbr-text,
.cid-uOFMOmPC7S .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFMOmPC7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFMOmPC7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFMOnpoHF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111111;
}
.cid-uOFMOnpoHF img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uOFMOnpoHF .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uOFMOnpoHF .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOFMOnpoHF .first:hover:before {
  content: none;
}
.cid-uOFMOnpoHF .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFMOnpoHF .last:hover:after {
  content: none;
}
.cid-uOFMOnpoHF .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  content: "";
}
.cid-uOFMOnpoHF .mbr-section-text {
  color: #999999;
  text-align: left;
}
.cid-uOFMOnpoHF .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-uOFMOnpoHF .card .img-wrapper {
  overflow: hidden;
}
.cid-uOFMOnpoHF .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uOFMOnpoHF .card:hover .card-wrapper {
  background: linear-gradient(to left, #55b4d4, #e2090d);
  color: #ffffff !important;
}
.cid-uOFMOnpoHF .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uOFMOnpoHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFMOnpoHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFMOo6Sdi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191919;
}
.cid-uOFMOo6Sdi .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #55b4d4, #e2090d);
}
.cid-uOFMOo6Sdi .mbr-text,
.cid-uOFMOo6Sdi .mbr-section-btn {
  color: #ffffff;
}
.cid-uOFMOo6Sdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFMOo6Sdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFMOoKKj7 {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background-color: #000000;
}
.cid-uOFMOoKKj7 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uOFMOoKKj7 .panel-title {
  border-bottom: 2px solid #e2090d;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uOFMOoKKj7 .collapsed {
  border: none;
}
.cid-uOFMOoKKj7 .collapsed span {
  transform: rotate(0deg);
}
.cid-uOFMOoKKj7 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uOFMOoKKj7 .panel-body {
  padding-top: 0.5rem;
}
.cid-uOFMOoKKj7 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uOFMOoKKj7 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uOFMOoKKj7 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uOFMOoKKj7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uOFMOoKKj7 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uOFMOoKKj7 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uOFMOoKKj7 .panel-text {
  color: #ffffff;
}
.cid-uOFMOoKKj7 H4 {
  color: #f5d65a;
}
.cid-uOFMOoKKj7 H2 {
  color: #ffffff;
}
.cid-uOFMOoKKj7 .mbr-section-text {
  color: #999999;
}
.cid-uOFMOoKKj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFMOoKKj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFMOptc6G .google-map {
  height: 30rem;
  position: relative;
}
.cid-uOFMOptc6G .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uOFMOptc6G .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOFMOptc6G .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOFMOptc6G .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOFMOq1D4h {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uOFMOq1D4h .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uOFMOq1D4h .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-uOFMOq1D4h .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-uOFMOq1D4h .title {
  background: linear-gradient(to left, #55b4d4, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #e2090d;
  text-align: center;
}
.cid-uOFMOq1D4h .container {
  max-width: 1400px;
}
.cid-uOFMOq1D4h li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-uOFMOq1D4h .time {
  line-height: 2;
}
.cid-uOFMOq1D4h .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uOFMOq1D4h .text-wrap {
  width: 100%;
}
.cid-uOFMOq1D4h .item-wrap {
  display: inline-block;
}
.cid-uOFMOq1D4h .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uOFMOq1D4h .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #55b4d4, #e2090d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uOFMOq1D4h .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-uOFMOq1D4h .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOFMOq1D4h .socicon-wrap {
    margin: auto;
  }
}
.cid-uOFMOq1D4h .mbr-text {
  color: #999999;
}
.cid-uOFMOq1D4h .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-uOFMOq1D4h .icon-title,
.cid-uOFMOq1D4h .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-uOFMOq1D4h .item-text,
.cid-uOFMOq1D4h .item-icon {
  color: #ffffff;
}
.cid-uOFMOq1D4h .mbr-text,
.cid-uOFMOq1D4h .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
