body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Permanent Marker', handwriting;
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 10.24rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #555555 !important;
}
.bg-success {
  background-color: #a3a3a3 !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #555555 !important;
  border-color: #555555 !important;
  color: #cccccc !important;
}
.btn-primary:hover {
  color: #cccccc !important;
  background-color: #2f2f2f !important;
  border-color: #2f2f2f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #cccccc !important;
  background-color: #2f2f2f !important;
  border-color: #2f2f2f !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #6f6f6f !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
  color: #cccccc !important;
}
.btn-secondary:hover {
  color: #cccccc !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #cccccc !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info:hover {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  color: #cccccc !important;
}
.btn-success:hover {
  color: #cccccc !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #cccccc !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #cccccc !important;
}
.btn-warning:hover {
  color: #cccccc !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cccccc !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #cccccc !important;
}
.btn-danger:hover {
  color: #cccccc !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #cccccc !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #cccccc !important;
}
.btn-black:hover {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #555555 !important;
  color: #ffffff !important;
  color: #555555 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #555555;
  color: #555555;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #555555 !important;
  color: #cccccc !important;
}
.btn-primary-outline:hover {
  color: #cccccc !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #4a4c70 !important;
  color: #ffffff !important;
  color: #4a4c70 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4a4c70;
  color: #4a4c70;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4a4c70;
  border-color: #4a4c70;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #4a4c70 !important;
  color: #cccccc !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #cccccc !important;
  color: #ffffff !important;
  color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #a3a3a3 !important;
  color: #ffffff !important;
  color: #a3a3a3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a3a3a3;
  color: #a3a3a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #a3a3a3 !important;
  color: #cccccc !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #000000 !important;
  color: #ffffff !important;
  color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #000000 !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b1a374 !important;
  color: #cccccc !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #cccccc !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #555555 !important;
}
.text-secondary {
  color: #4a4c70 !important;
}
.text-success {
  color: #a3a3a3 !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #000000 !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: #888888 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #797ca7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d6d6d6 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #333333 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #555555;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #555555;
  border-color: #555555;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #555555;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c8c8c8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3e3e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #555555;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #555555;
  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: #555555;
  border-bottom-color: #555555;
}
.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: #555555 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4a4c70 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23555555' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sPq4gqoVuc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
@media (min-width: 992px) {
  .cid-sPq4gqoVuc .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sPq4gqoVuc .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sPq4gqoVuc .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sPq4gqoVuc .navbar-caption {
  font-weight: 500;
}
.cid-sPq4gqoVuc nav.navbar {
  position: fixed;
}
.cid-sPq4gqoVuc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPq4gqoVuc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPq4gqoVuc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPq4gqoVuc .dropdown-item:hover,
.cid-sPq4gqoVuc .dropdown-item:focus {
  background: #555555 !important;
  color: white !important;
}
.cid-sPq4gqoVuc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPq4gqoVuc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPq4gqoVuc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPq4gqoVuc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPq4gqoVuc .nav-link {
  position: relative;
}
.cid-sPq4gqoVuc .container {
  display: flex;
  margin: auto;
}
.cid-sPq4gqoVuc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding: 0 0.25rem;
}
.cid-sPq4gqoVuc .dropdown-menu,
.cid-sPq4gqoVuc .navbar.opened {
  background: #000000 !important;
}
.cid-sPq4gqoVuc .nav-item:focus,
.cid-sPq4gqoVuc .nav-link:focus {
  outline: none;
}
.cid-sPq4gqoVuc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPq4gqoVuc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPq4gqoVuc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPq4gqoVuc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPq4gqoVuc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPq4gqoVuc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPq4gqoVuc .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-sPq4gqoVuc .navbar.opened {
  transition: all 0.3s;
}
.cid-sPq4gqoVuc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPq4gqoVuc .navbar .navbar-logo img {
  width: auto;
}
.cid-sPq4gqoVuc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPq4gqoVuc .navbar.collapsed {
  justify-content: center;
}
.cid-sPq4gqoVuc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPq4gqoVuc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPq4gqoVuc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPq4gqoVuc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPq4gqoVuc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPq4gqoVuc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sPq4gqoVuc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPq4gqoVuc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPq4gqoVuc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPq4gqoVuc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPq4gqoVuc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPq4gqoVuc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPq4gqoVuc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPq4gqoVuc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sPq4gqoVuc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPq4gqoVuc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPq4gqoVuc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPq4gqoVuc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPq4gqoVuc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPq4gqoVuc .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPq4gqoVuc .navbar.navbar-short {
  min-height: 80px;
}
.cid-sPq4gqoVuc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPq4gqoVuc .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sPq4gqoVuc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPq4gqoVuc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPq4gqoVuc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPq4gqoVuc .dropdown-item.active,
.cid-sPq4gqoVuc .dropdown-item:active {
  background-color: transparent;
}
.cid-sPq4gqoVuc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPq4gqoVuc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPq4gqoVuc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPq4gqoVuc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sPq4gqoVuc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPq4gqoVuc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPq4gqoVuc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sPq4gqoVuc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sPq4gqoVuc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPq4gqoVuc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPq4gqoVuc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPq4gqoVuc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPq4gqoVuc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPq4gqoVuc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPq4gqoVuc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPq4gqoVuc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPq4gqoVuc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPq4gqoVuc .navbar-dropdown {
  position: fixed;
}
.cid-sPq4gqoVuc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPq4gqoVuc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPq4gqoVuc .navbar {
    height: 70px;
  }
  .cid-sPq4gqoVuc .navbar.opened {
    height: auto;
  }
  .cid-sPq4gqoVuc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sSakLxHxvr {
  padding-top: 7rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1276.jpg");
}
.cid-sSakLxHxvr h2,
.cid-sSakLxHxvr h4,
.cid-sSakLxHxvr p {
  margin: 0;
}
.cid-sSakLxHxvr .container-fluid {
  padding: 0;
  margin: 0 auto;
  width: 1300px;
  max-width: 1300px;
}
@media (max-width: 1440px) {
  .cid-sSakLxHxvr .container-fluid {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-sSakLxHxvr .container-fluid {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-sSakLxHxvr .container-fluid {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-sSakLxHxvr .container-fluid {
    width: 86%;
  }
}
.cid-sSakLxHxvr .text-elements {
  width: 100%;
}
.cid-sSakLxHxvr .heading {
  padding-right: 50%;
  padding-left: 55%;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .cid-sSakLxHxvr .heading {
    padding-right: 38%;
  }
}
@media (max-width: 767px) {
  .cid-sSakLxHxvr .heading {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .cid-sSakLxHxvr .heading {
    padding-left: 38%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sSakLxHxvr .heading {
    padding-left: 0;
  }
}
.cid-sSakLxHxvr .mbr-section-title {
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.cid-sSakLxHxvr .mbr-section-subtitle {
  margin-bottom: 6px;
  text-align: center;
  color: #000000;
}
.cid-sSakLxHxvr .mbr-text {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 73%;
  padding-left: 55%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  color: #141414;
}
@media (max-width: 1024px) {
  .cid-sSakLxHxvr .mbr-text {
    padding-right: 63%;
  }
}
@media (max-width: 767px) {
  .cid-sSakLxHxvr .mbr-text {
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .cid-sSakLxHxvr .mbr-text {
    padding-left: 38%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sSakLxHxvr .mbr-text {
    padding-left: 0;
  }
}
.cid-sSakLxHxvr .link {
  font-weight: 600;
  position: relative;
  margin-right: 73%;
  margin-left: 55%;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .cid-sSakLxHxvr .link {
    margin-right: 63%;
  }
}
@media (max-width: 767px) {
  .cid-sSakLxHxvr .link {
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .cid-sSakLxHxvr .link {
    margin-left: 38%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sSakLxHxvr .link {
    margin-left: 0;
  }
}
.cid-sSakLxHxvr .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-rUTpFZsfIT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUTpFZsfIT img {
  width: 100%;
  object-fit: cover;
}
.cid-rUTpFZsfIT .quote {
  color: #333333;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-card {
  justify-content: center;
}
.cid-rUTpFZsfIT .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-rUTpFZsfIT .card-title {
  margin-bottom: 1.2rem;
}
.cid-rUTpFZsfIT .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-rUTpFZsfIT .card-title,
.cid-rUTpFZsfIT .card-box {
  color: #333333;
}
.cid-rUTpFZsfIT H3 {
  color: #cdba6d;
}
.cid-rUTpFZsfIT .mbr-text,
.cid-rUTpFZsfIT .mbr-section-btn {
  text-align: left;
  color: #333333;
}
.cid-sPq8uFSSAa {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sPq8uFSSAa .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sPq8uFSSAa h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-sPq8uFSSAa h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sPq8uFSSAa h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sPq8uFSSAa .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-sPq8uFSSAa .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-sPq8uFSSAa .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-sPq8uFSSAa .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-sPq8uFSSAa .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sPq8uFSSAa .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-sPq8uFSSAa .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-sPq8uFSSAa .mbr-section-title,
.cid-sPq8uFSSAa .social-list {
  color: #c1c1c1;
}
@media (max-width: 768px) {
  .cid-sPq8uFSSAa h2:before,
  .cid-sPq8uFSSAa h2:after {
    display: none;
  }
}
.cid-sPqd1wKckg {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-sPqd1wKckg .wrapper {
  display: flex;
  justify-content: center;
}
.cid-sPqd1wKckg .cards-container {
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 32px;
}
.cid-sPqd1wKckg .cards-container_grid {
  display: grid;
  max-width: 932px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-sPqd1wKckg .title-text-container {
  display: flex;
  justify-content: center;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 94px;
}
.cid-sPqd1wKckg .section-title-wrapper {
  max-width: 1100px;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .cid-sPqd1wKckg .section-title-wrapper {
    padding: 0 60px;
  }
}
.cid-sPqd1wKckg .section-title {
  max-width: 490px;
}
.cid-sPqd1wKckg .card__title-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  min-height: 400px;
  border-radius: 0;
  border: 1px solid #ffffff;
  padding: 40px 40px 72px;
}
.cid-sPqd1wKckg .card_right {
  top: -192px;
}
.cid-sPqd1wKckg .card_title {
  width: 100%;
}
.cid-sPqd1wKckg .card_text {
  margin-bottom: 0 !important;
  color: #efefef;
}
.cid-sPqd1wKckg .card_small-text {
  color: #ffffff;
  width: 100%;
}
.cid-sPqd1wKckg .mbr-section-btn {
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.cid-sPqd1wKckg .mbr-section-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0;
}
.cid-sPqd1wKckg .mbr-section-btn .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPqd1wKckg .mbr-section-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-sPqd1wKckg .btn-info-outline {
  border-color: #ffffff;
  background: #141414 !important;
}
.cid-sPqd1wKckg .btn-info-outline:hover {
  background: #ffffff !important;
}
.cid-sPqd1wKckg .btn-info-outline:hover span {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sPqd1wKckg .container-fluid {
    padding: 0 40px;
  }
  .cid-sPqd1wKckg .cards-container {
    display: flex;
    justify-content: flex-end;
    max-width: 1100px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }
  .cid-sPqd1wKckg .cards-container_grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cid-sPqd1wKckg .card_right {
    top: 0;
  }
  .cid-sPqd1wKckg .card_text {
    margin-bottom: 16px !important;
  }
  .cid-sPqd1wKckg .card__title-container {
    padding: 40px 100px 40px 40px;
    min-height: auto;
  }
  .cid-sPqd1wKckg .title-text-container {
    margin-bottom: 48px;
  }
  .cid-sPqd1wKckg .mbr-section-btn {
    right: -16px;
    bottom: -16px;
  }
}
@media (max-width: 575px) {
  .cid-sPqd1wKckg .container-fluid {
    padding: 0 24px;
  }
  .cid-sPqd1wKckg .card__title-container {
    padding: 24px 70px 24px 24px;
    min-height: auto;
  }
  .cid-sPqd1wKckg .mbr-section-btn {
    right: -5px;
    bottom: -10px;
  }
  .cid-sPqd1wKckg .mbr-section-btn .btn {
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
  }
}
.cid-sPqd1wKckg .mbr-section-title {
  color: #efefef;
}
.cid-rUTpGH0hGw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUTpGH0hGw .mbr-iconfont {
  font-size: 80px;
}
.cid-rUTpGH0hGw h3 {
  text-align: center;
}
.cid-rUTpGH0hGw .card {
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .cid-rUTpGH0hGw .panel-item {
    padding: 0 2.8rem;
  }
}
.cid-rUTpGH0hGw H3 {
  color: #42474c;
}
.cid-rUTpGH0hGw H4 {
  color: #42474c;
}
.cid-rUTpGH0hGw .mbr-section-title {
  color: #555555;
}
.cid-rUTpGZyk7A {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/attorney3-1.jpg");
}
.cid-rUTpGZyk7A .list-group-item {
  padding: .75rem 3.25rem;
  background-color: transparent !important;
}
.cid-rUTpGZyk7A .mbr-section-subtitle {
  color: #cdba6d;
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-rUTpGZyk7A .item-text {
  font-weight: 700;
}
.cid-rUTpGZyk7A .mbr-iconfont {
  color: #cdba6d;
  font-size: 0.8rem;
}
.cid-rUTpGZyk7A .plan-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-rUTpGZyk7A .items-list {
  text-align: left;
}
.cid-rUTpGZyk7A .list-item {
  margin-bottom: 0.6rem;
}
.cid-rUTpGZyk7A .iconfont-wrapper {
  display: inline-block;
  margin-right: 0.8rem;
}
.cid-rUTpGZyk7A ul {
  list-style: none;
}
.cid-rUTpGZyk7A .plan {
  word-break: break-word;
  position: relative;
  color: #767676;
}
.cid-rUTpGZyk7A .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-rUTpGZyk7A .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rUTpGZyk7A .plan-inner {
  padding: 4rem 0rem;
  background-color: #ffffff;
}
.cid-rUTpGZyk7A .mbr-section-btn {
  margin-right: 0rem !important;
  margin-top: 1rem;
}
.cid-rUTpGZyk7A .price-figure {
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  color: #555555;
  text-align: right;
}
.cid-rUTpGZyk7A .plan-title {
  margin-bottom: 2.3rem;
}
.cid-rUTpGZyk7A .price-value {
  font-weight: 700;
  vertical-align: baseline;
  color: #42474c;
}
.cid-rUTpGZyk7A .plan-price {
  margin-bottom: 1.2rem;
}
.cid-rUTpGZyk7A .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .cid-rUTpGZyk7A .price-figure {
    font-size: 4.25rem;
  }
}
@media (max-width: 767px) {
  .cid-rUTpGZyk7A .plan {
    margin-top: 1.5rem;
  }
  .cid-rUTpGZyk7A .container {
    padding: 0rem;
  }
  .cid-rUTpGZyk7A ul {
    padding: 0 3rem;
  }
  .cid-rUTpGZyk7A .mbr-section-btn {
    padding: 0 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpGZyk7A .plan {
    margin-top: 1.5rem;
  }
  .cid-rUTpGZyk7A ul {
    padding: 0 5rem;
  }
  .cid-rUTpGZyk7A .mbr-section-btn {
    padding: 0 5rem;
  }
}
@media (min-width: 767px) {
  .cid-rUTpGZyk7A .container {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-rUTpGZyk7A ul {
    padding: 0 3rem;
  }
  .cid-rUTpGZyk7A .mbr-section-btn {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-rUTpGZyk7A ul {
    padding: 0 6rem;
  }
  .cid-rUTpGZyk7A .mbr-section-btn {
    padding: 0 5rem;
  }
}
.cid-rUTpGZyk7A .plan-title,
.cid-rUTpGZyk7A .plan-price {
  color: #cdba6d;
}
.cid-rUTpGZyk7A .list-item,
.cid-rUTpGZyk7A .item-text,
.cid-rUTpGZyk7A .mbr-section-btn {
  text-align: center;
}
.cid-rUTpGhQLS4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-rUTpGhQLS4 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(66, 71, 76, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTpGhQLS4 img {
  filter: grayscale(1);
}
.cid-rUTpGhQLS4 .image-wrap {
  position: relative;
}
.cid-rUTpGhQLS4 .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-rUTpGhQLS4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-rUTpGhQLS4 .card-wrap {
  background: #42474c;
}
.cid-rUTpGhQLS4 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-rUTpGhQLS4 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rUTpGhQLS4 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-rUTpGhQLS4 .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
}
.cid-rUTpGhQLS4 .main-heading {
  margin-bottom: 2.2rem;
}
.cid-rUTpGhQLS4 .btn {
  margin-top: 3rem;
}
.cid-rUTpGhQLS4 .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-rUTpGhQLS4 .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rUTpGhQLS4 .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpGhQLS4 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-rUTpGhQLS4 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTpGhQLS4 .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-rUTpGhQLS4 .btn-2 {
  color: #555555 !important;
}
.cid-rUTpGhQLS4 .main-title {
  color: #303030;
}
.cid-rUTpGhQLS4 .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-sTE0dCCGk2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edeff0;
}
.cid-sTE0dCCGk2 .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  text-align: center;
  color: #141414;
}
@media (max-width: 992px) {
  .cid-sTE0dCCGk2 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-sTE0dCCGk2 .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.2;
}
.cid-sTE0dCCGk2 .mbr-text {
  line-height: 1.5;
  font-weight: 300;
}
.cid-sTE0dCCGk2 .mbr-iconfont {
  color: #181818;
  font-size: 4rem;
  margin-bottom: .85rem;
}
.cid-sTE0dCCGk2 .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-sTE0dCCGk2 .wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sTE0dCCGk2 .d-flex {
    flex-direction: column;
  }
}
.cid-v0c0r8up9J {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #141414;
}
.cid-v0c0r8up9J .main-heading {
  margin-bottom: 1.3rem;
}
.cid-v0c0r8up9J img {
  border-radius: 100%;
}
.cid-v0c0r8up9J .mbr-section-title {
  margin-bottom: 0.5rem;
}
.cid-v0c0r8up9J .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-v0c0r8up9J .mbr-role {
  margin-bottom: 0rem;
  color: #ffffff;
}
.cid-v0c0r8up9J .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v0c0r8up9J .team-card:hover .card-wrap {
  background: #000000;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-v0c0r8up9J .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-v0c0r8up9J .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0c0r8up9J .card-title,
.cid-v0c0r8up9J .mbr-role {
  transition: 0.3s;
}
.cid-v0c0r8up9J a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-v0c0r8up9J a:hover {
  color: #c1c1c1 !important;
}
.cid-v0c0r8up9J .card-wrap {
  padding: 1.8rem 3rem 1.5rem;
  background: #141414;
  transition: all 0.3s;
}
.cid-v0c0r8up9J .card-wrap .image-wrap img {
  width: 100%;
}
.cid-v0c0r8up9J .card-wrap .content-wrap {
  padding-top: 1.5rem;
}
.cid-v0c0r8up9J .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-v0c0r8up9J .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v0c0r8up9J .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v0c0r8up9J .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-v0c0r8up9J .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-v0c0r8up9J .social-list {
  margin-bottom: 1.5rem;
}
.cid-v0c0r8up9J .main-title {
  color: #ffffff;
}
.cid-v0c0r8up9J .card-title {
  color: #ffffff;
}
.cid-sQUZrHhtrj {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQUZrHhtrj .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-sQUZrHhtrj .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-sQUZrHhtrj .mbr-text,
.cid-sQUZrHhtrj .mbr-section-btn {
  color: #000000;
}
.cid-sQUZrHhtrj H3 {
  color: #000000;
}
.cid-rUTpK0ygK3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rUTpK0ygK3 .mbr-iconfont-2 {
  color: #42474c !important;
  margin: 0 0.5rem;
}
.cid-rUTpK0ygK3 .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #42474c;
}
.cid-rUTpK0ygK3 .social-list {
  display: flex;
  justify-content: center;
}
.cid-rUTpK0ygK3 .card-inner {
  transition: 0.7s;
}
.cid-rUTpK0ygK3 .btn {
  margin-left: 0rem;
}
.cid-rUTpK0ygK3 .row {
  padding-bottom: 8rem;
}
.cid-rUTpK0ygK3 .link {
  margin: 0;
}
.cid-rUTpK0ygK3 .card-title {
  position: relative;
}
.cid-rUTpK0ygK3 .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-rUTpK0ygK3 .card-box {
  position: relative;
}
.cid-rUTpK0ygK3 .card-img {
  margin-bottom: 1.5rem;
}
.cid-rUTpK0ygK3 .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-rUTpK0ygK3 .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpK0ygK3 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpK0ygK3 .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rUTpK0ygK3 .mbr-text,
.cid-rUTpK0ygK3 .link {
  color: #191919;
}
.cid-sPqARYNShM {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #000000;
}
.cid-sPqARYNShM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sPqARYNShM .wrapper {
  border: 2px solid #ffffff;
  padding: 6rem 4rem;
}
@media (max-width: 767px) {
  .cid-sPqARYNShM .wrapper {
    padding: 4rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPqARYNShM .col-auto {
    margin: auto;
  }
}
.cid-sPqARYNShM .btn {
  min-height: 60px;
}
.cid-sPqARYNShM .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #555555;
}
.cid-sPqARYNShM .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .cid-sPqARYNShM .svg-top {
    width: 1000px;
  }
}
.cid-sPqARYNShM .form-row > .col,
.cid-sPqARYNShM .form-row > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem;
}
.cid-sPqARYNShM .form-control,
.cid-sPqARYNShM .field-input {
  padding: 0rem;
  background-color: #555555;
  border: none!important;
  border-bottom: 2px solid #ffffff !important;
  border-color: #ffffff !important;
  color: #000000;
  transition: 0.4s;
  height: 60px;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 2rem;
  outline: none;
}
.cid-sPqARYNShM .form-control::-webkit-input-placeholder,
.cid-sPqARYNShM .field-input::-webkit-input-placeholder,
.cid-sPqARYNShM .form-control::-webkit-input-placeholder,
.cid-sPqARYNShM .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sPqARYNShM .form-control:-moz-placeholder,
.cid-sPqARYNShM .field-input:-moz-placeholder,
.cid-sPqARYNShM .form-control:-moz-placeholder,
.cid-sPqARYNShM .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-sPqARYNShM .form-control:hover,
.cid-sPqARYNShM .field-input:hover,
.cid-sPqARYNShM .form-control:focus,
.cid-sPqARYNShM .field-input:focus {
  background-color: #c1c1c1;
  border-color: #ffffff !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sPqARYNShM .form-control:hover::-webkit-input-placeholder,
.cid-sPqARYNShM .field-input:hover::-webkit-input-placeholder,
.cid-sPqARYNShM .form-control:focus::-webkit-input-placeholder,
.cid-sPqARYNShM .field-input:focus::-webkit-input-placeholder,
.cid-sPqARYNShM .form-control:hover::-webkit-input-placeholder,
.cid-sPqARYNShM .field-input:hover::-webkit-input-placeholder,
.cid-sPqARYNShM .form-control:focus::-webkit-input-placeholder,
.cid-sPqARYNShM .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sPqARYNShM .form-control:hover:-moz-placeholder,
.cid-sPqARYNShM .field-input:hover:-moz-placeholder,
.cid-sPqARYNShM .form-control:focus:-moz-placeholder,
.cid-sPqARYNShM .field-input:focus:-moz-placeholder,
.cid-sPqARYNShM .form-control:hover:-moz-placeholder,
.cid-sPqARYNShM .field-input:hover:-moz-placeholder,
.cid-sPqARYNShM .form-control:focus:-moz-placeholder,
.cid-sPqARYNShM .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-sPqARYNShM .jq-number__spin:hover,
.cid-sPqARYNShM .jq-number__spin:focus {
  background-color: #c1c1c1;
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sPqARYNShM .jq-number__spin {
  background-color: #555555;
  border-color: #ffffff !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sPqARYNShM .jq-selectbox li,
.cid-sPqARYNShM .jq-selectbox li {
  background-color: #555555;
  color: #ffffff;
}
.cid-sPqARYNShM .jq-selectbox li:hover,
.cid-sPqARYNShM .jq-selectbox li.selected {
  background-color: #c1c1c1;
  color: #000000;
}
.cid-sPqARYNShM .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sPqARYNShM .jq-number__spin.minus:hover:after,
.cid-sPqARYNShM .jq-number__spin.plus:hover:after {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.cid-sPqARYNShM .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sPqARYNShM .jq-number__spin.minus:after,
.cid-sPqARYNShM .jq-number__spin.plus:after {
  border-top-color: #c1c1c1;
  border-bottom-color: #c1c1c1;
}
.cid-sPqARYNShM input::-webkit-clear-button {
  display: none;
}
.cid-sPqARYNShM input::-webkit-inner-spin-button {
  display: none;
}
.cid-sPqARYNShM input::-webkit-outer-spin-button {
  display: none;
}
.cid-sPqARYNShM input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rUTpKtzfJh .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-rUTpKtzfJh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUTpKtzfJh .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rUTpKtzfJh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUTpKtzfJh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rUTpJyOYUP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUTpJyOYUP .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-rUTpJyOYUP .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-rUTpJyOYUP H2 {
  color: #303030;
}
.cid-rUTpL6oEdG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTpL6oEdG .media-container-row {
  align-items: center;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTpL6oEdG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTpL6oEdG .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTpL6oEdG .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: center;
  }
  .cid-rUTpL6oEdG .mbr-text {
    text-align: center;
  }
  .cid-rUTpL6oEdG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTpL6oEdG .link:hover {
  text-decoration: underline;
}
.cid-rUTpL6oEdG .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTpL6oEdG .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTpL6oEdG .container {
    padding: 0;
  }
}
.cid-rUTpL6oEdG .media-container-row .mbr-text {
  color: #a3a3a3;
  text-align: center;
}
