body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Roboto Slab', serif;
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'Roboto Slab', serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Roboto Slab', serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ee1d1d !important;
}
.bg-success {
  background-color: #a3a3a3 !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ee1d1d !important;
  border-color: #ee1d1d !important;
  color: #cccccc !important;
}
.btn-primary:hover {
  color: #cccccc !important;
  background-color: #b10d0d !important;
  border-color: #b10d0d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #cccccc !important;
  background-color: #b10d0d !important;
  border-color: #b10d0d !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #f24c4c !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
  color: #cccccc !important;
}
.btn-secondary:hover {
  color: #cccccc !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #cccccc !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info:hover {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  color: #cccccc !important;
}
.btn-success:hover {
  color: #cccccc !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #cccccc !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning:hover {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #cccccc !important;
}
.btn-danger:hover {
  color: #cccccc !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #cccccc !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #cccccc !important;
}
.btn-black:hover {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #ee1d1d !important;
  color: #ffffff !important;
  color: #ee1d1d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ee1d1d;
  color: #ee1d1d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ee1d1d;
  border-color: #ee1d1d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ee1d1d !important;
  border-color: #ee1d1d !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #ee1d1d !important;
  color: #cccccc !important;
}
.btn-primary-outline:hover {
  color: #cccccc !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #4a4c70 !important;
  color: #ffffff !important;
  color: #4a4c70 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4a4c70;
  color: #4a4c70;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4a4c70;
  border-color: #4a4c70;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #4a4c70 !important;
  color: #cccccc !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #cccccc !important;
  color: #ffffff !important;
  color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #a3a3a3 !important;
  color: #ffffff !important;
  color: #a3a3a3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a3a3a3;
  color: #a3a3a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #a3a3a3 !important;
  color: #cccccc !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #808080 !important;
  color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b1a374 !important;
  color: #cccccc !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !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-color: #333333 !important;
  color: #cccccc !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ee1d1d !important;
}
.text-secondary {
  color: #4a4c70 !important;
}
.text-success {
  color: #a3a3a3 !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f57c7c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #797ca7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d6d6d6 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ee1d1d;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ee1d1d;
  border-color: #ee1d1d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ee1d1d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcdbdb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3e3e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ee1d1d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ee1d1d;
  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: #ee1d1d;
  border-bottom-color: #ee1d1d;
}
.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: #ee1d1d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4a4c70 !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='%23ee1d1d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rUTpFezVg4 {
  min-height: 80px !important;
  position: static;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .nav-item:focus,
.cid-rUTpFezVg4 .nav-link:focus {
  outline: none;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTpFezVg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #19212f;
}
.cid-rUTpFezVg4 .navbar.opened {
  transition: all .3s;
  background: #19212f !important;
}
.cid-rUTpFezVg4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTpFezVg4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUTpFezVg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTpFezVg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTpFezVg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUTpFezVg4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTpFezVg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTpFezVg4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTpFezVg4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTpFezVg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTpFezVg4 .navbar.navbar-short {
  background: #19212f;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown-item.active,
.cid-rUTpFezVg4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #19212f;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTpFezVg4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFezVg4 .navbar-nav {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar-buttons {
  text-align: center;
}
.cid-rUTpFezVg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTpFezVg4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFezVg4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTpFezVg4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTpFezVg4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFezVg4 .navbar {
    height: 77px;
  }
  .cid-rUTpFezVg4 .navbar.opened {
    height: auto;
  }
}
.cid-rUTpFezVg4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .text-btn {
  transition: transform 0.3s;
}
.cid-rUTpFezVg4 .btn:hover {
  transform: scale(0.8);
}
.cid-rUTpFezVg4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTpFezVg4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTpFezVg4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTpFezVg4 .nav-link:hover::before {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTpFezVg4 .link {
  margin: 0rem 1.2rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #5c77ac;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #19212f;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTpFezVg4 .navbar-caption {
  font-family: 'Roboto Slab', serif;
}
@media (max-width: 992px) {
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTpFezVg4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTpFezVg4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #ee1d1d !important;
    color: #cccccc !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTpFezVg4 .nav-link::before {
    display: none;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ee1d1d !important;
  }
  .cid-rUTpFezVg4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #cccccc !important;
    color: #ee1d1d !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTpFezVg4 .btn-primary {
  color: #cccccc !important;
}
.cid-rUTpFezVg4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFdX2Py1n6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/5-costly-mistakes-that-could-ruin-your-personal-injury-claim-1-900x530.jpg");
  position: relative;
}
.cid-uFdX2Py1n6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uFdX2Py1n6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFdX2Py1n6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFdX2Py1n6 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uFdX2Py1n6 .content-wrapper {
    margin-top: 0;
  }
}
.cid-uFdX2Py1n6 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFdX2Py1n6 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFdX2Py1n6 .mbr-section-title {
  color: #ffffff;
}
.cid-uFdX2Py1n6 .mbr-text {
  color: #ffffff;
}
.cid-uFfHqQrn56 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e6e6;
}
.cid-uFfHqQrn56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFfHqQrn56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFfHqQrn56 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFfHqQrn56 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFfHqQrn56 .container {
    padding: 0 6px;
  }
}
.cid-uFfHqQrn56 .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uFfHqQrn56 .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFfHqQrn56 .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFfHqQrn56 .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFfHqQrn56 .row {
    padding: 0 30px;
  }
}
.cid-uFfHqQrn56 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFfHqQrn56 .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uFfHqQrn56 .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uFfHqQrn56 .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uFfHqQrn56 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uFfHqQrn56 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFfHqQrn56 .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFfHqQrn56 .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uFfHqQrn56 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uFfHqQrn56 .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uFfHqQrn56 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uFfHqQrn56 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFfHqQrn56 .mbr-section-title {
  color: #131313;
}
.cid-uFfHqQrn56 .list {
  color: #131313;
}
.cid-uFfKrsCRAY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFfKrsCRAY .card-wrapper {
  background-color: #42474c;
}
.cid-uFfKrsCRAY .mbr-text {
  line-height: 34px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFfKrsCRAY .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uFfKrsCRAY .card-wrapper {
    padding: 61px 50px 55px 70px;
  }
}
.cid-uFfKrsCRAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFfKrsCRAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rUTpFZsfIT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUTpFZsfIT img {
  width: 100%;
  object-fit: cover;
}
.cid-rUTpFZsfIT .quote {
  color: #333333;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-card {
  justify-content: center;
}
.cid-rUTpFZsfIT .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-rUTpFZsfIT .card-title {
  margin-bottom: 1.2rem;
}
.cid-rUTpFZsfIT .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-rUTpFZsfIT .card-title,
.cid-rUTpFZsfIT .card-box {
  color: #303030;
}
.cid-rUTpFZsfIT H3 {
  color: #cdba6d;
}
.cid-rUTpFZsfIT .mbr-text,
.cid-rUTpFZsfIT .mbr-section-btn {
  color: #000000;
}
.cid-uFfNS2pzEB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #42474c;
}
.cid-uFfNS2pzEB .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uFfNS2pzEB .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uFfNS2pzEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFfNS2pzEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFfNS2pzEB .mbr-text,
.cid-uFfNS2pzEB .mbr-section-btn {
  color: #ffffff;
}
.cid-uFfNS2pzEB H3 {
  color: #ffffff;
}
.cid-rUTpGhQLS4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-rUTpGhQLS4 img {
  filter: grayscale(1);
}
.cid-rUTpGhQLS4 .image-wrap {
  position: relative;
}
.cid-rUTpGhQLS4 .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-rUTpGhQLS4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-rUTpGhQLS4 .card-wrap {
  background: #42474c;
}
.cid-rUTpGhQLS4 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-rUTpGhQLS4 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rUTpGhQLS4 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-rUTpGhQLS4 .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
}
.cid-rUTpGhQLS4 .main-heading {
  margin-bottom: 2.2rem;
}
.cid-rUTpGhQLS4 .btn {
  margin-top: 3rem;
}
.cid-rUTpGhQLS4 .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-rUTpGhQLS4 .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rUTpGhQLS4 .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpGhQLS4 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-rUTpGhQLS4 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTpGhQLS4 .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-rUTpGhQLS4 .btn-2 {
  color: #ee1d1d !important;
}
.cid-rUTpGhQLS4 .main-title {
  color: #303030;
}
.cid-rUTpGhQLS4 .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-uFg3dyDf5l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFg3dyDf5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFg3dyDf5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFg3dyDf5l .row {
  justify-content: center;
}
.cid-uFg3dyDf5l .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFg3dyDf5l .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFg3dyDf5l .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uFg3dyDf5l .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFg3dyDf5l .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFg3dyDf5l .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uFg3dyDf5l .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uFg3dyDf5l .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uFg3dyDf5l .mbr-label,
.cid-uFg3dyDf5l .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uFg3dyDf5l .mbr-section-title {
  color: #fff7ee;
}
.cid-uFg3dyDf5l .mbr-text,
.cid-uFg3dyDf5l .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFg3dyDf5l .mbr-section-title,
.cid-uFg3dyDf5l .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFfWJcPizP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFfWJcPizP .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uFfWJcPizP .mbr-section-title {
  color: #000000;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-uFfWJcPizP img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uFfWJcPizP .mbr-figure {
  height: 100%;
}
.cid-uFfWJcPizP .row {
  margin: 0;
  align-items: center;
}
.cid-uFfWJcPizP .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uFfWJcPizP .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFfWJcPizP .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFfWJcPizP .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFfWJcPizP .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFfWJcPizP .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uFfWJcPizP .img-block {
    padding-left: 6rem;
  }
}
.cid-uFfWJcPizP .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uFfWJcPizP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFfWJcPizP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFfWJcPizP H4 {
  color: #000000;
}
.cid-uFfWJcPizP .mbr-text,
.cid-uFfWJcPizP .mbr-section-btn {
  color: #000000;
}
.cid-uFg3mlrZ3O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFg3mlrZ3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFg3mlrZ3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFg3mlrZ3O .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFg3mlrZ3O .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFg3mlrZ3O .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFg3mlrZ3O .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFg3mlrZ3O .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFg3mlrZ3O .mbr-section-title {
  color: #000000;
}
.cid-uFg3mlrZ3O .mbr-desc {
  color: #fdfde1;
}
.cid-uFg3mlrZ3O .mbr-text {
  color: #000000;
}
.cid-uFg3mlrZ3O .mbr-text,
.cid-uFg3mlrZ3O .text-wrapper {
  color: #ffffff;
}
.cid-uFg3mlrZ3O .mbr-section-title,
.cid-uFg3mlrZ3O .mbr-section-btn {
  color: #ffffff;
}
.cid-uFg4Ar0nTc {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFg4Ar0nTc .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uFg4Ar0nTc .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uFg4Ar0nTc .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #ffffff;
  z-index: 1;
}
.cid-uFg4Ar0nTc .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #42474c;
}
.cid-uFg4Ar0nTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFg4Ar0nTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFg4Ar0nTc .row {
  position: relative;
  z-index: 2;
}
.cid-uFg4Ar0nTc .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uFg4Ar0nTc .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uFg4Ar0nTc .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFg4Ar0nTc .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uFg4Ar0nTc .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uFg4Ar0nTc .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFg4Ar0nTc .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFg4Ar0nTc .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uFg4Ar0nTc .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFg4Ar0nTc .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uFg4Ar0nTc .mbr-section-title {
  color: #212529;
}
.cid-uFg4Ar0nTc .mbr-text {
  color: #51565c;
}
.cid-uFumPA6qiB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42474c;
}
.cid-uFumPA6qiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFumPA6qiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFumPA6qiB b,
.cid-uFumPA6qiB strong {
  font-weight: 900;
}
.cid-uFumPA6qiB .mbr-section-title {
  color: #ffffff;
}
.cid-uFumPA6qiB .mbr-section-subtitle {
  color: #17003b;
}
.cid-uFhjhVfCXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uFhjhVfCXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhjhVfCXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhjhVfCXp .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFhjhVfCXp .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFhjhVfCXp .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFhjhVfCXp .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uFhjhVfCXp .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uFhjhVfCXp .panel-group .card {
    padding: 16px;
  }
}
.cid-uFhjhVfCXp .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFhjhVfCXp .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #f57c7c;
  margin-left: 8px;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #ee1d1d;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uFhjhVfCXp .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uFhjhVfCXp .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFhjhVfCXp .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uFhjhVfCXp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFhjhVfCXp .card-wrapper {
  background-color: #f9f8f8;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #000000;
}
@media (max-width: 992px) {
  .cid-uFhjhVfCXp .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uFhjhVfCXp .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uFhjhVfCXp .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uFhjhVfCXp .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFhjhVfCXp .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFhjhVfCXp .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFhjhVfCXp .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uFhjhVfCXp .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uFhjhVfCXp .panel-title-edit {
  color: #272b2e;
}
.cid-uFhjhVfCXp .panel-text {
  color: #15171a;
}
.cid-uFhjhVfCXp .card-title {
  color: #272b2e;
}
.cid-uFhjhVfCXp .card-title,
.cid-uFhjhVfCXp .icon-wrap,
.cid-uFhjhVfCXp .mbr-section-btn {
  text-align: center;
}
.cid-uFg3BsUVbQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFg3BsUVbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFg3BsUVbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFg3BsUVbQ .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uFg3BsUVbQ .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFg3BsUVbQ .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFg3BsUVbQ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uFg3BsUVbQ .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uFg3BsUVbQ .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uFg3BsUVbQ .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFg3BsUVbQ .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFg3BsUVbQ .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFg3BsUVbQ .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uFg3BsUVbQ .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uFg3BsUVbQ .mbr-section-title,
.cid-uFg3BsUVbQ .mbr-section-btn {
  color: #000000;
}
.cid-rUTpKtzfJh .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-rUTpKtzfJh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUTpKtzfJh .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-rUTpKtzfJh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUTpKtzfJh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rUTpKPo1ae {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-rUTpKPo1ae a {
  transition: 0.3s;
}
.cid-rUTpKPo1ae h5 {
  margin-bottom: 1.6rem;
}
.cid-rUTpKPo1ae .card-img2 span {
  padding-top: 6px;
}
.cid-rUTpKPo1ae .soc-item a {
  padding-top: 5px;
}
.cid-rUTpKPo1ae .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-rUTpKPo1ae .link:hover {
  color: #ee1d1d !important;
}
@media (max-width: 992px) {
  .cid-rUTpKPo1ae .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rUTpKPo1ae .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-rUTpKPo1ae .soc-item span {
  font-size: 1rem;
}
.cid-rUTpKPo1ae .soc-item:hover span {
  color: #ee1d1d !important;
}
.cid-rUTpKPo1ae .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-rUTpKPo1ae .item h4 {
  margin: 0;
}
.cid-rUTpKPo1ae .media-wrap {
  margin-bottom: 1rem;
}
.cid-rUTpKPo1ae .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rUTpKPo1ae img {
  width: 80%;
}
.cid-rUTpKPo1ae .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-rUTpKPo1ae .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rUTpKPo1ae .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-rUTpKPo1ae .container {
  padding: 0;
}
.cid-rUTpKPo1ae .btn-primary:hover {
  background-color: #c90f0f !important;
}
.cid-rUTpKPo1ae foot-menu-item {
  text-align: center;
}
.cid-rUTpL6oEdG {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTpL6oEdG .media-container-row {
  align-items: center;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTpL6oEdG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTpL6oEdG .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTpL6oEdG .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: center;
  }
  .cid-rUTpL6oEdG .mbr-text {
    text-align: center;
  }
  .cid-rUTpL6oEdG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTpL6oEdG .link:hover {
  text-decoration: underline;
}
.cid-rUTpL6oEdG .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTpL6oEdG .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTpL6oEdG .container {
    padding: 0;
  }
}
.cid-rUTpL6oEdG .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uFhmlC3Vmy {
  min-height: 80px !important;
  position: static;
}
.cid-uFhmlC3Vmy .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-uFhmlC3Vmy .nav-item:focus,
.cid-uFhmlC3Vmy .nav-link:focus {
  outline: none;
}
.cid-uFhmlC3Vmy .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-uFhmlC3Vmy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFhmlC3Vmy .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-uFhmlC3Vmy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFhmlC3Vmy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFhmlC3Vmy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #19212f;
}
.cid-uFhmlC3Vmy .navbar.opened {
  transition: all .3s;
  background: #19212f !important;
}
.cid-uFhmlC3Vmy .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFhmlC3Vmy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFhmlC3Vmy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFhmlC3Vmy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFhmlC3Vmy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFhmlC3Vmy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFhmlC3Vmy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFhmlC3Vmy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFhmlC3Vmy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFhmlC3Vmy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFhmlC3Vmy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFhmlC3Vmy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFhmlC3Vmy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFhmlC3Vmy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFhmlC3Vmy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFhmlC3Vmy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFhmlC3Vmy .navbar.navbar-short {
  background: #19212f;
}
.cid-uFhmlC3Vmy .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-uFhmlC3Vmy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFhmlC3Vmy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFhmlC3Vmy .dropdown-item.active,
.cid-uFhmlC3Vmy .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uFhmlC3Vmy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFhmlC3Vmy .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uFhmlC3Vmy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uFhmlC3Vmy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #19212f;
}
.cid-uFhmlC3Vmy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFhmlC3Vmy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFhmlC3Vmy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFhmlC3Vmy .navbar-nav {
  margin: auto;
}
.cid-uFhmlC3Vmy .navbar-buttons {
  text-align: center;
}
.cid-uFhmlC3Vmy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFhmlC3Vmy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-uFhmlC3Vmy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFhmlC3Vmy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFhmlC3Vmy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFhmlC3Vmy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFhmlC3Vmy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFhmlC3Vmy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFhmlC3Vmy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFhmlC3Vmy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFhmlC3Vmy .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uFhmlC3Vmy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFhmlC3Vmy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFhmlC3Vmy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFhmlC3Vmy .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhmlC3Vmy .navbar {
    height: 77px;
  }
  .cid-uFhmlC3Vmy .navbar.opened {
    height: auto;
  }
}
.cid-uFhmlC3Vmy .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uFhmlC3Vmy .text-btn {
  transition: transform 0.3s;
}
.cid-uFhmlC3Vmy .btn:hover {
  transform: scale(0.8);
}
.cid-uFhmlC3Vmy .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uFhmlC3Vmy .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uFhmlC3Vmy .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-uFhmlC3Vmy .nav-link:hover::before {
  width: 100%;
}
.cid-uFhmlC3Vmy .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uFhmlC3Vmy .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uFhmlC3Vmy .link {
  margin: 0rem 1.2rem;
}
.cid-uFhmlC3Vmy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-uFhmlC3Vmy .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #5c77ac;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uFhmlC3Vmy .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uFhmlC3Vmy .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #19212f;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uFhmlC3Vmy .navbar-caption {
  font-family: 'Roboto Slab', serif;
}
@media (max-width: 992px) {
  .cid-uFhmlC3Vmy .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uFhmlC3Vmy .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uFhmlC3Vmy .dropdown-menu::before {
    display: none !important;
  }
  .cid-uFhmlC3Vmy .btn:hover {
    background-color: #ee1d1d !important;
    color: #cccccc !important;
  }
  .cid-uFhmlC3Vmy .dropdown-menu > a::after {
    display: none;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uFhmlC3Vmy .nav-link::before {
    display: none;
  }
  .cid-uFhmlC3Vmy .dropdown-menu > a {
    color: #ee1d1d !important;
  }
  .cid-uFhmlC3Vmy .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uFhmlC3Vmy .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uFhmlC3Vmy .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uFhmlC3Vmy .nav-dropdown .dropdown-item:focus,
  .cid-uFhmlC3Vmy .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uFhmlC3Vmy .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFhmlC3Vmy .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFhmlC3Vmy .container-fluid {
    padding-right: 0rem;
  }
  .cid-uFhmlC3Vmy .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uFhmlC3Vmy .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uFhmlC3Vmy .btn:hover {
    background-color: #cccccc !important;
    color: #ee1d1d !important;
  }
  .cid-uFhmlC3Vmy .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uFhmlC3Vmy .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uFhmlC3Vmy .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uFhmlC3Vmy .nav-dropdown .dropdown-item:focus,
  .cid-uFhmlC3Vmy .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uFhmlC3Vmy .btn-primary {
  color: #cccccc !important;
}
.cid-uFhmlC3Vmy .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uFhmlC3Vmy .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uFhmlC3Vmy .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFhnpRRTQh {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #999999;
}
.cid-uFhnpRRTQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhnpRRTQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhnpRRTQh .items-wrap {
  justify-content: space-between;
}
.cid-uFhnpRRTQh .items-wrap .card {
  justify-content: center;
}
.cid-uFhnpRRTQh .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-uFhnpRRTQh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFhnpRRTQh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFhnpRRTQh .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uFhnpRRTQh .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-uFhnpRRTQh .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uFhnpRRTQh .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFhnpRRTQh .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #fdfde1;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFhnpRRTQh .image-wrapper img {
    height: 350px;
  }
}
.cid-uFhnpRRTQh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uFhnpRRTQh .mbr-text {
  color: #000000;
}
.cid-uFhnpRRTQh .mbr-text,
.cid-uFhnpRRTQh .mbr-section-btn {
  color: #fdfde1;
}
.cid-uFhnpRRTQh .mbr-desc {
  color: #fdfde1;
}
.cid-uFhnpRRTQh .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uFhnpRRTQh .mbr-desc,
.cid-uFhnpRRTQh .mbr-section-btn {
  color: #fdfde1;
}
.cid-uFhnpRRTQh .mbr-text,
.cid-uFhnpRRTQh .mbr-section-btn mb-4 {
  color: #000000;
}
.cid-uFhom9f5hp .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uFhom9f5hp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFhom9f5hp .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-uFhom9f5hp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFhom9f5hp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFhoj5iYzN {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-uFhoj5iYzN a {
  transition: 0.3s;
}
.cid-uFhoj5iYzN h5 {
  margin-bottom: 1.6rem;
}
.cid-uFhoj5iYzN .card-img2 span {
  padding-top: 6px;
}
.cid-uFhoj5iYzN .soc-item a {
  padding-top: 5px;
}
.cid-uFhoj5iYzN .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uFhoj5iYzN .link:hover {
  color: #ee1d1d !important;
}
@media (max-width: 992px) {
  .cid-uFhoj5iYzN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFhoj5iYzN .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uFhoj5iYzN .soc-item span {
  font-size: 1rem;
}
.cid-uFhoj5iYzN .soc-item:hover span {
  color: #ee1d1d !important;
}
.cid-uFhoj5iYzN .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uFhoj5iYzN .item h4 {
  margin: 0;
}
.cid-uFhoj5iYzN .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFhoj5iYzN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFhoj5iYzN img {
  width: 80%;
}
.cid-uFhoj5iYzN .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uFhoj5iYzN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFhoj5iYzN .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uFhoj5iYzN .container {
  padding: 0;
}
.cid-uFhoj5iYzN .btn-primary:hover {
  background-color: #c90f0f !important;
}
.cid-uFhoj5iYzN foot-menu-item {
  text-align: center;
}
.cid-uFhmlIIPJD {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uFhmlIIPJD .media-container-row {
  align-items: center;
}
.cid-uFhmlIIPJD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFhmlIIPJD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFhmlIIPJD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFhmlIIPJD .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uFhmlIIPJD .foot-menu-item {
  transform: 0.2s;
}
.cid-uFhmlIIPJD .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uFhmlIIPJD .foot-menu {
    justify-content: center;
  }
  .cid-uFhmlIIPJD .mbr-text {
    text-align: center;
  }
  .cid-uFhmlIIPJD .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFhmlIIPJD .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uFhmlIIPJD .link:hover {
  text-decoration: underline;
}
.cid-uFhmlIIPJD .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uFhmlIIPJD .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uFhmlIIPJD .container {
    padding: 0;
  }
}
.cid-uFhmlIIPJD .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uFhoEiHxon {
  min-height: 80px !important;
  position: static;
}
.cid-uFhoEiHxon .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-uFhoEiHxon .nav-item:focus,
.cid-uFhoEiHxon .nav-link:focus {
  outline: none;
}
.cid-uFhoEiHxon .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-uFhoEiHxon .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFhoEiHxon .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-uFhoEiHxon .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFhoEiHxon .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFhoEiHxon .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #19212f;
}
.cid-uFhoEiHxon .navbar.opened {
  transition: all .3s;
  background: #19212f !important;
}
.cid-uFhoEiHxon .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFhoEiHxon .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFhoEiHxon .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFhoEiHxon .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFhoEiHxon .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFhoEiHxon .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFhoEiHxon .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFhoEiHxon .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFhoEiHxon .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFhoEiHxon .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFhoEiHxon .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFhoEiHxon .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFhoEiHxon .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFhoEiHxon .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFhoEiHxon .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFhoEiHxon .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFhoEiHxon .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFhoEiHxon .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFhoEiHxon .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFhoEiHxon .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFhoEiHxon .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFhoEiHxon .navbar.navbar-short {
  background: #19212f;
}
.cid-uFhoEiHxon .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-uFhoEiHxon .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFhoEiHxon .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFhoEiHxon .dropdown-item.active,
.cid-uFhoEiHxon .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uFhoEiHxon .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFhoEiHxon .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uFhoEiHxon .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uFhoEiHxon .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #19212f;
}
.cid-uFhoEiHxon .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFhoEiHxon .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFhoEiHxon ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFhoEiHxon .navbar-nav {
  margin: auto;
}
.cid-uFhoEiHxon .navbar-buttons {
  text-align: center;
}
.cid-uFhoEiHxon button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFhoEiHxon button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-uFhoEiHxon button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFhoEiHxon button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFhoEiHxon button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFhoEiHxon button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFhoEiHxon nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFhoEiHxon nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFhoEiHxon nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFhoEiHxon nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFhoEiHxon .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uFhoEiHxon a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFhoEiHxon .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFhoEiHxon .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFhoEiHxon .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhoEiHxon .navbar {
    height: 77px;
  }
  .cid-uFhoEiHxon .navbar.opened {
    height: auto;
  }
}
.cid-uFhoEiHxon .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uFhoEiHxon .text-btn {
  transition: transform 0.3s;
}
.cid-uFhoEiHxon .btn:hover {
  transform: scale(0.8);
}
.cid-uFhoEiHxon .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uFhoEiHxon .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uFhoEiHxon .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-uFhoEiHxon .nav-link:hover::before {
  width: 100%;
}
.cid-uFhoEiHxon .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uFhoEiHxon .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uFhoEiHxon .link {
  margin: 0rem 1.2rem;
}
.cid-uFhoEiHxon .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-uFhoEiHxon .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #5c77ac;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uFhoEiHxon .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uFhoEiHxon .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #19212f;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uFhoEiHxon .navbar-caption {
  font-family: 'Roboto Slab', serif;
}
@media (max-width: 992px) {
  .cid-uFhoEiHxon .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uFhoEiHxon .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uFhoEiHxon .dropdown-menu::before {
    display: none !important;
  }
  .cid-uFhoEiHxon .btn:hover {
    background-color: #ee1d1d !important;
    color: #cccccc !important;
  }
  .cid-uFhoEiHxon .dropdown-menu > a::after {
    display: none;
  }
  .cid-uFhoEiHxon .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uFhoEiHxon .nav-link::before {
    display: none;
  }
  .cid-uFhoEiHxon .dropdown-menu > a {
    color: #ee1d1d !important;
  }
  .cid-uFhoEiHxon .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uFhoEiHxon .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uFhoEiHxon .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uFhoEiHxon .nav-dropdown .dropdown-item:focus,
  .cid-uFhoEiHxon .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uFhoEiHxon .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFhoEiHxon .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFhoEiHxon .container-fluid {
    padding-right: 0rem;
  }
  .cid-uFhoEiHxon .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uFhoEiHxon .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uFhoEiHxon .btn:hover {
    background-color: #cccccc !important;
    color: #ee1d1d !important;
  }
  .cid-uFhoEiHxon .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uFhoEiHxon .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uFhoEiHxon .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uFhoEiHxon .nav-dropdown .dropdown-item:focus,
  .cid-uFhoEiHxon .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uFhoEiHxon .btn-primary {
  color: #cccccc !important;
}
.cid-uFhoEiHxon .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uFhoEiHxon .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uFhoEiHxon .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFhqzrtz9T {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFhqzrtz9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhqzrtz9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhqzrtz9T .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uFhqzrtz9T .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uFhqzrtz9T .container {
    padding: 0 26px;
  }
}
.cid-uFhqzrtz9T .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uFhqzrtz9T .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uFhqzrtz9T .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uFhqzrtz9T .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFhqzrtz9T .image-wrapper img {
    height: 300px;
  }
}
.cid-uFhqzrtz9T .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uFhqzrtz9T .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uFhqzrtz9T .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFhqzrtz9T .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uFhqzrtz9T .mbr-section-title {
  color: #ffffff;
}
.cid-uFhqzrtz9T .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFhqzrtz9T .mbr-text {
  color: #cacaca;
}
.cid-uFhr2Rw1bF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f3f3f1;
}
.cid-uFhr2Rw1bF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhr2Rw1bF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhr2Rw1bF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFhr2Rw1bF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFhr2Rw1bF .container {
    padding: 0 16px;
  }
}
.cid-uFhr2Rw1bF .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFhr2Rw1bF .row {
    margin: 0 10px;
  }
}
.cid-uFhr2Rw1bF .row .card {
  position: relative;
  padding: 0;
}
.cid-uFhr2Rw1bF .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #000000;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uFhr2Rw1bF .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uFhr2Rw1bF .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uFhr2Rw1bF .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #000000;
  border-radius: 100%;
  border: 5px solid #000000;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uFhr2Rw1bF .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uFhr2Rw1bF .row .card .icon-decor {
    display: none;
  }
}
.cid-uFhr2Rw1bF .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uFhr2Rw1bF .title-wrapper {
    width: 100%;
  }
}
.cid-uFhr2Rw1bF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFhr2Rw1bF .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFhr2Rw1bF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFhr2Rw1bF .mbr-section-title {
  color: #000000;
}
.cid-uFhr2Rw1bF .mbr-text {
  color: #000000;
}
.cid-uFhoEjT8KZ .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uFhoEjT8KZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFhoEjT8KZ .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-uFhoEjT8KZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFhoEjT8KZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFhoEko5dV {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-uFhoEko5dV a {
  transition: 0.3s;
}
.cid-uFhoEko5dV h5 {
  margin-bottom: 1.6rem;
}
.cid-uFhoEko5dV .card-img2 span {
  padding-top: 6px;
}
.cid-uFhoEko5dV .soc-item a {
  padding-top: 5px;
}
.cid-uFhoEko5dV .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uFhoEko5dV .link:hover {
  color: #ee1d1d !important;
}
@media (max-width: 992px) {
  .cid-uFhoEko5dV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFhoEko5dV .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uFhoEko5dV .soc-item span {
  font-size: 1rem;
}
.cid-uFhoEko5dV .soc-item:hover span {
  color: #ee1d1d !important;
}
.cid-uFhoEko5dV .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uFhoEko5dV .item h4 {
  margin: 0;
}
.cid-uFhoEko5dV .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFhoEko5dV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFhoEko5dV img {
  width: 80%;
}
.cid-uFhoEko5dV .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uFhoEko5dV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFhoEko5dV .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uFhoEko5dV .container {
  padding: 0;
}
.cid-uFhoEko5dV .btn-primary:hover {
  background-color: #c90f0f !important;
}
.cid-uFhoEko5dV foot-menu-item {
  text-align: center;
}
.cid-uFhoEl0XtA {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uFhoEl0XtA .media-container-row {
  align-items: center;
}
.cid-uFhoEl0XtA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFhoEl0XtA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFhoEl0XtA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFhoEl0XtA .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uFhoEl0XtA .foot-menu-item {
  transform: 0.2s;
}
.cid-uFhoEl0XtA .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uFhoEl0XtA .foot-menu {
    justify-content: center;
  }
  .cid-uFhoEl0XtA .mbr-text {
    text-align: center;
  }
  .cid-uFhoEl0XtA .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFhoEl0XtA .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uFhoEl0XtA .link:hover {
  text-decoration: underline;
}
.cid-uFhoEl0XtA .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uFhoEl0XtA .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uFhoEl0XtA .container {
    padding: 0;
  }
}
.cid-uFhoEl0XtA .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uFhmksFMSa {
  min-height: 80px !important;
  position: static;
}
.cid-uFhmksFMSa .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-uFhmksFMSa .nav-item:focus,
.cid-uFhmksFMSa .nav-link:focus {
  outline: none;
}
.cid-uFhmksFMSa .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-uFhmksFMSa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFhmksFMSa .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-uFhmksFMSa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFhmksFMSa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFhmksFMSa .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #19212f;
}
.cid-uFhmksFMSa .navbar.opened {
  transition: all .3s;
  background: #19212f !important;
}
.cid-uFhmksFMSa .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFhmksFMSa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFhmksFMSa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFhmksFMSa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFhmksFMSa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFhmksFMSa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFhmksFMSa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFhmksFMSa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFhmksFMSa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFhmksFMSa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFhmksFMSa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFhmksFMSa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFhmksFMSa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFhmksFMSa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFhmksFMSa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFhmksFMSa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFhmksFMSa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFhmksFMSa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFhmksFMSa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFhmksFMSa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFhmksFMSa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFhmksFMSa .navbar.navbar-short {
  background: #19212f;
}
.cid-uFhmksFMSa .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-uFhmksFMSa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFhmksFMSa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFhmksFMSa .dropdown-item.active,
.cid-uFhmksFMSa .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uFhmksFMSa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFhmksFMSa .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uFhmksFMSa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uFhmksFMSa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #19212f;
}
.cid-uFhmksFMSa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFhmksFMSa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFhmksFMSa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFhmksFMSa .navbar-nav {
  margin: auto;
}
.cid-uFhmksFMSa .navbar-buttons {
  text-align: center;
}
.cid-uFhmksFMSa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFhmksFMSa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-uFhmksFMSa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFhmksFMSa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFhmksFMSa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFhmksFMSa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFhmksFMSa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFhmksFMSa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFhmksFMSa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFhmksFMSa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFhmksFMSa .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uFhmksFMSa a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFhmksFMSa .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFhmksFMSa .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFhmksFMSa .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhmksFMSa .navbar {
    height: 77px;
  }
  .cid-uFhmksFMSa .navbar.opened {
    height: auto;
  }
}
.cid-uFhmksFMSa .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uFhmksFMSa .text-btn {
  transition: transform 0.3s;
}
.cid-uFhmksFMSa .btn:hover {
  transform: scale(0.8);
}
.cid-uFhmksFMSa .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uFhmksFMSa .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uFhmksFMSa .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-uFhmksFMSa .nav-link:hover::before {
  width: 100%;
}
.cid-uFhmksFMSa .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uFhmksFMSa .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uFhmksFMSa .link {
  margin: 0rem 1.2rem;
}
.cid-uFhmksFMSa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-uFhmksFMSa .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #5c77ac;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uFhmksFMSa .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uFhmksFMSa .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #19212f;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uFhmksFMSa .navbar-caption {
  font-family: 'Roboto Slab', serif;
}
@media (max-width: 992px) {
  .cid-uFhmksFMSa .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uFhmksFMSa .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uFhmksFMSa .dropdown-menu::before {
    display: none !important;
  }
  .cid-uFhmksFMSa .btn:hover {
    background-color: #ee1d1d !important;
    color: #cccccc !important;
  }
  .cid-uFhmksFMSa .dropdown-menu > a::after {
    display: none;
  }
  .cid-uFhmksFMSa .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uFhmksFMSa .nav-link::before {
    display: none;
  }
  .cid-uFhmksFMSa .dropdown-menu > a {
    color: #ee1d1d !important;
  }
  .cid-uFhmksFMSa .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uFhmksFMSa .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uFhmksFMSa .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uFhmksFMSa .nav-dropdown .dropdown-item:focus,
  .cid-uFhmksFMSa .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uFhmksFMSa .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFhmksFMSa .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFhmksFMSa .container-fluid {
    padding-right: 0rem;
  }
  .cid-uFhmksFMSa .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uFhmksFMSa .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uFhmksFMSa .btn:hover {
    background-color: #cccccc !important;
    color: #ee1d1d !important;
  }
  .cid-uFhmksFMSa .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uFhmksFMSa .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uFhmksFMSa .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uFhmksFMSa .nav-dropdown .dropdown-item:focus,
  .cid-uFhmksFMSa .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uFhmksFMSa .btn-primary {
  color: #cccccc !important;
}
.cid-uFhmksFMSa .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uFhmksFMSa .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uFhmksFMSa .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFhmkt8i1J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/23.webp");
  position: relative;
}
.cid-uFhmkt8i1J::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uFhmkt8i1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmkt8i1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmkt8i1J .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uFhmkt8i1J .content-wrapper {
    margin-top: 0;
  }
}
.cid-uFhmkt8i1J .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFhmkt8i1J .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFhmkt8i1J .mbr-section-title {
  color: #ffffff;
}
.cid-uFhmkt8i1J .mbr-text {
  color: #ffffff;
}
.cid-uFhmktzjL0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e6e6;
}
.cid-uFhmktzjL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmktzjL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmktzjL0 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFhmktzjL0 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFhmktzjL0 .container {
    padding: 0 6px;
  }
}
.cid-uFhmktzjL0 .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uFhmktzjL0 .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFhmktzjL0 .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFhmktzjL0 .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFhmktzjL0 .row {
    padding: 0 30px;
  }
}
.cid-uFhmktzjL0 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFhmktzjL0 .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uFhmktzjL0 .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uFhmktzjL0 .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uFhmktzjL0 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uFhmktzjL0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFhmktzjL0 .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFhmktzjL0 .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uFhmktzjL0 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uFhmktzjL0 .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uFhmktzjL0 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uFhmktzjL0 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFhmktzjL0 .mbr-section-title {
  color: #131313;
}
.cid-uFhmktzjL0 .list {
  color: #131313;
}
.cid-uFhmktTW0m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFhmktTW0m .card-wrapper {
  background-color: #42474c;
}
.cid-uFhmktTW0m .mbr-text {
  line-height: 34px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFhmktTW0m .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uFhmktTW0m .card-wrapper {
    padding: 61px 50px 55px 70px;
  }
}
.cid-uFhmktTW0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmktTW0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmkuhklK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFhmkuhklK img {
  width: 100%;
  object-fit: cover;
}
.cid-uFhmkuhklK .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uFhmkuhklK .img-card {
  justify-content: center;
}
.cid-uFhmkuhklK .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uFhmkuhklK .card-title {
  margin-bottom: 1.2rem;
}
.cid-uFhmkuhklK .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uFhmkuhklK .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFhmkuhklK .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFhmkuhklK .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uFhmkuhklK .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uFhmkuhklK .card-title,
.cid-uFhmkuhklK .card-box {
  color: #303030;
}
.cid-uFhmkuhklK H3 {
  color: #cdba6d;
}
.cid-uFhmkuhklK .mbr-text,
.cid-uFhmkuhklK .mbr-section-btn {
  color: #000000;
}
.cid-uFhmkuCKA1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #42474c;
}
.cid-uFhmkuCKA1 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uFhmkuCKA1 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uFhmkuCKA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmkuCKA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmkuCKA1 .mbr-text,
.cid-uFhmkuCKA1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uFhmkuCKA1 H3 {
  color: #ffffff;
}
.cid-uFhmkuYOW3 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uFhmkuYOW3 img {
  filter: grayscale(1);
}
.cid-uFhmkuYOW3 .image-wrap {
  position: relative;
}
.cid-uFhmkuYOW3 .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-uFhmkuYOW3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uFhmkuYOW3 .card-wrap {
  background: #42474c;
}
.cid-uFhmkuYOW3 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uFhmkuYOW3 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uFhmkuYOW3 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFhmkuYOW3 .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
}
.cid-uFhmkuYOW3 .main-heading {
  margin-bottom: 2.2rem;
}
.cid-uFhmkuYOW3 .btn {
  margin-top: 3rem;
}
.cid-uFhmkuYOW3 .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uFhmkuYOW3 .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-uFhmkuYOW3 .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFhmkuYOW3 .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-uFhmkuYOW3 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-uFhmkuYOW3 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-uFhmkuYOW3 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-uFhmkuYOW3 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uFhmkuYOW3 .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-uFhmkuYOW3 .btn-2 {
  color: #ee1d1d !important;
}
.cid-uFhmkuYOW3 .main-title {
  color: #303030;
}
.cid-uFhmkuYOW3 .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-uFhVfD0HF2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFhVfD0HF2 .video-wrapper iframe {
  width: 100%;
}
.cid-uFhVfD0HF2 .mbr-section-title,
.cid-uFhVfD0HF2 .mbr-section-subtitle,
.cid-uFhVfD0HF2 .mbr-text {
  text-align: center;
}
.cid-uFhVfD0HF2 .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
  color: #fafafa;
}
.cid-uFhVfD0HF2 .mbr-text {
  padding-top: 16px;
}
.cid-uFhmkvGPit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFhmkvGPit .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmkvGPit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmkvGPit .row {
  justify-content: center;
}
.cid-uFhmkvGPit .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFhmkvGPit .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFhmkvGPit .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uFhmkvGPit .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFhmkvGPit .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFhmkvGPit .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uFhmkvGPit .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uFhmkvGPit .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uFhmkvGPit .mbr-label,
.cid-uFhmkvGPit .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uFhmkvGPit .mbr-section-title {
  color: #fff7ee;
}
.cid-uFhmkvGPit .mbr-text,
.cid-uFhmkvGPit .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFhmkvGPit .mbr-section-title,
.cid-uFhmkvGPit .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFhmkw5N8O {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFhmkw5N8O .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uFhmkw5N8O .mbr-section-title {
  color: #000000;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-uFhmkw5N8O img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uFhmkw5N8O .mbr-figure {
  height: 100%;
}
.cid-uFhmkw5N8O .row {
  margin: 0;
  align-items: center;
}
.cid-uFhmkw5N8O .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uFhmkw5N8O .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFhmkw5N8O .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFhmkw5N8O .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFhmkw5N8O .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFhmkw5N8O .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uFhmkw5N8O .img-block {
    padding-left: 6rem;
  }
}
.cid-uFhmkw5N8O .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uFhmkw5N8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmkw5N8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmkw5N8O H4 {
  color: #000000;
}
.cid-uFhmkw5N8O .mbr-text,
.cid-uFhmkw5N8O .mbr-section-btn {
  color: #000000;
}
.cid-uFhmkwupPL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFhmkwupPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmkwupPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmkwupPL .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFhmkwupPL .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFhmkwupPL .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFhmkwupPL .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFhmkwupPL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFhmkwupPL .mbr-section-title {
  color: #000000;
}
.cid-uFhmkwupPL .mbr-desc {
  color: #fdfde1;
}
.cid-uFhmkwupPL .mbr-text {
  color: #000000;
}
.cid-uFhmkwupPL .mbr-text,
.cid-uFhmkwupPL .text-wrapper {
  color: #ffffff;
}
.cid-uFhmkwupPL .mbr-section-title,
.cid-uFhmkwupPL .mbr-section-btn {
  color: #ffffff;
}
.cid-uFhmkxrnUp {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFhmkxrnUp .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uFhmkxrnUp .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uFhmkxrnUp .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #ffffff;
  z-index: 1;
}
.cid-uFhmkxrnUp .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #42474c;
}
.cid-uFhmkxrnUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmkxrnUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmkxrnUp .row {
  position: relative;
  z-index: 2;
}
.cid-uFhmkxrnUp .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uFhmkxrnUp .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uFhmkxrnUp .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFhmkxrnUp .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uFhmkxrnUp .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uFhmkxrnUp .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFhmkxrnUp .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFhmkxrnUp .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uFhmkxrnUp .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFhmkxrnUp .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uFhmkxrnUp .mbr-section-title {
  color: #212529;
}
.cid-uFhmkxrnUp .mbr-text {
  color: #51565c;
}
.cid-uFuo0iTqIO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42474c;
}
.cid-uFuo0iTqIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuo0iTqIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuo0iTqIO b,
.cid-uFuo0iTqIO strong {
  font-weight: 900;
}
.cid-uFuo0iTqIO .mbr-section-title {
  color: #ffffff;
}
.cid-uFuo0iTqIO .mbr-section-subtitle {
  color: #17003b;
}
.cid-uFhmkyga7a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uFhmkyga7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmkyga7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmkyga7a .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFhmkyga7a .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFhmkyga7a .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFhmkyga7a .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uFhmkyga7a .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uFhmkyga7a .panel-group .card {
    padding: 16px;
  }
}
.cid-uFhmkyga7a .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFhmkyga7a .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFhmkyga7a .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFhmkyga7a .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFhmkyga7a .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFhmkyga7a .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #f57c7c;
  margin-left: 8px;
}
.cid-uFhmkyga7a .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #ee1d1d;
}
.cid-uFhmkyga7a .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uFhmkyga7a .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uFhmkyga7a .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uFhmkyga7a .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFhmkyga7a .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uFhmkyga7a .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFhmkyga7a .card-wrapper {
  background-color: #f9f8f8;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #000000;
}
@media (max-width: 992px) {
  .cid-uFhmkyga7a .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uFhmkyga7a .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uFhmkyga7a .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uFhmkyga7a .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFhmkyga7a .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFhmkyga7a .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFhmkyga7a .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uFhmkyga7a .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uFhmkyga7a .panel-title-edit {
  color: #272b2e;
}
.cid-uFhmkyga7a .panel-text {
  color: #15171a;
}
.cid-uFhmkyga7a .card-title {
  color: #272b2e;
}
.cid-uFhmkyga7a .card-title,
.cid-uFhmkyga7a .icon-wrap,
.cid-uFhmkyga7a .mbr-section-btn {
  text-align: center;
}
.cid-uFhmkzEmay {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFhmkzEmay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmkzEmay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmkzEmay .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uFhmkzEmay .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFhmkzEmay .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFhmkzEmay .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uFhmkzEmay .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uFhmkzEmay .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uFhmkzEmay .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFhmkzEmay .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFhmkzEmay .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFhmkzEmay .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uFhmkzEmay .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uFhmkzEmay .mbr-section-title,
.cid-uFhmkzEmay .mbr-section-btn {
  color: #000000;
}
.cid-uFilhvsAxm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFilhvsAxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFilhvsAxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFilhvsAxm .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFilhvsAxm .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFilhvsAxm .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFilhvsAxm .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFilhvsAxm .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFilhvsAxm .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uFilhvsAxm .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uFilhvsAxm .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uFilhvsAxm .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFilhvsAxm .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFilhvsAxm .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFilhvsAxm .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFilhvsAxm .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ee1d1d;
}
@media (max-width: 992px) {
  .cid-uFilhvsAxm .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFilhvsAxm .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uFilhvsAxm .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFilhvsAxm .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uFilhvsAxm .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFilhvsAxm .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFilhvsAxm .mbr-section-title {
  color: #404349;
}
.cid-uFilhvsAxm .panel-title-edit {
  color: #ffffff;
}
.cid-uFilhvsAxm .panel-text {
  color: #404349;
}
.cid-uFilhvsAxm .panel-text,
.cid-uFilhvsAxm .panel-body {
  color: #ffffff;
}
.cid-uFhmkAlfHw .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-uFhmkAlfHw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFhmkAlfHw .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-uFhmkAlfHw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFhmkAlfHw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFhmkAWacb {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-uFhmkAWacb a {
  transition: 0.3s;
}
.cid-uFhmkAWacb h5 {
  margin-bottom: 1.6rem;
}
.cid-uFhmkAWacb .card-img2 span {
  padding-top: 6px;
}
.cid-uFhmkAWacb .soc-item a {
  padding-top: 5px;
}
.cid-uFhmkAWacb .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uFhmkAWacb .link:hover {
  color: #ee1d1d !important;
}
@media (max-width: 992px) {
  .cid-uFhmkAWacb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFhmkAWacb .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uFhmkAWacb .soc-item span {
  font-size: 1rem;
}
.cid-uFhmkAWacb .soc-item:hover span {
  color: #ee1d1d !important;
}
.cid-uFhmkAWacb .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uFhmkAWacb .item h4 {
  margin: 0;
}
.cid-uFhmkAWacb .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFhmkAWacb .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFhmkAWacb img {
  width: 80%;
}
.cid-uFhmkAWacb .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uFhmkAWacb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFhmkAWacb .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uFhmkAWacb .container {
  padding: 0;
}
.cid-uFhmkAWacb .btn-primary:hover {
  background-color: #c90f0f !important;
}
.cid-uFhmkAWacb foot-menu-item {
  text-align: center;
}
.cid-uFhmkC0c6v {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uFhmkC0c6v .media-container-row {
  align-items: center;
}
.cid-uFhmkC0c6v .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFhmkC0c6v .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFhmkC0c6v .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFhmkC0c6v .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uFhmkC0c6v .foot-menu-item {
  transform: 0.2s;
}
.cid-uFhmkC0c6v .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uFhmkC0c6v .foot-menu {
    justify-content: center;
  }
  .cid-uFhmkC0c6v .mbr-text {
    text-align: center;
  }
  .cid-uFhmkC0c6v .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFhmkC0c6v .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uFhmkC0c6v .link:hover {
  text-decoration: underline;
}
.cid-uFhmkC0c6v .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uFhmkC0c6v .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uFhmkC0c6v .container {
    padding: 0;
  }
}
.cid-uFhmkC0c6v .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uFhml7ErUR {
  min-height: 80px !important;
  position: static;
}
.cid-uFhml7ErUR .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-uFhml7ErUR .nav-item:focus,
.cid-uFhml7ErUR .nav-link:focus {
  outline: none;
}
.cid-uFhml7ErUR .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-uFhml7ErUR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFhml7ErUR .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-uFhml7ErUR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFhml7ErUR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFhml7ErUR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #19212f;
}
.cid-uFhml7ErUR .navbar.opened {
  transition: all .3s;
  background: #19212f !important;
}
.cid-uFhml7ErUR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFhml7ErUR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFhml7ErUR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFhml7ErUR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFhml7ErUR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFhml7ErUR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFhml7ErUR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFhml7ErUR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFhml7ErUR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFhml7ErUR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFhml7ErUR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFhml7ErUR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFhml7ErUR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFhml7ErUR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFhml7ErUR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFhml7ErUR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFhml7ErUR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFhml7ErUR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFhml7ErUR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFhml7ErUR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFhml7ErUR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFhml7ErUR .navbar.navbar-short {
  background: #19212f;
}
.cid-uFhml7ErUR .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-uFhml7ErUR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFhml7ErUR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFhml7ErUR .dropdown-item.active,
.cid-uFhml7ErUR .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uFhml7ErUR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFhml7ErUR .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uFhml7ErUR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uFhml7ErUR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #19212f;
}
.cid-uFhml7ErUR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFhml7ErUR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFhml7ErUR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFhml7ErUR .navbar-nav {
  margin: auto;
}
.cid-uFhml7ErUR .navbar-buttons {
  text-align: center;
}
.cid-uFhml7ErUR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFhml7ErUR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-uFhml7ErUR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFhml7ErUR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFhml7ErUR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFhml7ErUR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFhml7ErUR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFhml7ErUR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFhml7ErUR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFhml7ErUR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFhml7ErUR .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uFhml7ErUR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFhml7ErUR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFhml7ErUR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFhml7ErUR .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhml7ErUR .navbar {
    height: 77px;
  }
  .cid-uFhml7ErUR .navbar.opened {
    height: auto;
  }
}
.cid-uFhml7ErUR .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uFhml7ErUR .text-btn {
  transition: transform 0.3s;
}
.cid-uFhml7ErUR .btn:hover {
  transform: scale(0.8);
}
.cid-uFhml7ErUR .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uFhml7ErUR .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uFhml7ErUR .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-uFhml7ErUR .nav-link:hover::before {
  width: 100%;
}
.cid-uFhml7ErUR .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uFhml7ErUR .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uFhml7ErUR .link {
  margin: 0rem 1.2rem;
}
.cid-uFhml7ErUR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-uFhml7ErUR .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #5c77ac;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uFhml7ErUR .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uFhml7ErUR .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #19212f;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uFhml7ErUR .navbar-caption {
  font-family: 'Roboto Slab', serif;
}
@media (max-width: 992px) {
  .cid-uFhml7ErUR .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uFhml7ErUR .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uFhml7ErUR .dropdown-menu::before {
    display: none !important;
  }
  .cid-uFhml7ErUR .btn:hover {
    background-color: #ee1d1d !important;
    color: #cccccc !important;
  }
  .cid-uFhml7ErUR .dropdown-menu > a::after {
    display: none;
  }
  .cid-uFhml7ErUR .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uFhml7ErUR .nav-link::before {
    display: none;
  }
  .cid-uFhml7ErUR .dropdown-menu > a {
    color: #ee1d1d !important;
  }
  .cid-uFhml7ErUR .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uFhml7ErUR .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uFhml7ErUR .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uFhml7ErUR .nav-dropdown .dropdown-item:focus,
  .cid-uFhml7ErUR .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uFhml7ErUR .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFhml7ErUR .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFhml7ErUR .container-fluid {
    padding-right: 0rem;
  }
  .cid-uFhml7ErUR .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uFhml7ErUR .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uFhml7ErUR .btn:hover {
    background-color: #cccccc !important;
    color: #ee1d1d !important;
  }
  .cid-uFhml7ErUR .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uFhml7ErUR .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uFhml7ErUR .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uFhml7ErUR .nav-dropdown .dropdown-item:focus,
  .cid-uFhml7ErUR .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uFhml7ErUR .btn-primary {
  color: #cccccc !important;
}
.cid-uFhml7ErUR .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uFhml7ErUR .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uFhml7ErUR .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFhml82ERi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/333-1078x720.jpg");
  position: relative;
}
.cid-uFhml82ERi::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uFhml82ERi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhml82ERi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhml82ERi .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uFhml82ERi .content-wrapper {
    margin-top: 0;
  }
}
.cid-uFhml82ERi .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFhml82ERi .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFhml82ERi .mbr-section-title {
  color: #ffffff;
}
.cid-uFhml82ERi .mbr-text {
  color: #ffffff;
}
.cid-uFhml8mTCO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e6e6;
}
.cid-uFhml8mTCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhml8mTCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhml8mTCO .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFhml8mTCO .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFhml8mTCO .container {
    padding: 0 6px;
  }
}
.cid-uFhml8mTCO .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uFhml8mTCO .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFhml8mTCO .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFhml8mTCO .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFhml8mTCO .row {
    padding: 0 30px;
  }
}
.cid-uFhml8mTCO .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFhml8mTCO .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uFhml8mTCO .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uFhml8mTCO .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uFhml8mTCO .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uFhml8mTCO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFhml8mTCO .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFhml8mTCO .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uFhml8mTCO .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uFhml8mTCO .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uFhml8mTCO .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uFhml8mTCO .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFhml8mTCO .mbr-section-title {
  color: #131313;
}
.cid-uFhml8mTCO .list {
  color: #131313;
}
.cid-uFhml8CUOJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFhml8CUOJ .card-wrapper {
  background-color: #42474c;
}
.cid-uFhml8CUOJ .mbr-text {
  line-height: 34px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFhml8CUOJ .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uFhml8CUOJ .card-wrapper {
    padding: 61px 50px 55px 70px;
  }
}
.cid-uFhml8CUOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhml8CUOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhml8R8Ze {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFhml8R8Ze img {
  width: 100%;
  object-fit: cover;
}
.cid-uFhml8R8Ze .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uFhml8R8Ze .img-card {
  justify-content: center;
}
.cid-uFhml8R8Ze .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uFhml8R8Ze .card-title {
  margin-bottom: 1.2rem;
}
.cid-uFhml8R8Ze .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uFhml8R8Ze .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFhml8R8Ze .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFhml8R8Ze .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uFhml8R8Ze .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uFhml8R8Ze .card-title,
.cid-uFhml8R8Ze .card-box {
  color: #303030;
}
.cid-uFhml8R8Ze H3 {
  color: #cdba6d;
}
.cid-uFhml8R8Ze .mbr-text,
.cid-uFhml8R8Ze .mbr-section-btn {
  color: #000000;
}
.cid-uFhml9bPQr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #42474c;
}
.cid-uFhml9bPQr .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uFhml9bPQr .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uFhml9bPQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhml9bPQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhml9bPQr .mbr-text,
.cid-uFhml9bPQr .mbr-section-btn {
  color: #ffffff;
}
.cid-uFhml9bPQr H3 {
  color: #ffffff;
}
.cid-uFhml9sdno {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uFhml9sdno img {
  filter: grayscale(1);
}
.cid-uFhml9sdno .image-wrap {
  position: relative;
}
.cid-uFhml9sdno .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-uFhml9sdno .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uFhml9sdno .card-wrap {
  background: #42474c;
}
.cid-uFhml9sdno .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uFhml9sdno .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uFhml9sdno .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFhml9sdno .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
}
.cid-uFhml9sdno .main-heading {
  margin-bottom: 2.2rem;
}
.cid-uFhml9sdno .btn {
  margin-top: 3rem;
}
.cid-uFhml9sdno .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uFhml9sdno .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-uFhml9sdno .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFhml9sdno .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-uFhml9sdno .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-uFhml9sdno .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-uFhml9sdno .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-uFhml9sdno .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uFhml9sdno .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-uFhml9sdno .btn-2 {
  color: #ee1d1d !important;
}
.cid-uFhml9sdno .main-title {
  color: #303030;
}
.cid-uFhml9sdno .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-uFhmla5Gdv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFhmla5Gdv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmla5Gdv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmla5Gdv .row {
  justify-content: center;
}
.cid-uFhmla5Gdv .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFhmla5Gdv .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFhmla5Gdv .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uFhmla5Gdv .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFhmla5Gdv .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFhmla5Gdv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uFhmla5Gdv .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uFhmla5Gdv .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uFhmla5Gdv .mbr-label,
.cid-uFhmla5Gdv .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uFhmla5Gdv .mbr-section-title {
  color: #fff7ee;
}
.cid-uFhmla5Gdv .mbr-text,
.cid-uFhmla5Gdv .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFhmla5Gdv .mbr-section-title,
.cid-uFhmla5Gdv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFhmlan6OE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFhmlan6OE .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uFhmlan6OE .mbr-section-title {
  color: #000000;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-uFhmlan6OE img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uFhmlan6OE .mbr-figure {
  height: 100%;
}
.cid-uFhmlan6OE .row {
  margin: 0;
  align-items: center;
}
.cid-uFhmlan6OE .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uFhmlan6OE .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFhmlan6OE .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFhmlan6OE .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFhmlan6OE .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFhmlan6OE .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uFhmlan6OE .img-block {
    padding-left: 6rem;
  }
}
.cid-uFhmlan6OE .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uFhmlan6OE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmlan6OE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmlan6OE H4 {
  color: #000000;
}
.cid-uFhmlan6OE .mbr-text,
.cid-uFhmlan6OE .mbr-section-btn {
  color: #000000;
}
.cid-uFhmlaJKjr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFhmlaJKjr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmlaJKjr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmlaJKjr .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFhmlaJKjr .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFhmlaJKjr .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFhmlaJKjr .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFhmlaJKjr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFhmlaJKjr .mbr-section-title {
  color: #000000;
}
.cid-uFhmlaJKjr .mbr-desc {
  color: #fdfde1;
}
.cid-uFhmlaJKjr .mbr-text {
  color: #000000;
}
.cid-uFhmlaJKjr .mbr-text,
.cid-uFhmlaJKjr .text-wrapper {
  color: #ffffff;
}
.cid-uFhmlaJKjr .mbr-section-title,
.cid-uFhmlaJKjr .mbr-section-btn {
  color: #ffffff;
}
.cid-uFhmlbAUWg {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFhmlbAUWg .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uFhmlbAUWg .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uFhmlbAUWg .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #ffffff;
  z-index: 1;
}
.cid-uFhmlbAUWg .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #42474c;
}
.cid-uFhmlbAUWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmlbAUWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmlbAUWg .row {
  position: relative;
  z-index: 2;
}
.cid-uFhmlbAUWg .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uFhmlbAUWg .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uFhmlbAUWg .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFhmlbAUWg .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uFhmlbAUWg .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uFhmlbAUWg .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFhmlbAUWg .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFhmlbAUWg .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uFhmlbAUWg .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFhmlbAUWg .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uFhmlbAUWg .mbr-section-title {
  color: #212529;
}
.cid-uFhmlbAUWg .mbr-text {
  color: #51565c;
}
.cid-uFuo3myHQw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42474c;
}
.cid-uFuo3myHQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuo3myHQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuo3myHQw b,
.cid-uFuo3myHQw strong {
  font-weight: 900;
}
.cid-uFuo3myHQw .mbr-section-title {
  color: #ffffff;
}
.cid-uFuo3myHQw .mbr-section-subtitle {
  color: #17003b;
}
.cid-uFhmlbS51z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uFhmlbS51z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmlbS51z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmlbS51z .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFhmlbS51z .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFhmlbS51z .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFhmlbS51z .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uFhmlbS51z .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uFhmlbS51z .panel-group .card {
    padding: 16px;
  }
}
.cid-uFhmlbS51z .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFhmlbS51z .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFhmlbS51z .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFhmlbS51z .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFhmlbS51z .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFhmlbS51z .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #f57c7c;
  margin-left: 8px;
}
.cid-uFhmlbS51z .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #ee1d1d;
}
.cid-uFhmlbS51z .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uFhmlbS51z .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uFhmlbS51z .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uFhmlbS51z .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFhmlbS51z .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uFhmlbS51z .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFhmlbS51z .card-wrapper {
  background-color: #f9f8f8;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #000000;
}
@media (max-width: 992px) {
  .cid-uFhmlbS51z .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uFhmlbS51z .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uFhmlbS51z .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uFhmlbS51z .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFhmlbS51z .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFhmlbS51z .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFhmlbS51z .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uFhmlbS51z .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uFhmlbS51z .panel-title-edit {
  color: #272b2e;
}
.cid-uFhmlbS51z .panel-text {
  color: #15171a;
}
.cid-uFhmlbS51z .card-title {
  color: #272b2e;
}
.cid-uFhmlbS51z .card-title,
.cid-uFhmlbS51z .icon-wrap,
.cid-uFhmlbS51z .mbr-section-btn {
  text-align: center;
}
.cid-uFhmlcqmCE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFhmlcqmCE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmlcqmCE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmlcqmCE .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uFhmlcqmCE .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFhmlcqmCE .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFhmlcqmCE .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uFhmlcqmCE .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uFhmlcqmCE .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uFhmlcqmCE .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFhmlcqmCE .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFhmlcqmCE .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFhmlcqmCE .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uFhmlcqmCE .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uFhmlcqmCE .mbr-section-title,
.cid-uFhmlcqmCE .mbr-section-btn {
  color: #000000;
}
.cid-uFim1gIRL6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFim1gIRL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFim1gIRL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFim1gIRL6 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFim1gIRL6 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFim1gIRL6 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFim1gIRL6 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFim1gIRL6 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFim1gIRL6 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uFim1gIRL6 .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uFim1gIRL6 .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uFim1gIRL6 .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFim1gIRL6 .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFim1gIRL6 .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFim1gIRL6 .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFim1gIRL6 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ee1d1d;
}
@media (max-width: 992px) {
  .cid-uFim1gIRL6 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFim1gIRL6 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uFim1gIRL6 .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFim1gIRL6 .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uFim1gIRL6 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFim1gIRL6 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFim1gIRL6 .mbr-section-title {
  color: #404349;
}
.cid-uFim1gIRL6 .panel-title-edit {
  color: #ffffff;
}
.cid-uFim1gIRL6 .panel-text {
  color: #404349;
}
.cid-uFim1gIRL6 .panel-text,
.cid-uFim1gIRL6 .panel-body {
  color: #ffffff;
}
.cid-uFhmlcL6OA .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-uFhmlcL6OA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFhmlcL6OA .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-uFhmlcL6OA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFhmlcL6OA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFhmld2gD1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-uFhmld2gD1 a {
  transition: 0.3s;
}
.cid-uFhmld2gD1 h5 {
  margin-bottom: 1.6rem;
}
.cid-uFhmld2gD1 .card-img2 span {
  padding-top: 6px;
}
.cid-uFhmld2gD1 .soc-item a {
  padding-top: 5px;
}
.cid-uFhmld2gD1 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uFhmld2gD1 .link:hover {
  color: #ee1d1d !important;
}
@media (max-width: 992px) {
  .cid-uFhmld2gD1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFhmld2gD1 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uFhmld2gD1 .soc-item span {
  font-size: 1rem;
}
.cid-uFhmld2gD1 .soc-item:hover span {
  color: #ee1d1d !important;
}
.cid-uFhmld2gD1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uFhmld2gD1 .item h4 {
  margin: 0;
}
.cid-uFhmld2gD1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFhmld2gD1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFhmld2gD1 img {
  width: 80%;
}
.cid-uFhmld2gD1 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uFhmld2gD1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFhmld2gD1 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uFhmld2gD1 .container {
  padding: 0;
}
.cid-uFhmld2gD1 .btn-primary:hover {
  background-color: #c90f0f !important;
}
.cid-uFhmld2gD1 foot-menu-item {
  text-align: center;
}
.cid-uFhmldsv5n {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uFhmldsv5n .media-container-row {
  align-items: center;
}
.cid-uFhmldsv5n .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFhmldsv5n .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFhmldsv5n .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFhmldsv5n .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uFhmldsv5n .foot-menu-item {
  transform: 0.2s;
}
.cid-uFhmldsv5n .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uFhmldsv5n .foot-menu {
    justify-content: center;
  }
  .cid-uFhmldsv5n .mbr-text {
    text-align: center;
  }
  .cid-uFhmldsv5n .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFhmldsv5n .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uFhmldsv5n .link:hover {
  text-decoration: underline;
}
.cid-uFhmldsv5n .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uFhmldsv5n .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uFhmldsv5n .container {
    padding: 0;
  }
}
.cid-uFhmldsv5n .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-uFhmlC3Vmy {
  min-height: 80px !important;
  position: static;
}
.cid-uFhmlC3Vmy .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-uFhmlC3Vmy .nav-item:focus,
.cid-uFhmlC3Vmy .nav-link:focus {
  outline: none;
}
.cid-uFhmlC3Vmy .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-uFhmlC3Vmy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFhmlC3Vmy .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-uFhmlC3Vmy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFhmlC3Vmy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFhmlC3Vmy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #19212f;
}
.cid-uFhmlC3Vmy .navbar.opened {
  transition: all .3s;
  background: #19212f !important;
}
.cid-uFhmlC3Vmy .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFhmlC3Vmy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFhmlC3Vmy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFhmlC3Vmy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFhmlC3Vmy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFhmlC3Vmy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFhmlC3Vmy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFhmlC3Vmy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFhmlC3Vmy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFhmlC3Vmy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFhmlC3Vmy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFhmlC3Vmy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFhmlC3Vmy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFhmlC3Vmy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFhmlC3Vmy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uFhmlC3Vmy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFhmlC3Vmy .navbar.navbar-short {
  background: #19212f;
}
.cid-uFhmlC3Vmy .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-uFhmlC3Vmy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFhmlC3Vmy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFhmlC3Vmy .dropdown-item.active,
.cid-uFhmlC3Vmy .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uFhmlC3Vmy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFhmlC3Vmy .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uFhmlC3Vmy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uFhmlC3Vmy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #19212f;
}
.cid-uFhmlC3Vmy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFhmlC3Vmy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFhmlC3Vmy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uFhmlC3Vmy .navbar-nav {
  margin: auto;
}
.cid-uFhmlC3Vmy .navbar-buttons {
  text-align: center;
}
.cid-uFhmlC3Vmy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFhmlC3Vmy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-uFhmlC3Vmy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFhmlC3Vmy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFhmlC3Vmy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFhmlC3Vmy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFhmlC3Vmy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFhmlC3Vmy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFhmlC3Vmy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFhmlC3Vmy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFhmlC3Vmy .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uFhmlC3Vmy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uFhmlC3Vmy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFhmlC3Vmy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFhmlC3Vmy .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhmlC3Vmy .navbar {
    height: 77px;
  }
  .cid-uFhmlC3Vmy .navbar.opened {
    height: auto;
  }
}
.cid-uFhmlC3Vmy .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uFhmlC3Vmy .text-btn {
  transition: transform 0.3s;
}
.cid-uFhmlC3Vmy .btn:hover {
  transform: scale(0.8);
}
.cid-uFhmlC3Vmy .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uFhmlC3Vmy .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uFhmlC3Vmy .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-uFhmlC3Vmy .nav-link:hover::before {
  width: 100%;
}
.cid-uFhmlC3Vmy .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uFhmlC3Vmy .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uFhmlC3Vmy .link {
  margin: 0rem 1.2rem;
}
.cid-uFhmlC3Vmy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-uFhmlC3Vmy .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #5c77ac;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uFhmlC3Vmy .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uFhmlC3Vmy .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #19212f;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-uFhmlC3Vmy .navbar-caption {
  font-family: 'Roboto Slab', serif;
}
@media (max-width: 992px) {
  .cid-uFhmlC3Vmy .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uFhmlC3Vmy .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uFhmlC3Vmy .dropdown-menu::before {
    display: none !important;
  }
  .cid-uFhmlC3Vmy .btn:hover {
    background-color: #ee1d1d !important;
    color: #cccccc !important;
  }
  .cid-uFhmlC3Vmy .dropdown-menu > a::after {
    display: none;
  }
  .cid-uFhmlC3Vmy .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uFhmlC3Vmy .nav-link::before {
    display: none;
  }
  .cid-uFhmlC3Vmy .dropdown-menu > a {
    color: #ee1d1d !important;
  }
  .cid-uFhmlC3Vmy .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uFhmlC3Vmy .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uFhmlC3Vmy .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uFhmlC3Vmy .nav-dropdown .dropdown-item:focus,
  .cid-uFhmlC3Vmy .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uFhmlC3Vmy .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFhmlC3Vmy .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFhmlC3Vmy .container-fluid {
    padding-right: 0rem;
  }
  .cid-uFhmlC3Vmy .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uFhmlC3Vmy .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uFhmlC3Vmy .btn:hover {
    background-color: #cccccc !important;
    color: #ee1d1d !important;
  }
  .cid-uFhmlC3Vmy .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uFhmlC3Vmy .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uFhmlC3Vmy .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uFhmlC3Vmy .nav-dropdown .dropdown-item:focus,
  .cid-uFhmlC3Vmy .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uFhmlC3Vmy .btn-primary {
  color: #cccccc !important;
}
.cid-uFhmlC3Vmy .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uFhmlC3Vmy .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uFhmlC3Vmy .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uFhmlDdVMm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/321-608x406.jpg");
  position: relative;
}
.cid-uFhmlDdVMm::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uFhmlDdVMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmlDdVMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmlDdVMm .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uFhmlDdVMm .content-wrapper {
    margin-top: 0;
  }
}
.cid-uFhmlDdVMm .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFhmlDdVMm .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFhmlDdVMm .mbr-section-title {
  color: #ffffff;
}
.cid-uFhmlDdVMm .mbr-text {
  color: #ffffff;
}
.cid-uFhmlDvBZ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6e6e6;
}
.cid-uFhmlDvBZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmlDvBZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmlDvBZ0 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uFhmlDvBZ0 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uFhmlDvBZ0 .container {
    padding: 0 6px;
  }
}
.cid-uFhmlDvBZ0 .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uFhmlDvBZ0 .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uFhmlDvBZ0 .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uFhmlDvBZ0 .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uFhmlDvBZ0 .row {
    padding: 0 30px;
  }
}
.cid-uFhmlDvBZ0 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uFhmlDvBZ0 .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uFhmlDvBZ0 .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uFhmlDvBZ0 .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uFhmlDvBZ0 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uFhmlDvBZ0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFhmlDvBZ0 .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uFhmlDvBZ0 .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uFhmlDvBZ0 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uFhmlDvBZ0 .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uFhmlDvBZ0 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uFhmlDvBZ0 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFhmlDvBZ0 .mbr-section-title {
  color: #131313;
}
.cid-uFhmlDvBZ0 .list {
  color: #131313;
}
.cid-uFhmlDLhaI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFhmlDLhaI .card-wrapper {
  background-color: #42474c;
}
.cid-uFhmlDLhaI .mbr-text {
  line-height: 34px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFhmlDLhaI .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uFhmlDLhaI .card-wrapper {
    padding: 61px 50px 55px 70px;
  }
}
.cid-uFhmlDLhaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmlDLhaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmlE7cgM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFhmlE7cgM img {
  width: 100%;
  object-fit: cover;
}
.cid-uFhmlE7cgM .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uFhmlE7cgM .img-card {
  justify-content: center;
}
.cid-uFhmlE7cgM .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uFhmlE7cgM .card-title {
  margin-bottom: 1.2rem;
}
.cid-uFhmlE7cgM .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uFhmlE7cgM .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uFhmlE7cgM .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFhmlE7cgM .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uFhmlE7cgM .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uFhmlE7cgM .card-title,
.cid-uFhmlE7cgM .card-box {
  color: #303030;
}
.cid-uFhmlE7cgM H3 {
  color: #cdba6d;
}
.cid-uFhmlE7cgM .mbr-text,
.cid-uFhmlE7cgM .mbr-section-btn {
  color: #000000;
}
.cid-uFhmlEotPR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #42474c;
}
.cid-uFhmlEotPR .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uFhmlEotPR .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uFhmlEotPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmlEotPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmlEotPR .mbr-text,
.cid-uFhmlEotPR .mbr-section-btn {
  color: #ffffff;
}
.cid-uFhmlEotPR H3 {
  color: #ffffff;
}
.cid-uFhmlEGD1h {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uFhmlEGD1h img {
  filter: grayscale(1);
}
.cid-uFhmlEGD1h .image-wrap {
  position: relative;
}
.cid-uFhmlEGD1h .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-uFhmlEGD1h .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uFhmlEGD1h .card-wrap {
  background: #000000;
}
.cid-uFhmlEGD1h .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uFhmlEGD1h .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uFhmlEGD1h .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFhmlEGD1h .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
}
.cid-uFhmlEGD1h .main-heading {
  margin-bottom: 2.2rem;
}
.cid-uFhmlEGD1h .btn {
  margin-top: 3rem;
}
.cid-uFhmlEGD1h .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uFhmlEGD1h .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-uFhmlEGD1h .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFhmlEGD1h .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-uFhmlEGD1h .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-uFhmlEGD1h .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-uFhmlEGD1h .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-uFhmlEGD1h .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uFhmlEGD1h .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-uFhmlEGD1h .btn-2 {
  color: #ee1d1d !important;
}
.cid-uFhmlEGD1h .main-title {
  color: #303030;
}
.cid-uFhmlEGD1h .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-uFhmlFhmjz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFhmlFhmjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmlFhmjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmlFhmjz .row {
  justify-content: center;
}
.cid-uFhmlFhmjz .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFhmlFhmjz .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFhmlFhmjz .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uFhmlFhmjz .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFhmlFhmjz .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFhmlFhmjz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uFhmlFhmjz .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uFhmlFhmjz .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uFhmlFhmjz .mbr-label,
.cid-uFhmlFhmjz .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uFhmlFhmjz .mbr-section-title {
  color: #fff7ee;
}
.cid-uFhmlFhmjz .mbr-text,
.cid-uFhmlFhmjz .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFhmlFhmjz .mbr-section-title,
.cid-uFhmlFhmjz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uFhmlFzx1H {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFhmlFzx1H .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uFhmlFzx1H .mbr-section-title {
  color: #000000;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-uFhmlFzx1H img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uFhmlFzx1H .mbr-figure {
  height: 100%;
}
.cid-uFhmlFzx1H .row {
  margin: 0;
  align-items: center;
}
.cid-uFhmlFzx1H .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uFhmlFzx1H .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFhmlFzx1H .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uFhmlFzx1H .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uFhmlFzx1H .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFhmlFzx1H .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uFhmlFzx1H .img-block {
    padding-left: 6rem;
  }
}
.cid-uFhmlFzx1H .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uFhmlFzx1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmlFzx1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmlFzx1H H4 {
  color: #000000;
}
.cid-uFhmlFzx1H .mbr-text,
.cid-uFhmlFzx1H .mbr-section-btn {
  color: #000000;
}
.cid-uFhmlFVLTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFhmlFVLTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmlFVLTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmlFVLTc .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uFhmlFVLTc .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFhmlFVLTc .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFhmlFVLTc .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uFhmlFVLTc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFhmlFVLTc .mbr-section-title {
  color: #000000;
}
.cid-uFhmlFVLTc .mbr-desc {
  color: #fdfde1;
}
.cid-uFhmlFVLTc .mbr-text {
  color: #000000;
}
.cid-uFhmlFVLTc .mbr-text,
.cid-uFhmlFVLTc .text-wrapper {
  color: #ffffff;
}
.cid-uFhmlFVLTc .mbr-section-title,
.cid-uFhmlFVLTc .mbr-section-btn {
  color: #ffffff;
}
.cid-uFhmlGNgoF {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFhmlGNgoF .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uFhmlGNgoF .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uFhmlGNgoF .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #ffffff;
  z-index: 1;
}
.cid-uFhmlGNgoF .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #42474c;
}
.cid-uFhmlGNgoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmlGNgoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmlGNgoF .row {
  position: relative;
  z-index: 2;
}
.cid-uFhmlGNgoF .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uFhmlGNgoF .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uFhmlGNgoF .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFhmlGNgoF .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uFhmlGNgoF .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uFhmlGNgoF .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFhmlGNgoF .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uFhmlGNgoF .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uFhmlGNgoF .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFhmlGNgoF .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uFhmlGNgoF .mbr-section-title {
  color: #212529;
}
.cid-uFhmlGNgoF .mbr-text {
  color: #51565c;
}
.cid-uFuo96FJ2y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #42474c;
}
.cid-uFuo96FJ2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFuo96FJ2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFuo96FJ2y b,
.cid-uFuo96FJ2y strong {
  font-weight: 900;
}
.cid-uFuo96FJ2y .mbr-section-title {
  color: #ffffff;
}
.cid-uFuo96FJ2y .mbr-section-subtitle {
  color: #17003b;
}
.cid-uFhmlH5atr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uFhmlH5atr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmlH5atr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmlH5atr .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFhmlH5atr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFhmlH5atr .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFhmlH5atr .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uFhmlH5atr .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uFhmlH5atr .panel-group .card {
    padding: 16px;
  }
}
.cid-uFhmlH5atr .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFhmlH5atr .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFhmlH5atr .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFhmlH5atr .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFhmlH5atr .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uFhmlH5atr .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #f57c7c;
  margin-left: 8px;
}
.cid-uFhmlH5atr .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #ee1d1d;
}
.cid-uFhmlH5atr .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #f96e47;
}
.cid-uFhmlH5atr .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uFhmlH5atr .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uFhmlH5atr .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uFhmlH5atr .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uFhmlH5atr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uFhmlH5atr .card-wrapper {
  background-color: #f9f8f8;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #000000;
}
@media (max-width: 992px) {
  .cid-uFhmlH5atr .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uFhmlH5atr .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uFhmlH5atr .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uFhmlH5atr .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFhmlH5atr .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uFhmlH5atr .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uFhmlH5atr .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uFhmlH5atr .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uFhmlH5atr .panel-title-edit {
  color: #272b2e;
}
.cid-uFhmlH5atr .panel-text {
  color: #15171a;
}
.cid-uFhmlH5atr .card-title {
  color: #272b2e;
}
.cid-uFhmlH5atr .card-title,
.cid-uFhmlH5atr .icon-wrap,
.cid-uFhmlH5atr .mbr-section-btn {
  text-align: center;
}
.cid-uFhmlHATs7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFhmlHATs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhmlHATs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFhmlHATs7 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uFhmlHATs7 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uFhmlHATs7 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uFhmlHATs7 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uFhmlHATs7 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uFhmlHATs7 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uFhmlHATs7 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFhmlHATs7 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFhmlHATs7 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFhmlHATs7 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uFhmlHATs7 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uFhmlHATs7 .mbr-section-title,
.cid-uFhmlHATs7 .mbr-section-btn {
  color: #000000;
}
.cid-uFimQPiV50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFimQPiV50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFimQPiV50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFimQPiV50 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFimQPiV50 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uFimQPiV50 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFimQPiV50 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uFimQPiV50 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFimQPiV50 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uFimQPiV50 .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uFimQPiV50 .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uFimQPiV50 .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uFimQPiV50 .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uFimQPiV50 .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uFimQPiV50 .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFimQPiV50 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ee1d1d;
}
@media (max-width: 992px) {
  .cid-uFimQPiV50 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uFimQPiV50 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uFimQPiV50 .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uFimQPiV50 .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uFimQPiV50 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFimQPiV50 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uFimQPiV50 .mbr-section-title {
  color: #404349;
}
.cid-uFimQPiV50 .panel-title-edit {
  color: #ffffff;
}
.cid-uFimQPiV50 .panel-text {
  color: #404349;
}
.cid-uFimQPiV50 .panel-text,
.cid-uFimQPiV50 .panel-body {
  color: #ffffff;
}
.cid-uFhmlHWtE8 .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-uFhmlHWtE8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uFhmlHWtE8 .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-uFhmlHWtE8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uFhmlHWtE8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uFhmlIhnXm {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-uFhmlIhnXm a {
  transition: 0.3s;
}
.cid-uFhmlIhnXm h5 {
  margin-bottom: 1.6rem;
}
.cid-uFhmlIhnXm .card-img2 span {
  padding-top: 6px;
}
.cid-uFhmlIhnXm .soc-item a {
  padding-top: 5px;
}
.cid-uFhmlIhnXm .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-uFhmlIhnXm .link:hover {
  color: #ee1d1d !important;
}
@media (max-width: 992px) {
  .cid-uFhmlIhnXm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uFhmlIhnXm .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uFhmlIhnXm .soc-item span {
  font-size: 1rem;
}
.cid-uFhmlIhnXm .soc-item:hover span {
  color: #ee1d1d !important;
}
.cid-uFhmlIhnXm .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uFhmlIhnXm .item h4 {
  margin: 0;
}
.cid-uFhmlIhnXm .media-wrap {
  margin-bottom: 1rem;
}
.cid-uFhmlIhnXm .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uFhmlIhnXm img {
  width: 80%;
}
.cid-uFhmlIhnXm .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uFhmlIhnXm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uFhmlIhnXm .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uFhmlIhnXm .container {
  padding: 0;
}
.cid-uFhmlIhnXm .btn-primary:hover {
  background-color: #c90f0f !important;
}
.cid-uFhmlIhnXm foot-menu-item {
  text-align: center;
}
.cid-uFhmlIIPJD {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-uFhmlIIPJD .media-container-row {
  align-items: center;
}
.cid-uFhmlIIPJD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFhmlIIPJD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFhmlIIPJD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFhmlIIPJD .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uFhmlIIPJD .foot-menu-item {
  transform: 0.2s;
}
.cid-uFhmlIIPJD .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uFhmlIIPJD .foot-menu {
    justify-content: center;
  }
  .cid-uFhmlIIPJD .mbr-text {
    text-align: center;
  }
  .cid-uFhmlIIPJD .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uFhmlIIPJD .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uFhmlIIPJD .link:hover {
  text-decoration: underline;
}
.cid-uFhmlIIPJD .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uFhmlIIPJD .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uFhmlIIPJD .container {
    padding: 0;
  }
}
.cid-uFhmlIIPJD .media-container-row .mbr-text {
  color: #a3a3a3;
}
