body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.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: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #771919 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #771919 !important;
  border-color: #771919 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #380c0c !important;
  border-color: #380c0c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #380c0c !important;
  border-color: #380c0c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #230707;
  color: #230707;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #771919;
  border-color: #771919;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #771919 !important;
  border-color: #771919 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.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-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.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-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: #771919 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !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: #230707 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #771919;
  border-color: #771919;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #771919;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d63a3a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #771919;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #771919;
  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: #771919;
  border-bottom-color: #771919;
}
.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: #771919 !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: #149dcc !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='%23771919' %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;
}
.cid-szulx2EXFV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #879a9f;
  background: none;
}
.cid-szulx2EXFV .navbar.opened {
  transition: all .3s;
  background: #879a9f !important;
}
.cid-szulx2EXFV .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-szulx2EXFV .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-szulx2EXFV .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-szulx2EXFV .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-szulx2EXFV .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-szulx2EXFV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-szulx2EXFV .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-szulx2EXFV .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-szulx2EXFV .navbar.collapsed.opened .navbar-collapse.show,
.cid-szulx2EXFV .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-szulx2EXFV .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-szulx2EXFV .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-szulx2EXFV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-szulx2EXFV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szulx2EXFV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szulx2EXFV .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-szulx2EXFV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szulx2EXFV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-szulx2EXFV .navbar {
    flex-wrap: nowrap;
  }
  .cid-szulx2EXFV .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-szulx2EXFV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szulx2EXFV .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-szulx2EXFV .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-szulx2EXFV .navbar.opened .navbar-collapse.show,
  .cid-szulx2EXFV .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-szulx2EXFV .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-szulx2EXFV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-szulx2EXFV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szulx2EXFV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szulx2EXFV .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-szulx2EXFV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-szulx2EXFV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szulx2EXFV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-szulx2EXFV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-szulx2EXFV .navbar.navbar-short {
  background: #879a9f !important;
  min-height: 60px;
}
.cid-szulx2EXFV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-szulx2EXFV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-szulx2EXFV .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-szulx2EXFV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szulx2EXFV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szulx2EXFV .dropdown-item.active,
.cid-szulx2EXFV .dropdown-item:active {
  background-color: transparent;
}
.cid-szulx2EXFV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szulx2EXFV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szulx2EXFV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szulx2EXFV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #879a9f;
}
.cid-szulx2EXFV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szulx2EXFV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szulx2EXFV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-szulx2EXFV .navbar-buttons {
  text-align: center;
}
.cid-szulx2EXFV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-szulx2EXFV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szulx2EXFV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szulx2EXFV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szulx2EXFV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szulx2EXFV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szulx2EXFV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szulx2EXFV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szulx2EXFV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szulx2EXFV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szulx2EXFV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-szulx2EXFV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-szulx2EXFV a.nav-link:focus {
  outline: none;
}
.cid-szulx2EXFV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-szulx2EXFV .nav-link:hover,
.cid-szulx2EXFV .dropdown-item:hover {
  color: #e1201d !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-szulx2EXFV .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-szulx2EXFV .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-szusIAE2F9 {
  background-image: url("../../../assets/images/strictly-projects-19-512x384.jpeg");
}
.cid-szusIAE2F9 .mbr-text,
.cid-szusIAE2F9 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-szusIAE2F9 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-szusIAE2F9 .glow span {
  color: #fff;
  transition: all 300ms;
}
.cid-szusIAE2F9 .glow span:hover {
  text-shadow: 0 0 10px #0698a5, 0 0 30px #0698a5, 0 0 80px #0698a5,
    0 0 120px #0698a5, 0 0 200px #0698a5;
}
.cid-sGgQTbKUnk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sGgQTbKUnk .mbr-section-title {
  font-weight: bold;
  color: #232323;
  margin-bottom: 2.5rem;
}
.cid-sGgQTbKUnk .tab-header {
  color: #232323;
}
.cid-sGgQTbKUnk .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-sGgQTbKUnk .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-sGgQTbKUnk .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-sGgQTbKUnk .card-img span {
  font-size: 100px;
}
.cid-sGgQTbKUnk .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-sGgQTbKUnk .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGgQTbKUnk .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-sGgQTbKUnk .nav-item {
  margin-top: 1rem;
}
.cid-sGgQTbKUnk .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-sGgQTbKUnk .tab-content {
  width: 100%;
}
.cid-sGgQTbKUnk .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #ffffff;
}
.cid-sGgQTbKUnk .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #ffffff;
}
.cid-sGgQTbKUnk .nav-tabs .nav-link.active {
  border: 1px solid #ffffff;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-szuvP76kAM {
  overflow-x: hidden !important;
}
.cid-szuvP76kAM,
.cid-szuvP76kAM .scroll-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-szuvP76kAM .row {
  backdrop-filter: blur(10px);
  border: 1px solid white;
}
.cid-szuvP76kAM .mbr-section-title {
  color: #ffffff;
}
.cid-szuvP76kAM .mbr-section-title span {
  color: #771919;
}
.cid-szuvP76kAM .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-szuvP76kAM .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-szuvP76kAM .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-szuvP76kAM .mbr-overlay {
  z-index: 1;
}
.cid-szuvP76kAM .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-szusUuuiY6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-szusUuuiY6 .progress {
  width: 100%;
}
.cid-szusUuuiY6 .mbr-flex {
  display: flex;
}
.cid-szusUuuiY6 .mbr-m-auto {
  margin: auto;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-szusUuuiY6 progress {
  height: 6px;
}
.cid-szusUuuiY6 .mbr-section-subtitle {
  color: #767676;
}
.cid-szusUuuiY6 .progress_value {
  position: relative;
}
.cid-szusUuuiY6 .progress_elements {
  margin: 0 auto;
}
.cid-szusUuuiY6 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-szusUuuiY6 .progress1 .progressbar-number:before,
.cid-szusUuuiY6 .progress2 .progressbar-number:before,
.cid-szusUuuiY6 .progress3 .progressbar-number:before,
.cid-szusUuuiY6 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-szusUuuiY6 progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-szusUuuiY6 .progress1 progress::-webkit-progress-value {
  background: #e1201d;
}
.cid-szusUuuiY6 .progress2 progress::-webkit-progress-value {
  background: #000000;
}
.cid-szusUuuiY6 .progress3 progress::-webkit-progress-value {
  background: #7f1933;
}
.cid-szusUuuiY6 .progress4 progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-szusUuuiY6 .progress1 .progressbar-number:before {
  content: '96';
}
.cid-szusUuuiY6 .progress2 .progressbar-number:before {
  content: '93';
}
.cid-szusUuuiY6 .progress3 .progressbar-number:before {
  content: '92';
}
.cid-szusUuuiY6 .progress4 .progressbar-number:before {
  content: '89';
}
.cid-szusUuuiY6 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-szusUuuiY6 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-szusUuuiY6 .progress_value span {
  padding-left: 30px;
}
.cid-szusUuuiY6 .mbr-section-title {
  color: #232323;
}
.cid-szusUuuiY6 .progressbar-title p,
.cid-szusUuuiY6 .progress_value {
  color: #767676;
}
.cid-szusUuuiY6 p {
  margin-bottom: 0.5rem;
}
.cid-szusUuuiY6 img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(41, 185, 234, 0.35);
}
@media (max-width: 576px) {
  .cid-szusUuuiY6 img {
    width: 100%;
  }
}
.cid-sDaMV0nR8b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/covid-bg-2-2000x1001.jpeg");
}
.cid-sDaMV0nR8b .mbr-overlay {
  background-color: #771919;
  opacity: 0.7;
}
.cid-sDaMV0nR8b .gradient-text {
  background: linear-gradient(to right, crimson, pink, springgreen);
  animation: rainbow 2s ease-in-out infinite;
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  color: #000000;
  display: block;
  transition: all 0.6s ease-out;
}
.cid-sDaMV0nR8b .gradient-text:hover {
  color: rgba(0, 0, 0, 0);
}
@keyframes rainbow {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.cid-sDaMV0nR8b .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sDaMV0nR8b .mbr-section-subtitle {
  text-align: left;
}
.cid-sEiQf8ntRv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEiQf8ntRv .mbr-section-title {
  font-weight: bold;
  color: #232323;
  margin-bottom: 2.5rem;
}
.cid-sEiQf8ntRv .tab-header {
  color: #232323;
}
.cid-sEiQf8ntRv .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-sEiQf8ntRv .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-sEiQf8ntRv .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-sEiQf8ntRv .card-img span {
  font-size: 38px;
}
.cid-sEiQf8ntRv .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-sEiQf8ntRv .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEiQf8ntRv .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-sEiQf8ntRv .nav-item {
  margin-top: 1rem;
}
.cid-sEiQf8ntRv .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-sEiQf8ntRv .tab-content {
  width: 100%;
}
.cid-sEiQf8ntRv .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #232323;
}
.cid-sEiQf8ntRv .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #232323;
}
.cid-sEiQf8ntRv .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-sEiUnbCkyP {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sEiUnbCkyP .mbr-section-title {
  font-weight: bold;
  color: #232323;
  margin-bottom: 2.5rem;
}
.cid-sEiUnbCkyP .tab-header {
  color: #232323;
}
.cid-sEiUnbCkyP .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-sEiUnbCkyP .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-sEiUnbCkyP .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-sEiUnbCkyP .card-img span {
  font-size: 38px;
}
.cid-sEiUnbCkyP .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-sEiUnbCkyP .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEiUnbCkyP .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-sEiUnbCkyP .nav-item {
  margin-top: 1rem;
}
.cid-sEiUnbCkyP .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-sEiUnbCkyP .tab-content {
  width: 100%;
}
.cid-sEiUnbCkyP .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #ffffff;
}
.cid-sEiUnbCkyP .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #ffffff;
}
.cid-sEiUnbCkyP .nav-tabs .nav-link.active {
  border: 1px solid #ffffff;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-sDaMPyKqS1 {
  background-image: url("../../../assets/images/strictly-projects-12-390x280.jpg");
}
.cid-sDaMPyKqS1 .mbr-text,
.cid-sDaMPyKqS1 .typed-text,
.cid-sDaMPyKqS1 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sDaMPyKqS1 .row {
  backdrop-filter: blur(10px);
  border: 1px solid white;
}
.cid-sDaMPyKqS1 .btn {
  margin-left: 4px !important;
}
.cid-sDaMPyKqS1 .animated-element {
  color: #771919;
}
.cid-sDaMPyKqS1 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #771919;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-szuviYWNdg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-szuviYWNdg .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-szuviYWNdg .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-szuviYWNdg .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-szuviYWNdg .wrap-img {
  padding-bottom: 1rem;
}
.cid-szuviYWNdg .wrap-img img {
  max-width: 100%;
}
.cid-szuviYWNdg .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-szute81U9i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-szute81U9i .card-icon {
  font-size: 72px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-szute81U9i .icon2 {
  color: #ffffff;
}
.cid-szute81U9i .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-szute81U9i p {
  font-weight: 400;
}
.cid-szute81U9i .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-szute81U9i .line2 {
  background: #ffffff;
}
.cid-szute81U9i .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #e1201d;
}
.cid-szute81U9i .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-szute81U9i .card2 {
  background: #771919;
}
.cid-szute81U9i .card-title,
.cid-szute81U9i .card-ico,
.cid-szute81U9i .line-wrap {
  text-align: center;
}
.cid-szute81U9i .mbr-text,
.cid-szute81U9i .card-link {
  text-align: center;
}
.cid-szut1FBH8V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szut1FBH8V .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-szut1FBH8V .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-szut1FBH8V .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-szut1FBH8V .form-group {
  padding-right: 0;
}
.cid-szut1FBH8V .card {
  padding: 3rem 8rem;
}
.cid-szut1FBH8V .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-szut1FBH8V .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-szut1FBH8V .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-szut1FBH8V .google-map[data-state] {
  background: #e9e5dc;
}
.cid-szut1FBH8V .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-szut1FBH8V .map-placeholder {
  display: none;
}
.cid-szut1FBH8V .btn-primary {
  border: 1px solid #771919 !important;
}
.cid-szut1FBH8V .btn-primary:hover {
  border: 1px solid #771919 !important;
}
.cid-szut1FBH8V .stripe {
  border-bottom: 1px solid #e1201d;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-szut1FBH8V .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-szut1FBH8V .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-szut1FBH8V .mbr-text {
  color: #444;
}
.cid-szut1FBH8V h5 {
  margin-bottom: 0;
}
.cid-szut1FBH8V .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-szut1FBH8V .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-szut1FBH8V .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-szut1FBH8V .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szut1FBH8V .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-szut1FBH8V .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-szut1FBH8V .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-szut1FBH8V .social-list a:hover {
  opacity: 0.4;
}
.cid-szut1FBH8V .media-container-row > div {
  padding: 0px;
}
.cid-szut1FBH8V .text2 {
  color: #000000;
  text-align: left;
}
.cid-szut1FBH8V .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-szut1FBH8V .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-szut1FBH8V .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-szut1FBH8V .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-szut1FBH8V h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-szut1FBH8V .form-group {
    max-width: 180px;
  }
  .cid-szut1FBH8V .card {
    padding: 2rem 1rem;
  }
}
.cid-szut1FBH8V .links span {
  color: #9e9e9e;
}
.cid-szut1FBH8V .logo-title,
.cid-szut1FBH8V .logo-sub-title {
  text-align: center;
}
.cid-szut1FBH8V .logo-sub-title i {
  color: #9e9e9e;
}
.cid-szuu9De67y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-szuu9De67y .content {
    text-align: center;
  }
  .cid-szuu9De67y .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-szuu9De67y .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-szuu9De67y .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-szuu9De67y .form-control:focus,
.cid-szuu9De67y .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-szuu9De67y .form-group {
  margin-bottom: 1rem;
}
.cid-szuu9De67y input::-webkit-input-placeholder,
.cid-szuu9De67y textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-szuu9De67y input:-moz-placeholder,
.cid-szuu9De67y textarea:-moz-placeholder {
  color: #656565;
}
.cid-szuu9De67y .jq-selectbox li,
.cid-szuu9De67y .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-szuu9De67y .jq-selectbox li:hover,
.cid-szuu9De67y .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-szuu9De67y .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-szuu9De67y .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-szuu9De67y textarea.form-control {
  resize: none;
}
.cid-szuu9De67y .input-group-btn {
  display: inline-block;
}
.cid-szuu9De67y .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-szuu9De67y .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-szuu9De67y .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-szuu9De67y .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-szuu9De67y .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-szuu9De67y .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-szuu9De67y .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-szuu9De67y .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-szuu9De67y .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-szuu9De67y .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-szuu9De67y .form-control,
.cid-szuu9De67y .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sGBS12BOR4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #879a9f;
  background: none;
}
.cid-sGBS12BOR4 .navbar.opened {
  transition: all .3s;
  background: #879a9f !important;
}
.cid-sGBS12BOR4 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sGBS12BOR4 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sGBS12BOR4 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGBS12BOR4 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sGBS12BOR4 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sGBS12BOR4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sGBS12BOR4 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sGBS12BOR4 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sGBS12BOR4 .navbar.collapsed.opened .navbar-collapse.show,
.cid-sGBS12BOR4 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sGBS12BOR4 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sGBS12BOR4 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sGBS12BOR4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGBS12BOR4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGBS12BOR4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGBS12BOR4 .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-sGBS12BOR4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGBS12BOR4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sGBS12BOR4 .navbar {
    flex-wrap: nowrap;
  }
  .cid-sGBS12BOR4 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sGBS12BOR4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGBS12BOR4 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sGBS12BOR4 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sGBS12BOR4 .navbar.opened .navbar-collapse.show,
  .cid-sGBS12BOR4 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sGBS12BOR4 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sGBS12BOR4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGBS12BOR4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGBS12BOR4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGBS12BOR4 .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-sGBS12BOR4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGBS12BOR4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGBS12BOR4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sGBS12BOR4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sGBS12BOR4 .navbar.navbar-short {
  background: #879a9f !important;
  min-height: 60px;
}
.cid-sGBS12BOR4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGBS12BOR4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGBS12BOR4 .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-sGBS12BOR4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGBS12BOR4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGBS12BOR4 .dropdown-item.active,
.cid-sGBS12BOR4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sGBS12BOR4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGBS12BOR4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGBS12BOR4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGBS12BOR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #879a9f;
}
.cid-sGBS12BOR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGBS12BOR4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGBS12BOR4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGBS12BOR4 .navbar-buttons {
  text-align: center;
}
.cid-sGBS12BOR4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGBS12BOR4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sGBS12BOR4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGBS12BOR4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGBS12BOR4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGBS12BOR4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGBS12BOR4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGBS12BOR4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGBS12BOR4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGBS12BOR4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGBS12BOR4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGBS12BOR4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sGBS12BOR4 a.nav-link:focus {
  outline: none;
}
.cid-sGBS12BOR4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sGBS12BOR4 .nav-link:hover,
.cid-sGBS12BOR4 .dropdown-item:hover {
  color: #e1201d !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGBS12BOR4 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sGBS12BOR4 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sGBSfkyXkW {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/strictly-projects-01-1920x1080.jpg");
}
.cid-sGBSfkyXkW H2 {
  text-align: center;
  color: #bd3737;
}
.cid-sGBSfkyXkW .mbr-section-subtitle {
  text-align: left;
  color: #c4c8c9;
}
.cid-sGBSfkyXkW .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-sGBSfkyXkW .dentaura-list-class {
  list-style-type: disc;
}
.cid-sGBShcDeXM {
  background-image: url("../../../assets/images/director-1092x1092.jpg");
}
.cid-sGBShcDeXM .slider-text-two {
  background: rgba(35, 35, 35, 0.64) none repeat scroll 0 0;
  padding: 50px 50px;
  outline: 4px solid rgba(255, 255, 255, 0.2);
  outline-offset: -15px;
}
.cid-sGBShcDeXM .mbr-section-title {
  color: #ffffff;
}
.cid-sGBShcDeXM .mbr-text {
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 100;
  text-align: left;
}
.cid-sGBShcDeXM .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sGBShcDeXM .mbr-figure img {
  height: 100%;
  border-radius: 250px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGBShcDeXM .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-sGBShcDeXM .mbr-figure img {
    width: 80% !important;
  }
}
.cid-sGBSj8OQEs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGBSj8OQEs .container-fluid {
  padding: 0 2rem;
}
.cid-sGBSj8OQEs .underline .line {
  width: 80px;
  height: 4px;
  background-color: #771919;
  display: inline-block;
}
.cid-sGBSj8OQEs .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-sGBSj8OQEs .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sGBSj8OQEs .time-line-date-content {
  margin-right: 2rem;
}
.cid-sGBSj8OQEs .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-sGBSj8OQEs .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-sGBSj8OQEs .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #771919;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-sGBSj8OQEs .separline:before,
.cid-sGBSj8OQEs .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #771919;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-sGBSj8OQEs .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #771919;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 400px) {
  .cid-sGBSj8OQEs .container-fluid {
    padding: 0 1rem;
  }
  .cid-sGBSj8OQEs .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-sGBSj8OQEs .separline:before,
  .cid-sGBSj8OQEs .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-sGBSj8OQEs .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-sGBSj8OQEs .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sGBSj8OQEs .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sGBSj8OQEs .time-line-date-content p {
    float: left !important;
  }
  .cid-sGBSj8OQEs .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-sGBSj8OQEs .mbr-section-title,
.cid-sGBSj8OQEs .underline {
  text-align: center;
}
.cid-sGBSj8OQEs .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sGBS16upV9 {
  overflow-x: hidden !important;
}
.cid-sGBS16upV9,
.cid-sGBS16upV9 .scroll-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-sGBS16upV9 .row {
  backdrop-filter: blur(10px);
  border: 1px solid white;
}
.cid-sGBS16upV9 .mbr-section-title {
  color: #ffffff;
}
.cid-sGBS16upV9 .mbr-section-title span {
  color: #771919;
}
.cid-sGBS16upV9 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sGBS16upV9 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sGBS16upV9 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sGBS16upV9 .mbr-overlay {
  z-index: 1;
}
.cid-sGBS16upV9 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sGBS13TMXU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sGBS13TMXU .mbr-section-title {
  font-weight: bold;
  color: #232323;
  margin-bottom: 2.5rem;
}
.cid-sGBS13TMXU .tab-header {
  color: #232323;
}
.cid-sGBS13TMXU .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-sGBS13TMXU .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-sGBS13TMXU .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-sGBS13TMXU .card-img span {
  font-size: 100px;
}
.cid-sGBS13TMXU .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-sGBS13TMXU .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGBS13TMXU .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-sGBS13TMXU .nav-item {
  margin-top: 1rem;
}
.cid-sGBS13TMXU .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-sGBS13TMXU .tab-content {
  width: 100%;
}
.cid-sGBS13TMXU .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #ffffff;
}
.cid-sGBS13TMXU .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #ffffff;
}
.cid-sGBS13TMXU .nav-tabs .nav-link.active {
  border: 1px solid #ffffff;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-sGBS17oPb8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/covid-bg-2-2000x1001.jpeg");
}
.cid-sGBS17oPb8 .mbr-overlay {
  background-color: #771919;
  opacity: 0.7;
}
.cid-sGBS17oPb8 .gradient-text {
  background: linear-gradient(to right, crimson, pink, springgreen);
  animation: rainbow 2s ease-in-out infinite;
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  color: #000000;
  display: block;
  transition: all 0.6s ease-out;
}
.cid-sGBS17oPb8 .gradient-text:hover {
  color: rgba(0, 0, 0, 0);
}
@keyframes rainbow {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.cid-sGBS17oPb8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sGBS17oPb8 .mbr-section-subtitle {
  text-align: left;
}
.cid-sGBS17OptP {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGBS17OptP .mbr-section-title {
  font-weight: bold;
  color: #232323;
  margin-bottom: 2.5rem;
}
.cid-sGBS17OptP .tab-header {
  color: #232323;
}
.cid-sGBS17OptP .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-sGBS17OptP .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-sGBS17OptP .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-sGBS17OptP .card-img span {
  font-size: 38px;
}
.cid-sGBS17OptP .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-sGBS17OptP .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGBS17OptP .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-sGBS17OptP .nav-item {
  margin-top: 1rem;
}
.cid-sGBS17OptP .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-sGBS17OptP .tab-content {
  width: 100%;
}
.cid-sGBS17OptP .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #232323;
}
.cid-sGBS17OptP .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #232323;
}
.cid-sGBS17OptP .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-sGBS197Qkh {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sGBS197Qkh .mbr-section-title {
  font-weight: bold;
  color: #232323;
  margin-bottom: 2.5rem;
}
.cid-sGBS197Qkh .tab-header {
  color: #232323;
}
.cid-sGBS197Qkh .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-sGBS197Qkh .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-sGBS197Qkh .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-sGBS197Qkh .card-img span {
  font-size: 38px;
}
.cid-sGBS197Qkh .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-sGBS197Qkh .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGBS197Qkh .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-sGBS197Qkh .nav-item {
  margin-top: 1rem;
}
.cid-sGBS197Qkh .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-sGBS197Qkh .tab-content {
  width: 100%;
}
.cid-sGBS197Qkh .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #ffffff;
}
.cid-sGBS197Qkh .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #ffffff;
}
.cid-sGBS197Qkh .nav-tabs .nav-link.active {
  border: 1px solid #ffffff;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-sGBS1bBEXn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sGBS1bBEXn .card-icon {
  font-size: 72px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-sGBS1bBEXn .icon2 {
  color: #ffffff;
}
.cid-sGBS1bBEXn .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sGBS1bBEXn p {
  font-weight: 400;
}
.cid-sGBS1bBEXn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sGBS1bBEXn .line2 {
  background: #ffffff;
}
.cid-sGBS1bBEXn .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #e1201d;
}
.cid-sGBS1bBEXn .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-sGBS1bBEXn .card2 {
  background: #771919;
}
.cid-sGBS1bBEXn .card-title,
.cid-sGBS1bBEXn .card-ico,
.cid-sGBS1bBEXn .line-wrap {
  text-align: center;
}
.cid-sGBS1bBEXn .mbr-text,
.cid-sGBS1bBEXn .card-link {
  text-align: center;
}
.cid-sGBS1cgB7D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGBS1cgB7D .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sGBS1cgB7D .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sGBS1cgB7D .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sGBS1cgB7D .form-group {
  padding-right: 0;
}
.cid-sGBS1cgB7D .card {
  padding: 3rem 8rem;
}
.cid-sGBS1cgB7D .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sGBS1cgB7D .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sGBS1cgB7D .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sGBS1cgB7D .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sGBS1cgB7D .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sGBS1cgB7D .map-placeholder {
  display: none;
}
.cid-sGBS1cgB7D .btn-primary {
  border: 1px solid #771919 !important;
}
.cid-sGBS1cgB7D .btn-primary:hover {
  border: 1px solid #771919 !important;
}
.cid-sGBS1cgB7D .stripe {
  border-bottom: 1px solid #e1201d;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sGBS1cgB7D .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sGBS1cgB7D .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sGBS1cgB7D .mbr-text {
  color: #444;
}
.cid-sGBS1cgB7D h5 {
  margin-bottom: 0;
}
.cid-sGBS1cgB7D .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sGBS1cgB7D .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sGBS1cgB7D .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sGBS1cgB7D .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGBS1cgB7D .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sGBS1cgB7D .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sGBS1cgB7D .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sGBS1cgB7D .social-list a:hover {
  opacity: 0.4;
}
.cid-sGBS1cgB7D .media-container-row > div {
  padding: 0px;
}
.cid-sGBS1cgB7D .text2 {
  color: #000000;
  text-align: left;
}
.cid-sGBS1cgB7D .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sGBS1cgB7D .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sGBS1cgB7D .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sGBS1cgB7D .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sGBS1cgB7D h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sGBS1cgB7D .form-group {
    max-width: 180px;
  }
  .cid-sGBS1cgB7D .card {
    padding: 2rem 1rem;
  }
}
.cid-sGBS1cgB7D .links span {
  color: #9e9e9e;
}
.cid-sGBS1cgB7D .logo-title,
.cid-sGBS1cgB7D .logo-sub-title {
  text-align: center;
}
.cid-sGBS1cgB7D .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sLbup7sG4m {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sLbup7sG4m .content {
    text-align: center;
  }
  .cid-sLbup7sG4m .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sLbup7sG4m .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sLbup7sG4m .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-sLbup7sG4m .form-control:focus,
.cid-sLbup7sG4m .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sLbup7sG4m .form-group {
  margin-bottom: 1rem;
}
.cid-sLbup7sG4m input::-webkit-input-placeholder,
.cid-sLbup7sG4m textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sLbup7sG4m input:-moz-placeholder,
.cid-sLbup7sG4m textarea:-moz-placeholder {
  color: #656565;
}
.cid-sLbup7sG4m .jq-selectbox li,
.cid-sLbup7sG4m .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLbup7sG4m .jq-selectbox li:hover,
.cid-sLbup7sG4m .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLbup7sG4m .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLbup7sG4m .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLbup7sG4m textarea.form-control {
  resize: none;
}
.cid-sLbup7sG4m .input-group-btn {
  display: inline-block;
}
.cid-sLbup7sG4m .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sLbup7sG4m .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLbup7sG4m .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLbup7sG4m .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLbup7sG4m .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sLbup7sG4m .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sLbup7sG4m .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLbup7sG4m .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sLbup7sG4m .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLbup7sG4m .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sLbup7sG4m .form-control,
.cid-sLbup7sG4m .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sL9cVSMcQx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #879a9f;
  background: none;
}
.cid-sL9cVSMcQx .navbar.opened {
  transition: all .3s;
  background: #879a9f !important;
}
.cid-sL9cVSMcQx .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sL9cVSMcQx .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sL9cVSMcQx .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sL9cVSMcQx .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sL9cVSMcQx .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sL9cVSMcQx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sL9cVSMcQx .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sL9cVSMcQx .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sL9cVSMcQx .navbar.collapsed.opened .navbar-collapse.show,
.cid-sL9cVSMcQx .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sL9cVSMcQx .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sL9cVSMcQx .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sL9cVSMcQx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sL9cVSMcQx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sL9cVSMcQx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sL9cVSMcQx .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-sL9cVSMcQx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sL9cVSMcQx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sL9cVSMcQx .navbar {
    flex-wrap: nowrap;
  }
  .cid-sL9cVSMcQx .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sL9cVSMcQx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sL9cVSMcQx .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sL9cVSMcQx .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sL9cVSMcQx .navbar.opened .navbar-collapse.show,
  .cid-sL9cVSMcQx .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sL9cVSMcQx .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sL9cVSMcQx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sL9cVSMcQx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sL9cVSMcQx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sL9cVSMcQx .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-sL9cVSMcQx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sL9cVSMcQx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sL9cVSMcQx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sL9cVSMcQx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sL9cVSMcQx .navbar.navbar-short {
  background: #879a9f !important;
  min-height: 60px;
}
.cid-sL9cVSMcQx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sL9cVSMcQx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sL9cVSMcQx .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-sL9cVSMcQx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sL9cVSMcQx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sL9cVSMcQx .dropdown-item.active,
.cid-sL9cVSMcQx .dropdown-item:active {
  background-color: transparent;
}
.cid-sL9cVSMcQx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sL9cVSMcQx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sL9cVSMcQx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sL9cVSMcQx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #879a9f;
}
.cid-sL9cVSMcQx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sL9cVSMcQx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sL9cVSMcQx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sL9cVSMcQx .navbar-buttons {
  text-align: center;
}
.cid-sL9cVSMcQx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sL9cVSMcQx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sL9cVSMcQx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sL9cVSMcQx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sL9cVSMcQx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sL9cVSMcQx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sL9cVSMcQx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sL9cVSMcQx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sL9cVSMcQx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sL9cVSMcQx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sL9cVSMcQx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sL9cVSMcQx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sL9cVSMcQx a.nav-link:focus {
  outline: none;
}
.cid-sL9cVSMcQx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sL9cVSMcQx .nav-link:hover,
.cid-sL9cVSMcQx .dropdown-item:hover {
  color: #e1201d !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sL9cVSMcQx .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sL9cVSMcQx .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sL9cWkADOl {
  background-image: url("../../../assets/images/1-864x769.jpeg");
}
.cid-sL9cWkADOl .mbr-text,
.cid-sL9cWkADOl .typed-text,
.cid-sL9cWkADOl .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sL9cWkADOl .row {
  backdrop-filter: blur(10px);
  border: 1px solid white;
}
.cid-sL9cWkADOl .btn {
  margin-left: 4px !important;
}
.cid-sL9cWkADOl .animated-element {
  color: #771919;
}
.cid-sL9cWkADOl .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #771919;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sL9cWoCUs0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sL9cWoCUs0 .card-icon {
  font-size: 72px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-sL9cWoCUs0 .icon2 {
  color: #ffffff;
}
.cid-sL9cWoCUs0 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sL9cWoCUs0 p {
  font-weight: 400;
}
.cid-sL9cWoCUs0 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sL9cWoCUs0 .line2 {
  background: #ffffff;
}
.cid-sL9cWoCUs0 .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #e1201d;
}
.cid-sL9cWoCUs0 .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-sL9cWoCUs0 .card2 {
  background: #771919;
}
.cid-sL9cWoCUs0 .card-title,
.cid-sL9cWoCUs0 .card-ico,
.cid-sL9cWoCUs0 .line-wrap {
  text-align: center;
}
.cid-sL9cWoCUs0 .mbr-text,
.cid-sL9cWoCUs0 .card-link {
  text-align: center;
}
.cid-sL9cWqowEJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sL9cWqowEJ .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sL9cWqowEJ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sL9cWqowEJ .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sL9cWqowEJ .form-group {
  padding-right: 0;
}
.cid-sL9cWqowEJ .card {
  padding: 3rem 8rem;
}
.cid-sL9cWqowEJ .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sL9cWqowEJ .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sL9cWqowEJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sL9cWqowEJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sL9cWqowEJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sL9cWqowEJ .map-placeholder {
  display: none;
}
.cid-sL9cWqowEJ .btn-primary {
  border: 1px solid #771919 !important;
}
.cid-sL9cWqowEJ .btn-primary:hover {
  border: 1px solid #771919 !important;
}
.cid-sL9cWqowEJ .stripe {
  border-bottom: 1px solid #e1201d;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sL9cWqowEJ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sL9cWqowEJ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sL9cWqowEJ .mbr-text {
  color: #444;
}
.cid-sL9cWqowEJ h5 {
  margin-bottom: 0;
}
.cid-sL9cWqowEJ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sL9cWqowEJ .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sL9cWqowEJ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sL9cWqowEJ .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sL9cWqowEJ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sL9cWqowEJ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sL9cWqowEJ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sL9cWqowEJ .social-list a:hover {
  opacity: 0.4;
}
.cid-sL9cWqowEJ .media-container-row > div {
  padding: 0px;
}
.cid-sL9cWqowEJ .text2 {
  color: #000000;
  text-align: left;
}
.cid-sL9cWqowEJ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sL9cWqowEJ .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sL9cWqowEJ .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sL9cWqowEJ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sL9cWqowEJ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sL9cWqowEJ .form-group {
    max-width: 180px;
  }
  .cid-sL9cWqowEJ .card {
    padding: 2rem 1rem;
  }
}
.cid-sL9cWqowEJ .links span {
  color: #9e9e9e;
}
.cid-sL9cWqowEJ .logo-title,
.cid-sL9cWqowEJ .logo-sub-title {
  text-align: center;
}
.cid-sL9cWqowEJ .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sLbuxx1k9X {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sLbuxx1k9X .content {
    text-align: center;
  }
  .cid-sLbuxx1k9X .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sLbuxx1k9X .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sLbuxx1k9X .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-sLbuxx1k9X .form-control:focus,
.cid-sLbuxx1k9X .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sLbuxx1k9X .form-group {
  margin-bottom: 1rem;
}
.cid-sLbuxx1k9X input::-webkit-input-placeholder,
.cid-sLbuxx1k9X textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sLbuxx1k9X input:-moz-placeholder,
.cid-sLbuxx1k9X textarea:-moz-placeholder {
  color: #656565;
}
.cid-sLbuxx1k9X .jq-selectbox li,
.cid-sLbuxx1k9X .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLbuxx1k9X .jq-selectbox li:hover,
.cid-sLbuxx1k9X .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLbuxx1k9X .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLbuxx1k9X .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLbuxx1k9X textarea.form-control {
  resize: none;
}
.cid-sLbuxx1k9X .input-group-btn {
  display: inline-block;
}
.cid-sLbuxx1k9X .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sLbuxx1k9X .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLbuxx1k9X .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLbuxx1k9X .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLbuxx1k9X .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sLbuxx1k9X .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sLbuxx1k9X .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLbuxx1k9X .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sLbuxx1k9X .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLbuxx1k9X .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sLbuxx1k9X .form-control,
.cid-sLbuxx1k9X .input-group-btn .btn {
  border-radius: 3px;
}
.cid-sLaXduP2gW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #879a9f;
  background: none;
}
.cid-sLaXduP2gW .navbar.opened {
  transition: all .3s;
  background: #879a9f !important;
}
.cid-sLaXduP2gW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sLaXduP2gW .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sLaXduP2gW .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sLaXduP2gW .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sLaXduP2gW .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sLaXduP2gW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLaXduP2gW .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sLaXduP2gW .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sLaXduP2gW .navbar.collapsed.opened .navbar-collapse.show,
.cid-sLaXduP2gW .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sLaXduP2gW .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sLaXduP2gW .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sLaXduP2gW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLaXduP2gW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLaXduP2gW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLaXduP2gW .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-sLaXduP2gW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sLaXduP2gW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sLaXduP2gW .navbar {
    flex-wrap: nowrap;
  }
  .cid-sLaXduP2gW .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sLaXduP2gW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLaXduP2gW .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sLaXduP2gW .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sLaXduP2gW .navbar.opened .navbar-collapse.show,
  .cid-sLaXduP2gW .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sLaXduP2gW .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sLaXduP2gW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLaXduP2gW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLaXduP2gW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLaXduP2gW .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-sLaXduP2gW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sLaXduP2gW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sLaXduP2gW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sLaXduP2gW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sLaXduP2gW .navbar.navbar-short {
  background: #879a9f !important;
  min-height: 60px;
}
.cid-sLaXduP2gW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sLaXduP2gW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sLaXduP2gW .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-sLaXduP2gW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLaXduP2gW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLaXduP2gW .dropdown-item.active,
.cid-sLaXduP2gW .dropdown-item:active {
  background-color: transparent;
}
.cid-sLaXduP2gW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLaXduP2gW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sLaXduP2gW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sLaXduP2gW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #879a9f;
}
.cid-sLaXduP2gW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLaXduP2gW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLaXduP2gW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLaXduP2gW .navbar-buttons {
  text-align: center;
}
.cid-sLaXduP2gW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sLaXduP2gW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sLaXduP2gW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLaXduP2gW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLaXduP2gW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLaXduP2gW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLaXduP2gW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLaXduP2gW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sLaXduP2gW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sLaXduP2gW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLaXduP2gW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sLaXduP2gW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sLaXduP2gW a.nav-link:focus {
  outline: none;
}
.cid-sLaXduP2gW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sLaXduP2gW .nav-link:hover,
.cid-sLaXduP2gW .dropdown-item:hover {
  color: #e1201d !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLaXduP2gW .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sLaXduP2gW .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sLaXdzBplZ {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/2-2000x1841.jpeg");
}
.cid-sLaXdzBplZ .mbr-section-title {
  font-weight: bold;
  color: #efefef;
  margin-bottom: 2.5rem;
}
.cid-sLaXdzBplZ .tab-header {
  color: #232323;
}
.cid-sLaXdzBplZ .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
  color: #ffffff;
}
.cid-sLaXdzBplZ .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-sLaXdzBplZ .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-sLaXdzBplZ .card-img span {
  font-size: 100px;
}
.cid-sLaXdzBplZ .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-sLaXdzBplZ .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLaXdzBplZ .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-sLaXdzBplZ .nav-item {
  margin-top: 1rem;
}
.cid-sLaXdzBplZ .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-sLaXdzBplZ .tab-content {
  width: 100%;
}
.cid-sLaXdzBplZ .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #ffffff;
}
.cid-sLaXdzBplZ .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #ffffff;
}
.cid-sLaXdzBplZ .nav-tabs .nav-link.active {
  border: 1px solid #ffffff;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-sLaXdzBplZ .mbr-element-title,
.cid-sLaXdzBplZ .card-img {
  color: #ffffff;
}
.cid-sLaXdzBplZ .mbr-section-text {
  color: #efefef;
}
.cid-sLbdKNxUoy {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #fde9f7, #eaebff);
}
.cid-sLbdKNxUoy a {
  text-align: center;
}
.cid-sLbdKNxUoy p {
  color: #0a0a0a;
  text-align: center;
}
.cid-sLbdKNxUoy span {
  font-size: 2rem;
}
.cid-sLbdKNxUoy .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-sLbdKNxUoy .socicon-twitter {
  color: #4da7de;
}
.cid-sLbdKNxUoy .socicon-facebook {
  color: #3e5b98;
}
.cid-sLbdKNxUoy .socicon-googleplus {
  color: #dd4b39;
}
.cid-sLbdKNxUoy .socicon-instagram {
  color: #3f729b;
}
.cid-sLbdKNxUoy .social-list a:focus {
  text-decoration: none;
}
.cid-sLbdKNxUoy .text-copyright {
  width: 100%;
}
.cid-sLbdKNxUoy .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-sLbdKNxUoy .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sLbdKNxUoy .logo-footer {
  line-height: normal;
}
.cid-sLbdKNxUoy .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLbdKNxUoy .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLbdKNxUoy .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sLbdKNxUoy .media-container-row a {
  margin: 0 1rem;
}
.cid-sLaXe8Mv1Q {
  background-image: url("../../../assets/images/strictly-projects-12-390x280.jpg");
}
.cid-sLaXe8Mv1Q .mbr-text,
.cid-sLaXe8Mv1Q .typed-text,
.cid-sLaXe8Mv1Q .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sLaXe8Mv1Q .row {
  backdrop-filter: blur(10px);
  border: 1px solid white;
}
.cid-sLaXe8Mv1Q .btn {
  margin-left: 4px !important;
}
.cid-sLaXe8Mv1Q .animated-element {
  color: #771919;
}
.cid-sLaXe8Mv1Q .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #771919;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sLaXeaV0Ve {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sLaXeaV0Ve .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sLaXeaV0Ve .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-sLaXeaV0Ve .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-sLaXeaV0Ve .wrap-img {
  padding-bottom: 1rem;
}
.cid-sLaXeaV0Ve .wrap-img img {
  max-width: 100%;
}
.cid-sLaXeaV0Ve .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-sLaXeeThsc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sLaXeeThsc .card-icon {
  font-size: 72px;
  color: #efefef;
  transition: color 0.3s;
}
.cid-sLaXeeThsc .icon2 {
  color: #ffffff;
}
.cid-sLaXeeThsc .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sLaXeeThsc p {
  font-weight: 400;
}
.cid-sLaXeeThsc .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sLaXeeThsc .line2 {
  background: #ffffff;
}
.cid-sLaXeeThsc .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #e1201d;
}
.cid-sLaXeeThsc .card-wrapper:hover .link-ico {
  background-color: #efefef;
  border-color: #efefef;
  color: white;
}
.cid-sLaXeeThsc .card2 {
  background: #771919;
}
.cid-sLaXeeThsc .card-title,
.cid-sLaXeeThsc .card-ico,
.cid-sLaXeeThsc .line-wrap {
  text-align: center;
}
.cid-sLaXeeThsc .mbr-text,
.cid-sLaXeeThsc .card-link {
  text-align: center;
}
.cid-sLaXeinZ1W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLaXeinZ1W .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sLaXeinZ1W .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sLaXeinZ1W .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sLaXeinZ1W .form-group {
  padding-right: 0;
}
.cid-sLaXeinZ1W .card {
  padding: 3rem 8rem;
}
.cid-sLaXeinZ1W .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sLaXeinZ1W .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sLaXeinZ1W .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sLaXeinZ1W .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sLaXeinZ1W .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sLaXeinZ1W .map-placeholder {
  display: none;
}
.cid-sLaXeinZ1W .btn-primary {
  border: 1px solid #771919 !important;
}
.cid-sLaXeinZ1W .btn-primary:hover {
  border: 1px solid #771919 !important;
}
.cid-sLaXeinZ1W .stripe {
  border-bottom: 1px solid #e1201d;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sLaXeinZ1W .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sLaXeinZ1W .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sLaXeinZ1W .mbr-text {
  color: #444;
}
.cid-sLaXeinZ1W h5 {
  margin-bottom: 0;
}
.cid-sLaXeinZ1W .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sLaXeinZ1W .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sLaXeinZ1W .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sLaXeinZ1W .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLaXeinZ1W .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sLaXeinZ1W .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sLaXeinZ1W .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sLaXeinZ1W .social-list a:hover {
  opacity: 0.4;
}
.cid-sLaXeinZ1W .media-container-row > div {
  padding: 0px;
}
.cid-sLaXeinZ1W .text2 {
  color: #000000;
  text-align: left;
}
.cid-sLaXeinZ1W .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sLaXeinZ1W .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sLaXeinZ1W .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sLaXeinZ1W .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sLaXeinZ1W h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sLaXeinZ1W .form-group {
    max-width: 180px;
  }
  .cid-sLaXeinZ1W .card {
    padding: 2rem 1rem;
  }
}
.cid-sLaXeinZ1W .links span {
  color: #9e9e9e;
}
.cid-sLaXeinZ1W .logo-title,
.cid-sLaXeinZ1W .logo-sub-title {
  text-align: center;
}
.cid-sLaXeinZ1W .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sLbuegGrlz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-sLbuegGrlz .content {
    text-align: center;
  }
  .cid-sLbuegGrlz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sLbuegGrlz .img-logo img {
  height: 6rem;
  width: auto;
}
.cid-sLbuegGrlz .form-control {
  margin-bottom: 1rem;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-sLbuegGrlz .form-control:focus,
.cid-sLbuegGrlz .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sLbuegGrlz .form-group {
  margin-bottom: 1rem;
}
.cid-sLbuegGrlz input::-webkit-input-placeholder,
.cid-sLbuegGrlz textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sLbuegGrlz input:-moz-placeholder,
.cid-sLbuegGrlz textarea:-moz-placeholder {
  color: #656565;
}
.cid-sLbuegGrlz .jq-selectbox li,
.cid-sLbuegGrlz .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLbuegGrlz .jq-selectbox li:hover,
.cid-sLbuegGrlz .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sLbuegGrlz .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLbuegGrlz .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sLbuegGrlz textarea.form-control {
  resize: none;
}
.cid-sLbuegGrlz .input-group-btn {
  display: inline-block;
}
.cid-sLbuegGrlz .input-group-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5625rem !important;
  text-transform: none;
}
.cid-sLbuegGrlz .form-group {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sLbuegGrlz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sLbuegGrlz .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sLbuegGrlz .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sLbuegGrlz .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sLbuegGrlz .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sLbuegGrlz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sLbuegGrlz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sLbuegGrlz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sLbuegGrlz .form-control,
.cid-sLbuegGrlz .input-group-btn .btn {
  border-radius: 3px;
}
