body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Comfortaa', display;
  font-size: 2.1rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.36rem;
}
.display-2 {
  font-family: 'Comfortaa', display;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((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: #009966 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #009966 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #1b0000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #009966 !important;
  border-color: #009966 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #004d33 !important;
  border-color: #004d33 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004d33 !important;
  border-color: #004d33 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-info,
.btn-info:active {
  background-color: #009966 !important;
  border-color: #009966 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #004d33 !important;
  border-color: #004d33 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #004d33 !important;
  border-color: #004d33 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1b0000 !important;
  border-color: #1b0000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #003322;
  color: #003322;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #009966;
  border-color: #009966;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #009966 !important;
  border-color: #009966 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #003322;
  color: #003322;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #009966;
  border-color: #009966;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #009966 !important;
  border-color: #009966 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1b0000;
  border-color: #1b0000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1b0000 !important;
  border-color: #1b0000 !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: #009966 !important;
}
.text-secondary {
  color: #767676 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #009966 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #1b0000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003322 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #434343 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #003322 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #009966;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #1b0000;
}
.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: #009966;
  border-color: #009966;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #009966;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1affb3;
}
.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: #1affb3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff8181;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #009966;
}
/* 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: #009966;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #009966;
}
.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: #009966;
  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: #009966;
  border-bottom-color: #009966;
}
.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: #009966 !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: #767676 !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='%23009966' %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-rijohuEAQ3 {
  background-image: url("../../../assets/images/boulevardz-back-1-2000x2521.jpeg");
}
.cid-rijohuEAQ3 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rijohuEAQ3 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rijohuEAQ3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rijohuEAQ3 .mbr-text {
    text-align: center;
  }
}
.cid-rwfDrpVIlc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rwfDrpVIlc .mbr-section-subtitle {
  color: #230000;
}
.cid-uNbjdwVOm3 {
  background-image: url("../../../assets/images/mushrooms-3069816-1921-1920x1280.jpg");
}
.cid-uNbjdwVOm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNbjdwVOm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNbjdwVOm3 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uNbjdwVOm3 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uNbjdwVOm3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uNbjdwVOm3 .container {
    padding: 0 16px;
  }
}
.cid-uNbjdwVOm3 .card {
  justify-content: center;
}
.cid-uNbjdwVOm3 .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uNbjdwVOm3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNbjdwVOm3 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNbjdwVOm3 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uNbjdwVOm3 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uNbjdwVOm3 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uNbjdwVOm3 .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uNbjdwVOm3 .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uNbjdwVOm3 .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uNbjdwVOm3 .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uNbjdwVOm3 .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uNbjdwVOm3 .mbr-section-title {
  color: #ffffff;
}
.cid-uNbjdwVOm3 .mbr-text {
  color: #f4f4f4;
}
.cid-uNyIkSu90R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/boulevardz-yellow-screen-gd-2000x1000.png");
}
.cid-uNyIkSu90R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyIkSu90R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyIkSu90R .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNyIkSu90R .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uNyIkSu90R .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uNyIkSu90R .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNyIkSu90R .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uNyIkSu90R .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNyIkSu90R .item {
    margin-bottom: 15px;
  }
}
.cid-uNyIkSu90R .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 100px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-uNyIkSu90R .item .item-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uNyIkSu90R .item .item-wrapper {
    padding: 200px 15px 15px;
  }
}
.cid-uNyIkSu90R .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNyIkSu90R .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 48%;
  padding: 50px 60px;
}
@media (max-width: 992px) {
  .cid-uNyIkSu90R .item .item-wrapper .item-content {
    padding: 30px 15px;
    width: 100%;
  }
}
.cid-uNyIkSu90R .item .item-wrapper .item-content .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-uNyIkSu90R .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uNyIkSu90R .item .item-wrapper .item-content .card-title:hover,
.cid-uNyIkSu90R .item .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-uNyIkSu90R .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uNyIkSu90R .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uNyIkSu90R .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNyIkSu90R .mbr-label,
.cid-uNyIkSu90R .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNyIkSu90R .mbr-section-title,
.cid-uNyIkSu90R .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uNyIkSu90R .card-label {
  color: #000000;
}
.cid-uNyIkSu90R .card-title {
  color: #000000;
}
.cid-uNyIkSu90R .card-text {
  color: #000000;
}
.cid-uNyIkSu90R .mbr-section-title,
.cid-uNyIkSu90R .title-wrap {
  color: #ffffff;
}
.cid-tMMvVge10U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tMMvVge10U .mbr-section-btn > * {
  margin: 0;
}
.cid-tMMvVge10U h4 {
  font-weight: 500;
}
.cid-tMMvVge10U p {
  color: #232323;
}
.cid-tMMvVge10U .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMMvVge10U .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tMMvVge10U .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMMvVge10U .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tMMvVge10U .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tMMvVge10U .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tMMvVge10U .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tMMvVge10U .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tMMvVge10U .card-img span {
    font-size: 40px !important;
  }
}
.cid-tMMvVge10U .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tMMyBw54Bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-tMMyBw54Bg .mbr-section-btn > * {
  margin: 0;
}
.cid-tMMyBw54Bg h4 {
  font-weight: 500;
}
.cid-tMMyBw54Bg p {
  color: #232323;
}
.cid-tMMyBw54Bg .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tMMyBw54Bg .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tMMyBw54Bg .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMMyBw54Bg .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tMMyBw54Bg .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tMMyBw54Bg .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tMMyBw54Bg .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-tMMyBw54Bg .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-tMMyBw54Bg .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-tMMyBw54Bg .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-tMMyBw54Bg .card-img span {
    font-size: 40px !important;
  }
}
.cid-tMMyBw54Bg .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-u4Sy5kF2ag {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u4Sy5kF2ag .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-u4Sy5kF2ag .mbr-content-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-u4Sy5kF2ag .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-u4Sy5kF2ag .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-u4Sy5kF2ag .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-u4Sy5kF2ag .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-u4Sy5kF2ag .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-u4Sy5kF2ag .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-u4Sy5kF2ag .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-u4Sy5kF2ag .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-u4Sy5kF2ag .mbr-section-title {
  color: #ffffff;
}
.cid-u4Sy5kF2ag H4 {
  color: #ffffff;
}
.cid-u4Sy5kF2ag .img-text {
  color: #ffffff;
}
.cid-rii2kMXfoM {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #009966;
}
.cid-u544W8YpKd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/boulevardz-yellow-screen-gd-2000x1000.png");
}
.cid-u544W8YpKd H2 {
  text-align: left;
  color: #000000;
}
.cid-u544W8YpKd .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-rihVeZYAVB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rihVeZYAVB .counter-container {
  color: #767676;
}
.cid-rihVeZYAVB .counter-container ul {
  margin-bottom: 0;
}
.cid-rihVeZYAVB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rihVeZYAVB .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #1b0000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rihVeZYAVB .mbr-text UL {
  color: #000000;
}
.cid-sHZ1x6TQpl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/boulevardz-proffession-mosaic-piece-1-gd-long-3-2000x839.png");
}
.cid-sHZ1x6TQpl P {
  color: #767676;
}
.cid-sHZ1x6TQpl H1 {
  color: #ffffff;
}
.cid-sHZ1x6TQpl .mbr-text,
.cid-sHZ1x6TQpl .mbr-section-btn {
  color: #ffffff;
}
.cid-riitsA3qnE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-riitsA3qnE .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-riitsA3qnE .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-riitsA3qnE .separline .step-wrapper {
    position: relative;
  }
  .cid-riitsA3qnE .separline .step-wrapper:before,
  .cid-riitsA3qnE .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-riitsA3qnE .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-riitsA3qnE .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-riitsA3qnE .separline.last-child .step-wrapper:after,
  .cid-riitsA3qnE .separline:nth-child(3n) .step-wrapper:after,
  .cid-riitsA3qnE .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-riitsA3qnE .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
#custom-html-1v {
  /* Type valid CSS here */
}
#custom-html-1v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1v p {
  font-size: 60px;
  color: #777;
}
#custom-html-2 {
  /* Type valid CSS here */
}
#custom-html-2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2 p {
  font-size: 30px;
  color: #777;
}
#custom-html-2 html,
#custom-html-2 body {
  width: 100%;
  height: 100%;
  background: #FF7777;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-items: center;
}
#custom-html-2 h1 {
  height: 100px;
}
#custom-html-2 h1 span {
  position: relative;
  top: 30px;
  display: inline-block;
  animation: bounce .3s ease infinite alternate;
  font-family: 'Comfortaa', cursive;
  font-size: 40px;
  color: 000000;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent, 0 9px 0 transparent, 0 10px 10px rgba(0, 0, 0, 0.4);
}
#custom-html-2 h1 span:nth-child(2) {
  animation-delay: .1s;
}
#custom-html-2 h1 span:nth-child(3) {
  animation-delay: .2s;
}
#custom-html-2 h1 span:nth-child(4) {
  animation-delay: .3s;
}
#custom-html-2 h1 span:nth-child(5) {
  animation-delay: .4s;
}
#custom-html-2 h1 span:nth-child(6) {
  animation-delay: .5s;
}
#custom-html-2 h1 span:nth-child(7) {
  animation-delay: .6s;
}
#custom-html-2 h1 span:nth-child(8) {
  animation-delay: .7s;
}
@keyframes bounce {
  100% {
    top: -20px;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 50px 25px rgba(0, 0, 0, 0.2);
  }
}
.cid-tLUwnkqjiz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1-7.jpg");
}
.cid-tLUwnkqjiz .mbr-section-subtitle {
  color: #767676;
}
.cid-tLUwnkqjiz ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLUwnkqjiz ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tLUwnkqjiz ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tLUwnkqjiz ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tLUwnkqjiz .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tLUt7q2WHI {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #b3b4c1;
}
.cid-tLUt7q2WHI img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-tLUt7q2WHI .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-tLUt7q2WHI .card:hover {
  opacity: 0.9;
}
.cid-tLUt7q2WHI H1 {
  color: #ffffff;
}
.cid-tLUt7q2WHI .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-tLUt7q2WHI .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-tLUt7q2WHI .row {
  justify-content: center!important;
}
.cid-rihWRIjF5j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #009966;
}
.cid-rihWRIjF5j .mbr-section-subtitle {
  color: #767676;
}
.cid-rihWRIjF5j H2 {
  color: #ffffff;
  text-align: center;
}
.cid-riitJo9NC4 {
  padding-top: 30px;
  padding-bottom: 75px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-riitJo9NC4 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-riitJo9NC4 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-riitJo9NC4 .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-riitJo9NC4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-riitJo9NC4 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-riitJo9NC4 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-riitJo9NC4 .card .panel-body {
  color: #767676;
}
.cid-riiylMmrmL {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-riiylMmrmL .title {
  margin-bottom: 2rem;
}
.cid-riiylMmrmL .mbr-section-subtitle {
  color: #767676;
}
.cid-riiylMmrmL a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-riiylMmrmL a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-riiylMmrmL .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-riiylMmrmL .input-group-btn {
  display: block;
  text-align: center;
}
.cid-u4Sv8pwr0m {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #009966;
}
.cid-u4Sv8pwr0m .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-u4Sv8pwr0m .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-u4Sv8pwr0m .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-u4Sv8pwr0m .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-u4Sv8pwr0m .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-u4Sv8pwr0m .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-u4Sv8pwr0m .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-u4Sv8pwr0m .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none !important;
}
.cid-u4Sv8pwr0m .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-u4Sv8pwr0m .btn-social + .btn {
  margin-left: .1rem;
}
.cid-u4Sv8pwr0m [class^="socicon-"]:before,
.cid-u4Sv8pwr0m [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-u4Sv8pwr0m .btn {
    font-size: 20px !important;
  }
}
.cid-u4Sv8pwr0m .mbr-section-title {
  color: #ffffff;
}
.cid-uNyKvrofxD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uNyKvrofxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyKvrofxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyKvrofxD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uNyKvrofxD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uNyKvrofxD .container {
    padding: 0 20px;
  }
}
.cid-uNyKvrofxD .row {
  justify-content: center;
}
.cid-uNyKvrofxD .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNyKvrofxD .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNyKvrofxD .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.cid-uNyKvrofxD .logo-wrapper a {
  display: inline-flex;
}
.cid-uNyKvrofxD .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNyKvrofxD .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNyKvrofxD .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNyKvrofxD .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #ffffff;
}
.cid-uNyKvrofxD .copy-wrapper .mbr-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.cid-uNyKvrofxD .list {
  color: #ffffff;
}
.cid-uNyKvrofxD .mbr-copy {
  color: #ffffff;
}
.cid-uNyKvrofxD .mbr-copy,
.cid-uNyKvrofxD .logo-wrapper {
  text-align: left;
}
.cid-rAYlRFAOoG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rAYlRFAOoG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rAYlRFAOoG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rAYlRFAOoG .mbr-text {
    text-align: center;
  }
}
.cid-rAYrqoPUzK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rAYrqoPUzK .mbr-text,
.cid-rAYrqoPUzK blockquote {
  color: #767676;
}
.cid-rAYtonZXMk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rAYtonZXMk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rAYtonZXMk .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rAYtonZXMk .media-wrap img {
  height: 6rem;
}
.cid-rAYtonZXMk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rAYtonZXMk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rAYtonZXMk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rAYtonZXMk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rAYtonZXMk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rAYtonZXMk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rAYtonZXMk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rAYtonZXMk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rAYtonZXMk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rAYtonZXMk .copyright > p {
  text-align: center;
}
.cid-uNyKvrofxD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1d1c;
}
.cid-uNyKvrofxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyKvrofxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyKvrofxD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uNyKvrofxD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uNyKvrofxD .container {
    padding: 0 20px;
  }
}
.cid-uNyKvrofxD .row {
  justify-content: center;
}
.cid-uNyKvrofxD .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNyKvrofxD .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNyKvrofxD .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.cid-uNyKvrofxD .logo-wrapper a {
  display: inline-flex;
}
.cid-uNyKvrofxD .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNyKvrofxD .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNyKvrofxD .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNyKvrofxD .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #ffffff;
}
.cid-uNyKvrofxD .copy-wrapper .mbr-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.cid-uNyKvrofxD .list {
  color: #ffffff;
}
.cid-uNyKvrofxD .mbr-copy {
  color: #ffffff;
}
.cid-uNyKvrofxD .mbr-copy,
.cid-uNyKvrofxD .logo-wrapper {
  text-align: left;
}
.cid-rAYlWDuNus {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rAYlWDuNus .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rAYlWDuNus .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rAYlWDuNus .mbr-text {
    text-align: center;
  }
}
.cid-rAYnzxtXlP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rAYnzxtXlP .mbr-text,
.cid-rAYnzxtXlP blockquote {
  color: #767676;
}
.cid-rAYttjdKh0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-rAYttjdKh0 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rAYttjdKh0 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rAYttjdKh0 .media-wrap img {
  height: 6rem;
}
.cid-rAYttjdKh0 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rAYttjdKh0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rAYttjdKh0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rAYttjdKh0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rAYttjdKh0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rAYttjdKh0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rAYttjdKh0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rAYttjdKh0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rAYttjdKh0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rAYttjdKh0 .copyright > p {
  text-align: center;
}
.cid-uNyKvrofxD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e1d1c;
}
.cid-uNyKvrofxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyKvrofxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyKvrofxD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uNyKvrofxD .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uNyKvrofxD .container {
    padding: 0 20px;
  }
}
.cid-uNyKvrofxD .row {
  justify-content: center;
}
.cid-uNyKvrofxD .logo-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNyKvrofxD .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNyKvrofxD .logo-wrapper img {
  display: inline-flex;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.cid-uNyKvrofxD .logo-wrapper a {
  display: inline-flex;
}
.cid-uNyKvrofxD .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNyKvrofxD .content-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNyKvrofxD .content-wrapper .list-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list .item-wrap {
  display: inline-block;
  width: fit-content;
  position: relative;
  margin-bottom: 10px;
  opacity: .6;
  cursor: pointer;
}
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list .item-wrap:focus::before,
.cid-uNyKvrofxD .content-wrapper .list-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uNyKvrofxD .border-wrap {
  height: 1px;
  width: 100%;
  opacity: .2;
  background-color: #ffffff;
}
.cid-uNyKvrofxD .copy-wrapper .mbr-copy {
  padding: 30px 0 40px;
  margin-bottom: 0;
  opacity: .4;
}
.cid-uNyKvrofxD .list {
  color: #ffffff;
}
.cid-uNyKvrofxD .mbr-copy {
  color: #ffffff;
}
.cid-uNyKvrofxD .mbr-copy,
.cid-uNyKvrofxD .logo-wrapper {
  text-align: left;
}
