body {
  font-family: 'Space Grotesk', sans-serif;
}
.display-1 {
  font-family: 'Kaisei Tokumin', serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Kaisei Tokumin', serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f2100a !important;
}
.bg-success {
  background-color: #006b54 !important;
}
.bg-info {
  background-color: #cbb6f2 !important;
}
.bg-warning {
  background-color: #ffcc1a !important;
}
.bg-danger {
  background-color: #dac5b1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2100a !important;
  border-color: #f2100a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f2100a !important;
  border-color: #9f0a07 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f0a07 !important;
  border-color: #9f0a07 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa4bc !important;
  border-color: #ffa4bc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ffa4bc !important;
  border-color: #ff4d7c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff4d7c !important;
  border-color: #ff4d7c !important;
}
.btn-info,
.btn-info:active {
  background-color: #cbb6f2 !important;
  border-color: #cbb6f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cbb6f2 !important;
  border-color: #976ce5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #976ce5 !important;
  border-color: #976ce5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #006b54 !important;
  border-color: #006b54 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #006b54 !important;
  border-color: #001410 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001410 !important;
  border-color: #001410 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
  color: #1a1400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffcc1a !important;
  border-color: #c29700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1a1400 !important;
  background-color: #c29700 !important;
  border-color: #c29700 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dac5b1 !important;
  border-color: #dac5b1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #dac5b1 !important;
  border-color: #be9976 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #be9976 !important;
  border-color: #be9976 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #fafafa !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f2100a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9f0a07 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2100a !important;
  border-color: #f2100a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa4bc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff4d7c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa4bc !important;
  border-color: #ffa4bc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cbb6f2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #976ce5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cbb6f2 !important;
  border-color: #cbb6f2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #006b54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #001410 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #006b54 !important;
  border-color: #006b54 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffcc1a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c29700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1a1400 !important;
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dac5b1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #be9976 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dac5b1 !important;
  border-color: #dac5b1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f2100a !important;
}
.text-secondary {
  color: #ffa4bc !important;
}
.text-success {
  color: #006b54 !important;
}
.text-info {
  color: #cbb6f2 !important;
}
.text-warning {
  color: #ffcc1a !important;
}
.text-danger {
  color: #dac5b1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #900a06 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff3e71 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000504 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8d5fe3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b38b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b9926c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f2100a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cbb6f2;
}
.alert-warning {
  background-color: #ffcc1a;
}
.alert-danger {
  background-color: #dac5b1;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f2100a;
  border-color: #f2100a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f2100a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdcccb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00ebb8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff9e6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f2100a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f2100a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f2100a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2100a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f2100a;
  border-bottom-color: #f2100a;
}
.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: #f2100a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffa4bc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f2100a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tYTBUF5T8P {
  background-color: transparent;
}
.cid-tYTBUF5T8P .navbar-dropdown {
  background-color: #31efc4 !important;
  padding: 0;
}
.cid-tYTBUF5T8P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #31efc4 !important;
  background: #31efc4;
}
.cid-tYTBUF5T8P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYTBUF5T8P .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYTBUF5T8P .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tYTBUF5T8P .menu_box .navbar.opened,
  .cid-tYTBUF5T8P .menu_box .navbar-collapse {
    background-color: #31efc4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tYTBUF5T8P .navbar-dropdown {
  position: relative !important;
}
.cid-tYTBUF5T8P .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tYTBUF5T8P .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tYTBUF5T8P .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tYTBUF5T8P .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tYTBUF5T8P .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tYTBUF5T8P .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-tYTBUF5T8P .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tYTBUF5T8P .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tYTBUF5T8P .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tYTBUF5T8P .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tYTBUF5T8P .offcanvas-body .mbr-text,
  .cid-tYTBUF5T8P .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tYTBUF5T8P .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tYTBUF5T8P .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tYTBUF5T8P .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-tYTBUF5T8P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tYTBUF5T8P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tYTBUF5T8P .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tYTBUF5T8P .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tYTBUF5T8P ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tYTBUF5T8P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYTBUF5T8P .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tYTBUF5T8P .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tYTBUF5T8P li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tYTBUF5T8P .lg_brand {
    margin: 0 1rem;
  }
  .cid-tYTBUF5T8P .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-tYTBUF5T8P .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tYTBUF5T8P .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYTBUF5T8P .nav-item {
    margin: 0 !important;
  }
}
.cid-tYTBUF5T8P .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-tYTBUF5T8P .nav-item .nav-link:hover,
.cid-tYTBUF5T8P .nav-item .nav-link:focus {
  color: #f2100a !important;
  opacity: 1;
}
.cid-tYTBUF5T8P .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tYTBUF5T8P .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tYTBUF5T8P .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tYTBUF5T8P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYTBUF5T8P .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tYTBUF5T8P .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tYTBUF5T8P .offcanvas_box {
    display: none;
  }
}
.cid-tYTBUF5T8P .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tYTBUF5T8P .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tYTBUF5T8P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tYTBUF5T8P .container {
  display: flex;
  margin: auto;
}
.cid-tYTBUF5T8P .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tYTBUF5T8P .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tYTBUF5T8P .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tYTBUF5T8P .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tYTBUF5T8P .navbar-nav {
    margin: 0;
  }
}
.cid-tYTBUF5T8P .dropdown-menu,
.cid-tYTBUF5T8P .navbar.opened {
  background-color: false !important;
}
.cid-tYTBUF5T8P .nav-item:focus,
.cid-tYTBUF5T8P .nav-link:focus {
  outline: none;
}
.cid-tYTBUF5T8P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYTBUF5T8P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYTBUF5T8P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYTBUF5T8P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYTBUF5T8P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYTBUF5T8P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYTBUF5T8P .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tYTBUF5T8P .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tYTBUF5T8P .navbar.opened {
  transition: all 0.3s;
}
.cid-tYTBUF5T8P .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tYTBUF5T8P .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tYTBUF5T8P .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tYTBUF5T8P .navbar.collapsed {
  justify-content: center;
}
.cid-tYTBUF5T8P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYTBUF5T8P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYTBUF5T8P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYTBUF5T8P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYTBUF5T8P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYTBUF5T8P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tYTBUF5T8P .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYTBUF5T8P .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tYTBUF5T8P .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tYTBUF5T8P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYTBUF5T8P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYTBUF5T8P .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tYTBUF5T8P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYTBUF5T8P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tYTBUF5T8P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYTBUF5T8P .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tYTBUF5T8P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYTBUF5T8P .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tYTBUF5T8P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tYTBUF5T8P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYTBUF5T8P .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tYTBUF5T8P .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYTBUF5T8P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYTBUF5T8P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYTBUF5T8P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYTBUF5T8P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tYTBUF5T8P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYTBUF5T8P .dropdown-item.active,
.cid-tYTBUF5T8P .dropdown-item:active {
  background-color: transparent;
}
.cid-tYTBUF5T8P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tYTBUF5T8P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYTBUF5T8P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYTBUF5T8P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYTBUF5T8P ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tYTBUF5T8P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYTBUF5T8P button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #31efc4;
  background: #ffdf70;
}
.cid-tYTBUF5T8P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYTBUF5T8P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYTBUF5T8P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYTBUF5T8P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYTBUF5T8P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYTBUF5T8P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYTBUF5T8P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYTBUF5T8P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYTBUF5T8P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYTBUF5T8P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tYTBUF5T8P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYTBUF5T8P .navbar {
    height: 70px;
  }
  .cid-tYTBUF5T8P .navbar.opened {
    height: auto;
  }
  .cid-tYTBUF5T8P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYTBUF5T8P .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tYTBUF5T8P .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tYTBUF5T8P .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tYTBUF5T8P .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tYTBUF5T8P .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-tYTBUF5T8P .navbar-caption:hover {
  color: #f2100a;
}
@media (min-width: 992px) {
  .cid-tYTBUF5T8P .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tYTBUF5T8P .text_widget {
  margin-bottom: 32px;
}
.cid-tYTBUF5T8P .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tYTBUF5T8P .text_widget a:hover,
.cid-tYTBUF5T8P .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tYTBUF5T8P .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-tYTBUF5T8P .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tYTBUF5T8P .navbar-caption {
  color: #222222;
}
.cid-tYTBUF5T8P .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tYTBUF5T8P .mbr-section-subtitle,
.cid-tYTBUF5T8P .text_widget,
.cid-tYTBUF5T8P .mbr-section-btn {
  text-align: center;
}
.cid-tYTBUF5T8P a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-t02M7Pvbo7 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/property-lawyers10-1440x960.jpg");
}
.cid-t02M7Pvbo7 .row {
  flex-direction: row-reverse;
}
.cid-t02M7Pvbo7 .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-t02M7Pvbo7 .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-t02M7Pvbo7 .wrapper {
  margin-top: 120px;
}
.cid-t02M7Pvbo7 .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-t02M7Pvbo7 .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-t02M7Pvbo7 .wrap {
  min-height: 650px;
  position: relative;
}
.cid-t02M7Pvbo7 .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-t02M7Pvbo7 .wrap {
    display: none;
  }
}
.cid-t02M7Pvbo7 .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-2 {
  right: 20px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-5 {
  left: -80px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-6 {
  right: -30px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-t02M7Pvbo7 .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .card-title {
  text-align: center;
  color: #fffaf6;
}
.cid-t02M7Pvbo7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tT6CIIMbEw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #31efc4;
}
.cid-tT6CIIMbEw .row {
  flex-direction: row-reverse;
}
.cid-tT6CIIMbEw .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tT6CIIMbEw .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-tT6CIIMbEw .wrapper {
  margin-top: 120px;
}
.cid-tT6CIIMbEw .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-tT6CIIMbEw .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-tT6CIIMbEw .wrap {
  min-height: 650px;
  position: relative;
}
.cid-tT6CIIMbEw .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-tT6CIIMbEw .wrap {
    display: none;
  }
}
.cid-tT6CIIMbEw .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-tT6CIIMbEw .wrap:hover .image-2 {
  right: 20px;
}
.cid-tT6CIIMbEw .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-tT6CIIMbEw .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-tT6CIIMbEw .wrap:hover .image-5 {
  left: -80px;
}
.cid-tT6CIIMbEw .wrap:hover .image-6 {
  right: -30px;
}
.cid-tT6CIIMbEw .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-tT6CIIMbEw .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tT6CIIMbEw .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tT6CIIMbEw .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tT6CIIMbEw .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tT6CIIMbEw .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tT6CIIMbEw .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tT6CIIMbEw .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tT6CIIMbEw .card-title {
  text-align: center;
}
.cid-tT6CIIMbEw .mbr-text {
  text-align: center;
}
.cid-t02Mh4Axv5 {
  background-image: url("../../../assets/images/property-lawyers11-1920x1080.jpg");
  margin-top: -3px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
}
.cid-t02Mh4Axv5 .row {
  align-items: center;
}
.cid-t02Mh4Axv5 .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #ffdf70;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t02Mh4Axv5 .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-t02Mh4Axv5 .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-t02Mh4Axv5 .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-t02Mh4Axv5 .card {
    height: 300px;
  }
}
.cid-tYTCU4QcOx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #31efc4;
}
.cid-tYTCU4QcOx .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-tYTCU4QcOx .bottom-line {
  padding: 30px 0;
}
.cid-tYTCU4QcOx .card-title {
  text-decoration: underline;
}
.cid-tYTCU4QcOx .title {
  padding: 30px 1rem 40px;
}
.cid-tYTCU4QcOx .title:hover {
  background-color: #FFA4BC;
  color: #ff403d;
}
.cid-tYTCU4QcOx .title1 {
  padding: 30px 1rem 40px;
}
.cid-tYTCU4QcOx .title1:hover {
  background-color: #006b54;
  color: #ffcc1a;
}
.cid-tYTCU4QcOx .title2 {
  padding: 30px 1rem 40px;
}
.cid-tYTCU4QcOx .title2:hover {
  background-color: #cbb6f2;
  color: #1b66ce;
}
@media (max-width: 991px) {
  .cid-tYTCU4QcOx .card {
    margin-bottom: 2rem !important;
  }
  .cid-tYTCU4QcOx .card-title,
  .cid-tYTCU4QcOx .mbr-text {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYTCU4QcOx .link-wrap {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .cid-tYTCU4QcOx .card-title,
  .cid-tYTCU4QcOx .mbr-text {
    padding: 0 70px 0 70px;
  }
}
.cid-tYTCU4QcOx .image-wrapper img {
  border-radius: 72px;
  width: 100%;
  max-width: 400px;
  max-height: 520px;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (max-width: 992px) {
  .cid-tYTCU4QcOx .image-wrapper img {
    max-width: 320px;
    max-height: 425px;
  }
}
.cid-tYTCU4QcOx .img {
  padding-top: 72px;
  padding-bottom: 66px;
}
.cid-tYTCU4QcOx .mbr-section-btn {
  margin-top: 65px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYTCU4QcOx .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYTCU4QcOx .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-tYTCU4QcOx .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYTCU4QcOx .btn:hover,
.cid-tYTCU4QcOx .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYTCU4QcOx .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYTCU4QcOx .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYTCU4QcOx .btn:hover:before,
.cid-tYTCU4QcOx .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYTCU4QcOx .btn-secondary {
  color: #000000 !important;
}
.cid-tYTCU4QcOx .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYTCU4QcOx .mbr-section-title {
  text-align: center;
}
.cid-tYTCU4QcOx .card-title,
.cid-tYTCU4QcOx .card-box {
  text-align: center;
}
.cid-tYTCU4QcOx .mbr-text,
.cid-tYTCU4QcOx .link-wrap,
.cid-tYTCU4QcOx .mbr-section-btn {
  text-align: center;
}
.cid-tWdA4lme1F {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffdf70;
}
.cid-tWdA4lme1F .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tWdA4lme1F .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWdA4lme1F .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tWdA4lme1F .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tWdA4lme1F .btn:hover,
.cid-tWdA4lme1F .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tWdA4lme1F .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tWdA4lme1F .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tWdA4lme1F .btn:hover:before,
.cid-tWdA4lme1F .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tWdA4lme1F .btn-secondary {
  color: #000000 !important;
}
.cid-tWdA4lme1F .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYTDKswGgb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #31efc4;
}
.cid-tYTDKswGgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYTDKswGgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYTDKswGgb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tYTDKswGgb .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-tYTDKswGgb .container {
    padding: 0 28px;
  }
}
.cid-tYTDKswGgb .row {
  justify-content: center;
}
.cid-tYTDKswGgb .nav.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-bottom: 40px;
}
.cid-tYTDKswGgb .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 48px 10px 0;
}
.cid-tYTDKswGgb .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  margin-bottom: 0;
  border: none;
  color: #000000;
  border-radius: 0 !important;
  padding: 0;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.cid-tYTDKswGgb .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-tYTDKswGgb .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-tYTDKswGgb .tab-content .tab-pane .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYTDKswGgb .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tYAreans3U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffdf70;
}
.cid-tYAreans3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYAreans3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYAreans3U .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tYAreans3U .mbr-section-title {
  color: #24262b;
}
.cid-tYAreans3U .mbr-section-subtitle {
  color: #24262b;
}
.cid-tYAreans3U .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-tYAreans3U .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #31efc4;
}
@media (max-width: 767px) {
  .cid-tYAreans3U .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tYAreans3U .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tYAreans3U .card-subtitle {
  color: #24262b;
  text-align: center;
}
.cid-tYAreans3U .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tYAreans3U .mbr-section-btn {
  margin-top: 20px;
}
.cid-tYAreans3U .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tYAreans3U .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tYAreans3U .card-text,
.cid-tYAreans3U .mbr-section-btn {
  text-align: center;
}
.cid-tWdAOce5PO {
  background-image: url("../../../assets/images/property-lawyers13-750x550.jpg");
  margin-top: -3px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tWdAOce5PO .row {
  align-items: center;
}
.cid-tWdAOce5PO .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #31efc4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tWdAOce5PO .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-tWdAOce5PO .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-tWdAOce5PO .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-tWdAOce5PO .card {
    height: 300px;
  }
}
.cid-tYAjiJwPQi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffdf70;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-tYAjiJwPQi blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #31efc4;
  font-style: normal;
}
.cid-tYAjiJwPQi .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-tYAjiJwPQi .inform div:first-child {
  border-left: none;
}
.cid-tYAjiJwPQi .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-tYAjiJwPQi .mbr-section-title {
  text-align: center;
}
.cid-tYAjiJwPQi .mbr-text {
  text-align: center;
}
.cid-tYSqn6CoQ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #31efc4;
}
.cid-tYSqn6CoQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYSqn6CoQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYSqn6CoQ6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYSqn6CoQ6 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYSqn6CoQ6 .container {
    padding: 0 30px;
  }
}
.cid-tYSqn6CoQ6 .row {
  justify-content: center;
}
.cid-tYSqn6CoQ6 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYSqn6CoQ6 .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card .title-wrapper {
  margin-bottom: 25px;
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card .title-wrapper .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap {
  margin-left: 16px;
  display: inline-flex;
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card .mbr-text {
  margin-bottom: 0;
}
.cid-tYSqn6CoQ6 .google-map {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-tYSqn6CoQ6 .google-map {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYSqn6CoQ6 .google-map {
    padding: 0;
  }
}
.cid-tYSqn6CoQ6 .google-map iframe {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-tYSqn6CoQ6 .google-map iframe {
    height: 300px;
  }
}
.cid-tYSqn6CoQ6 .mbr-card-title {
  color: #212529;
}
.cid-tYSqn6CoQ6 .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tYSqn6CoQ6 .mbr-card-title,
.cid-tYSqn6CoQ6 .title-wrapper {
  text-align: center;
}
.cid-t02MA2L5z5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffdf70;
  overflow: hidden;
}
.cid-t02MA2L5z5 .mbr-text {
  color: #002549;
}
.cid-t02MA2L5z5 .media-container-row .mbr-text {
  color: #000000;
}
.cid-tYTKVe72YV {
  background-image: url("../../../assets/images/property-lawyers15-1600x1067.jpg");
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tYTKVe72YV .row {
  align-items: center;
}
.cid-tYTKVe72YV .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #ffdf70;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tYTKVe72YV .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-tYTKVe72YV .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-tYTKVe72YV .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-tYTKVe72YV .card {
    height: 300px;
  }
}
.cid-tYSvSRTtf4 {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #31efc4;
}
.cid-tYSvSRTtf4 .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYSvSRTtf4 .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYSvSRTtf4 .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tYSvSRTtf4 .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYSvSRTtf4 .btn:hover,
.cid-tYSvSRTtf4 .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYSvSRTtf4 .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYSvSRTtf4 .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYSvSRTtf4 .btn:hover:before,
.cid-tYSvSRTtf4 .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYSvSRTtf4 .btn-secondary {
  color: #000000 !important;
}
.cid-tYSvSRTtf4 .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYSvSRTtf4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tYSvSSmXW9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #ffdf70;
}
.cid-tYSvSSmXW9 .row {
  flex-direction: row-reverse;
}
.cid-tYSvSSmXW9 .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tYSvSSmXW9 .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tYSvSSmXW9 .img {
    justify-content: flex-end;
    display: flex;
  }
}
.cid-tYSvSSmXW9 .image-wrapper img {
  border-radius: 50px;
  width: 100%;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (min-width: 992px) {
  .cid-tYSvSSmXW9 .image-wrapper img {
    min-height: 840px;
    max-width: 550px;
  }
}
.cid-tYSvSSmXW9 .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYSvSSmXW9 .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-tYSvSSmXW9 .mbr-section-btn {
    margin-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYSvSSmXW9 .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tYSvSSmXW9 .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYSvSSmXW9 .btn:hover,
.cid-tYSvSSmXW9 .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYSvSSmXW9 .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYSvSSmXW9 .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYSvSSmXW9 .btn:hover:before,
.cid-tYSvSSmXW9 .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYSvSSmXW9 .btn-secondary {
  color: #000000 !important;
}
.cid-tYSvSSmXW9 .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYSvSSPVtx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #31efc4;
}
.cid-tYSvSSPVtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYSvSSPVtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYSvSSPVtx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYSvSSPVtx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYSvSSPVtx .container {
    padding: 0 30px;
  }
}
.cid-tYSvSSPVtx .row {
  justify-content: center;
}
.cid-tYSvSSPVtx .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYSvSSPVtx .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-tYSvSSPVtx .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-tYSvSSPVtx .content-wrapper .cards .card .title-wrapper {
  margin-bottom: 25px;
}
.cid-tYSvSSPVtx .content-wrapper .cards .card .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tYSvSSPVtx .content-wrapper .cards .card .title-wrapper .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-tYSvSSPVtx .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap {
  margin-left: 16px;
  display: inline-flex;
}
.cid-tYSvSSPVtx .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tYSvSSPVtx .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tYSvSSPVtx .content-wrapper .cards .card .mbr-text {
  margin-bottom: 0;
}
.cid-tYSvSSPVtx .google-map {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-tYSvSSPVtx .google-map {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYSvSSPVtx .google-map {
    padding: 0;
  }
}
.cid-tYSvSSPVtx .google-map iframe {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-tYSvSSPVtx .google-map iframe {
    height: 300px;
  }
}
.cid-tYSvSSPVtx .mbr-card-title {
  color: #212529;
}
.cid-tYSvSSPVtx .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tYSvSSPVtx .mbr-card-title,
.cid-tYSvSSPVtx .title-wrapper {
  text-align: center;
}
.cid-tYSvSTBvUH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffdf70;
  overflow: hidden;
}
.cid-tYSvSTBvUH .mbr-text {
  color: #002549;
}
.cid-tYSvSTBvUH .media-container-row .mbr-text {
  color: #000000;
}
.cid-tYTBUF5T8P {
  background-color: transparent;
}
.cid-tYTBUF5T8P .navbar-dropdown {
  background-color: #31efc4 !important;
  padding: 0;
}
.cid-tYTBUF5T8P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #31efc4 !important;
  background: #31efc4;
}
.cid-tYTBUF5T8P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYTBUF5T8P .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYTBUF5T8P .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tYTBUF5T8P .menu_box .navbar.opened,
  .cid-tYTBUF5T8P .menu_box .navbar-collapse {
    background-color: #31efc4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tYTBUF5T8P .navbar-dropdown {
  position: relative !important;
}
.cid-tYTBUF5T8P .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tYTBUF5T8P .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tYTBUF5T8P .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tYTBUF5T8P .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tYTBUF5T8P .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tYTBUF5T8P .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-tYTBUF5T8P .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tYTBUF5T8P .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tYTBUF5T8P .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tYTBUF5T8P .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tYTBUF5T8P .offcanvas-body .mbr-text,
  .cid-tYTBUF5T8P .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tYTBUF5T8P .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tYTBUF5T8P .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tYTBUF5T8P .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-tYTBUF5T8P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tYTBUF5T8P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tYTBUF5T8P .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tYTBUF5T8P .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tYTBUF5T8P ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tYTBUF5T8P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYTBUF5T8P .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tYTBUF5T8P .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tYTBUF5T8P li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tYTBUF5T8P .lg_brand {
    margin: 0 1rem;
  }
  .cid-tYTBUF5T8P .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-tYTBUF5T8P .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tYTBUF5T8P .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYTBUF5T8P .nav-item {
    margin: 0 !important;
  }
}
.cid-tYTBUF5T8P .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-tYTBUF5T8P .nav-item .nav-link:hover,
.cid-tYTBUF5T8P .nav-item .nav-link:focus {
  color: #f2100a !important;
  opacity: 1;
}
.cid-tYTBUF5T8P .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tYTBUF5T8P .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tYTBUF5T8P .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tYTBUF5T8P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYTBUF5T8P .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tYTBUF5T8P .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tYTBUF5T8P .offcanvas_box {
    display: none;
  }
}
.cid-tYTBUF5T8P .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tYTBUF5T8P .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tYTBUF5T8P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tYTBUF5T8P .container {
  display: flex;
  margin: auto;
}
.cid-tYTBUF5T8P .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tYTBUF5T8P .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tYTBUF5T8P .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tYTBUF5T8P .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tYTBUF5T8P .navbar-nav {
    margin: 0;
  }
}
.cid-tYTBUF5T8P .dropdown-menu,
.cid-tYTBUF5T8P .navbar.opened {
  background-color: false !important;
}
.cid-tYTBUF5T8P .nav-item:focus,
.cid-tYTBUF5T8P .nav-link:focus {
  outline: none;
}
.cid-tYTBUF5T8P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYTBUF5T8P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYTBUF5T8P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYTBUF5T8P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYTBUF5T8P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYTBUF5T8P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYTBUF5T8P .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tYTBUF5T8P .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tYTBUF5T8P .navbar.opened {
  transition: all 0.3s;
}
.cid-tYTBUF5T8P .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tYTBUF5T8P .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tYTBUF5T8P .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tYTBUF5T8P .navbar.collapsed {
  justify-content: center;
}
.cid-tYTBUF5T8P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYTBUF5T8P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYTBUF5T8P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYTBUF5T8P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYTBUF5T8P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYTBUF5T8P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tYTBUF5T8P .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYTBUF5T8P .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tYTBUF5T8P .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tYTBUF5T8P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYTBUF5T8P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYTBUF5T8P .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tYTBUF5T8P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYTBUF5T8P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tYTBUF5T8P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYTBUF5T8P .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tYTBUF5T8P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYTBUF5T8P .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tYTBUF5T8P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tYTBUF5T8P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYTBUF5T8P .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tYTBUF5T8P .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYTBUF5T8P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYTBUF5T8P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYTBUF5T8P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYTBUF5T8P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tYTBUF5T8P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYTBUF5T8P .dropdown-item.active,
.cid-tYTBUF5T8P .dropdown-item:active {
  background-color: transparent;
}
.cid-tYTBUF5T8P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tYTBUF5T8P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYTBUF5T8P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYTBUF5T8P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYTBUF5T8P ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tYTBUF5T8P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYTBUF5T8P button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #31efc4;
  background: #ffdf70;
}
.cid-tYTBUF5T8P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYTBUF5T8P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYTBUF5T8P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYTBUF5T8P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYTBUF5T8P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYTBUF5T8P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYTBUF5T8P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYTBUF5T8P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYTBUF5T8P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYTBUF5T8P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tYTBUF5T8P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYTBUF5T8P .navbar {
    height: 70px;
  }
  .cid-tYTBUF5T8P .navbar.opened {
    height: auto;
  }
  .cid-tYTBUF5T8P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYTBUF5T8P .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tYTBUF5T8P .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tYTBUF5T8P .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tYTBUF5T8P .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tYTBUF5T8P .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-tYTBUF5T8P .navbar-caption:hover {
  color: #f2100a;
}
@media (min-width: 992px) {
  .cid-tYTBUF5T8P .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tYTBUF5T8P .text_widget {
  margin-bottom: 32px;
}
.cid-tYTBUF5T8P .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tYTBUF5T8P .text_widget a:hover,
.cid-tYTBUF5T8P .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tYTBUF5T8P .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-tYTBUF5T8P .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tYTBUF5T8P .navbar-caption {
  color: #222222;
}
.cid-tYTBUF5T8P .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tYTBUF5T8P .mbr-section-subtitle,
.cid-tYTBUF5T8P .text_widget,
.cid-tYTBUF5T8P .mbr-section-btn {
  text-align: center;
}
.cid-tYTBUF5T8P a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tYTLrKvLG0 {
  background-image: url("../../../assets/images/body-corporate-lawyers-brisbane.webp");
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tYTLrKvLG0 .row {
  align-items: center;
}
.cid-tYTLrKvLG0 .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #ffdf70;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tYTLrKvLG0 .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-tYTLrKvLG0 .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-tYTLrKvLG0 .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-tYTLrKvLG0 .card {
    height: 300px;
  }
}
.cid-tYTLrLtX3U {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #31efc4;
}
.cid-tYTLrLtX3U .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYTLrLtX3U .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYTLrLtX3U .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tYTLrLtX3U .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYTLrLtX3U .btn:hover,
.cid-tYTLrLtX3U .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYTLrLtX3U .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYTLrLtX3U .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYTLrLtX3U .btn:hover:before,
.cid-tYTLrLtX3U .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYTLrLtX3U .btn-secondary {
  color: #000000 !important;
}
.cid-tYTLrLtX3U .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYTLrLtX3U .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tYTLrLUi2a {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #ffdf70;
}
.cid-tYTLrLUi2a .row {
  flex-direction: row-reverse;
}
.cid-tYTLrLUi2a .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tYTLrLUi2a .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tYTLrLUi2a .img {
    justify-content: flex-end;
    display: flex;
  }
}
.cid-tYTLrLUi2a .image-wrapper img {
  border-radius: 50px;
  width: 100%;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (min-width: 992px) {
  .cid-tYTLrLUi2a .image-wrapper img {
    min-height: 840px;
    max-width: 550px;
  }
}
.cid-tYTLrLUi2a .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYTLrLUi2a .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-tYTLrLUi2a .mbr-section-btn {
    margin-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYTLrLUi2a .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tYTLrLUi2a .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYTLrLUi2a .btn:hover,
.cid-tYTLrLUi2a .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYTLrLUi2a .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYTLrLUi2a .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYTLrLUi2a .btn:hover:before,
.cid-tYTLrLUi2a .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYTLrLUi2a .btn-secondary {
  color: #000000 !important;
}
.cid-tYTLrLUi2a .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYTLrMaT8t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #31efc4;
}
.cid-tYTLrMaT8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYTLrMaT8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYTLrMaT8t .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYTLrMaT8t .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYTLrMaT8t .container {
    padding: 0 30px;
  }
}
.cid-tYTLrMaT8t .row {
  justify-content: center;
}
.cid-tYTLrMaT8t .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYTLrMaT8t .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-tYTLrMaT8t .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-tYTLrMaT8t .content-wrapper .cards .card .title-wrapper {
  margin-bottom: 25px;
}
.cid-tYTLrMaT8t .content-wrapper .cards .card .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tYTLrMaT8t .content-wrapper .cards .card .title-wrapper .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-tYTLrMaT8t .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap {
  margin-left: 16px;
  display: inline-flex;
}
.cid-tYTLrMaT8t .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tYTLrMaT8t .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tYTLrMaT8t .content-wrapper .cards .card .mbr-text {
  margin-bottom: 0;
}
.cid-tYTLrMaT8t .google-map {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-tYTLrMaT8t .google-map {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYTLrMaT8t .google-map {
    padding: 0;
  }
}
.cid-tYTLrMaT8t .google-map iframe {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-tYTLrMaT8t .google-map iframe {
    height: 300px;
  }
}
.cid-tYTLrMaT8t .mbr-card-title {
  color: #212529;
}
.cid-tYTLrMaT8t .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tYTLrMaT8t .mbr-card-title,
.cid-tYTLrMaT8t .title-wrapper {
  text-align: center;
}
.cid-tYTLrMGTtC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffdf70;
  overflow: hidden;
}
.cid-tYTLrMGTtC .mbr-text {
  color: #002549;
}
.cid-tYTLrMGTtC .media-container-row .mbr-text {
  color: #000000;
}
.cid-tYTLrN1UVb {
  background-color: transparent;
}
.cid-tYTLrN1UVb .navbar-dropdown {
  background-color: #31efc4 !important;
  padding: 0;
}
.cid-tYTLrN1UVb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #31efc4 !important;
  background: #31efc4;
}
.cid-tYTLrN1UVb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYTLrN1UVb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYTLrN1UVb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tYTLrN1UVb .menu_box .navbar.opened,
  .cid-tYTLrN1UVb .menu_box .navbar-collapse {
    background-color: #31efc4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tYTLrN1UVb .navbar-dropdown {
  position: relative !important;
}
.cid-tYTLrN1UVb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tYTLrN1UVb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tYTLrN1UVb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tYTLrN1UVb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tYTLrN1UVb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tYTLrN1UVb .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-tYTLrN1UVb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tYTLrN1UVb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tYTLrN1UVb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tYTLrN1UVb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tYTLrN1UVb .offcanvas-body .mbr-text,
  .cid-tYTLrN1UVb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tYTLrN1UVb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tYTLrN1UVb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tYTLrN1UVb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-tYTLrN1UVb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tYTLrN1UVb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tYTLrN1UVb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tYTLrN1UVb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tYTLrN1UVb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tYTLrN1UVb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYTLrN1UVb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tYTLrN1UVb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tYTLrN1UVb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tYTLrN1UVb .lg_brand {
    margin: 0 1rem;
  }
  .cid-tYTLrN1UVb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-tYTLrN1UVb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tYTLrN1UVb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYTLrN1UVb .nav-item {
    margin: 0 !important;
  }
}
.cid-tYTLrN1UVb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-tYTLrN1UVb .nav-item .nav-link:hover,
.cid-tYTLrN1UVb .nav-item .nav-link:focus {
  color: #f2100a !important;
  opacity: 1;
}
.cid-tYTLrN1UVb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tYTLrN1UVb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tYTLrN1UVb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tYTLrN1UVb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYTLrN1UVb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tYTLrN1UVb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tYTLrN1UVb .offcanvas_box {
    display: none;
  }
}
.cid-tYTLrN1UVb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tYTLrN1UVb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tYTLrN1UVb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tYTLrN1UVb .container {
  display: flex;
  margin: auto;
}
.cid-tYTLrN1UVb .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tYTLrN1UVb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tYTLrN1UVb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tYTLrN1UVb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tYTLrN1UVb .navbar-nav {
    margin: 0;
  }
}
.cid-tYTLrN1UVb .dropdown-menu,
.cid-tYTLrN1UVb .navbar.opened {
  background-color: false !important;
}
.cid-tYTLrN1UVb .nav-item:focus,
.cid-tYTLrN1UVb .nav-link:focus {
  outline: none;
}
.cid-tYTLrN1UVb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYTLrN1UVb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYTLrN1UVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYTLrN1UVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYTLrN1UVb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYTLrN1UVb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYTLrN1UVb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tYTLrN1UVb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tYTLrN1UVb .navbar.opened {
  transition: all 0.3s;
}
.cid-tYTLrN1UVb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tYTLrN1UVb .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tYTLrN1UVb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tYTLrN1UVb .navbar.collapsed {
  justify-content: center;
}
.cid-tYTLrN1UVb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYTLrN1UVb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYTLrN1UVb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYTLrN1UVb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYTLrN1UVb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYTLrN1UVb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tYTLrN1UVb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYTLrN1UVb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tYTLrN1UVb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tYTLrN1UVb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYTLrN1UVb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYTLrN1UVb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tYTLrN1UVb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYTLrN1UVb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tYTLrN1UVb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYTLrN1UVb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tYTLrN1UVb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYTLrN1UVb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tYTLrN1UVb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tYTLrN1UVb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYTLrN1UVb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tYTLrN1UVb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYTLrN1UVb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYTLrN1UVb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYTLrN1UVb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYTLrN1UVb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tYTLrN1UVb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYTLrN1UVb .dropdown-item.active,
.cid-tYTLrN1UVb .dropdown-item:active {
  background-color: transparent;
}
.cid-tYTLrN1UVb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tYTLrN1UVb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYTLrN1UVb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYTLrN1UVb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYTLrN1UVb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tYTLrN1UVb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYTLrN1UVb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #31efc4;
  background: #ffdf70;
}
.cid-tYTLrN1UVb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYTLrN1UVb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYTLrN1UVb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYTLrN1UVb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYTLrN1UVb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYTLrN1UVb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYTLrN1UVb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYTLrN1UVb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYTLrN1UVb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYTLrN1UVb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tYTLrN1UVb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYTLrN1UVb .navbar {
    height: 70px;
  }
  .cid-tYTLrN1UVb .navbar.opened {
    height: auto;
  }
  .cid-tYTLrN1UVb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYTLrN1UVb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tYTLrN1UVb .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tYTLrN1UVb .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tYTLrN1UVb .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tYTLrN1UVb .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-tYTLrN1UVb .navbar-caption:hover {
  color: #f2100a;
}
@media (min-width: 992px) {
  .cid-tYTLrN1UVb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tYTLrN1UVb .text_widget {
  margin-bottom: 32px;
}
.cid-tYTLrN1UVb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tYTLrN1UVb .text_widget a:hover,
.cid-tYTLrN1UVb .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tYTLrN1UVb .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-tYTLrN1UVb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tYTLrN1UVb .navbar-caption {
  color: #222222;
}
.cid-tYTLrN1UVb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tYTLrN1UVb .mbr-section-subtitle,
.cid-tYTLrN1UVb .text_widget,
.cid-tYTLrN1UVb .mbr-section-btn {
  text-align: center;
}
.cid-tYTLrN1UVb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tYTN2czkfS {
  background-image: url("../../../assets/images/body-corporate-law2-612x408.jpg");
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tYTN2czkfS .row {
  align-items: center;
}
.cid-tYTN2czkfS .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #ffdf70;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tYTN2czkfS .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-tYTN2czkfS .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-tYTN2czkfS .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-tYTN2czkfS .card {
    height: 300px;
  }
}
.cid-tYTN2dxiQI {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #31efc4;
}
.cid-tYTN2dxiQI .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYTN2dxiQI .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYTN2dxiQI .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tYTN2dxiQI .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYTN2dxiQI .btn:hover,
.cid-tYTN2dxiQI .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYTN2dxiQI .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYTN2dxiQI .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYTN2dxiQI .btn:hover:before,
.cid-tYTN2dxiQI .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYTN2dxiQI .btn-secondary {
  color: #000000 !important;
}
.cid-tYTN2dxiQI .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYTN2dxiQI .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tYTN2e9PzP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #ffdf70;
}
.cid-tYTN2e9PzP .row {
  flex-direction: row-reverse;
}
.cid-tYTN2e9PzP .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tYTN2e9PzP .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tYTN2e9PzP .img {
    justify-content: flex-end;
    display: flex;
  }
}
.cid-tYTN2e9PzP .image-wrapper img {
  border-radius: 50px;
  width: 100%;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (min-width: 992px) {
  .cid-tYTN2e9PzP .image-wrapper img {
    min-height: 840px;
    max-width: 550px;
  }
}
.cid-tYTN2e9PzP .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYTN2e9PzP .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-tYTN2e9PzP .mbr-section-btn {
    margin-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYTN2e9PzP .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tYTN2e9PzP .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYTN2e9PzP .btn:hover,
.cid-tYTN2e9PzP .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYTN2e9PzP .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYTN2e9PzP .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYTN2e9PzP .btn:hover:before,
.cid-tYTN2e9PzP .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYTN2e9PzP .btn-secondary {
  color: #000000 !important;
}
.cid-tYTN2e9PzP .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYTN2eLXCZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #31efc4;
}
.cid-tYTN2eLXCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYTN2eLXCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYTN2eLXCZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYTN2eLXCZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYTN2eLXCZ .container {
    padding: 0 30px;
  }
}
.cid-tYTN2eLXCZ .row {
  justify-content: center;
}
.cid-tYTN2eLXCZ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYTN2eLXCZ .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-tYTN2eLXCZ .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-tYTN2eLXCZ .content-wrapper .cards .card .title-wrapper {
  margin-bottom: 25px;
}
.cid-tYTN2eLXCZ .content-wrapper .cards .card .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tYTN2eLXCZ .content-wrapper .cards .card .title-wrapper .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-tYTN2eLXCZ .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap {
  margin-left: 16px;
  display: inline-flex;
}
.cid-tYTN2eLXCZ .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tYTN2eLXCZ .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tYTN2eLXCZ .content-wrapper .cards .card .mbr-text {
  margin-bottom: 0;
}
.cid-tYTN2eLXCZ .google-map {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-tYTN2eLXCZ .google-map {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYTN2eLXCZ .google-map {
    padding: 0;
  }
}
.cid-tYTN2eLXCZ .google-map iframe {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-tYTN2eLXCZ .google-map iframe {
    height: 300px;
  }
}
.cid-tYTN2eLXCZ .mbr-card-title {
  color: #212529;
}
.cid-tYTN2eLXCZ .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tYTN2eLXCZ .mbr-card-title,
.cid-tYTN2eLXCZ .title-wrapper {
  text-align: center;
}
.cid-tYTN2fdvPE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffdf70;
  overflow: hidden;
}
.cid-tYTN2fdvPE .mbr-text {
  color: #002549;
}
.cid-tYTN2fdvPE .media-container-row .mbr-text {
  color: #000000;
}
.cid-tYTN2fv9qo {
  background-color: transparent;
}
.cid-tYTN2fv9qo .navbar-dropdown {
  background-color: #31efc4 !important;
  padding: 0;
}
.cid-tYTN2fv9qo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #31efc4 !important;
  background: #31efc4;
}
.cid-tYTN2fv9qo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYTN2fv9qo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYTN2fv9qo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tYTN2fv9qo .menu_box .navbar.opened,
  .cid-tYTN2fv9qo .menu_box .navbar-collapse {
    background-color: #31efc4 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tYTN2fv9qo .navbar-dropdown {
  position: relative !important;
}
.cid-tYTN2fv9qo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tYTN2fv9qo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tYTN2fv9qo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tYTN2fv9qo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tYTN2fv9qo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tYTN2fv9qo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #3283fb;
  }
  .cid-tYTN2fv9qo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tYTN2fv9qo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tYTN2fv9qo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tYTN2fv9qo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tYTN2fv9qo .offcanvas-body .mbr-text,
  .cid-tYTN2fv9qo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tYTN2fv9qo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tYTN2fv9qo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tYTN2fv9qo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-tYTN2fv9qo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tYTN2fv9qo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tYTN2fv9qo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tYTN2fv9qo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tYTN2fv9qo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tYTN2fv9qo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYTN2fv9qo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tYTN2fv9qo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tYTN2fv9qo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tYTN2fv9qo .lg_brand {
    margin: 0 1rem;
  }
  .cid-tYTN2fv9qo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: fit-content;
    justify-content: center;
    min-width: 200px;
    margin: 0 auto;
    background-color: #e2e7f8;
    border-radius: 25px;
  }
}
.cid-tYTN2fv9qo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tYTN2fv9qo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYTN2fv9qo .nav-item {
    margin: 0 !important;
  }
}
.cid-tYTN2fv9qo .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  opacity: .5;
}
.cid-tYTN2fv9qo .nav-item .nav-link:hover,
.cid-tYTN2fv9qo .nav-item .nav-link:focus {
  color: #f2100a !important;
  opacity: 1;
}
.cid-tYTN2fv9qo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tYTN2fv9qo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tYTN2fv9qo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tYTN2fv9qo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYTN2fv9qo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tYTN2fv9qo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tYTN2fv9qo .offcanvas_box {
    display: none;
  }
}
.cid-tYTN2fv9qo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tYTN2fv9qo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tYTN2fv9qo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tYTN2fv9qo .container {
  display: flex;
  margin: auto;
}
.cid-tYTN2fv9qo .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tYTN2fv9qo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tYTN2fv9qo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tYTN2fv9qo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tYTN2fv9qo .navbar-nav {
    margin: 0;
  }
}
.cid-tYTN2fv9qo .dropdown-menu,
.cid-tYTN2fv9qo .navbar.opened {
  background-color: false !important;
}
.cid-tYTN2fv9qo .nav-item:focus,
.cid-tYTN2fv9qo .nav-link:focus {
  outline: none;
}
.cid-tYTN2fv9qo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYTN2fv9qo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYTN2fv9qo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYTN2fv9qo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYTN2fv9qo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYTN2fv9qo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYTN2fv9qo .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tYTN2fv9qo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tYTN2fv9qo .navbar.opened {
  transition: all 0.3s;
}
.cid-tYTN2fv9qo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tYTN2fv9qo .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tYTN2fv9qo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tYTN2fv9qo .navbar.collapsed {
  justify-content: center;
}
.cid-tYTN2fv9qo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYTN2fv9qo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYTN2fv9qo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYTN2fv9qo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYTN2fv9qo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYTN2fv9qo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tYTN2fv9qo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYTN2fv9qo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tYTN2fv9qo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tYTN2fv9qo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYTN2fv9qo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYTN2fv9qo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tYTN2fv9qo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYTN2fv9qo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tYTN2fv9qo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYTN2fv9qo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tYTN2fv9qo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYTN2fv9qo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tYTN2fv9qo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tYTN2fv9qo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYTN2fv9qo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tYTN2fv9qo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYTN2fv9qo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYTN2fv9qo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYTN2fv9qo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYTN2fv9qo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tYTN2fv9qo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYTN2fv9qo .dropdown-item.active,
.cid-tYTN2fv9qo .dropdown-item:active {
  background-color: transparent;
}
.cid-tYTN2fv9qo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-tYTN2fv9qo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYTN2fv9qo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYTN2fv9qo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYTN2fv9qo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tYTN2fv9qo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYTN2fv9qo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #31efc4;
  background: #ffdf70;
}
.cid-tYTN2fv9qo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tYTN2fv9qo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYTN2fv9qo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYTN2fv9qo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYTN2fv9qo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYTN2fv9qo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYTN2fv9qo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYTN2fv9qo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYTN2fv9qo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYTN2fv9qo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tYTN2fv9qo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYTN2fv9qo .navbar {
    height: 70px;
  }
  .cid-tYTN2fv9qo .navbar.opened {
    height: auto;
  }
  .cid-tYTN2fv9qo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYTN2fv9qo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tYTN2fv9qo .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tYTN2fv9qo .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tYTN2fv9qo .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tYTN2fv9qo .mbr-section-btn-main .btn {
  margin: 8px;
  padding: 11px 25px;
  min-width: 180px;
  border-radius: 30px !important;
}
.cid-tYTN2fv9qo .navbar-caption:hover {
  color: #f2100a;
}
@media (min-width: 992px) {
  .cid-tYTN2fv9qo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tYTN2fv9qo .text_widget {
  margin-bottom: 32px;
}
.cid-tYTN2fv9qo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tYTN2fv9qo .text_widget a:hover,
.cid-tYTN2fv9qo .text_widget a:focus {
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tYTN2fv9qo .navbar-nav.nav-dropdown {
    margin: 0 16px;
    width: 100%;
  }
}
.cid-tYTN2fv9qo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tYTN2fv9qo .navbar-caption {
  color: #222222;
}
.cid-tYTN2fv9qo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tYTN2fv9qo .mbr-section-subtitle,
.cid-tYTN2fv9qo .text_widget,
.cid-tYTN2fv9qo .mbr-section-btn {
  text-align: center;
}
.cid-tYTN2fv9qo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
