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: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
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: #ffffff;
}
.cid-rUTpFezVg4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !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: #ffffff;
}
.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/3-1920x1080.png");
}
.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-uFdX2Py1n6 .mbr-section-title,
.cid-uFdX2Py1n6 .mbr-section-btn {
  text-align: center;
}
.cid-uFfHqQrn56 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  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;
  text-align: center;
}
.cid-uFfHqQrn56 .list {
  color: #131313;
}
.cid-uFfKrsCRAY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uFfKrsCRAY .card-wrapper {
  background-color: #000000;
}
.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: 60px;
  background-color: #efefef;
}
.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: #000000;
}
.cid-rUTpFZsfIT H3 {
  color: #cdba6d;
}
.cid-rUTpFZsfIT .mbr-text,
.cid-rUTpFZsfIT .mbr-section-btn {
  color: #000000;
}
.cid-uTLXrEgJbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTLXrEgJbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLXrEgJbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLXrEgJbu .content-wrapper {
  padding: 80px 90px;
  background-color: #cccccc;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uTLXrEgJbu .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uTLXrEgJbu .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uTLXrEgJbu .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uTLXrEgJbu .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTLXrEgJbu .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uTLXrEgJbu .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uTLXrEgJbu .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uTLXrEgJbu .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uTLXrEgJbu .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTLXrEgJbu .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uTLXrEgJbu .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uTLXrEgJbu .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uTLXrEgJbu .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uTLXrEgJbu .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uTLXrEgJbu .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uTLXrEgJbu .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTLXrEgJbu .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTLXrEgJbu .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTLXrEgJbu .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uTLXrEgJbu .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uTLXrEgJbu .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uTLXrEgJbu .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uTLXrEgJbu .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uTLXrEgJbu .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTLXrEgJbu .mbr-section-title {
  color: #050f0f;
}
.cid-uTLXrEgJbu .mbr-text {
  color: #050f0f;
}
.cid-uTLXrEgJbu .panel-title-edit {
  color: #050f0f;
}
.cid-uTLXrEgJbu .panel-text {
  color: #050f0f;
}
.cid-uTLXrEgJbu .panel-title-edit,
.cid-uTLXrEgJbu .icon-wrapper {
  text-align: left;
}
.cid-uFfNS2pzEB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.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: 75px;
  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;
  text-align: center;
}
.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: 2rem;
  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;
  text-align: center;
}
.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;
  text-align: right;
}
.cid-uFfWJcPizP .mbr-text,
.cid-uFfWJcPizP .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.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;
  text-align: center;
}
.cid-uTLm9Dkz03 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-uTLm9Dkz03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLm9Dkz03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLm9Dkz03 .row {
  margin: 0 -8px;
}
.cid-uTLm9Dkz03 .row .card {
  padding: 0 8px;
}
.cid-uTLm9Dkz03 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTLm9Dkz03 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTLm9Dkz03 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uTLm9Dkz03 .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTLm9Dkz03 .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTLm9Dkz03 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uTLm9Dkz03 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTLm9Dkz03 .image-wrapper {
  height: 100%;
}
.cid-uTLm9Dkz03 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTLm9Dkz03 .image-wrapper img {
    height: 300px;
  }
}
.cid-uTLm9Dkz03 .mbr-section-title {
  color: #2c2c26;
}
.cid-uTLm9Dkz03 .mbr-text,
.cid-uTLm9Dkz03 .text-wrapper {
  color: #63635d;
}
.cid-uTLm9Dkz03 .mbr-section-title,
.cid-uTLm9Dkz03 .mbr-section-btn {
  text-align: center;
}
.cid-uTLjgoiJHg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTLjgoiJHg .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uTLjgoiJHg .mbr-section-title {
  color: #000000;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  text-align: center;
}
.cid-uTLjgoiJHg img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uTLjgoiJHg .mbr-figure {
  height: 100%;
}
.cid-uTLjgoiJHg .row {
  margin: 0;
  align-items: center;
}
.cid-uTLjgoiJHg .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uTLjgoiJHg .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uTLjgoiJHg .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uTLjgoiJHg .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uTLjgoiJHg .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uTLjgoiJHg .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uTLjgoiJHg .img-block {
    padding-left: 6rem;
  }
}
.cid-uTLjgoiJHg .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uTLjgoiJHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLjgoiJHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLjgoiJHg .mbr-text,
.cid-uTLjgoiJHg .mbr-section-btn {
  color: #000000;
}
.cid-uTLmN5t5ko {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #181818;
}
.cid-uTLmN5t5ko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLmN5t5ko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLmN5t5ko .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uTLmN5t5ko .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTLmN5t5ko .container {
    padding: 0 30px;
  }
}
.cid-uTLmN5t5ko .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTLmN5t5ko .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTLmN5t5ko .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uTLmN5t5ko .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uTLmN5t5ko .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uTLmN5t5ko .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uTLmN5t5ko .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTLmN5t5ko .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uTLmN5t5ko .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uTLmN5t5ko .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTLmN5t5ko .mbr-card-title {
  color: #2b2b2b;
}
.cid-uTLmN5t5ko .mbr-text {
  color: #000000;
}
.cid-uTLmN5t5ko .mbr-number {
  color: #FE5115;
}
.cid-uTLndV6mRC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fffff5;
}
.cid-uTLndV6mRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLndV6mRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLndV6mRC .google-map {
  height: 30rem;
  position: relative;
}
.cid-uTLndV6mRC .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uTLndV6mRC .google-map [data-state-details] {
  color: #4b4b4b;
  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-uTLndV6mRC .google-map[data-state] {
  background: #fffff5;
}
.cid-uTLndV6mRC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rUTpKPo1ae {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cccccc;
  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: #ee1d1d !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;
  color: #000000;
}
.cid-rUTpKPo1ae .title {
  color: #000000;
}
.cid-rUTpKPo1ae .item-title {
  color: #000000;
}
.cid-rUTpL6oEdG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.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: #ffffff;
  text-align: center;
}
.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: #ffffff;
}
.cid-uFhmlC3Vmy .navbar.opened {
  transition: all .3s;
  background: #ffffff !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: #ffffff;
}
.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-uTLrKyEZoU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fffff5;
}
.cid-uTLrKyEZoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLrKyEZoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLrKyEZoU .google-map {
  height: 30rem;
  position: relative;
}
.cid-uTLrKyEZoU .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uTLrKyEZoU .google-map [data-state-details] {
  color: #4b4b4b;
  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-uTLrKyEZoU .google-map[data-state] {
  background: #fffff5;
}
.cid-uTLrKyEZoU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTLrXgq2j9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cccccc;
  position: relative;
  overflow: hidden;
}
.cid-uTLrXgq2j9 a {
  transition: 0.3s;
}
.cid-uTLrXgq2j9 h5 {
  margin-bottom: 1.6rem;
}
.cid-uTLrXgq2j9 .card-img2 span {
  padding-top: 6px;
}
.cid-uTLrXgq2j9 .soc-item a {
  padding-top: 5px;
}
.cid-uTLrXgq2j9 .mbr-iconfont {
  color: #ee1d1d !important;
  transition: 0.3s;
}
.cid-uTLrXgq2j9 .link:hover {
  color: #ee1d1d !important;
}
@media (max-width: 992px) {
  .cid-uTLrXgq2j9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uTLrXgq2j9 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uTLrXgq2j9 .soc-item span {
  font-size: 1rem;
}
.cid-uTLrXgq2j9 .soc-item:hover span {
  color: #ee1d1d !important;
}
.cid-uTLrXgq2j9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uTLrXgq2j9 .item h4 {
  margin: 0;
}
.cid-uTLrXgq2j9 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uTLrXgq2j9 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTLrXgq2j9 img {
  width: 80%;
}
.cid-uTLrXgq2j9 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uTLrXgq2j9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uTLrXgq2j9 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uTLrXgq2j9 .container {
  padding: 0;
}
.cid-uTLrXgq2j9 .btn-primary:hover {
  background-color: #c90f0f !important;
}
.cid-uTLrXgq2j9 foot-menu-item {
  text-align: center;
  color: #000000;
}
.cid-uTLrXgq2j9 .title {
  color: #000000;
}
.cid-uTLrXgq2j9 .item-title {
  color: #000000;
}
.cid-uFhmlIIPJD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.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: #ffffff;
  text-align: center;
}
.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: #ffffff;
}
.cid-uFhoEiHxon .navbar.opened {
  transition: all .3s;
  background: #ffffff !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: #ffffff;
}
.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-uFhqzrtz9T .mbr-section-title,
.cid-uFhqzrtz9T .mbr-section-btn {
  text-align: right;
}
.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-uTLsf9qt15 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fffff5;
}
.cid-uTLsf9qt15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLsf9qt15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLsf9qt15 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uTLsf9qt15 .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uTLsf9qt15 .google-map [data-state-details] {
  color: #4b4b4b;
  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-uTLsf9qt15 .google-map[data-state] {
  background: #fffff5;
}
.cid-uTLsf9qt15 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTLs1K269V {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cccccc;
  position: relative;
  overflow: hidden;
}
.cid-uTLs1K269V a {
  transition: 0.3s;
}
.cid-uTLs1K269V h5 {
  margin-bottom: 1.6rem;
}
.cid-uTLs1K269V .card-img2 span {
  padding-top: 6px;
}
.cid-uTLs1K269V .soc-item a {
  padding-top: 5px;
}
.cid-uTLs1K269V .mbr-iconfont {
  color: #ee1d1d !important;
  transition: 0.3s;
}
.cid-uTLs1K269V .link:hover {
  color: #ee1d1d !important;
}
@media (max-width: 992px) {
  .cid-uTLs1K269V .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uTLs1K269V .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uTLs1K269V .soc-item span {
  font-size: 1rem;
}
.cid-uTLs1K269V .soc-item:hover span {
  color: #ee1d1d !important;
}
.cid-uTLs1K269V .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uTLs1K269V .item h4 {
  margin: 0;
}
.cid-uTLs1K269V .media-wrap {
  margin-bottom: 1rem;
}
.cid-uTLs1K269V .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTLs1K269V img {
  width: 80%;
}
.cid-uTLs1K269V .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uTLs1K269V .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uTLs1K269V .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uTLs1K269V .container {
  padding: 0;
}
.cid-uTLs1K269V .btn-primary:hover {
  background-color: #c90f0f !important;
}
.cid-uTLs1K269V foot-menu-item {
  text-align: center;
  color: #000000;
}
.cid-uTLs1K269V .title {
  color: #000000;
}
.cid-uTLs1K269V .item-title {
  color: #000000;
}
.cid-uFhoEl0XtA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.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: #ffffff;
  text-align: center;
}
.cid-uTLttBBwBp {
  min-height: 80px !important;
  position: static;
}
.cid-uTLttBBwBp .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-uTLttBBwBp .nav-item:focus,
.cid-uTLttBBwBp .nav-link:focus {
  outline: none;
}
.cid-uTLttBBwBp .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-uTLttBBwBp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTLttBBwBp .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-uTLttBBwBp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTLttBBwBp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTLttBBwBp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uTLttBBwBp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uTLttBBwBp .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uTLttBBwBp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTLttBBwBp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTLttBBwBp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTLttBBwBp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTLttBBwBp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTLttBBwBp .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-uTLttBBwBp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTLttBBwBp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uTLttBBwBp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uTLttBBwBp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTLttBBwBp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTLttBBwBp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTLttBBwBp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTLttBBwBp .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-uTLttBBwBp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTLttBBwBp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTLttBBwBp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTLttBBwBp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uTLttBBwBp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTLttBBwBp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uTLttBBwBp .navbar.navbar-short {
  background: #ffffff;
}
.cid-uTLttBBwBp .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-uTLttBBwBp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTLttBBwBp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTLttBBwBp .dropdown-item.active,
.cid-uTLttBBwBp .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uTLttBBwBp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTLttBBwBp .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uTLttBBwBp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uTLttBBwBp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #19212f;
}
.cid-uTLttBBwBp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTLttBBwBp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTLttBBwBp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTLttBBwBp .navbar-nav {
  margin: auto;
}
.cid-uTLttBBwBp .navbar-buttons {
  text-align: center;
}
.cid-uTLttBBwBp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTLttBBwBp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-uTLttBBwBp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTLttBBwBp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTLttBBwBp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTLttBBwBp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTLttBBwBp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTLttBBwBp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTLttBBwBp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTLttBBwBp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTLttBBwBp .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uTLttBBwBp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTLttBBwBp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uTLttBBwBp .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-uTLttBBwBp .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTLttBBwBp .navbar {
    height: 77px;
  }
  .cid-uTLttBBwBp .navbar.opened {
    height: auto;
  }
}
.cid-uTLttBBwBp .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uTLttBBwBp .text-btn {
  transition: transform 0.3s;
}
.cid-uTLttBBwBp .btn:hover {
  transform: scale(0.8);
}
.cid-uTLttBBwBp .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uTLttBBwBp .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uTLttBBwBp .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-uTLttBBwBp .nav-link:hover::before {
  width: 100%;
}
.cid-uTLttBBwBp .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uTLttBBwBp .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uTLttBBwBp .link {
  margin: 0rem 1.2rem;
}
.cid-uTLttBBwBp .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-uTLttBBwBp .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-uTLttBBwBp .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uTLttBBwBp .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-uTLttBBwBp .navbar-caption {
  font-family: 'Roboto Slab', serif;
}
@media (max-width: 992px) {
  .cid-uTLttBBwBp .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uTLttBBwBp .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uTLttBBwBp .dropdown-menu::before {
    display: none !important;
  }
  .cid-uTLttBBwBp .btn:hover {
    background-color: #ee1d1d !important;
    color: #cccccc !important;
  }
  .cid-uTLttBBwBp .dropdown-menu > a::after {
    display: none;
  }
  .cid-uTLttBBwBp .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uTLttBBwBp .nav-link::before {
    display: none;
  }
  .cid-uTLttBBwBp .dropdown-menu > a {
    color: #ee1d1d !important;
  }
  .cid-uTLttBBwBp .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uTLttBBwBp .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uTLttBBwBp .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uTLttBBwBp .nav-dropdown .dropdown-item:focus,
  .cid-uTLttBBwBp .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uTLttBBwBp .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uTLttBBwBp .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTLttBBwBp .container-fluid {
    padding-right: 0rem;
  }
  .cid-uTLttBBwBp .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uTLttBBwBp .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uTLttBBwBp .btn:hover {
    background-color: #cccccc !important;
    color: #ee1d1d !important;
  }
  .cid-uTLttBBwBp .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uTLttBBwBp .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uTLttBBwBp .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uTLttBBwBp .nav-dropdown .dropdown-item:focus,
  .cid-uTLttBBwBp .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uTLttBBwBp .btn-primary {
  color: #cccccc !important;
}
.cid-uTLttBBwBp .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uTLttBBwBp .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uTLttBBwBp .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uTLttCa6c6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/5.webp");
}
.cid-uTLttCa6c6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLttCa6c6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLttCa6c6 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uTLttCa6c6 .content-wrapper {
    margin-top: 0;
  }
}
.cid-uTLttCa6c6 .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-uTLttCa6c6 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uTLttCa6c6 .mbr-section-title {
  color: #ffffff;
}
.cid-uTLttCa6c6 .mbr-text {
  color: #ffffff;
}
.cid-uTLttCa6c6 .mbr-section-title,
.cid-uTLttCa6c6 .mbr-section-btn {
  text-align: center;
}
.cid-uTLttCDWyy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-uTLttCDWyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLttCDWyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLttCDWyy .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTLttCDWyy .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uTLttCDWyy .container {
    padding: 0 6px;
  }
}
.cid-uTLttCDWyy .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uTLttCDWyy .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uTLttCDWyy .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uTLttCDWyy .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uTLttCDWyy .row {
    padding: 0 30px;
  }
}
.cid-uTLttCDWyy .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uTLttCDWyy .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uTLttCDWyy .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uTLttCDWyy .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uTLttCDWyy .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uTLttCDWyy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uTLttCDWyy .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uTLttCDWyy .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uTLttCDWyy .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uTLttCDWyy .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uTLttCDWyy .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uTLttCDWyy .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTLttCDWyy .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-uTLttCDWyy .list {
  color: #131313;
}
.cid-uTLttD0duS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTLttD0duS .card-wrapper {
  background-color: #000000;
}
.cid-uTLttD0duS .mbr-text {
  line-height: 34px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTLttD0duS .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uTLttD0duS .card-wrapper {
    padding: 61px 50px 55px 70px;
  }
}
.cid-uTLttD0duS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLttD0duS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLttDoZJN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uTLttDoZJN img {
  width: 100%;
  object-fit: cover;
}
.cid-uTLttDoZJN .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uTLttDoZJN .img-card {
  justify-content: center;
}
.cid-uTLttDoZJN .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uTLttDoZJN .card-title {
  margin-bottom: 1.2rem;
}
.cid-uTLttDoZJN .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uTLttDoZJN .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uTLttDoZJN .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uTLttDoZJN .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uTLttDoZJN .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uTLttDoZJN .card-title,
.cid-uTLttDoZJN .card-box {
  color: #000000;
}
.cid-uTLttDoZJN H3 {
  color: #cdba6d;
}
.cid-uTLttDoZJN .mbr-text,
.cid-uTLttDoZJN .mbr-section-btn {
  color: #000000;
}
.cid-uTLXXQpzTQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTLXXQpzTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLXXQpzTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLXXQpzTQ .content-wrapper {
  padding: 80px 90px;
  background-color: #cccccc;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uTLXXQpzTQ .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uTLXXQpzTQ .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uTLXXQpzTQ .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uTLXXQpzTQ .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTLXXQpzTQ .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uTLXXQpzTQ .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uTLXXQpzTQ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uTLXXQpzTQ .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uTLXXQpzTQ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTLXXQpzTQ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uTLXXQpzTQ .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uTLXXQpzTQ .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uTLXXQpzTQ .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uTLXXQpzTQ .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uTLXXQpzTQ .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uTLXXQpzTQ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTLXXQpzTQ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTLXXQpzTQ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTLXXQpzTQ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uTLXXQpzTQ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uTLXXQpzTQ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uTLXXQpzTQ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uTLXXQpzTQ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uTLXXQpzTQ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTLXXQpzTQ .mbr-section-title {
  color: #050f0f;
}
.cid-uTLXXQpzTQ .mbr-text {
  color: #050f0f;
}
.cid-uTLXXQpzTQ .panel-title-edit {
  color: #050f0f;
}
.cid-uTLXXQpzTQ .panel-text {
  color: #050f0f;
}
.cid-uTLXXQpzTQ .panel-title-edit,
.cid-uTLXXQpzTQ .icon-wrapper {
  text-align: left;
}
.cid-uTLttDP2Ld {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uTLttDP2Ld .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uTLttDP2Ld .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uTLttDP2Ld .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLttDP2Ld .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLttDP2Ld .mbr-text,
.cid-uTLttDP2Ld .mbr-section-btn {
  color: #ffffff;
}
.cid-uTLttDP2Ld H3 {
  color: #ffffff;
}
.cid-uTLttEdKyd {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uTLttEdKyd img {
  filter: grayscale(1);
}
.cid-uTLttEdKyd .image-wrap {
  position: relative;
}
.cid-uTLttEdKyd .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-uTLttEdKyd .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uTLttEdKyd .card-wrap {
  background: #42474c;
}
.cid-uTLttEdKyd .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uTLttEdKyd .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uTLttEdKyd .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTLttEdKyd .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-uTLttEdKyd .main-heading {
  margin-bottom: 2.2rem;
}
.cid-uTLttEdKyd .btn {
  margin-top: 3rem;
}
.cid-uTLttEdKyd .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uTLttEdKyd .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-uTLttEdKyd .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTLttEdKyd .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-uTLttEdKyd .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-uTLttEdKyd .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-uTLttEdKyd .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-uTLttEdKyd .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uTLttEdKyd .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-uTLttEdKyd .btn-2 {
  color: #ee1d1d !important;
}
.cid-uTLttEdKyd .main-title {
  color: #303030;
}
.cid-uTLttEdKyd .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-uTLttF1LaU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTLttF1LaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLttF1LaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLttF1LaU .row {
  justify-content: center;
}
.cid-uTLttF1LaU .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uTLttF1LaU .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uTLttF1LaU .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uTLttF1LaU .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uTLttF1LaU .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTLttF1LaU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uTLttF1LaU .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uTLttF1LaU .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uTLttF1LaU .mbr-label,
.cid-uTLttF1LaU .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uTLttF1LaU .mbr-section-title {
  color: #fff7ee;
}
.cid-uTLttF1LaU .mbr-text,
.cid-uTLttF1LaU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTLttF1LaU .mbr-section-title,
.cid-uTLttF1LaU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uTLttFA1Ry {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTLttFA1Ry .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uTLttFA1Ry .mbr-section-title {
  color: #000000;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  text-align: center;
}
.cid-uTLttFA1Ry img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uTLttFA1Ry .mbr-figure {
  height: 100%;
}
.cid-uTLttFA1Ry .row {
  margin: 0;
  align-items: center;
}
.cid-uTLttFA1Ry .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uTLttFA1Ry .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uTLttFA1Ry .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uTLttFA1Ry .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uTLttFA1Ry .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uTLttFA1Ry .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uTLttFA1Ry .img-block {
    padding-left: 6rem;
  }
}
.cid-uTLttFA1Ry .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uTLttFA1Ry .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLttFA1Ry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLttFA1Ry H4 {
  color: #000000;
  text-align: right;
}
.cid-uTLttFA1Ry .mbr-text,
.cid-uTLttFA1Ry .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uTLttG5FLq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTLttG5FLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLttG5FLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLttG5FLq .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uTLttG5FLq .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTLttG5FLq .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTLttG5FLq .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uTLttG5FLq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTLttG5FLq .mbr-section-title {
  color: #000000;
}
.cid-uTLttG5FLq .mbr-desc {
  color: #fdfde1;
}
.cid-uTLttG5FLq .mbr-text {
  color: #000000;
}
.cid-uTLttG5FLq .mbr-text,
.cid-uTLttG5FLq .text-wrapper {
  color: #ffffff;
}
.cid-uTLttG5FLq .mbr-section-title,
.cid-uTLttG5FLq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTLttGuXZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-uTLttGuXZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLttGuXZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLttGuXZi .row {
  margin: 0 -8px;
}
.cid-uTLttGuXZi .row .card {
  padding: 0 8px;
}
.cid-uTLttGuXZi .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTLttGuXZi .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTLttGuXZi .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uTLttGuXZi .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTLttGuXZi .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTLttGuXZi .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uTLttGuXZi .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTLttGuXZi .image-wrapper {
  height: 100%;
}
.cid-uTLttGuXZi .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTLttGuXZi .image-wrapper img {
    height: 300px;
  }
}
.cid-uTLttGuXZi .mbr-section-title {
  color: #2c2c26;
}
.cid-uTLttGuXZi .mbr-text,
.cid-uTLttGuXZi .text-wrapper {
  color: #63635d;
}
.cid-uTLttGuXZi .mbr-section-title,
.cid-uTLttGuXZi .mbr-section-btn {
  text-align: center;
}
.cid-uTLttGWqUj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTLttGWqUj .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uTLttGWqUj .mbr-section-title {
  color: #000000;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  text-align: center;
}
.cid-uTLttGWqUj img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uTLttGWqUj .mbr-figure {
  height: 100%;
}
.cid-uTLttGWqUj .row {
  margin: 0;
  align-items: center;
}
.cid-uTLttGWqUj .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uTLttGWqUj .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uTLttGWqUj .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uTLttGWqUj .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uTLttGWqUj .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uTLttGWqUj .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uTLttGWqUj .img-block {
    padding-left: 6rem;
  }
}
.cid-uTLttGWqUj .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uTLttGWqUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLttGWqUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLttGWqUj .mbr-text,
.cid-uTLttGWqUj .mbr-section-btn {
  color: #000000;
}
.cid-uTLttHnX4x {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #181818;
}
.cid-uTLttHnX4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLttHnX4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLttHnX4x .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uTLttHnX4x .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTLttHnX4x .container {
    padding: 0 30px;
  }
}
.cid-uTLttHnX4x .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTLttHnX4x .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTLttHnX4x .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uTLttHnX4x .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uTLttHnX4x .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uTLttHnX4x .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uTLttHnX4x .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTLttHnX4x .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uTLttHnX4x .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uTLttHnX4x .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTLttHnX4x .mbr-card-title {
  color: #2b2b2b;
}
.cid-uTLttHnX4x .mbr-text {
  color: #000000;
}
.cid-uTLttHnX4x .mbr-number {
  color: #FE5115;
}
.cid-uTLvPHcQkU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTLvPHcQkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLvPHcQkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLvPHcQkU .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTLvPHcQkU .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uTLvPHcQkU .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uTLvPHcQkU .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uTLvPHcQkU .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTLvPHcQkU .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uTLvPHcQkU .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uTLvPHcQkU .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTLvPHcQkU .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uTLvPHcQkU .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uTLvPHcQkU .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #e2fa0e;
}
.cid-uTLvPHcQkU .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uTLvPHcQkU .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uTLvPHcQkU .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uTLvPHcQkU .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTLvPHcQkU .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTLvPHcQkU .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uTLvPHcQkU .panel-title-edit {
  color: #000000;
}
.cid-uTLvPHcQkU .panel-text {
  color: #000000;
}
.cid-uTLttHMnmC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fffff5;
}
.cid-uTLttHMnmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLttHMnmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLttHMnmC .google-map {
  height: 30rem;
  position: relative;
}
.cid-uTLttHMnmC .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uTLttHMnmC .google-map [data-state-details] {
  color: #4b4b4b;
  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-uTLttHMnmC .google-map[data-state] {
  background: #fffff5;
}
.cid-uTLttHMnmC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTLttIcdkX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cccccc;
  position: relative;
  overflow: hidden;
}
.cid-uTLttIcdkX a {
  transition: 0.3s;
}
.cid-uTLttIcdkX h5 {
  margin-bottom: 1.6rem;
}
.cid-uTLttIcdkX .card-img2 span {
  padding-top: 6px;
}
.cid-uTLttIcdkX .soc-item a {
  padding-top: 5px;
}
.cid-uTLttIcdkX .mbr-iconfont {
  color: #ee1d1d !important;
  transition: 0.3s;
}
.cid-uTLttIcdkX .link:hover {
  color: #ee1d1d !important;
}
@media (max-width: 992px) {
  .cid-uTLttIcdkX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uTLttIcdkX .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uTLttIcdkX .soc-item span {
  font-size: 1rem;
}
.cid-uTLttIcdkX .soc-item:hover span {
  color: #ee1d1d !important;
}
.cid-uTLttIcdkX .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uTLttIcdkX .item h4 {
  margin: 0;
}
.cid-uTLttIcdkX .media-wrap {
  margin-bottom: 1rem;
}
.cid-uTLttIcdkX .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTLttIcdkX img {
  width: 80%;
}
.cid-uTLttIcdkX .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uTLttIcdkX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uTLttIcdkX .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uTLttIcdkX .container {
  padding: 0;
}
.cid-uTLttIcdkX .btn-primary:hover {
  background-color: #c90f0f !important;
}
.cid-uTLttIcdkX foot-menu-item {
  text-align: center;
  color: #000000;
}
.cid-uTLttIcdkX .title {
  color: #000000;
}
.cid-uTLttIcdkX .item-title {
  color: #000000;
}
.cid-uTLttIKQWf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uTLttIKQWf .media-container-row {
  align-items: center;
}
.cid-uTLttIKQWf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTLttIKQWf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTLttIKQWf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTLttIKQWf .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uTLttIKQWf .foot-menu-item {
  transform: 0.2s;
}
.cid-uTLttIKQWf .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uTLttIKQWf .foot-menu {
    justify-content: center;
  }
  .cid-uTLttIKQWf .mbr-text {
    text-align: center;
  }
  .cid-uTLttIKQWf .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uTLttIKQWf .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uTLttIKQWf .link:hover {
  text-decoration: underline;
}
.cid-uTLttIKQWf .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uTLttIKQWf .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uTLttIKQWf .container {
    padding: 0;
  }
}
.cid-uTLttIKQWf .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTLJ7IqHns {
  min-height: 80px !important;
  position: static;
}
.cid-uTLJ7IqHns .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-uTLJ7IqHns .nav-item:focus,
.cid-uTLJ7IqHns .nav-link:focus {
  outline: none;
}
.cid-uTLJ7IqHns .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-uTLJ7IqHns .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTLJ7IqHns .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-uTLJ7IqHns .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTLJ7IqHns .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTLJ7IqHns .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uTLJ7IqHns .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uTLJ7IqHns .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uTLJ7IqHns .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTLJ7IqHns .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTLJ7IqHns .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTLJ7IqHns .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTLJ7IqHns .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTLJ7IqHns .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-uTLJ7IqHns .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTLJ7IqHns .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uTLJ7IqHns .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uTLJ7IqHns .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTLJ7IqHns .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTLJ7IqHns .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTLJ7IqHns .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTLJ7IqHns .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-uTLJ7IqHns .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTLJ7IqHns .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTLJ7IqHns .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTLJ7IqHns .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uTLJ7IqHns .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTLJ7IqHns .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uTLJ7IqHns .navbar.navbar-short {
  background: #ffffff;
}
.cid-uTLJ7IqHns .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-uTLJ7IqHns .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTLJ7IqHns .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTLJ7IqHns .dropdown-item.active,
.cid-uTLJ7IqHns .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uTLJ7IqHns .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTLJ7IqHns .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uTLJ7IqHns .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uTLJ7IqHns .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #19212f;
}
.cid-uTLJ7IqHns .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTLJ7IqHns .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTLJ7IqHns ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTLJ7IqHns .navbar-nav {
  margin: auto;
}
.cid-uTLJ7IqHns .navbar-buttons {
  text-align: center;
}
.cid-uTLJ7IqHns button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTLJ7IqHns button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-uTLJ7IqHns button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTLJ7IqHns button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTLJ7IqHns button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTLJ7IqHns button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTLJ7IqHns nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTLJ7IqHns nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTLJ7IqHns nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTLJ7IqHns nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTLJ7IqHns .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uTLJ7IqHns a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTLJ7IqHns .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uTLJ7IqHns .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-uTLJ7IqHns .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTLJ7IqHns .navbar {
    height: 77px;
  }
  .cid-uTLJ7IqHns .navbar.opened {
    height: auto;
  }
}
.cid-uTLJ7IqHns .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uTLJ7IqHns .text-btn {
  transition: transform 0.3s;
}
.cid-uTLJ7IqHns .btn:hover {
  transform: scale(0.8);
}
.cid-uTLJ7IqHns .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uTLJ7IqHns .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uTLJ7IqHns .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-uTLJ7IqHns .nav-link:hover::before {
  width: 100%;
}
.cid-uTLJ7IqHns .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uTLJ7IqHns .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uTLJ7IqHns .link {
  margin: 0rem 1.2rem;
}
.cid-uTLJ7IqHns .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-uTLJ7IqHns .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-uTLJ7IqHns .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uTLJ7IqHns .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-uTLJ7IqHns .navbar-caption {
  font-family: 'Roboto Slab', serif;
}
@media (max-width: 992px) {
  .cid-uTLJ7IqHns .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uTLJ7IqHns .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uTLJ7IqHns .dropdown-menu::before {
    display: none !important;
  }
  .cid-uTLJ7IqHns .btn:hover {
    background-color: #ee1d1d !important;
    color: #cccccc !important;
  }
  .cid-uTLJ7IqHns .dropdown-menu > a::after {
    display: none;
  }
  .cid-uTLJ7IqHns .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uTLJ7IqHns .nav-link::before {
    display: none;
  }
  .cid-uTLJ7IqHns .dropdown-menu > a {
    color: #ee1d1d !important;
  }
  .cid-uTLJ7IqHns .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uTLJ7IqHns .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uTLJ7IqHns .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uTLJ7IqHns .nav-dropdown .dropdown-item:focus,
  .cid-uTLJ7IqHns .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uTLJ7IqHns .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uTLJ7IqHns .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTLJ7IqHns .container-fluid {
    padding-right: 0rem;
  }
  .cid-uTLJ7IqHns .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uTLJ7IqHns .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uTLJ7IqHns .btn:hover {
    background-color: #cccccc !important;
    color: #ee1d1d !important;
  }
  .cid-uTLJ7IqHns .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uTLJ7IqHns .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uTLJ7IqHns .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uTLJ7IqHns .nav-dropdown .dropdown-item:focus,
  .cid-uTLJ7IqHns .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uTLJ7IqHns .btn-primary {
  color: #cccccc !important;
}
.cid-uTLJ7IqHns .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uTLJ7IqHns .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uTLJ7IqHns .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uTLJ7K27fA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/7-2000x1125.jpg");
}
.cid-uTLJ7K27fA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLJ7K27fA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLJ7K27fA .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uTLJ7K27fA .content-wrapper {
    margin-top: 0;
  }
}
.cid-uTLJ7K27fA .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-uTLJ7K27fA .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uTLJ7K27fA .mbr-section-title {
  color: #ffffff;
}
.cid-uTLJ7K27fA .mbr-text {
  color: #ffffff;
}
.cid-uTLJ7K27fA .mbr-section-title,
.cid-uTLJ7K27fA .mbr-section-btn {
  text-align: center;
}
.cid-uTLJ7Lscze {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-uTLJ7Lscze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLJ7Lscze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLJ7Lscze .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTLJ7Lscze .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uTLJ7Lscze .container {
    padding: 0 6px;
  }
}
.cid-uTLJ7Lscze .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uTLJ7Lscze .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uTLJ7Lscze .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uTLJ7Lscze .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uTLJ7Lscze .row {
    padding: 0 30px;
  }
}
.cid-uTLJ7Lscze .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uTLJ7Lscze .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uTLJ7Lscze .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uTLJ7Lscze .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uTLJ7Lscze .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uTLJ7Lscze .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uTLJ7Lscze .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uTLJ7Lscze .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uTLJ7Lscze .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uTLJ7Lscze .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uTLJ7Lscze .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uTLJ7Lscze .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTLJ7Lscze .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-uTLJ7Lscze .list {
  color: #131313;
}
.cid-uTLJ7MTL9C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTLJ7MTL9C .card-wrapper {
  background-color: #000000;
}
.cid-uTLJ7MTL9C .mbr-text {
  line-height: 34px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTLJ7MTL9C .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uTLJ7MTL9C .card-wrapper {
    padding: 61px 50px 55px 70px;
  }
}
.cid-uTLJ7MTL9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLJ7MTL9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLJ7NQcdS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uTLJ7NQcdS img {
  width: 100%;
  object-fit: cover;
}
.cid-uTLJ7NQcdS .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uTLJ7NQcdS .img-card {
  justify-content: center;
}
.cid-uTLJ7NQcdS .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uTLJ7NQcdS .card-title {
  margin-bottom: 1.2rem;
}
.cid-uTLJ7NQcdS .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uTLJ7NQcdS .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uTLJ7NQcdS .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uTLJ7NQcdS .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uTLJ7NQcdS .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uTLJ7NQcdS .card-title,
.cid-uTLJ7NQcdS .card-box {
  color: #000000;
}
.cid-uTLJ7NQcdS H3 {
  color: #cdba6d;
}
.cid-uTLJ7NQcdS .mbr-text,
.cid-uTLJ7NQcdS .mbr-section-btn {
  color: #000000;
}
.cid-uTLY0srWvr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTLY0srWvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLY0srWvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLY0srWvr .content-wrapper {
  padding: 80px 90px;
  background-color: #cccccc;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uTLY0srWvr .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uTLY0srWvr .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uTLY0srWvr .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uTLY0srWvr .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTLY0srWvr .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uTLY0srWvr .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uTLY0srWvr .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uTLY0srWvr .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uTLY0srWvr .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTLY0srWvr .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uTLY0srWvr .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uTLY0srWvr .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uTLY0srWvr .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uTLY0srWvr .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uTLY0srWvr .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uTLY0srWvr .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTLY0srWvr .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTLY0srWvr .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTLY0srWvr .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uTLY0srWvr .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uTLY0srWvr .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uTLY0srWvr .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uTLY0srWvr .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uTLY0srWvr .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTLY0srWvr .mbr-section-title {
  color: #050f0f;
}
.cid-uTLY0srWvr .mbr-text {
  color: #050f0f;
}
.cid-uTLY0srWvr .panel-title-edit {
  color: #050f0f;
}
.cid-uTLY0srWvr .panel-text {
  color: #050f0f;
}
.cid-uTLY0srWvr .panel-title-edit,
.cid-uTLY0srWvr .icon-wrapper {
  text-align: left;
}
.cid-uTLJ7OSpvo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uTLJ7OSpvo .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uTLJ7OSpvo .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uTLJ7OSpvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLJ7OSpvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLJ7OSpvo .mbr-text,
.cid-uTLJ7OSpvo .mbr-section-btn {
  color: #ffffff;
}
.cid-uTLJ7OSpvo H3 {
  color: #ffffff;
}
.cid-uTLJ7PTOTH {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uTLJ7PTOTH img {
  filter: grayscale(1);
}
.cid-uTLJ7PTOTH .image-wrap {
  position: relative;
}
.cid-uTLJ7PTOTH .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-uTLJ7PTOTH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uTLJ7PTOTH .card-wrap {
  background: #42474c;
}
.cid-uTLJ7PTOTH .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uTLJ7PTOTH .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uTLJ7PTOTH .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTLJ7PTOTH .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-uTLJ7PTOTH .main-heading {
  margin-bottom: 2.2rem;
}
.cid-uTLJ7PTOTH .btn {
  margin-top: 3rem;
}
.cid-uTLJ7PTOTH .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uTLJ7PTOTH .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-uTLJ7PTOTH .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTLJ7PTOTH .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-uTLJ7PTOTH .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-uTLJ7PTOTH .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-uTLJ7PTOTH .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-uTLJ7PTOTH .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uTLJ7PTOTH .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-uTLJ7PTOTH .btn-2 {
  color: #ee1d1d !important;
}
.cid-uTLJ7PTOTH .main-title {
  color: #303030;
}
.cid-uTLJ7PTOTH .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-uTLJ7TL0wI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTLJ7TL0wI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLJ7TL0wI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLJ7TL0wI .row {
  justify-content: center;
}
.cid-uTLJ7TL0wI .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uTLJ7TL0wI .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uTLJ7TL0wI .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uTLJ7TL0wI .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uTLJ7TL0wI .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTLJ7TL0wI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uTLJ7TL0wI .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uTLJ7TL0wI .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uTLJ7TL0wI .mbr-label,
.cid-uTLJ7TL0wI .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uTLJ7TL0wI .mbr-section-title {
  color: #fff7ee;
}
.cid-uTLJ7TL0wI .mbr-text,
.cid-uTLJ7TL0wI .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTLJ7TL0wI .mbr-section-title,
.cid-uTLJ7TL0wI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uTLJ7UR2gi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTLJ7UR2gi .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uTLJ7UR2gi .mbr-section-title {
  color: #000000;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  text-align: center;
}
.cid-uTLJ7UR2gi img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uTLJ7UR2gi .mbr-figure {
  height: 100%;
}
.cid-uTLJ7UR2gi .row {
  margin: 0;
  align-items: center;
}
.cid-uTLJ7UR2gi .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uTLJ7UR2gi .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uTLJ7UR2gi .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uTLJ7UR2gi .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uTLJ7UR2gi .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uTLJ7UR2gi .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uTLJ7UR2gi .img-block {
    padding-left: 6rem;
  }
}
.cid-uTLJ7UR2gi .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uTLJ7UR2gi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLJ7UR2gi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLJ7UR2gi H4 {
  color: #000000;
  text-align: right;
}
.cid-uTLJ7UR2gi .mbr-text,
.cid-uTLJ7UR2gi .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uTLJ7W30No {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTLJ7W30No .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLJ7W30No .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLJ7W30No .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uTLJ7W30No .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTLJ7W30No .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTLJ7W30No .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uTLJ7W30No .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTLJ7W30No .mbr-section-title {
  color: #000000;
}
.cid-uTLJ7W30No .mbr-desc {
  color: #fdfde1;
}
.cid-uTLJ7W30No .mbr-text {
  color: #000000;
}
.cid-uTLJ7W30No .mbr-text,
.cid-uTLJ7W30No .text-wrapper {
  color: #ffffff;
}
.cid-uTLJ7W30No .mbr-section-title,
.cid-uTLJ7W30No .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTLJ7X83t7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-uTLJ7X83t7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLJ7X83t7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLJ7X83t7 .row {
  margin: 0 -8px;
}
.cid-uTLJ7X83t7 .row .card {
  padding: 0 8px;
}
.cid-uTLJ7X83t7 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTLJ7X83t7 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTLJ7X83t7 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uTLJ7X83t7 .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTLJ7X83t7 .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTLJ7X83t7 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uTLJ7X83t7 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTLJ7X83t7 .image-wrapper {
  height: 100%;
}
.cid-uTLJ7X83t7 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTLJ7X83t7 .image-wrapper img {
    height: 300px;
  }
}
.cid-uTLJ7X83t7 .mbr-section-title {
  color: #2c2c26;
}
.cid-uTLJ7X83t7 .mbr-text,
.cid-uTLJ7X83t7 .text-wrapper {
  color: #63635d;
}
.cid-uTLJ7X83t7 .mbr-section-title,
.cid-uTLJ7X83t7 .mbr-section-btn {
  text-align: center;
}
.cid-uTLJ7YVYtG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTLJ7YVYtG .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uTLJ7YVYtG .mbr-section-title {
  color: #000000;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  text-align: center;
}
.cid-uTLJ7YVYtG img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uTLJ7YVYtG .mbr-figure {
  height: 100%;
}
.cid-uTLJ7YVYtG .row {
  margin: 0;
  align-items: center;
}
.cid-uTLJ7YVYtG .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uTLJ7YVYtG .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uTLJ7YVYtG .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uTLJ7YVYtG .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uTLJ7YVYtG .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uTLJ7YVYtG .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uTLJ7YVYtG .img-block {
    padding-left: 6rem;
  }
}
.cid-uTLJ7YVYtG .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uTLJ7YVYtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLJ7YVYtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLJ7YVYtG .mbr-text,
.cid-uTLJ7YVYtG .mbr-section-btn {
  color: #000000;
}
.cid-uTLWHARZFu {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uTLWHARZFu .container-fluid {
  padding: 0rem;
}
.cid-uTLWHARZFu .image-block {
  margin: auto;
}
.cid-uTLWHARZFu .image-block img {
  width: 100%;
  filter: grayscale(1);
}
@media (max-width: 767px) {
  .cid-uTLWHARZFu .image-block {
    width: 100% !important;
  }
}
@media (min-width: 767px) {
  .cid-uTLWHARZFu .row {
    margin: 0rem;
  }
}
.cid-uTLJ808FER {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #181818;
}
.cid-uTLJ808FER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLJ808FER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLJ808FER .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uTLJ808FER .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTLJ808FER .container {
    padding: 0 30px;
  }
}
.cid-uTLJ808FER .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTLJ808FER .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTLJ808FER .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uTLJ808FER .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uTLJ808FER .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uTLJ808FER .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uTLJ808FER .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTLJ808FER .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uTLJ808FER .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uTLJ808FER .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTLJ808FER .mbr-card-title {
  color: #2b2b2b;
}
.cid-uTLJ808FER .mbr-text {
  color: #000000;
}
.cid-uTLJ808FER .mbr-number {
  color: #FE5115;
}
.cid-uTLJ81jPQi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTLJ81jPQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLJ81jPQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLJ81jPQi .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTLJ81jPQi .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uTLJ81jPQi .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uTLJ81jPQi .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uTLJ81jPQi .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTLJ81jPQi .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uTLJ81jPQi .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uTLJ81jPQi .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTLJ81jPQi .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uTLJ81jPQi .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uTLJ81jPQi .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #e2fa0e;
}
.cid-uTLJ81jPQi .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uTLJ81jPQi .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uTLJ81jPQi .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uTLJ81jPQi .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTLJ81jPQi .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTLJ81jPQi .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uTLJ81jPQi .panel-title-edit {
  color: #000000;
}
.cid-uTLJ81jPQi .panel-text {
  color: #000000;
}
.cid-uTLJ82xNrl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fffff5;
}
.cid-uTLJ82xNrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLJ82xNrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLJ82xNrl .google-map {
  height: 30rem;
  position: relative;
}
.cid-uTLJ82xNrl .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uTLJ82xNrl .google-map [data-state-details] {
  color: #4b4b4b;
  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-uTLJ82xNrl .google-map[data-state] {
  background: #fffff5;
}
.cid-uTLJ82xNrl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTLJ83CWR3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cccccc;
  position: relative;
  overflow: hidden;
}
.cid-uTLJ83CWR3 a {
  transition: 0.3s;
}
.cid-uTLJ83CWR3 h5 {
  margin-bottom: 1.6rem;
}
.cid-uTLJ83CWR3 .card-img2 span {
  padding-top: 6px;
}
.cid-uTLJ83CWR3 .soc-item a {
  padding-top: 5px;
}
.cid-uTLJ83CWR3 .mbr-iconfont {
  color: #ee1d1d !important;
  transition: 0.3s;
}
.cid-uTLJ83CWR3 .link:hover {
  color: #ee1d1d !important;
}
@media (max-width: 992px) {
  .cid-uTLJ83CWR3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uTLJ83CWR3 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uTLJ83CWR3 .soc-item span {
  font-size: 1rem;
}
.cid-uTLJ83CWR3 .soc-item:hover span {
  color: #ee1d1d !important;
}
.cid-uTLJ83CWR3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uTLJ83CWR3 .item h4 {
  margin: 0;
}
.cid-uTLJ83CWR3 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uTLJ83CWR3 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTLJ83CWR3 img {
  width: 80%;
}
.cid-uTLJ83CWR3 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uTLJ83CWR3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uTLJ83CWR3 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uTLJ83CWR3 .container {
  padding: 0;
}
.cid-uTLJ83CWR3 .btn-primary:hover {
  background-color: #c90f0f !important;
}
.cid-uTLJ83CWR3 foot-menu-item {
  text-align: center;
  color: #000000;
}
.cid-uTLJ83CWR3 .title {
  color: #000000;
}
.cid-uTLJ83CWR3 .item-title {
  color: #000000;
}
.cid-uTLJ859bG3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uTLJ859bG3 .media-container-row {
  align-items: center;
}
.cid-uTLJ859bG3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTLJ859bG3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTLJ859bG3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTLJ859bG3 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uTLJ859bG3 .foot-menu-item {
  transform: 0.2s;
}
.cid-uTLJ859bG3 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uTLJ859bG3 .foot-menu {
    justify-content: center;
  }
  .cid-uTLJ859bG3 .mbr-text {
    text-align: center;
  }
  .cid-uTLJ859bG3 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uTLJ859bG3 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uTLJ859bG3 .link:hover {
  text-decoration: underline;
}
.cid-uTLJ859bG3 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uTLJ859bG3 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uTLJ859bG3 .container {
    padding: 0;
  }
}
.cid-uTLJ859bG3 .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTLTw5cn7h {
  min-height: 80px !important;
  position: static;
}
.cid-uTLTw5cn7h .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-uTLTw5cn7h .nav-item:focus,
.cid-uTLTw5cn7h .nav-link:focus {
  outline: none;
}
.cid-uTLTw5cn7h .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-uTLTw5cn7h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uTLTw5cn7h .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-uTLTw5cn7h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTLTw5cn7h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTLTw5cn7h .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uTLTw5cn7h .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uTLTw5cn7h .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uTLTw5cn7h .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTLTw5cn7h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTLTw5cn7h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uTLTw5cn7h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTLTw5cn7h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTLTw5cn7h .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-uTLTw5cn7h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTLTw5cn7h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uTLTw5cn7h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uTLTw5cn7h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTLTw5cn7h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uTLTw5cn7h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTLTw5cn7h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTLTw5cn7h .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-uTLTw5cn7h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uTLTw5cn7h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTLTw5cn7h .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTLTw5cn7h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uTLTw5cn7h .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uTLTw5cn7h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uTLTw5cn7h .navbar.navbar-short {
  background: #ffffff;
}
.cid-uTLTw5cn7h .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-uTLTw5cn7h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTLTw5cn7h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTLTw5cn7h .dropdown-item.active,
.cid-uTLTw5cn7h .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uTLTw5cn7h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTLTw5cn7h .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uTLTw5cn7h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uTLTw5cn7h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #19212f;
}
.cid-uTLTw5cn7h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTLTw5cn7h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTLTw5cn7h ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uTLTw5cn7h .navbar-nav {
  margin: auto;
}
.cid-uTLTw5cn7h .navbar-buttons {
  text-align: center;
}
.cid-uTLTw5cn7h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTLTw5cn7h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #42474c;
}
.cid-uTLTw5cn7h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uTLTw5cn7h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uTLTw5cn7h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uTLTw5cn7h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uTLTw5cn7h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTLTw5cn7h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uTLTw5cn7h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uTLTw5cn7h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uTLTw5cn7h .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uTLTw5cn7h a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uTLTw5cn7h .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uTLTw5cn7h .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-uTLTw5cn7h .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTLTw5cn7h .navbar {
    height: 77px;
  }
  .cid-uTLTw5cn7h .navbar.opened {
    height: auto;
  }
}
.cid-uTLTw5cn7h .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uTLTw5cn7h .text-btn {
  transition: transform 0.3s;
}
.cid-uTLTw5cn7h .btn:hover {
  transform: scale(0.8);
}
.cid-uTLTw5cn7h .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uTLTw5cn7h .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uTLTw5cn7h .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-uTLTw5cn7h .nav-link:hover::before {
  width: 100%;
}
.cid-uTLTw5cn7h .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uTLTw5cn7h .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uTLTw5cn7h .link {
  margin: 0rem 1.2rem;
}
.cid-uTLTw5cn7h .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-uTLTw5cn7h .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-uTLTw5cn7h .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uTLTw5cn7h .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-uTLTw5cn7h .navbar-caption {
  font-family: 'Roboto Slab', serif;
}
@media (max-width: 992px) {
  .cid-uTLTw5cn7h .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uTLTw5cn7h .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uTLTw5cn7h .dropdown-menu::before {
    display: none !important;
  }
  .cid-uTLTw5cn7h .btn:hover {
    background-color: #ee1d1d !important;
    color: #cccccc !important;
  }
  .cid-uTLTw5cn7h .dropdown-menu > a::after {
    display: none;
  }
  .cid-uTLTw5cn7h .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uTLTw5cn7h .nav-link::before {
    display: none;
  }
  .cid-uTLTw5cn7h .dropdown-menu > a {
    color: #ee1d1d !important;
  }
  .cid-uTLTw5cn7h .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uTLTw5cn7h .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uTLTw5cn7h .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uTLTw5cn7h .nav-dropdown .dropdown-item:focus,
  .cid-uTLTw5cn7h .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uTLTw5cn7h .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uTLTw5cn7h .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTLTw5cn7h .container-fluid {
    padding-right: 0rem;
  }
  .cid-uTLTw5cn7h .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uTLTw5cn7h .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uTLTw5cn7h .btn:hover {
    background-color: #cccccc !important;
    color: #ee1d1d !important;
  }
  .cid-uTLTw5cn7h .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uTLTw5cn7h .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uTLTw5cn7h .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uTLTw5cn7h .nav-dropdown .dropdown-item:focus,
  .cid-uTLTw5cn7h .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uTLTw5cn7h .btn-primary {
  color: #cccccc !important;
}
.cid-uTLTw5cn7h .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uTLTw5cn7h .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uTLTw5cn7h .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uTLTw66wsY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/9-1000x660.jpg");
}
.cid-uTLTw66wsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLTw66wsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLTw66wsY .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uTLTw66wsY .content-wrapper {
    margin-top: 0;
  }
}
.cid-uTLTw66wsY .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-uTLTw66wsY .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uTLTw66wsY .mbr-section-title {
  color: #ffffff;
}
.cid-uTLTw66wsY .mbr-text {
  color: #ffffff;
}
.cid-uTLTw66wsY .mbr-section-title,
.cid-uTLTw66wsY .mbr-section-btn {
  text-align: center;
}
.cid-uTLTw6SlJ3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e6e6e6;
}
.cid-uTLTw6SlJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLTw6SlJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLTw6SlJ3 .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTLTw6SlJ3 .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uTLTw6SlJ3 .container {
    padding: 0 6px;
  }
}
.cid-uTLTw6SlJ3 .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uTLTw6SlJ3 .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uTLTw6SlJ3 .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uTLTw6SlJ3 .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uTLTw6SlJ3 .row {
    padding: 0 30px;
  }
}
.cid-uTLTw6SlJ3 .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uTLTw6SlJ3 .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cfcfcf;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uTLTw6SlJ3 .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uTLTw6SlJ3 .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uTLTw6SlJ3 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uTLTw6SlJ3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uTLTw6SlJ3 .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uTLTw6SlJ3 .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uTLTw6SlJ3 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uTLTw6SlJ3 .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uTLTw6SlJ3 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uTLTw6SlJ3 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTLTw6SlJ3 .mbr-section-title {
  color: #131313;
  text-align: center;
}
.cid-uTLTw6SlJ3 .list {
  color: #131313;
}
.cid-uTLTw7zxQ5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTLTw7zxQ5 .card-wrapper {
  background-color: #000000;
}
.cid-uTLTw7zxQ5 .mbr-text {
  line-height: 34px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTLTw7zxQ5 .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uTLTw7zxQ5 .card-wrapper {
    padding: 61px 50px 55px 70px;
  }
}
.cid-uTLTw7zxQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLTw7zxQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLTw84LJ8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uTLTw84LJ8 img {
  width: 100%;
  object-fit: cover;
}
.cid-uTLTw84LJ8 .quote {
  color: #333333;
  font-weight: 700;
}
.cid-uTLTw84LJ8 .img-card {
  justify-content: center;
}
.cid-uTLTw84LJ8 .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-uTLTw84LJ8 .card-title {
  margin-bottom: 1.2rem;
}
.cid-uTLTw84LJ8 .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-uTLTw84LJ8 .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uTLTw84LJ8 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uTLTw84LJ8 .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uTLTw84LJ8 .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-uTLTw84LJ8 .card-title,
.cid-uTLTw84LJ8 .card-box {
  color: #000000;
}
.cid-uTLTw84LJ8 H3 {
  color: #cdba6d;
}
.cid-uTLTw84LJ8 .mbr-text,
.cid-uTLTw84LJ8 .mbr-section-btn {
  color: #000000;
}
.cid-uTLY28UFY4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTLY28UFY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLY28UFY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLY28UFY4 .content-wrapper {
  padding: 80px 90px;
  background-color: #cccccc;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uTLY28UFY4 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uTLY28UFY4 .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uTLY28UFY4 .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uTLY28UFY4 .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTLY28UFY4 .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uTLY28UFY4 .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uTLY28UFY4 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uTLY28UFY4 .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uTLY28UFY4 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTLY28UFY4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uTLY28UFY4 .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uTLY28UFY4 .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uTLY28UFY4 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #f7fff7;
}
@media (max-width: 992px) {
  .cid-uTLY28UFY4 .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uTLY28UFY4 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uTLY28UFY4 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTLY28UFY4 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTLY28UFY4 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTLY28UFY4 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uTLY28UFY4 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uTLY28UFY4 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uTLY28UFY4 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uTLY28UFY4 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uTLY28UFY4 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTLY28UFY4 .mbr-section-title {
  color: #050f0f;
}
.cid-uTLY28UFY4 .mbr-text {
  color: #050f0f;
}
.cid-uTLY28UFY4 .panel-title-edit {
  color: #050f0f;
}
.cid-uTLY28UFY4 .panel-text {
  color: #050f0f;
}
.cid-uTLY28UFY4 .panel-title-edit,
.cid-uTLY28UFY4 .icon-wrapper {
  text-align: left;
}
.cid-uTLTw8zjZB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uTLTw8zjZB .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uTLTw8zjZB .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-uTLTw8zjZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLTw8zjZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLTw8zjZB .mbr-text,
.cid-uTLTw8zjZB .mbr-section-btn {
  color: #ffffff;
}
.cid-uTLTw8zjZB H3 {
  color: #ffffff;
}
.cid-uTLTw93qgP {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uTLTw93qgP img {
  filter: grayscale(1);
}
.cid-uTLTw93qgP .image-wrap {
  position: relative;
}
.cid-uTLTw93qgP .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-uTLTw93qgP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uTLTw93qgP .card-wrap {
  background: #42474c;
}
.cid-uTLTw93qgP .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uTLTw93qgP .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uTLTw93qgP .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTLTw93qgP .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
  text-align: center;
}
.cid-uTLTw93qgP .main-heading {
  margin-bottom: 2.2rem;
}
.cid-uTLTw93qgP .btn {
  margin-top: 3rem;
}
.cid-uTLTw93qgP .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-uTLTw93qgP .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-uTLTw93qgP .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uTLTw93qgP .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-uTLTw93qgP .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-uTLTw93qgP .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-uTLTw93qgP .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-uTLTw93qgP .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uTLTw93qgP .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-uTLTw93qgP .btn-2 {
  color: #ee1d1d !important;
}
.cid-uTLTw93qgP .main-title {
  color: #303030;
}
.cid-uTLTw93qgP .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-uTLTwa6gbA {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uTLTwa6gbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLTwa6gbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLTwa6gbA .row {
  justify-content: center;
}
.cid-uTLTwa6gbA .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uTLTwa6gbA .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uTLTwa6gbA .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uTLTwa6gbA .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uTLTwa6gbA .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTLTwa6gbA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uTLTwa6gbA .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uTLTwa6gbA .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uTLTwa6gbA .mbr-label,
.cid-uTLTwa6gbA .label-wrapper {
  color: #FFBE0D;
  text-align: right;
}
.cid-uTLTwa6gbA .mbr-section-title {
  color: #fff7ee;
}
.cid-uTLTwa6gbA .mbr-text,
.cid-uTLTwa6gbA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTLTwa6gbA .mbr-section-title,
.cid-uTLTwa6gbA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uTLTwaHQep {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTLTwaHQep .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uTLTwaHQep .mbr-section-title {
  color: #000000;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  text-align: center;
}
.cid-uTLTwaHQep img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uTLTwaHQep .mbr-figure {
  height: 100%;
}
.cid-uTLTwaHQep .row {
  margin: 0;
  align-items: center;
}
.cid-uTLTwaHQep .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uTLTwaHQep .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uTLTwaHQep .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uTLTwaHQep .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uTLTwaHQep .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uTLTwaHQep .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uTLTwaHQep .img-block {
    padding-left: 6rem;
  }
}
.cid-uTLTwaHQep .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uTLTwaHQep .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLTwaHQep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLTwaHQep H4 {
  color: #000000;
  text-align: right;
}
.cid-uTLTwaHQep .mbr-text,
.cid-uTLTwaHQep .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uTLTwbpA1b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTLTwbpA1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLTwbpA1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLTwbpA1b .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uTLTwbpA1b .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uTLTwbpA1b .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTLTwbpA1b .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uTLTwbpA1b .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTLTwbpA1b .mbr-section-title {
  color: #000000;
}
.cid-uTLTwbpA1b .mbr-desc {
  color: #fdfde1;
}
.cid-uTLTwbpA1b .mbr-text {
  color: #000000;
}
.cid-uTLTwbpA1b .mbr-text,
.cid-uTLTwbpA1b .text-wrapper {
  color: #ffffff;
}
.cid-uTLTwbpA1b .mbr-section-title,
.cid-uTLTwbpA1b .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTLTwbW1t0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-uTLTwbW1t0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLTwbW1t0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLTwbW1t0 .row {
  margin: 0 -8px;
}
.cid-uTLTwbW1t0 .row .card {
  padding: 0 8px;
}
.cid-uTLTwbW1t0 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uTLTwbW1t0 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTLTwbW1t0 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uTLTwbW1t0 .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTLTwbW1t0 .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTLTwbW1t0 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uTLTwbW1t0 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTLTwbW1t0 .image-wrapper {
  height: 100%;
}
.cid-uTLTwbW1t0 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTLTwbW1t0 .image-wrapper img {
    height: 300px;
  }
}
.cid-uTLTwbW1t0 .mbr-section-title {
  color: #2c2c26;
}
.cid-uTLTwbW1t0 .mbr-text,
.cid-uTLTwbW1t0 .text-wrapper {
  color: #63635d;
}
.cid-uTLTwbW1t0 .mbr-section-title,
.cid-uTLTwbW1t0 .mbr-section-btn {
  text-align: center;
}
.cid-uTLTwcuQlw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTLTwcuQlw .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uTLTwcuQlw .mbr-section-title {
  color: #000000;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
  text-align: center;
}
.cid-uTLTwcuQlw img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uTLTwcuQlw .mbr-figure {
  height: 100%;
}
.cid-uTLTwcuQlw .row {
  margin: 0;
  align-items: center;
}
.cid-uTLTwcuQlw .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uTLTwcuQlw .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uTLTwcuQlw .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uTLTwcuQlw .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uTLTwcuQlw .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uTLTwcuQlw .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uTLTwcuQlw .img-block {
    padding-left: 6rem;
  }
}
.cid-uTLTwcuQlw .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uTLTwcuQlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLTwcuQlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLTwcuQlw .mbr-text,
.cid-uTLTwcuQlw .mbr-section-btn {
  color: #000000;
}
.cid-uTLTwd5IGU {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #181818;
}
.cid-uTLTwd5IGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLTwd5IGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLTwd5IGU .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uTLTwd5IGU .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTLTwd5IGU .container {
    padding: 0 30px;
  }
}
.cid-uTLTwd5IGU .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uTLTwd5IGU .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uTLTwd5IGU .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #ffffff;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uTLTwd5IGU .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uTLTwd5IGU .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uTLTwd5IGU .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uTLTwd5IGU .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTLTwd5IGU .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uTLTwd5IGU .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uTLTwd5IGU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTLTwd5IGU .mbr-card-title {
  color: #2b2b2b;
}
.cid-uTLTwd5IGU .mbr-text {
  color: #000000;
}
.cid-uTLTwd5IGU .mbr-number {
  color: #FE5115;
}
.cid-uTLTwdCwGr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTLTwdCwGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLTwdCwGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLTwdCwGr .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTLTwdCwGr .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uTLTwdCwGr .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uTLTwdCwGr .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uTLTwdCwGr .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTLTwdCwGr .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uTLTwdCwGr .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uTLTwdCwGr .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTLTwdCwGr .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uTLTwdCwGr .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uTLTwdCwGr .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #e2fa0e;
}
.cid-uTLTwdCwGr .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uTLTwdCwGr .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uTLTwdCwGr .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uTLTwdCwGr .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTLTwdCwGr .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTLTwdCwGr .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uTLTwdCwGr .panel-title-edit {
  color: #000000;
}
.cid-uTLTwdCwGr .panel-text {
  color: #000000;
}
.cid-uTLTwe3vJy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fffff5;
}
.cid-uTLTwe3vJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLTwe3vJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTLTwe3vJy .google-map {
  height: 30rem;
  position: relative;
}
.cid-uTLTwe3vJy .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uTLTwe3vJy .google-map [data-state-details] {
  color: #4b4b4b;
  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-uTLTwe3vJy .google-map[data-state] {
  background: #fffff5;
}
.cid-uTLTwe3vJy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTLTweWknq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cccccc;
  position: relative;
  overflow: hidden;
}
.cid-uTLTweWknq a {
  transition: 0.3s;
}
.cid-uTLTweWknq h5 {
  margin-bottom: 1.6rem;
}
.cid-uTLTweWknq .card-img2 span {
  padding-top: 6px;
}
.cid-uTLTweWknq .soc-item a {
  padding-top: 5px;
}
.cid-uTLTweWknq .mbr-iconfont {
  color: #ee1d1d !important;
  transition: 0.3s;
}
.cid-uTLTweWknq .link:hover {
  color: #ee1d1d !important;
}
@media (max-width: 992px) {
  .cid-uTLTweWknq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uTLTweWknq .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-uTLTweWknq .soc-item span {
  font-size: 1rem;
}
.cid-uTLTweWknq .soc-item:hover span {
  color: #ee1d1d !important;
}
.cid-uTLTweWknq .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-uTLTweWknq .item h4 {
  margin: 0;
}
.cid-uTLTweWknq .media-wrap {
  margin-bottom: 1rem;
}
.cid-uTLTweWknq .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uTLTweWknq img {
  width: 80%;
}
.cid-uTLTweWknq .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-uTLTweWknq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uTLTweWknq .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-uTLTweWknq .container {
  padding: 0;
}
.cid-uTLTweWknq .btn-primary:hover {
  background-color: #c90f0f !important;
}
.cid-uTLTweWknq foot-menu-item {
  text-align: center;
  color: #000000;
}
.cid-uTLTweWknq .title {
  color: #000000;
}
.cid-uTLTweWknq .item-title {
  color: #000000;
}
.cid-uTLTwhis7Y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uTLTwhis7Y .media-container-row {
  align-items: center;
}
.cid-uTLTwhis7Y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTLTwhis7Y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTLTwhis7Y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTLTwhis7Y .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uTLTwhis7Y .foot-menu-item {
  transform: 0.2s;
}
.cid-uTLTwhis7Y .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uTLTwhis7Y .foot-menu {
    justify-content: center;
  }
  .cid-uTLTwhis7Y .mbr-text {
    text-align: center;
  }
  .cid-uTLTwhis7Y .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uTLTwhis7Y .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uTLTwhis7Y .link:hover {
  text-decoration: underline;
}
.cid-uTLTwhis7Y .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-uTLTwhis7Y .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uTLTwhis7Y .container {
    padding: 0;
  }
}
.cid-uTLTwhis7Y .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
