@import url(https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !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: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b2073b !important;
  border-color: #b2073b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #680423 !important;
  border-color: #680423 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #680423 !important;
  border-color: #680423 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #50031a;
  color: #50031a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #b2073b;
  border-color: #b2073b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b2073b !important;
  border-color: #b2073b !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: #149dcc !important;
}
.text-secondary {
  color: #b2073b !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: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #50031a !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) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #b2073b !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-ri4vO8hIh6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jafront-new-1133x702.jpg");
}
.cid-ri4vO8hIh6 h1 {
  color: #616161;
}
.cid-ri4vO8hIh6 h2,
.cid-ri4vO8hIh6 h3,
.cid-ri4vO8hIh6 p {
  color: #767676;
}
.cid-ri4vO8hIh6 .mbr-section-subtitle {
  font-style: italic;
}
.cid-ri4vO8hIh6 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-ri4vO8hIh6 P {
  color: #ffffff;
  text-align: left;
}
.cid-ri4vO8hIh6 B {
  color: #c1c1c1;
}
.cid-ri4vpyfMWj {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #b2073b;
  background: linear-gradient(45deg, #b2073b, #b2073b);
}
.cid-ri4vpyfMWj .image-block {
  margin: auto;
}
.cid-ri4vpyfMWj .mbr-figure {
  margin: 0 auto;
}
.cid-ri4vpyfMWj figcaption {
  position: relative;
}
.cid-ri4vpyfMWj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ri4vpyfMWj .image-block {
    width: 100% !important;
  }
}
.cid-ri4vnqFDVr {
  background-image: url("../../../assets/images/mbr-1920x16562.jpg");
}
.cid-ri4vvDiOq4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-ri4vvDiOq4 .content {
    text-align: center;
  }
  .cid-ri4vvDiOq4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ri4vvDiOq4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ri4vvDiOq4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ri4vvDiOq4 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ri4vvDiOq4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ri4vvDiOq4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ri4vvDiOq4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-ri4vvDiOq4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ri4vvDiOq4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ri4vvDiOq4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ri4vvDiOq4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ri4vvDiOq4 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ri4vvDiOq4 P {
  text-align: center;
}
.cid-ri4vvDiOq4 H5 {
  text-align: center;
}
.cid-rkZuJdh37Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #b2073b;
  background: linear-gradient(45deg, #b2073b, #b2073b);
}
.cid-rkZuJdh37Q .image-block {
  margin: auto;
}
.cid-rkZuJdh37Q .mbr-figure {
  margin: 0 auto;
}
.cid-rkZuJdh37Q figcaption {
  position: relative;
}
.cid-rkZuJdh37Q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rkZuJdh37Q .image-block {
    width: 100% !important;
  }
}
.cid-s7r6g3KTd0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s7r6g3KTd0 p {
  color: #767676;
}
.cid-s7r6g3KTd0 .mbr-section-subtitle {
  color: #767676;
}
.cid-s7r6g3KTd0 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s7r6g3KTd0 .panel-group {
  width: 100%;
}
.cid-s7r6g3KTd0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-s7r6g3KTd0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-s7r6g3KTd0 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-s7r6g3KTd0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s7r6g3KTd0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-s7r6g3KTd0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-s7r6g3KTd0 .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-s7r6g3KTd0 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-s7r6g3KTd0 H2 {
  color: #b2073b;
}
.cid-s7r6g3KTd0 .panel-text {
  text-align: center;
}
.cid-t5rMCCfJVw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t5rMCCfJVw p {
  color: #767676;
}
.cid-t5rMCCfJVw .mbr-section-subtitle {
  color: #767676;
}
.cid-t5rMCCfJVw .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t5rMCCfJVw .panel-group {
  width: 100%;
}
.cid-t5rMCCfJVw .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t5rMCCfJVw .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t5rMCCfJVw .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t5rMCCfJVw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t5rMCCfJVw .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-t5rMCCfJVw .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t5rMCCfJVw .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-t5rMCCfJVw .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-t5rMCCfJVw .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t5rMCCfJVw .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-t5rMCCfJVw H2 {
  color: #b2073b;
}
.cid-t5rMCCfJVw .panel-text {
  text-align: center;
}
.cid-sYmfgJRGDx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sYmfgJRGDx p {
  color: #767676;
}
.cid-sYmfgJRGDx .mbr-section-subtitle {
  color: #767676;
}
.cid-sYmfgJRGDx .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sYmfgJRGDx .panel-group {
  width: 100%;
}
.cid-sYmfgJRGDx .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sYmfgJRGDx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sYmfgJRGDx .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sYmfgJRGDx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sYmfgJRGDx .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-sYmfgJRGDx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sYmfgJRGDx .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-sYmfgJRGDx .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sYmfgJRGDx H2 {
  color: #b2073b;
}
.cid-sYmfgJRGDx .panel-text {
  text-align: center;
}
.cid-t5rN6BXzM5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t5rN6BXzM5 p {
  color: #767676;
}
.cid-t5rN6BXzM5 .mbr-section-subtitle {
  color: #767676;
}
.cid-t5rN6BXzM5 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t5rN6BXzM5 .panel-group {
  width: 100%;
}
.cid-t5rN6BXzM5 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t5rN6BXzM5 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t5rN6BXzM5 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t5rN6BXzM5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t5rN6BXzM5 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-t5rN6BXzM5 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t5rN6BXzM5 .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-t5rN6BXzM5 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-t5rN6BXzM5 .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t5rN6BXzM5 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-t5rN6BXzM5 H2 {
  color: #b2073b;
}
.cid-t5rN6BXzM5 .panel-text {
  text-align: center;
}
.cid-sPRl0cro2n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sPRl0cro2n .mbr-section-subtitle {
  color: #767676;
}
.cid-sPRl0cro2n .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPRl0cro2n .mbr-text {
  color: #767676;
}
.cid-sPRl0cro2n .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sPRl0cro2n .mbr-author-name {
  color: #767676;
}
.cid-sPRl0cro2n .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sPRl0cro2n .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sPRl0cro2n .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sPRl0cro2n .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sPRl0cro2n .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sPRl0cro2n .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tYpob1s6lQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2073b;
}
.cid-tYpob1s6lQ .container-fluid {
  padding: 0 3rem;
}
.cid-tYpob1s6lQ ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-tYpob1s6lQ ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tYpob1s6lQ ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tYpob1s6lQ ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tYpob1s6lQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tYpob1s6lQ .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tYpob1s6lQ .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tYpob1s6lQ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b2073b);
  display: inline-block;
}
.cid-ri8B1wvpCd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-ri8B1wvpCd .content {
    text-align: center;
  }
  .cid-ri8B1wvpCd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ri8B1wvpCd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ri8B1wvpCd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ri8B1wvpCd .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ri8B1wvpCd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ri8B1wvpCd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ri8B1wvpCd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-ri8B1wvpCd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ri8B1wvpCd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ri8B1wvpCd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ri8B1wvpCd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ri8B1wvpCd .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ri8B1wvpCd P {
  text-align: center;
}
.cid-ri8B1wvpCd H5 {
  text-align: center;
}
.cid-ri8JctUcuR {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #b2073b;
  background: linear-gradient(45deg, #b2073b, #b2073b);
}
.cid-ri8JctUcuR .image-block {
  margin: auto;
}
.cid-ri8JctUcuR .mbr-figure {
  margin: 0 auto;
}
.cid-ri8JctUcuR figcaption {
  position: relative;
}
.cid-ri8JctUcuR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ri8JctUcuR .image-block {
    width: 100% !important;
  }
}
.cid-t2qJGpZ3Zw {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jafront-new-1-1133x702.jpg");
}
.cid-t2qJGpZ3Zw .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-t2qJGpZ3Zw .input {
  margin-bottom: 15px;
}
.cid-t2qJGpZ3Zw .map {
  width: 100%;
  height: 30rem;
}
.cid-t2qJGpZ3Zw .map iframe {
  width: inherit;
  height: 100%;
}
.cid-t2qJGpZ3Zw .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2qJGpZ3Zw .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t2qJGpZ3Zw .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-t2qJGpZ3Zw .mbr-text {
  color: #000000;
}
.cid-t2qJGpZ3Zw a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-t2qJGpZ3Zw .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-t2qJGpZ3Zw .input-group-btn {
  display: block;
  text-align: center;
}
.cid-t2qJGpZ3Zw .google-map {
  height: 25rem;
  position: relative;
}
.cid-t2qJGpZ3Zw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t2qJGpZ3Zw .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-t2qJGpZ3Zw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t2qJGpZ3Zw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-t2qJGpZ3Zw h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t2qJGpZ3Zw .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-t2qJGpZ3Zw .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-t2qJGpZ3Zw H5 {
  color: #a61931;
}
.cid-t2qJGpZ3Zw P {
  color: #b2073b;
}
.cid-Ea71HyrJct {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-Ea71HyrJct .text-color {
  color: #ffffff;
}
.cid-Ea71HyrJct .venue {
  background-color: #b2073b;
}
.cid-Ea71HyrJct P {
  color: #ffffff;
}
.cid-EznsFbYrWA {
  background-color: #b2073b;
}
.cid-EznsFbYrWA .wave1 {
  fill: #ffffff;
}
.cid-EznsFbYrWA .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-EznsFbYrWA .wave3,
.cid-EznsFbYrWA .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-sgI0rPEXtb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jafront-new-1133x702.jpg");
}
.cid-sgI0rPEXtb .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sgI0rPEXtb .input {
  margin-bottom: 15px;
}
.cid-sgI0rPEXtb .map {
  width: 100%;
  height: 30rem;
}
.cid-sgI0rPEXtb .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sgI0rPEXtb .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgI0rPEXtb .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sgI0rPEXtb .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sgI0rPEXtb .mbr-text {
  color: #000000;
}
.cid-sgI0rPEXtb a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sgI0rPEXtb .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sgI0rPEXtb .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sgI0rPEXtb .google-map {
  height: 25rem;
  position: relative;
}
.cid-sgI0rPEXtb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sgI0rPEXtb .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-sgI0rPEXtb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sgI0rPEXtb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sgI0rPEXtb h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sgI0rPEXtb .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sgI0rPEXtb .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sgI0rPEXtb H5 {
  color: #a61931;
}
.cid-ri8J7wVrUO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-ri8J7wVrUO .content {
    text-align: center;
  }
  .cid-ri8J7wVrUO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ri8J7wVrUO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ri8J7wVrUO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ri8J7wVrUO .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ri8J7wVrUO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ri8J7wVrUO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ri8J7wVrUO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-ri8J7wVrUO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ri8J7wVrUO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ri8J7wVrUO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ri8J7wVrUO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ri8J7wVrUO .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ri8J7wVrUO P {
  text-align: center;
}
.cid-ri8J7wVrUO H5 {
  text-align: center;
}
.cid-CZfwTT03T8 .hidden {
  display: none;
}
@primaryColor: #149dcc;
@secondaryColor: #b2073b;
@successColor: #F7ED4A;
@infoColor: #82786E;
@warningColor: #879A9F;
@dangerColor: #B1A374;
@mainFont: Rubik;
@display1Font: 'Rajdhani', sans-serif;
@display1Size: 4.25;
@display2Font: 'Rubik', sans-serif;
@display2Size: 3;
@display5Font: 'Rubik', sans-serif;
@display5Size: 1.5;
@display7Font: 'Rajdhani', sans-serif;
@display7Size: 1;
@display4Font: 'Rubik', sans-serif;
@display4Size: 1;
@isRoundedButtons: true;
@isAnimatedOnScroll: false;
@isScrollToTopButton: false;
@isPublish: true;

.cid-ri8IC8f6cZ {

padding-top: (@paddingTop * 18px);
padding-bottom: (@paddingBottom * 18px);
background-color: @bgColor;
.mbr-text, blockquote {
  color: #767676;
}
}
.cid-sbjfTJS2KC {
  background-image: url("../../../assets/images/warburton-terrace-2000x2667.jpg");
}
.cid-sbjfTJS2KC .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sbjfTJS2KC .media-container-column {
  background-color: #cebfaf;
}
@media (max-width: 767px) {
  .cid-sbjfTJS2KC .media-container-column {
    padding: 1rem !important;
  }
}
.cid-tsJ8uDJQry {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jafront-new-1-1133x702.jpg");
}
.cid-tsJ8uDJQry .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tsJ8uDJQry .input {
  margin-bottom: 15px;
}
.cid-tsJ8uDJQry .map {
  width: 100%;
  height: 30rem;
}
.cid-tsJ8uDJQry .map iframe {
  width: inherit;
  height: 100%;
}
.cid-tsJ8uDJQry .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsJ8uDJQry .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tsJ8uDJQry .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-tsJ8uDJQry .mbr-text {
  color: #000000;
}
.cid-tsJ8uDJQry a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tsJ8uDJQry .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tsJ8uDJQry .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tsJ8uDJQry .google-map {
  height: 25rem;
  position: relative;
}
.cid-tsJ8uDJQry .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsJ8uDJQry .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-tsJ8uDJQry .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsJ8uDJQry .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tsJ8uDJQry h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tsJ8uDJQry .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tsJ8uDJQry .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-tsJ8uDJQry H5 {
  color: #a61931;
}
.cid-tsJ8uDJQry P {
  color: #b2073b;
}
.cid-ri8Iy8t7t8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-ri8Iy8t7t8 .content {
    text-align: center;
  }
  .cid-ri8Iy8t7t8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ri8Iy8t7t8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ri8Iy8t7t8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ri8Iy8t7t8 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ri8Iy8t7t8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ri8Iy8t7t8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ri8Iy8t7t8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-ri8Iy8t7t8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ri8Iy8t7t8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ri8Iy8t7t8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ri8Iy8t7t8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ri8Iy8t7t8 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ri8Iy8t7t8 P {
  text-align: center;
}
.cid-ri8Iy8t7t8 H5 {
  text-align: center;
}
.cid-t2qJNeibyX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2073b;
}
.cid-t2qJNeibyX .container-fluid {
  padding: 0 3rem;
}
.cid-t2qJNeibyX ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-t2qJNeibyX ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-t2qJNeibyX ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-t2qJNeibyX ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-t2qJNeibyX .container-fluid {
    padding: 0 1rem;
  }
  .cid-t2qJNeibyX .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-t2qJNeibyX .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t2qJNeibyX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b2073b);
  display: inline-block;
}
.cid-sEDsQhgP8C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sEDsQhgP8C .mbr-text,
.cid-sEDsQhgP8C blockquote {
  color: #767676;
}
.cid-sEDtbm4cQH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsJ1Puy0By {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sgGE0iT6Ke {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jafront-new-1133x702.jpg");
}
.cid-sgGE0iT6Ke .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sgGE0iT6Ke .input {
  margin-bottom: 15px;
}
.cid-sgGE0iT6Ke .map {
  width: 100%;
  height: 30rem;
}
.cid-sgGE0iT6Ke .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sgGE0iT6Ke .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgGE0iT6Ke .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sgGE0iT6Ke .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sgGE0iT6Ke .mbr-text {
  color: #000000;
}
.cid-sgGE0iT6Ke a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sgGE0iT6Ke .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sgGE0iT6Ke .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sgGE0iT6Ke .google-map {
  height: 25rem;
  position: relative;
}
.cid-sgGE0iT6Ke .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sgGE0iT6Ke .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-sgGE0iT6Ke .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sgGE0iT6Ke .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sgGE0iT6Ke h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sgGE0iT6Ke .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sgGE0iT6Ke .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sgGE0iT6Ke H5 {
  color: #a61931;
}
.cid-ri8HTMuYyi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-ri8HTMuYyi .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-ri8HTMuYyi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ri8HTMuYyi p {
  color: #767676;
  text-align: left;
}
.cid-ri8HTMuYyi .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ri8HTMuYyi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ri8HTMuYyi .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-t2qHeAQN0K {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jafront-new-1-1133x702.jpg");
}
.cid-t2qHeAQN0K .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-t2qHeAQN0K .input {
  margin-bottom: 15px;
}
.cid-t2qHeAQN0K .map {
  width: 100%;
  height: 30rem;
}
.cid-t2qHeAQN0K .map iframe {
  width: inherit;
  height: 100%;
}
.cid-t2qHeAQN0K .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2qHeAQN0K .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t2qHeAQN0K .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-t2qHeAQN0K .mbr-text {
  color: #000000;
}
.cid-t2qHeAQN0K a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-t2qHeAQN0K .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-t2qHeAQN0K .input-group-btn {
  display: block;
  text-align: center;
}
.cid-t2qHeAQN0K .google-map {
  height: 25rem;
  position: relative;
}
.cid-t2qHeAQN0K .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t2qHeAQN0K .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-t2qHeAQN0K .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t2qHeAQN0K .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-t2qHeAQN0K h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t2qHeAQN0K .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-t2qHeAQN0K .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-t2qHeAQN0K H5 {
  color: #a61931;
}
.cid-t2qHeAQN0K P {
  color: #b2073b;
}
.cid-rUCXuLfyRD {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #b2073b;
  background: linear-gradient(45deg, #b2073b, #b2073b);
}
.cid-rUCXuLfyRD .image-block {
  margin: auto;
}
.cid-rUCXuLfyRD .mbr-figure {
  margin: 0 auto;
}
.cid-rUCXuLfyRD figcaption {
  position: relative;
}
.cid-rUCXuLfyRD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rUCXuLfyRD .image-block {
    width: 100% !important;
  }
}
.cid-t3CS5mNu1C {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t3CS5mNu1C p {
  color: #767676;
}
.cid-t3CS5mNu1C .mbr-section-subtitle {
  color: #767676;
}
.cid-t3CS5mNu1C .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t3CS5mNu1C .panel-group {
  width: 100%;
}
.cid-t3CS5mNu1C .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t3CS5mNu1C .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t3CS5mNu1C .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t3CS5mNu1C .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t3CS5mNu1C .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-t3CS5mNu1C .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t3CS5mNu1C .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-t3CS5mNu1C .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-t3CS5mNu1C .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t3CS5mNu1C .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-t3CS5mNu1C H2 {
  color: #b2073b;
}
.cid-t3CS5mNu1C .panel-text {
  text-align: center;
}
.cid-t2jqk2ckOn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t2jqk2ckOn p {
  color: #767676;
}
.cid-t2jqk2ckOn .mbr-section-subtitle {
  color: #767676;
}
.cid-t2jqk2ckOn .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2jqk2ckOn .panel-group {
  width: 100%;
}
.cid-t2jqk2ckOn .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t2jqk2ckOn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t2jqk2ckOn .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t2jqk2ckOn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t2jqk2ckOn .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-t2jqk2ckOn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t2jqk2ckOn .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-t2jqk2ckOn .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-t2jqk2ckOn H2 {
  color: #b2073b;
}
.cid-t2jqk2ckOn .panel-text {
  text-align: center;
}
.cid-t2jw6jH6Ot {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t2jw6jH6Ot p {
  color: #767676;
}
.cid-t2jw6jH6Ot .mbr-section-subtitle {
  color: #767676;
}
.cid-t2jw6jH6Ot .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2jw6jH6Ot .panel-group {
  width: 100%;
}
.cid-t2jw6jH6Ot .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t2jw6jH6Ot .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t2jw6jH6Ot .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t2jw6jH6Ot .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t2jw6jH6Ot .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-t2jw6jH6Ot .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t2jw6jH6Ot .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-t2jw6jH6Ot .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-t2jw6jH6Ot .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-t2jw6jH6Ot .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-t2jw6jH6Ot H2 {
  color: #b2073b;
}
.cid-t2jw6jH6Ot .panel-text {
  text-align: center;
}
.cid-sbj7UJPKz9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sbj7UJPKz9 p {
  color: #767676;
}
.cid-sbj7UJPKz9 .mbr-section-subtitle {
  color: #767676;
}
.cid-sbj7UJPKz9 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sbj7UJPKz9 .panel-group {
  width: 100%;
}
.cid-sbj7UJPKz9 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sbj7UJPKz9 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sbj7UJPKz9 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sbj7UJPKz9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sbj7UJPKz9 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-sbj7UJPKz9 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sbj7UJPKz9 .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-sbj7UJPKz9 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sbj7UJPKz9 H2 {
  color: #b2073b;
}
.cid-sbj7UJPKz9 .panel-text {
  text-align: center;
}
.cid-rUCXuTzOPU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-rUCXuTzOPU .content {
    text-align: center;
  }
  .cid-rUCXuTzOPU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rUCXuTzOPU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rUCXuTzOPU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rUCXuTzOPU .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rUCXuTzOPU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rUCXuTzOPU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rUCXuTzOPU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rUCXuTzOPU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rUCXuTzOPU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rUCXuTzOPU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rUCXuTzOPU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rUCXuTzOPU .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rUCXuTzOPU P {
  text-align: center;
}
.cid-rUCXuTzOPU H5 {
  text-align: center;
}
.cid-rUCXuW5vkf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2073b;
}
.cid-rUCXuW5vkf .container-fluid {
  padding: 0 3rem;
}
.cid-rUCXuW5vkf ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-rUCXuW5vkf ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-rUCXuW5vkf ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-rUCXuW5vkf ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-rUCXuW5vkf .container-fluid {
    padding: 0 1rem;
  }
  .cid-rUCXuW5vkf .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-rUCXuW5vkf .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rUCXuW5vkf .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b2073b);
  display: inline-block;
}
.cid-ukLQr4IkCM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ukLQr4IkCM p {
  color: #767676;
}
.cid-ukLQr4IkCM .mbr-section-subtitle {
  color: #767676;
}
.cid-ukLQr4IkCM .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ukLQr4IkCM .panel-group {
  width: 100%;
}
.cid-ukLQr4IkCM .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ukLQr4IkCM .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ukLQr4IkCM .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ukLQr4IkCM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ukLQr4IkCM .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-ukLQr4IkCM .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ukLQr4IkCM .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
  padding-left: 0;
  padding-right: 4rem;
}
.cid-ukLQr4IkCM .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ukLQr4IkCM .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ukLQr4IkCM .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-ukLQr4IkCM H2 {
  color: #b2073b;
}
.cid-ukLQr4IkCM .panel-text {
  text-align: center;
}
.cid-s2KuggIrLv {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #b2073b;
  background: linear-gradient(45deg, #b2073b, #b2073b);
}
.cid-s2KuggIrLv .image-block {
  margin: auto;
}
.cid-s2KuggIrLv .mbr-figure {
  margin: 0 auto;
}
.cid-s2KuggIrLv figcaption {
  position: relative;
}
.cid-s2KuggIrLv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2KuggIrLv .image-block {
    width: 100% !important;
  }
}
.cid-s2Kugjlrrv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2Kugjlrrv .mbr-section-subtitle {
  color: #000000;
}
.cid-s2Kugjlrrv H2 {
  color: #ab1e1e;
}
.cid-s2Kugjlrrv B {
  color: #ab1e1e;
}
.cid-s2Kugjlrrv .mbr-section-subtitle B {
  color: #000000;
}
.cid-s2Kugjlrrv .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-s2KugrSaio {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s2KugrSaio .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s2KugrSaio .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s2KugrSaio .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s2KugrSaio .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s2KugrSaio .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s2KugrSaio .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s2KugrSaio .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s2KugrSaio .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s2KugrSaio .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s2KugH61vZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2KugH61vZ .line {
  background-color: #a61931;
  color: #a61931;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s2KugH61vZ .section-text {
  padding: 2rem 0;
  color: #b2073b;
}
.cid-s2KugH61vZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s2KugH61vZ .inner-container {
    width: 100% !important;
  }
}
.cid-s2KugH61vZ .section-text DIV {
  color: #000000;
}
.cid-s2KugJyNYW {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s2KugJyNYW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s2KugJyNYW p {
  color: #767676;
  text-align: left;
}
.cid-s2KugJyNYW .card-box {
  padding-top: 2rem;
}
.cid-s2KugJyNYW .card-wrapper {
  height: 100%;
}
.cid-s2KugPV54q {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jaoffice-1-665x564.jpg");
}
.cid-s2KugPV54q .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s2KugPV54q .input {
  margin-bottom: 15px;
}
.cid-s2KugPV54q .map {
  width: 100%;
  height: 30rem;
}
.cid-s2KugPV54q .map iframe {
  width: inherit;
  height: 100%;
}
.cid-s2KugPV54q .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2KugPV54q .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-s2KugPV54q .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-s2KugPV54q .mbr-text {
  color: #000000;
}
.cid-s2KugPV54q a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s2KugPV54q .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s2KugPV54q .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s2KugPV54q .google-map {
  height: 25rem;
  position: relative;
}
.cid-s2KugPV54q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s2KugPV54q .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-s2KugPV54q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s2KugPV54q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-s2KugPV54q h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s2KugPV54q .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s2KugPV54q .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-s2KugPV54q H5 {
  color: #a61931;
}
.cid-s2KugPV54q P {
  color: #b2073b;
}
.cid-RAnZcvsCI7 .hidden {
  display: none;
}
.cid-RAnZcvsCI7 .floating-bar {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #149dcc;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 2px #999;
  transition: 0.3s;
  z-index: 99999;
}
.cid-RAnZcvsCI7 .floating-bar:hover {
  background-color: #4db6da;
}
.cid-RAnZcvsCI7 .floating-button {
  color: #ffffff;
}
.cid-RAnZcvsCI7 .valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cid-xcJ3WHH2DU .modal-dialog {
  height: auto;
}
.cid-xcJ3WHH2DU .hidden {
  display: none;
}
.cid-sgwggKqqg2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgwggKqqg2 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgwggKqqg2 .btn {
  margin: 0 0 .5rem 0;
}
.cid-nfdo58e4Be .modal-dialog {
  height: auto;
}
.cid-nfdo58e4Be .hidden {
  display: none;
}
.cid-s7r9OK5Ubm {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #b2073b;
  background: linear-gradient(45deg, #b2073b, #b2073b);
}
.cid-s7r9OK5Ubm .image-block {
  margin: auto;
}
.cid-s7r9OK5Ubm .mbr-figure {
  margin: 0 auto;
}
.cid-s7r9OK5Ubm figcaption {
  position: relative;
}
.cid-s7r9OK5Ubm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7r9OK5Ubm .image-block {
    width: 100% !important;
  }
}
.cid-sbjrWW7HNq {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #b2073b;
}
.cid-sbjrWW7HNq .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-sbjrWW7HNq p {
  display: inline;
  font-size: 16px;
  color: #FFD100;
}
.cid-sbjrWW7HNq .marquee-rtl {
  animation: Test 25s infinite;
  padding-right: 1%;
  padding-left: 1%;
  animation-iteration-count: 19;
}
@keyframes Test {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sbjrWW7HNq .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-s7r9OKDqlb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7r9OKDqlb .mbr-section-subtitle {
  color: #000000;
}
.cid-s7r9OKDqlb H2 {
  color: #ab1e1e;
}
.cid-s7r9OKDqlb B {
  color: #ab1e1e;
}
.cid-s7r9OKDqlb .mbr-section-subtitle B {
  color: #000000;
}
.cid-s7r9OLP8at {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7r9OLP8at .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s7r9OLP8at .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s7r9OLP8at .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s7r9OLP8at .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s7r9OLP8at .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s7r9OLP8at .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s7r9OLP8at .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s7r9OLP8at .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s7r9OLP8at .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s7r9OMTiWs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s7r9OMTiWs .line {
  background-color: #a61931;
  color: #a61931;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s7r9OMTiWs .section-text {
  padding: 2rem 0;
  color: #b2073b;
}
.cid-s7r9OMTiWs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s7r9OMTiWs .inner-container {
    width: 100% !important;
  }
}
.cid-s7r9OMTiWs .section-text DIV {
  color: #000000;
}
.cid-s7r9ONqlgB {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7r9ONqlgB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7r9ONqlgB p {
  color: #767676;
  text-align: left;
}
.cid-s7r9ONqlgB .card-box {
  padding-top: 2rem;
}
.cid-s7r9ONqlgB .card-wrapper {
  height: 100%;
}
.cid-s7r9OOvF7e {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jafront-new-1-1133x702.jpg");
}
.cid-s7r9OOvF7e .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7r9OOvF7e .input {
  margin-bottom: 15px;
}
.cid-s7r9OOvF7e .map {
  width: 100%;
  height: 30rem;
}
.cid-s7r9OOvF7e .map iframe {
  width: inherit;
  height: 100%;
}
.cid-s7r9OOvF7e .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7r9OOvF7e .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-s7r9OOvF7e .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-s7r9OOvF7e .mbr-text {
  color: #000000;
}
.cid-s7r9OOvF7e a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s7r9OOvF7e .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s7r9OOvF7e .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s7r9OOvF7e .google-map {
  height: 25rem;
  position: relative;
}
.cid-s7r9OOvF7e .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s7r9OOvF7e .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-s7r9OOvF7e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s7r9OOvF7e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-s7r9OOvF7e h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s7r9OOvF7e .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7r9OOvF7e .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-s7r9OOvF7e H5 {
  color: #a61931;
}
.cid-s7r9OOvF7e P {
  color: #b2073b;
}
.cid-sbjnQ9eXNS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-sbjnQ9eXNS .content {
    text-align: center;
  }
  .cid-sbjnQ9eXNS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sbjnQ9eXNS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sbjnQ9eXNS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sbjnQ9eXNS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sbjnQ9eXNS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sbjnQ9eXNS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sbjnQ9eXNS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sbjnQ9eXNS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sbjnQ9eXNS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sbjnQ9eXNS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbjnQ9eXNS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbjnQ9eXNS .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sbjnQ9eXNS P {
  text-align: center;
}
.cid-sbjnQ9eXNS H5 {
  text-align: center;
}
.cid-sbjnQW60c3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2073b;
}
.cid-sbjnQW60c3 .container-fluid {
  padding: 0 3rem;
}
.cid-sbjnQW60c3 ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-sbjnQW60c3 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sbjnQW60c3 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sbjnQW60c3 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sbjnQW60c3 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sbjnQW60c3 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sbjnQW60c3 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sbjnQW60c3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b2073b);
  display: inline-block;
}
.cid-sbjhrIzbo7 {
  background-image: url("../../../assets/images/gardens-1-med-800x600-800x600.jpg");
}
.cid-sbjhrIzbo7 .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-sbjhrIzbo7 .media-container-column {
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sbjhrIzbo7 .media-container-column {
    padding: 1rem !important;
  }
}
.cid-sbjhrIzbo7 H1 {
  color: #b2073b;
}
.cid-sbjhrIzbo7 .mbr-text,
.cid-sbjhrIzbo7 .mbr-section-btn {
  color: #b2073b;
}
.cid-sbjhrJO8kn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jafront-new-1133x702.jpg");
}
.cid-sbjhrJO8kn .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sbjhrJO8kn .input {
  margin-bottom: 15px;
}
.cid-sbjhrJO8kn .map {
  width: 100%;
  height: 30rem;
}
.cid-sbjhrJO8kn .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sbjhrJO8kn .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sbjhrJO8kn .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sbjhrJO8kn .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sbjhrJO8kn .mbr-text {
  color: #000000;
}
.cid-sbjhrJO8kn a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sbjhrJO8kn .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sbjhrJO8kn .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sbjhrJO8kn .google-map {
  height: 25rem;
  position: relative;
}
.cid-sbjhrJO8kn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sbjhrJO8kn .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-sbjhrJO8kn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sbjhrJO8kn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sbjhrJO8kn h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sbjhrJO8kn .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sbjhrJO8kn .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sbjhrJO8kn H5 {
  color: #a61931;
}
.cid-sbjhrLpCde {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-sbjhrLpCde .content {
    text-align: center;
  }
  .cid-sbjhrLpCde .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sbjhrLpCde .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sbjhrLpCde .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sbjhrLpCde .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sbjhrLpCde .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sbjhrLpCde .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sbjhrLpCde .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sbjhrLpCde .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sbjhrLpCde .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sbjhrLpCde .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sbjhrLpCde .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbjhrLpCde .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sbjhrLpCde P {
  text-align: center;
}
.cid-sbjhrLpCde H5 {
  text-align: center;
}
.cid-ri4ri8Vyse {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #b2073b;
}
.cid-ri4ri8Vyse .image-block {
  margin: auto;
}
.cid-ri4ri8Vyse .mbr-figure {
  margin: 0 auto;
}
.cid-ri4ri8Vyse figcaption {
  position: relative;
}
.cid-ri4ri8Vyse figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ri4ri8Vyse .image-block {
    width: 100% !important;
  }
}
.cid-ri4sWYFY5m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
.cid-ri4symYnYB {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/gardens-1-med-800x6000.jpg");
}
.cid-ri4symYnYB .mbr-text,
.cid-ri4symYnYB .mbr-section-btn B {
  color: #b2073b;
}
.cid-ri4symYnYB H1 {
  color: #ffffff;
  text-align: center;
}
.cid-ri4symYnYB SPAN {
  color: #efefef;
}
.cid-ri4symYnYB .mbr-text,
.cid-ri4symYnYB .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
.cid-ri4symYnYB DIV {
  color: #ffffff;
}
.cid-ug2nX3DKQE {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jafront-new-1-1133x702.jpg");
}
.cid-ug2nX3DKQE .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-ug2nX3DKQE .input {
  margin-bottom: 15px;
}
.cid-ug2nX3DKQE .map {
  width: 100%;
  height: 30rem;
}
.cid-ug2nX3DKQE .map iframe {
  width: inherit;
  height: 100%;
}
.cid-ug2nX3DKQE .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ug2nX3DKQE .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-ug2nX3DKQE .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-ug2nX3DKQE .mbr-text {
  color: #000000;
}
.cid-ug2nX3DKQE a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-ug2nX3DKQE .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-ug2nX3DKQE .input-group-btn {
  display: block;
  text-align: center;
}
.cid-ug2nX3DKQE .google-map {
  height: 25rem;
  position: relative;
}
.cid-ug2nX3DKQE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ug2nX3DKQE .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-ug2nX3DKQE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ug2nX3DKQE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ug2nX3DKQE h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-ug2nX3DKQE .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-ug2nX3DKQE .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-ug2nX3DKQE H5 {
  color: #a61931;
}
.cid-ug2nX3DKQE P {
  color: #b2073b;
}
.cid-ri4sXWv9s1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-ri4sXWv9s1 .content {
    text-align: center;
  }
  .cid-ri4sXWv9s1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ri4sXWv9s1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ri4sXWv9s1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-ri4sXWv9s1 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-ri4sXWv9s1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ri4sXWv9s1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-ri4sXWv9s1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-ri4sXWv9s1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ri4sXWv9s1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ri4sXWv9s1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ri4sXWv9s1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ri4sXWv9s1 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-ri4sXWv9s1 P {
  text-align: center;
}
.cid-ri4sXWv9s1 H5 {
  text-align: center;
}
.cid-v5JJvrvzmy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
.cid-v5JJvrvzmy .line {
  background-color: #b2073b;
  color: #b2073b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v5JJvrvzmy .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-v5JJvrvzmy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v5JJvrvzmy .inner-container {
    width: 100% !important;
  }
}
.cid-ri4sYVJF6G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2073b;
}
.cid-ri4sYVJF6G .container-fluid {
  padding: 0 3rem;
}
.cid-ri4sYVJF6G ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-ri4sYVJF6G ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-ri4sYVJF6G ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-ri4sYVJF6G ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-ri4sYVJF6G .container-fluid {
    padding: 0 1rem;
  }
  .cid-ri4sYVJF6G .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-ri4sYVJF6G .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ri4sYVJF6G .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b2073b);
  display: inline-block;
}
.cid-sEz69E0vBb {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #b2073b;
}
.cid-sEz69E0vBb .image-block {
  margin: auto;
}
.cid-sEz69E0vBb .mbr-figure {
  margin: 0 auto;
}
.cid-sEz69E0vBb figcaption {
  position: relative;
}
.cid-sEz69E0vBb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sEz69E0vBb .image-block {
    width: 100% !important;
  }
}
.cid-sEz4sD53zx {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #b2073b;
}
.cid-sEz4sD53zx .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sEz4sD53zx .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sEz4sD53zx .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sEz4sD53zx .media-container-row .img-item .img-caption {
  background: #efefef;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sEz4sD53zx .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sEz4sD53zx .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sEz4sD53zx .img-item {
    width: 100% !important;
  }
  .cid-sEz4sD53zx .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sEz6h2cP59 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b2073b;
}
.cid-sEz6bcHCMt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-sEz6bcHCMt .content {
    text-align: center;
  }
  .cid-sEz6bcHCMt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sEz6bcHCMt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sEz6bcHCMt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sEz6bcHCMt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sEz6bcHCMt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sEz6bcHCMt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sEz6bcHCMt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sEz6bcHCMt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sEz6bcHCMt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sEz6bcHCMt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sEz6bcHCMt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sEz6bcHCMt .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sEz6bcHCMt P {
  text-align: center;
}
.cid-sEz6bcHCMt H5 {
  text-align: center;
}
.cid-t2qHkFgJHY {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jafront-new-1-1133x702.jpg");
}
.cid-t2qHkFgJHY .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-t2qHkFgJHY .input {
  margin-bottom: 15px;
}
.cid-t2qHkFgJHY .map {
  width: 100%;
  height: 30rem;
}
.cid-t2qHkFgJHY .map iframe {
  width: inherit;
  height: 100%;
}
.cid-t2qHkFgJHY .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2qHkFgJHY .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t2qHkFgJHY .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-t2qHkFgJHY .mbr-text {
  color: #000000;
}
.cid-t2qHkFgJHY a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-t2qHkFgJHY .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-t2qHkFgJHY .input-group-btn {
  display: block;
  text-align: center;
}
.cid-t2qHkFgJHY .google-map {
  height: 25rem;
  position: relative;
}
.cid-t2qHkFgJHY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t2qHkFgJHY .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-t2qHkFgJHY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t2qHkFgJHY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-t2qHkFgJHY h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t2qHkFgJHY .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-t2qHkFgJHY .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-t2qHkFgJHY H5 {
  color: #a61931;
}
.cid-t2qHkFgJHY P {
  color: #b2073b;
}
.cid-t2qHwfpLGn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-t2qHwfpLGn .content {
    text-align: center;
  }
  .cid-t2qHwfpLGn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2qHwfpLGn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2qHwfpLGn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2qHwfpLGn .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t2qHwfpLGn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2qHwfpLGn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2qHwfpLGn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t2qHwfpLGn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2qHwfpLGn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2qHwfpLGn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2qHwfpLGn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2qHwfpLGn .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t2qHwfpLGn P {
  text-align: center;
}
.cid-t2qHwfpLGn H5 {
  text-align: center;
}
.cid-t2qHEDffYn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2073b;
}
.cid-t2qHEDffYn .container-fluid {
  padding: 0 3rem;
}
.cid-t2qHEDffYn ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-t2qHEDffYn ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-t2qHEDffYn ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-t2qHEDffYn ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-t2qHEDffYn .container-fluid {
    padding: 0 1rem;
  }
  .cid-t2qHEDffYn .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-t2qHEDffYn .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t2qHEDffYn .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b2073b);
  display: inline-block;
}
.cid-sGmxDjGu1c {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jafront-new-1133x702.jpg");
}
.cid-sGmxDjGu1c .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sGmxDjGu1c .input {
  margin-bottom: 15px;
}
.cid-sGmxDjGu1c .map {
  width: 100%;
  height: 30rem;
}
.cid-sGmxDjGu1c .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sGmxDjGu1c .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sGmxDjGu1c .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sGmxDjGu1c .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-sGmxDjGu1c .mbr-text {
  color: #000000;
}
.cid-sGmxDjGu1c a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sGmxDjGu1c .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sGmxDjGu1c .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sGmxDjGu1c .google-map {
  height: 25rem;
  position: relative;
}
.cid-sGmxDjGu1c .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sGmxDjGu1c .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-sGmxDjGu1c .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sGmxDjGu1c .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-sGmxDjGu1c h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sGmxDjGu1c .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sGmxDjGu1c .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sGmxDjGu1c H5 {
  color: #a61931;
}
.cid-t9jnRixlaV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sRt6aY2qUD {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/thank-you-800x350.png");
}
.cid-sRt6LCOXJn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-sRt6LCOXJn .content {
    text-align: center;
  }
  .cid-sRt6LCOXJn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRt6LCOXJn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sRt6LCOXJn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sRt6LCOXJn .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sRt6LCOXJn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sRt6LCOXJn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sRt6LCOXJn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sRt6LCOXJn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sRt6LCOXJn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sRt6LCOXJn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sRt6LCOXJn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sRt6LCOXJn .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sRt6LCOXJn P {
  text-align: center;
}
.cid-sRt6LCOXJn H5 {
  text-align: center;
}
.cid-sRtrbZUoW1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #b2073b;
}
.cid-sRtrbZUoW1 .image-block {
  margin: auto;
}
.cid-sRtrbZUoW1 .mbr-figure {
  margin: 0 auto;
}
.cid-sRtrbZUoW1 figcaption {
  position: relative;
}
.cid-sRtrbZUoW1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sRtrbZUoW1 .image-block {
    width: 100% !important;
  }
}
.cid-sRtrhwtcmO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRtrhwtcmO .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sRtrhwtcmO .section-text {
  padding: 2rem 0;
}
.cid-sRtrhwtcmO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sRtrhwtcmO .inner-container {
    width: 100% !important;
  }
}
.cid-sRtoLM1c8N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sRtoLM1c8N .mbr-section-subtitle {
  color: #767676;
}
.cid-sRLwgvrLPC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sRLwgvrLPC h2,
.cid-sRLwgvrLPC h3,
.cid-sRLwgvrLPC h5,
.cid-sRLwgvrLPC #success,
.cid-sRLwgvrLPC .text-danger {
  font-family: Lato, Verdana, sans-serif;
}
.cid-sRLwgvrLPC .section-heading,
.cid-sRLwgvrLPC .section-subheading,
.cid-sRLwgvrLPC .ctremail {
  text-align: center;
}
.cid-sRLwgvrLPC .mailinput {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.cid-sRLwgvrLPC .form-group {
  width: 100%;
}
.cid-t2jtyRC5kc {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #b2073b;
  background: linear-gradient(45deg, #b2073b, #b2073b);
}
.cid-t2jtyRC5kc .image-block {
  margin: auto;
}
.cid-t2jtyRC5kc .mbr-figure {
  margin: 0 auto;
}
.cid-t2jtyRC5kc figcaption {
  position: relative;
}
.cid-t2jtyRC5kc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t2jtyRC5kc .image-block {
    width: 100% !important;
  }
}
.cid-t2jtyRPqsS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t2jtyRPqsS .mbr-section-subtitle {
  color: #000000;
}
.cid-t2jtyRPqsS H2 {
  color: #ab1e1e;
}
.cid-t2jtyRPqsS B {
  color: #ab1e1e;
}
.cid-t2jtyRPqsS .mbr-section-subtitle B {
  color: #000000;
}
.cid-t2jtyS1msT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t2jtyS1msT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t2jtyS1msT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2jtyS1msT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2jtyS1msT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t2jtyS1msT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t2jtyS1msT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t2jtyS1msT .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-t2jtyS1msT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t2jtyS1msT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t2jtySwulQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t2jtySwulQ .line {
  background-color: #a61931;
  color: #a61931;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2jtySwulQ .section-text {
  padding: 2rem 0;
  color: #b2073b;
}
.cid-t2jtySwulQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t2jtySwulQ .inner-container {
    width: 100% !important;
  }
}
.cid-t2jtySwulQ .section-text DIV {
  color: #000000;
}
.cid-t2jtySHbxr {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-t2jtySHbxr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t2jtySHbxr p {
  color: #767676;
  text-align: left;
}
.cid-t2jtySHbxr .card-box {
  padding-top: 2rem;
}
.cid-t2jtySHbxr .card-wrapper {
  height: 100%;
}
.cid-t2qJhKGVQy {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jafront-new-1-1133x702.jpg");
}
.cid-t2qJhKGVQy .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-t2qJhKGVQy .input {
  margin-bottom: 15px;
}
.cid-t2qJhKGVQy .map {
  width: 100%;
  height: 30rem;
}
.cid-t2qJhKGVQy .map iframe {
  width: inherit;
  height: 100%;
}
.cid-t2qJhKGVQy .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2qJhKGVQy .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t2qJhKGVQy .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-t2qJhKGVQy .mbr-text {
  color: #000000;
}
.cid-t2qJhKGVQy a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-t2qJhKGVQy .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-t2qJhKGVQy .input-group-btn {
  display: block;
  text-align: center;
}
.cid-t2qJhKGVQy .google-map {
  height: 25rem;
  position: relative;
}
.cid-t2qJhKGVQy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t2qJhKGVQy .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-t2qJhKGVQy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t2qJhKGVQy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-t2qJhKGVQy h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t2qJhKGVQy .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-t2qJhKGVQy .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-t2qJhKGVQy H5 {
  color: #a61931;
}
.cid-t2qJhKGVQy P {
  color: #b2073b;
}
.cid-t2jvGfLj1O {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-t2jvGfLj1O .content {
    text-align: center;
  }
  .cid-t2jvGfLj1O .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t2jvGfLj1O .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t2jvGfLj1O .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t2jvGfLj1O .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t2jvGfLj1O .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t2jvGfLj1O .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t2jvGfLj1O .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t2jvGfLj1O .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t2jvGfLj1O .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t2jvGfLj1O .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t2jvGfLj1O .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t2jvGfLj1O .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t2jvGfLj1O P {
  text-align: center;
}
.cid-t2jvGfLj1O H5 {
  text-align: center;
}
.cid-t2jvGJs9Bi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2073b;
}
.cid-t2jvGJs9Bi .container-fluid {
  padding: 0 3rem;
}
.cid-t2jvGJs9Bi ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-t2jvGJs9Bi ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-t2jvGJs9Bi ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-t2jvGJs9Bi ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-t2jvGJs9Bi .container-fluid {
    padding: 0 1rem;
  }
  .cid-t2jvGJs9Bi .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-t2jvGJs9Bi .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t2jvGJs9Bi .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b2073b);
  display: inline-block;
}
.cid-t3CMMiPaP6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #b2073b;
  background: linear-gradient(45deg, #b2073b, #b2073b);
}
.cid-t3CMMiPaP6 .image-block {
  margin: auto;
}
.cid-t3CMMiPaP6 .mbr-figure {
  margin: 0 auto;
}
.cid-t3CMMiPaP6 figcaption {
  position: relative;
}
.cid-t3CMMiPaP6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t3CMMiPaP6 .image-block {
    width: 100% !important;
  }
}
.cid-t3CMMk9P6Q {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t3CMMk9P6Q .mbr-section-subtitle {
  color: #000000;
}
.cid-t3CMMk9P6Q H2 {
  color: #ab1e1e;
}
.cid-t3CMMk9P6Q B {
  color: #ab1e1e;
}
.cid-t3CMMk9P6Q .mbr-section-subtitle B {
  color: #000000;
}
.cid-t3CMMkvCwi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t3CMMkvCwi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t3CMMkvCwi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3CMMkvCwi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t3CMMkvCwi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t3CMMkvCwi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t3CMMkvCwi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t3CMMkvCwi .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t3CMMkvCwi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t3CMMkvCwi .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t3CMMln9iI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t3CMMln9iI .line {
  background-color: #a61931;
  color: #a61931;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t3CMMln9iI .section-text {
  padding: 2rem 0;
  color: #b2073b;
}
.cid-t3CMMln9iI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t3CMMln9iI .inner-container {
    width: 100% !important;
  }
}
.cid-t3CMMln9iI .section-text DIV {
  color: #000000;
}
.cid-t3CMMlRzBn {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-t3CMMlRzBn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t3CMMlRzBn p {
  color: #767676;
  text-align: left;
}
.cid-t3CMMlRzBn .card-box {
  padding-top: 2rem;
}
.cid-t3CMMlRzBn .card-wrapper {
  height: 100%;
}
.cid-t3CMMmKhed {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jafront-new-1-1133x702.jpg");
}
.cid-t3CMMmKhed .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-t3CMMmKhed .input {
  margin-bottom: 15px;
}
.cid-t3CMMmKhed .map {
  width: 100%;
  height: 30rem;
}
.cid-t3CMMmKhed .map iframe {
  width: inherit;
  height: 100%;
}
.cid-t3CMMmKhed .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t3CMMmKhed .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t3CMMmKhed .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-t3CMMmKhed .mbr-text {
  color: #000000;
}
.cid-t3CMMmKhed a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-t3CMMmKhed .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-t3CMMmKhed .input-group-btn {
  display: block;
  text-align: center;
}
.cid-t3CMMmKhed .google-map {
  height: 25rem;
  position: relative;
}
.cid-t3CMMmKhed .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t3CMMmKhed .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-t3CMMmKhed .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t3CMMmKhed .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-t3CMMmKhed h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t3CMMmKhed .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-t3CMMmKhed .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-t3CMMmKhed H5 {
  color: #a61931;
}
.cid-t3CMMmKhed P {
  color: #b2073b;
}
.cid-t3CMMnweT2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-t3CMMnweT2 .content {
    text-align: center;
  }
  .cid-t3CMMnweT2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t3CMMnweT2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t3CMMnweT2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t3CMMnweT2 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t3CMMnweT2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t3CMMnweT2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t3CMMnweT2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t3CMMnweT2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t3CMMnweT2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t3CMMnweT2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t3CMMnweT2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t3CMMnweT2 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t3CMMnweT2 P {
  text-align: center;
}
.cid-t3CMMnweT2 H5 {
  text-align: center;
}
.cid-t3CMMofe1C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2073b;
}
.cid-t3CMMofe1C .container-fluid {
  padding: 0 3rem;
}
.cid-t3CMMofe1C ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-t3CMMofe1C ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-t3CMMofe1C ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-t3CMMofe1C ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-t3CMMofe1C .container-fluid {
    padding: 0 1rem;
  }
  .cid-t3CMMofe1C .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-t3CMMofe1C .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t3CMMofe1C .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b2073b);
  display: inline-block;
}
.cid-t5rNFtH62K {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #b2073b;
  background: linear-gradient(45deg, #b2073b, #b2073b);
}
.cid-t5rNFtH62K .image-block {
  margin: auto;
}
.cid-t5rNFtH62K .mbr-figure {
  margin: 0 auto;
}
.cid-t5rNFtH62K figcaption {
  position: relative;
}
.cid-t5rNFtH62K figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t5rNFtH62K .image-block {
    width: 100% !important;
  }
}
.cid-t5rNFurgAI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t5rNFurgAI .mbr-section-subtitle {
  color: #000000;
}
.cid-t5rNFurgAI H2 {
  color: #ab1e1e;
}
.cid-t5rNFurgAI B {
  color: #ab1e1e;
}
.cid-t5rNFurgAI .mbr-section-subtitle B {
  color: #000000;
}
.cid-t5rNFuTU1D {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t5rNFuTU1D .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t5rNFuTU1D .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5rNFuTU1D .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t5rNFuTU1D .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t5rNFuTU1D .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t5rNFuTU1D .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-t5rNFuTU1D .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-t5rNFuTU1D .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-t5rNFuTU1D .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-t5rNFvQY5A {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t5rNFvQY5A .line {
  background-color: #a61931;
  color: #a61931;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t5rNFvQY5A .section-text {
  padding: 2rem 0;
  color: #b2073b;
}
.cid-t5rNFvQY5A .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t5rNFvQY5A .inner-container {
    width: 100% !important;
  }
}
.cid-t5rNFvQY5A .section-text DIV {
  color: #000000;
}
.cid-t5rNFwjfv4 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-t5rNFwjfv4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-t5rNFwjfv4 p {
  color: #767676;
  text-align: left;
}
.cid-t5rNFwjfv4 .card-box {
  padding-top: 2rem;
}
.cid-t5rNFwjfv4 .card-wrapper {
  height: 100%;
}
.cid-t5rNFxq4I2 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jafront-new-1-1133x702.jpg");
}
.cid-t5rNFxq4I2 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-t5rNFxq4I2 .input {
  margin-bottom: 15px;
}
.cid-t5rNFxq4I2 .map {
  width: 100%;
  height: 30rem;
}
.cid-t5rNFxq4I2 .map iframe {
  width: inherit;
  height: 100%;
}
.cid-t5rNFxq4I2 .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t5rNFxq4I2 .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-t5rNFxq4I2 .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-t5rNFxq4I2 .mbr-text {
  color: #000000;
}
.cid-t5rNFxq4I2 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-t5rNFxq4I2 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-t5rNFxq4I2 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-t5rNFxq4I2 .google-map {
  height: 25rem;
  position: relative;
}
.cid-t5rNFxq4I2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t5rNFxq4I2 .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-t5rNFxq4I2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t5rNFxq4I2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-t5rNFxq4I2 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-t5rNFxq4I2 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-t5rNFxq4I2 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-t5rNFxq4I2 H5 {
  color: #a61931;
}
.cid-t5rNFxq4I2 P {
  color: #b2073b;
}
.cid-t5rNFy2INb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-t5rNFy2INb .content {
    text-align: center;
  }
  .cid-t5rNFy2INb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t5rNFy2INb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t5rNFy2INb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t5rNFy2INb .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-t5rNFy2INb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-t5rNFy2INb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-t5rNFy2INb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-t5rNFy2INb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-t5rNFy2INb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t5rNFy2INb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t5rNFy2INb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t5rNFy2INb .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-t5rNFy2INb P {
  text-align: center;
}
.cid-t5rNFy2INb H5 {
  text-align: center;
}
.cid-t5rNFyRpCu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2073b;
}
.cid-t5rNFyRpCu .container-fluid {
  padding: 0 3rem;
}
.cid-t5rNFyRpCu ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-t5rNFyRpCu ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-t5rNFyRpCu ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-t5rNFyRpCu ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-t5rNFyRpCu .container-fluid {
    padding: 0 1rem;
  }
  .cid-t5rNFyRpCu .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-t5rNFyRpCu .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-t5rNFyRpCu .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b2073b);
  display: inline-block;
}
.cid-1a3vPuFPVj {
  background: linear-gradient(45deg, #b2073b, #f9f295);
}
.cid-1a3vPuFPVj H1 {
  color: #232323;
}
.cid-1a3vPuFPVj .mbr-text,
.cid-1a3vPuFPVj .mbr-section-btn {
  color: #232323;
}
.cid-1a3vPuFPVj H3 {
  color: #232323;
}
.cid-tmBiZ3yVbN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tmBiZ3yVbN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tmBiZ3yVbN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmBiZ3yVbN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tmBiZ3yVbN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tmBiZ3yVbN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tmBiZ3yVbN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tmBiZ3yVbN .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tmBiZ3yVbN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tmBiZ3yVbN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tmBk1tR7K4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tmBk1tR7K4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tmBk1tR7K4 .btn {
  margin: 0 0 .5rem 0;
}
.cid-tLiZCAwKrI {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #b2073b;
  background: linear-gradient(45deg, #b2073b, #b2073b);
}
.cid-tLiZCAwKrI .image-block {
  margin: auto;
}
.cid-tLiZCAwKrI .mbr-figure {
  margin: 0 auto;
}
.cid-tLiZCAwKrI figcaption {
  position: relative;
}
.cid-tLiZCAwKrI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLiZCAwKrI .image-block {
    width: 100% !important;
  }
}
.cid-tLiZCB8e4c {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLiZCB8e4c .mbr-section-subtitle {
  color: #000000;
}
.cid-tLiZCB8e4c H2 {
  color: #ab1e1e;
}
.cid-tLiZCB8e4c B {
  color: #ab1e1e;
}
.cid-tLiZCB8e4c .mbr-section-subtitle B {
  color: #000000;
}
.cid-tLiZCB8e4c .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tLiZCBuI2A {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLiZCBuI2A .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tLiZCBuI2A .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLiZCBuI2A .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLiZCBuI2A .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tLiZCBuI2A .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tLiZCBuI2A .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tLiZCBuI2A .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tLiZCBuI2A .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tLiZCBuI2A .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tLiZCCnosv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLiZCCnosv .line {
  background-color: #a61931;
  color: #a61931;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tLiZCCnosv .section-text {
  padding: 2rem 0;
  color: #b2073b;
}
.cid-tLiZCCnosv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tLiZCCnosv .inner-container {
    width: 100% !important;
  }
}
.cid-tLiZCCnosv .section-text DIV {
  color: #000000;
}
.cid-tLj2QTNu8b {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jafront-new-1-1133x702.jpg");
}
.cid-tLj2QTNu8b .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tLj2QTNu8b .input {
  margin-bottom: 15px;
}
.cid-tLj2QTNu8b .map {
  width: 100%;
  height: 30rem;
}
.cid-tLj2QTNu8b .map iframe {
  width: inherit;
  height: 100%;
}
.cid-tLj2QTNu8b .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLj2QTNu8b .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tLj2QTNu8b .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-tLj2QTNu8b .mbr-text {
  color: #000000;
}
.cid-tLj2QTNu8b a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tLj2QTNu8b .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tLj2QTNu8b .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tLj2QTNu8b .google-map {
  height: 25rem;
  position: relative;
}
.cid-tLj2QTNu8b .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tLj2QTNu8b .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-tLj2QTNu8b .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tLj2QTNu8b .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tLj2QTNu8b h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tLj2QTNu8b .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tLj2QTNu8b .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-tLj2QTNu8b H5 {
  color: #a61931;
}
.cid-tLj2QTNu8b P {
  color: #b2073b;
}
.cid-tTHD3Udqj3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tTHD3Udqj3 .title {
  padding-bottom: 2.5rem;
}
.cid-tTHD3Udqj3 .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-tTHD3Udqj3 .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tTHD3Udqj3 .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-tTHD3Udqj3 .wrapper {
    flex-wrap: wrap;
  }
  .cid-tTHD3Udqj3 .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTHD3Udqj3 .wrapper .b-info {
  width: 100%;
}
.cid-tTHD3Udqj3 H4 {
  text-align: center;
}
.cid-tTHD3Udqj3 .mbr-section-subtitle {
  text-align: center;
}
.cid-tYpnTO1reG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2073b;
}
.cid-tYpnTO1reG .container-fluid {
  padding: 0 3rem;
}
.cid-tYpnTO1reG ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-tYpnTO1reG ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tYpnTO1reG ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tYpnTO1reG ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tYpnTO1reG .container-fluid {
    padding: 0 1rem;
  }
  .cid-tYpnTO1reG .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tYpnTO1reG .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tYpnTO1reG .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b2073b);
  display: inline-block;
}
.cid-tTMTdFAjbz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tV14dqAUEm {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #b2073b;
  background: linear-gradient(45deg, #b2073b, #b2073b);
}
.cid-tV14dqAUEm .image-block {
  margin: auto;
}
.cid-tV14dqAUEm .mbr-figure {
  margin: 0 auto;
}
.cid-tV14dqAUEm figcaption {
  position: relative;
}
.cid-tV14dqAUEm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tV14dqAUEm .image-block {
    width: 100% !important;
  }
}
.cid-tV14drcZLy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tV14drcZLy .mbr-section-subtitle {
  color: #000000;
}
.cid-tV14drcZLy H2 {
  color: #ab1e1e;
}
.cid-tV14drcZLy B {
  color: #ab1e1e;
}
.cid-tV14drcZLy .mbr-section-subtitle B {
  color: #000000;
}
.cid-tV14dryLTa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tV14dryLTa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tV14dryLTa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tV14dryLTa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tV14dryLTa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tV14dryLTa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tV14dryLTa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tV14dryLTa .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tV14dryLTa .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tV14dryLTa .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tV14dsllAQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tV14dsllAQ .line {
  background-color: #a61931;
  color: #a61931;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tV14dsllAQ .section-text {
  padding: 2rem 0;
  color: #b2073b;
}
.cid-tV14dsllAQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tV14dsllAQ .inner-container {
    width: 100% !important;
  }
}
.cid-tV14dsllAQ .section-text DIV {
  color: #000000;
}
.cid-tV14dsVLbN {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-tV14dsVLbN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tV14dsVLbN p {
  color: #767676;
  text-align: left;
}
.cid-tV14dsVLbN .card-box {
  padding-top: 2rem;
}
.cid-tV14dsVLbN .card-wrapper {
  height: 100%;
}
.cid-tV14dtRtD5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jafront-new-1-1133x702.jpg");
}
.cid-tV14dtRtD5 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tV14dtRtD5 .input {
  margin-bottom: 15px;
}
.cid-tV14dtRtD5 .map {
  width: 100%;
  height: 30rem;
}
.cid-tV14dtRtD5 .map iframe {
  width: inherit;
  height: 100%;
}
.cid-tV14dtRtD5 .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tV14dtRtD5 .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-tV14dtRtD5 .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-tV14dtRtD5 .mbr-text {
  color: #000000;
}
.cid-tV14dtRtD5 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tV14dtRtD5 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tV14dtRtD5 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tV14dtRtD5 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tV14dtRtD5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tV14dtRtD5 .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-tV14dtRtD5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tV14dtRtD5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-tV14dtRtD5 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tV14dtRtD5 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tV14dtRtD5 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-tV14dtRtD5 H5 {
  color: #a61931;
}
.cid-tV14dtRtD5 P {
  color: #b2073b;
}
.cid-tV14duwvhT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-tV14duwvhT .content {
    text-align: center;
  }
  .cid-tV14duwvhT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tV14duwvhT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tV14duwvhT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tV14duwvhT .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tV14duwvhT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tV14duwvhT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tV14duwvhT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-tV14duwvhT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tV14duwvhT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tV14duwvhT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tV14duwvhT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tV14duwvhT .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-tV14duwvhT P {
  text-align: center;
}
.cid-tV14duwvhT H5 {
  text-align: center;
}
.cid-tV14dvplxe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2073b;
}
.cid-tV14dvplxe .container-fluid {
  padding: 0 3rem;
}
.cid-tV14dvplxe ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-tV14dvplxe ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tV14dvplxe ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tV14dvplxe ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tV14dvplxe .container-fluid {
    padding: 0 1rem;
  }
  .cid-tV14dvplxe .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tV14dvplxe .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tV14dvplxe .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b2073b);
  display: inline-block;
}
.cid-tYOkjBpsSY {
  background: #ffffff;
}
.cid-tYOkjBpsSY .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tYOkjBpsSY .video-block {
    width: 100% !important;
  }
}
.cid-sgwnbNnjOJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #b2073b;
  background: linear-gradient(45deg, #b2073b, #b2073b);
}
.cid-sgwnbNnjOJ .image-block {
  margin: auto;
}
.cid-sgwnbNnjOJ .mbr-figure {
  margin: 0 auto;
}
.cid-sgwnbNnjOJ figcaption {
  position: relative;
}
.cid-sgwnbNnjOJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sgwnbNnjOJ .image-block {
    width: 100% !important;
  }
}
.cid-sgwnbNTyaT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgwnbNTyaT .mbr-section-subtitle {
  color: #000000;
}
.cid-sgwnbNTyaT H2 {
  color: #ff7f9f;
}
.cid-sgwnbNTyaT B {
  color: #ab1e1e;
}
.cid-sgwnbNTyaT .mbr-section-subtitle B {
  color: #000000;
}
.cid-sgwnbOuO2A {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgwnbOuO2A .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgwnbOuO2A .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgwnbOuO2A .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgwnbOuO2A .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgwnbOuO2A .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgwnbOuO2A .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sgwnbOuO2A .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sgwnbOuO2A .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sgwnbOuO2A .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sgwnbP1MCI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sgwnbP1MCI .line {
  background-color: #a61931;
  color: #a61931;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgwnbP1MCI .section-text {
  padding: 2rem 0;
  color: #b2073b;
}
.cid-sgwnbP1MCI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgwnbP1MCI .inner-container {
    width: 100% !important;
  }
}
.cid-sgwnbP1MCI .section-text DIV {
  color: #000000;
}
.cid-sgwnbPhZT7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgwnbPhZT7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgwnbPhZT7 p {
  color: #767676;
  text-align: left;
}
.cid-sgwnbPhZT7 .card-box {
  padding-top: 2rem;
}
.cid-sgwnbPhZT7 .card-wrapper {
  height: 100%;
}
.cid-uiXJ7BaAx9 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jafront-new-1-1133x702.jpg");
}
.cid-uiXJ7BaAx9 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uiXJ7BaAx9 .input {
  margin-bottom: 15px;
}
.cid-uiXJ7BaAx9 .map {
  width: 100%;
  height: 30rem;
}
.cid-uiXJ7BaAx9 .map iframe {
  width: inherit;
  height: 100%;
}
.cid-uiXJ7BaAx9 .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uiXJ7BaAx9 .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uiXJ7BaAx9 .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-uiXJ7BaAx9 .mbr-text {
  color: #000000;
}
.cid-uiXJ7BaAx9 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-uiXJ7BaAx9 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-uiXJ7BaAx9 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uiXJ7BaAx9 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uiXJ7BaAx9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uiXJ7BaAx9 .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-uiXJ7BaAx9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uiXJ7BaAx9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uiXJ7BaAx9 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uiXJ7BaAx9 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uiXJ7BaAx9 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-uiXJ7BaAx9 H5 {
  color: #a61931;
}
.cid-uiXJ7BaAx9 P {
  color: #b2073b;
}
.cid-sgwnbQQeFm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-sgwnbQQeFm .content {
    text-align: center;
  }
  .cid-sgwnbQQeFm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sgwnbQQeFm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sgwnbQQeFm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sgwnbQQeFm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sgwnbQQeFm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgwnbQQeFm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sgwnbQQeFm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sgwnbQQeFm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sgwnbQQeFm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgwnbQQeFm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgwnbQQeFm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgwnbQQeFm .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sgwnbQQeFm P {
  text-align: center;
}
.cid-sgwnbQQeFm H5 {
  text-align: center;
}
.cid-sgwnbReKI7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2073b;
}
.cid-sgwnbReKI7 .container-fluid {
  padding: 0 3rem;
}
.cid-sgwnbReKI7 ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-sgwnbReKI7 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-sgwnbReKI7 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-sgwnbReKI7 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-sgwnbReKI7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sgwnbReKI7 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-sgwnbReKI7 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sgwnbReKI7 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b2073b);
  display: inline-block;
}
.cid-vftWUDv9i9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background: #b2073b;
}
.cid-vftWUDv9i9 .image-block {
  margin: auto;
}
.cid-vftWUDv9i9 .mbr-figure {
  margin: 0 auto;
}
.cid-vftWUDv9i9 figcaption {
  position: relative;
}
.cid-vftWUDv9i9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-vftWUDv9i9 .image-block {
    width: 100% !important;
  }
}
.cid-vftWUDYi1P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
.cid-vftWUEbUbC {
  padding-top: 30px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/gardens-1-med-800x6000.jpg");
}
.cid-vftWUEbUbC .mbr-text,
.cid-vftWUEbUbC .mbr-section-btn B {
  color: #b2073b;
}
.cid-vftWUEbUbC H1 {
  color: #ffffff;
  text-align: center;
}
.cid-vftWUEbUbC SPAN {
  color: #efefef;
}
.cid-vftWUEbUbC .mbr-text,
.cid-vftWUEbUbC .mbr-section-btn {
  color: #cccccc;
  text-align: center;
}
.cid-vftWUEbUbC DIV {
  color: #ffffff;
}
.cid-vftWUEJJqm {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/jafront-new-1-1133x702.jpg");
}
.cid-vftWUEJJqm .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-vftWUEJJqm .input {
  margin-bottom: 15px;
}
.cid-vftWUEJJqm .map {
  width: 100%;
  height: 30rem;
}
.cid-vftWUEJJqm .map iframe {
  width: inherit;
  height: 100%;
}
.cid-vftWUEJJqm .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vftWUEJJqm .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vftWUEJJqm .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-vftWUEJJqm .mbr-text {
  color: #000000;
}
.cid-vftWUEJJqm a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-vftWUEJJqm .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-vftWUEJJqm .input-group-btn {
  display: block;
  text-align: center;
}
.cid-vftWUEJJqm .google-map {
  height: 25rem;
  position: relative;
}
.cid-vftWUEJJqm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vftWUEJJqm .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-vftWUEJJqm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vftWUEJJqm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-vftWUEJJqm h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-vftWUEJJqm .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-vftWUEJJqm .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-vftWUEJJqm H5 {
  color: #a61931;
}
.cid-vftWUEJJqm P {
  color: #b2073b;
}
.cid-vftWUFo4Wc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
@media (max-width: 767px) {
  .cid-vftWUFo4Wc .content {
    text-align: center;
  }
  .cid-vftWUFo4Wc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vftWUFo4Wc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-vftWUFo4Wc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-vftWUFo4Wc .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-vftWUFo4Wc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-vftWUFo4Wc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-vftWUFo4Wc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-vftWUFo4Wc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-vftWUFo4Wc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vftWUFo4Wc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vftWUFo4Wc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vftWUFo4Wc .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-vftWUFo4Wc P {
  text-align: center;
}
.cid-vftWUFo4Wc H5 {
  text-align: center;
}
.cid-vftWUG1fAo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b2073b;
}
.cid-vftWUG1fAo .line {
  background-color: #b2073b;
  color: #b2073b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vftWUG1fAo .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-vftWUG1fAo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vftWUG1fAo .inner-container {
    width: 100% !important;
  }
}
.cid-vftWUGqch2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b2073b;
}
.cid-vftWUGqch2 .container-fluid {
  padding: 0 3rem;
}
.cid-vftWUGqch2 ul.list-inline {
  margin: 0;
  align-self: center;
}
.cid-vftWUGqch2 ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-vftWUGqch2 ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-vftWUGqch2 ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-vftWUGqch2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-vftWUGqch2 .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-vftWUGqch2 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vftWUGqch2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #b2073b);
  display: inline-block;
}
.cid-vftWUHq6yo .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-vftWUHq6yo .my-float {
  margin-top: 16px;
}
.cid-vftWUHq6yo P {
  color: #232323;
}
.cid-vftWUHq6yo DIV {
  color: #ffffff;
}
.cid-vftWUHq6yo H10 {
  color: #767676;
}
.cid-vftWUHq6yo .hidden {
  display: none;
}
