body {
  font-family: Work Sans;
}
.display-1 {
  font-family: 'Cormorant', serif;
  font-size: 6.25rem;
  line-height: 0.833;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Cormorant', serif;
  font-size: 3.43rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.2875rem;
}
.display-4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8625rem;
}
.display-5 {
  font-family: 'Cormorant', serif;
  font-size: 1.87rem;
  line-height: 1.06;
}
.display-5 > .mbr-iconfont {
  font-size: 2.3375rem;
}
.display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.94rem;
  line-height: 1.73;
}
.display-7 > .mbr-iconfont {
  font-size: 1.175rem;
}
form .display-5 {
  font-family: 'Cormorant', serif;
  font-size: 1.04rem;
  line-height: 1.5625;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.744rem;
    font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.496rem;
    font-size: calc( 1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.752rem;
    font-size: calc( 0.979rem + (0.94 - 0.979) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.979rem + (0.94 - 0.979) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.94rem 2.25rem;
  position: relative;
}
.btn-sm {
  padding: 0.94rem 2.25rem;
}
.btn-md {
  padding: 0.94rem 2.25rem;
}
.btn-lg {
  padding: 0.94rem 2.25rem;
}
.bg-primary {
  background-color: #b0ffd9 !important;
}
.bg-success {
  background-color: #f7e4d6 !important;
}
.bg-info {
  background-color: #9e9e9e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f4f4f4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b0ffd9 !important;
  border-color: #b0ffd9 !important;
  color: #00b05b !important;
  box-shadow: none;
}
.btn-primary:hover:after,
.btn-primary:focus:after,
.btn-primary.focus:after,
.btn-primary.active:after {
  transform: translateX(10px);
}
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.focus::before,
.btn-primary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #00b05b !important;
  background-color: #59ffaf !important;
  border-color: #59ffaf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover:after,
.btn-secondary:focus:after,
.btn-secondary.focus:after,
.btn-secondary.active:after {
  transform: translateX(10px);
}
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary.focus::before,
.btn-secondary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover:after,
.btn-info:focus:after,
.btn-info.focus:after,
.btn-info.active:after {
  transform: translateX(10px);
}
.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.focus::before,
.btn-info.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
  color: #ac5c22 !important;
  box-shadow: none;
}
.btn-success:hover:after,
.btn-success:focus:after,
.btn-success.focus:after,
.btn-success.active:after {
  transform: translateX(10px);
}
.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.focus::before,
.btn-success.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ac5c22 !important;
  background-color: #e9b48d !important;
  border-color: #e9b48d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: none;
}
.btn-warning:hover:after,
.btn-warning:focus:after,
.btn-warning.focus:after,
.btn-warning.active:after {
  transform: translateX(10px);
}
.btn-warning:hover::before,
.btn-warning:focus::before,
.btn-warning.focus::before,
.btn-warning.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !important;
  box-shadow: none;
}
.btn-danger:hover:after,
.btn-danger:focus:after,
.btn-danger.focus:after,
.btn-danger.active:after {
  transform: translateX(10px);
}
.btn-danger:hover::before,
.btn-danger:focus::before,
.btn-danger.focus::before,
.btn-danger.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #757575 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover:after,
.btn-white:focus:after,
.btn-white.focus:after,
.btn-white.active:after {
  transform: translateX(10px);
}
.btn-white:hover::before,
.btn-white:focus::before,
.btn-white.focus::before,
.btn-white.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.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: none;
}
.btn-black:hover:after,
.btn-black:focus:after,
.btn-black.focus:after,
.btn-black.active:after {
  transform: translateX(10px);
}
.btn-black:hover::before,
.btn-black:focus::before,
.btn-black.focus::before,
.btn-black.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.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;
  color: #b0ffd9;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: translateX(10px);
}
.btn-primary-outline:hover::before,
.btn-primary-outline:focus::before,
.btn-primary-outline.focus::before,
.btn-primary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #00b05b !important;
  background-color: #b0ffd9 !important;
  border-color: #b0ffd9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #000000;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: translateX(10px);
}
.btn-secondary-outline:hover::before,
.btn-secondary-outline:focus::before,
.btn-secondary-outline.focus::before,
.btn-secondary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #9e9e9e;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: translateX(10px);
}
.btn-info-outline:hover::before,
.btn-info-outline:focus::before,
.btn-info-outline.focus::before,
.btn-info-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #f7e4d6;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: translateX(10px);
}
.btn-success-outline:hover::before,
.btn-success-outline:focus::before,
.btn-success-outline.focus::before,
.btn-success-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ac5c22 !important;
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #ffe161;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: translateX(10px);
}
.btn-warning-outline:hover::before,
.btn-warning-outline:focus::before,
.btn-warning-outline.focus::before,
.btn-warning-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #f4f4f4;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: translateX(10px);
}
.btn-danger-outline:hover::before,
.btn-danger-outline:focus::before,
.btn-danger-outline.focus::before,
.btn-danger-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: translateX(10px);
}
.btn-black-outline:hover::before,
.btn-black-outline:focus::before,
.btn-black-outline.focus::before,
.btn-black-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !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;
  color: #fafafa;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: translateX(10px);
}
.btn-white-outline:hover::before,
.btn-white-outline:focus::before,
.btn-white-outline.focus::before,
.btn-white-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b0ffd9 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #f7e4d6 !important;
}
.text-info {
  color: #9e9e9e !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f4f4f4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4affa8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e6ac81 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6b6b6b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c1c1c1 !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;
}
.nav-tabs .nav-link.active {
  color: #b0ffd9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9e9e9e;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f4f4f4;
}
.mbr-section-btn .btn::after,
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.mbr-section-btn .btn::before {
  right: -20px;
  width: 40px;
  height: 2px;
}
.mbr-section-btn .btn::after {
  border: 4px solid transparent;
  border-left: 4px solid #000;
  right: -27px;
}
.mbr-section-btn .btn[class*="-outline"] {
  padding-left: 0;
}
.mbr-section-btn .btn[class*="-outline"]::before {
  background: #000;
}
.mbr-section-btn .btn:not([class*="-outline"])::before {
  background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
}
.mbr-gallery-filter li.active .btn {
  background-color: #b0ffd9;
  border-color: #b0ffd9;
  color: #00ca69;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b0ffd9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dedede;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.8625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  border-color: #b0ffd9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.8625rem;
}
blockquote {
  border-color: #b0ffd9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b0ffd9;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b0ffd9;
}
.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: #b0ffd9;
  border-bottom-color: #b0ffd9;
}
.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: #000000 !important;
  background-color: #b0ffd9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23b0ffd9' %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-seN5SvjF1y .navbar-dropdown {
  position: relative !important;
}
.cid-seN5SvjF1y .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-seN5SvjF1y .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-seN5SvjF1y .container-fluid,
  .cid-seN5SvjF1y .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-seN5SvjF1y .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-seN5SvjF1y .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #b0ffd9;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-seN5SvjF1y .dropdown-item:hover:before,
.cid-seN5SvjF1y .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-seN5SvjF1y .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-seN5SvjF1y .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-seN5SvjF1y .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #b0ffd9;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-seN5SvjF1y .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-seN5SvjF1y .container {
  display: flex;
  margin: auto;
}
.cid-seN5SvjF1y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seN5SvjF1y .dropdown-menu,
.cid-seN5SvjF1y .navbar.opened {
  background: #000000 !important;
}
.cid-seN5SvjF1y .nav-item:focus,
.cid-seN5SvjF1y .nav-link:focus {
  outline: none;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seN5SvjF1y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seN5SvjF1y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seN5SvjF1y .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 1rem 0;
}
.cid-seN5SvjF1y .navbar.opened {
  transition: all .3s;
}
.cid-seN5SvjF1y .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-seN5SvjF1y .navbar .navbar-logo img {
  width: auto;
}
.cid-seN5SvjF1y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seN5SvjF1y .navbar.collapsed {
  justify-content: center;
}
.cid-seN5SvjF1y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seN5SvjF1y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seN5SvjF1y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-seN5SvjF1y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seN5SvjF1y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seN5SvjF1y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-seN5SvjF1y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seN5SvjF1y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-seN5SvjF1y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-seN5SvjF1y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seN5SvjF1y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seN5SvjF1y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seN5SvjF1y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seN5SvjF1y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-seN5SvjF1y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seN5SvjF1y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seN5SvjF1y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seN5SvjF1y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seN5SvjF1y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seN5SvjF1y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seN5SvjF1y .navbar.navbar-short {
  min-height: 60px;
}
.cid-seN5SvjF1y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seN5SvjF1y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seN5SvjF1y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seN5SvjF1y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seN5SvjF1y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seN5SvjF1y .dropdown-item.active,
.cid-seN5SvjF1y .dropdown-item:active {
  background-color: transparent;
}
.cid-seN5SvjF1y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seN5SvjF1y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seN5SvjF1y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seN5SvjF1y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-seN5SvjF1y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seN5SvjF1y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seN5SvjF1y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seN5SvjF1y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seN5SvjF1y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7e4d6;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seN5SvjF1y .navbar-dropdown {
  padding: 1rem 0;
}
.cid-seN5SvjF1y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seN5SvjF1y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seN5SvjF1y .navbar {
    height: 70px;
  }
  .cid-seN5SvjF1y .navbar.opened {
    height: auto;
  }
  .cid-seN5SvjF1y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seN6mrWfXp {
  background-image: url("../../../assets/images/15-mind-blowing-facts-about-pet-homelessness-1-1021x600.jpg");
}
.cid-seN6mrWfXp .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-seN6mrWfXp .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-seN6mrWfXp .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-seN6mrWfXp .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: center;
  color: #fafafa;
}
.cid-seN6mrWfXp .mbr-section-title b:last-child,
.cid-seN6mrWfXp .mbr-section-title strong:last-child {
  color: #ffffff;
}
.cid-seN6mrWfXp .mbr-section-subtitle {
  text-align: left;
}
.cid-seN6nBi8MM {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-seN6nBi8MM .row {
  flex-direction: row-reverse;
}
.cid-seN6nBi8MM .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-seN6nBi8MM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seN6nBi8MM .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-seN6nBi8MM .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-seN6nBi8MM .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seN6nBi8MM .mbr-section-tag {
  margin-bottom: 1rem;
  color: #9e9e9e;
}
.cid-seN6nBi8MM .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-seN6nBi8MM .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-seN6nBi8MM .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.cid-seN6nBi8MM .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-seN6nBi8MM .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-seN6nBi8MM .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-seN6nBi8MM .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-seN6nBi8MM .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #b0ffd9;
}
.cid-seN6nBi8MM .mbr-section-title b:last-child,
.cid-seN6nBi8MM .mbr-section-title strong:last-child {
  color: #b0ffd9;
}
.cid-seN6nBi8MM .mbr-subtitle {
  color: #ffffff;
}
.cid-seN6nBi8MM .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-urxBYER30t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #232323;
}
.cid-urxBYER30t::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, #bbbbbb 0, #353535 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-urxBYER30t .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxBYER30t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urxBYER30t .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-urxBYER30t .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-urxBYER30t .container {
    padding: 0 24px;
  }
}
.cid-urxBYER30t .row {
  justify-content: center;
}
.cid-urxBYER30t .row .card,
.cid-urxBYER30t .row .item {
  padding: 0 12px;
}
.cid-urxBYER30t .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-urxBYER30t .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urxBYER30t .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-urxBYER30t .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urxBYER30t .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-urxBYER30t .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #000000;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-urxBYER30t .item .item-wrapper {
    padding: 24px;
  }
}
.cid-urxBYER30t .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-urxBYER30t .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-urxBYER30t .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-urxBYER30t .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-urxBYER30t .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-urxBYER30t .card-number {
  color: #141414;
}
.cid-urxBYER30t .card-title {
  color: #b0ffd9;
}
.cid-urxBYER30t .card-text {
  color: #ffffff;
}
.cid-seN6HIp3mI {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-seN6HIp3mI .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-seN6HIp3mI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seN6HIp3mI .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-seN6HIp3mI .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-seN6HIp3mI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seN6HIp3mI .mbr-section-tag {
  margin-bottom: 1rem;
  color: #9e9e9e;
}
.cid-seN6HIp3mI .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-seN6HIp3mI .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-seN6HIp3mI .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.cid-seN6HIp3mI .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-seN6HIp3mI .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
  color: #ffffff;
}
.cid-seN6HIp3mI .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-seN6HIp3mI .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-seN6HIp3mI .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #ffffff;
}
.cid-seN6HIp3mI .mbr-section-title b:last-child,
.cid-seN6HIp3mI .mbr-section-title strong:last-child {
  color: #b0ffd9;
}
.cid-seN6HIp3mI .mbr-subtitle {
  color: #ffffff;
}
.cid-seN6HIp3mI .mbr-text {
  color: #ffffff;
}
.cid-seN6syvu3D {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
@media (min-width: 1500px) {
  .cid-seN6syvu3D .container {
    max-width: 1400px;
  }
}
.cid-seN6syvu3D .row {
  justify-content: center;
}
.cid-seN6syvu3D .mbr-section-tag {
  color: #9e9e9e;
}
.cid-seN6syvu3D .card-title {
  margin-bottom: 0.875rem;
  color: #ffffff;
}
.cid-seN6syvu3D .card {
  margin-top: 3rem;
}
.cid-seN6syvu3D .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #b0ffd9;
}
.cid-seN6syvu3D .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-seN6syvu3D .card-text,
.cid-seN6syvu3D .mbr-section-btn {
  color: #ffffff;
}
.cid-seN6syvu3D .mbr-section-title {
  color: #b0ffd9;
}
.cid-urxAG4Q8vR {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
@media (min-width: 1500px) {
  .cid-urxAG4Q8vR .container {
    max-width: 1400px;
  }
}
.cid-urxAG4Q8vR .row {
  justify-content: center;
}
.cid-urxAG4Q8vR .mbr-section-tag {
  color: #9e9e9e;
}
.cid-urxAG4Q8vR .card-title {
  margin-bottom: 0.875rem;
  color: #ffffff;
}
.cid-urxAG4Q8vR .card {
  margin-top: 3rem;
}
.cid-urxAG4Q8vR .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #b0ffd9;
}
.cid-urxAG4Q8vR .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-urxAG4Q8vR .mbr-fallback-image.disabled {
  display: none;
}
.cid-urxAG4Q8vR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urxAG4Q8vR .card-text,
.cid-urxAG4Q8vR .mbr-section-btn {
  color: #ffffff;
}
.cid-uA7AAqPHzM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uA7AAqPHzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7AAqPHzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7AAqPHzM .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA7AAqPHzM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uA7AAqPHzM .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA7AAqPHzM .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uA7AAqPHzM .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uA7AAqPHzM .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uA7AAqPHzM .image-wrapper img {
    height: 350px;
  }
}
.cid-uA7AAqPHzM .mbr-section-title {
  color: #ffffff;
}
.cid-uA7AAqPHzM .mbr-text {
  color: #ffffff;
}
.cid-uA7AAqPHzM .mbr-section-title,
.cid-uA7AAqPHzM .mbr-section-btn {
  color: #b0ffd9;
}
.cid-seN6xUcxtl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-seN6xUcxtl .panel-group {
  border: none;
}
.cid-seN6xUcxtl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-seN6xUcxtl .panel-title.collapsed .icon-card::after {
  transform: rotate(90deg);
}
.cid-seN6xUcxtl .panel-title.collapsed .icon-card::before {
  transform: rotate(180deg);
}
.cid-seN6xUcxtl .panel-title:hover .icon-card::after {
  transform: rotate(0deg);
}
.cid-seN6xUcxtl .panel-title:hover .icon-card::before {
  transform: rotate(0deg);
}
.cid-seN6xUcxtl .card-header {
  margin: 0 !important;
  padding: 0.8125rem 0 0.3125rem 0;
  border-bottom: 2px solid #b0ffd9;
}
.cid-seN6xUcxtl .panel-body {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.cid-seN6xUcxtl .card {
  margin-bottom: 0.75rem;
}
.cid-seN6xUcxtl .card .card-header {
  background-color: transparent;
}
.cid-seN6xUcxtl .panel-title-edit {
  width: 100%;
  color: #ffffff;
}
.cid-seN6xUcxtl .image-wrapper,
.cid-seN6xUcxtl .mbr-img-wrap {
  height: 100%;
}
.cid-seN6xUcxtl .icon-card {
  width: 17px;
  height: 17px;
  position: relative;
}
.cid-seN6xUcxtl .icon-card::before,
.cid-seN6xUcxtl .icon-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #b0ffd9;
  transition: 0.3s;
}
.cid-seN6xUcxtl .panel-text {
  color: #ffffff;
}
.cid-seN6xUcxtl .mbr-section-title {
  color: #b0ffd9;
}
.cid-uI9wHeZHbJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uI9wHeZHbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI9wHeZHbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI9wHeZHbJ .content-wrapper {
  position: relative;
  padding: 130px 0;
  display: flex;
  justify-content: center;
  border-radius: 1000px;
  border: 1px solid #b0ffd9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uI9wHeZHbJ .content-wrapper {
    padding: 16px;
    border-radius: 24px;
  }
}
.cid-uI9wHeZHbJ .content-wrapper .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uI9wHeZHbJ .content-wrapper .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.cid-uI9wHeZHbJ .content-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: .7;
  pointer-events: none;
  z-index: 1;
}
.cid-uI9wHeZHbJ .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uI9wHeZHbJ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uI9wHeZHbJ .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 32px;
}
.cid-uI9wHeZHbJ .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uI9wHeZHbJ .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI9wHeZHbJ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 12px !important;
}
.cid-uI9wHeZHbJ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uI9wHeZHbJ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  color: #ffffff;
  font-size: 18px;
}
.cid-uI9wHeZHbJ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uI9wHeZHbJ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #078efb !important;
}
.cid-uI9wHeZHbJ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-size: 18px;
  opacity: .6;
}
.cid-uI9wHeZHbJ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uI9wHeZHbJ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.6em;
  margin-bottom: 16px;
}
.cid-uI9wHeZHbJ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uI9wHeZHbJ .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uI9wHeZHbJ .mbr-section-title {
  color: #ffffff;
}
.cid-uI9wHeZHbJ .mbr-text,
.cid-uI9wHeZHbJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uI9wHeZHbJ .mbr-section-title,
.cid-uI9wHeZHbJ .mbr-section-btn {
  text-align: center;
}
.cid-uA7BFsDLPT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-uA7BFsDLPT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA7BqqFRqg {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-uA7BqqFRqg img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uA7BqqFRqg .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uA7BqqFRqg .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uA7BqqFRqg .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #000000, #b0ffd9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uA7BqqFRqg .card-wrapper {
  background: #232323;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uA7BqqFRqg .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uA7BqqFRqg .first:hover:before {
  content: none;
}
.cid-uA7BqqFRqg .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #000000, #b0ffd9);
  content: "";
}
.cid-uA7BqqFRqg .last:hover:after {
  content: none;
}
.cid-uA7BqqFRqg .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #000000, #b0ffd9);
  content: "";
}
.cid-uA7BqqFRqg .mbr-section-text {
  color: #999999;
}
.cid-uA7BqqFRqg .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uA7BqqFRqg .card .img-wrapper {
  overflow: hidden;
}
.cid-uA7BqqFRqg .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uA7BqqFRqg .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uA7BqqFRqg .card:hover .card-wrapper {
  background: linear-gradient(to left, #000000, #b0ffd9);
  color: #ffffff !important;
}
.cid-uA7BqqFRqg .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uA7BqqFRqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7BqqFRqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI9wDb2aYa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-uI9wDb2aYa .google-map {
  height: 30rem;
  position: relative;
}
.cid-uI9wDb2aYa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uI9wDb2aYa .google-map [data-state-details] {
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uI9wDb2aYa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uI9wDb2aYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI9wDb2aYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-seN6M0nEEx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-seN6M0nEEx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-seN6M0nEEx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-seN6M0nEEx .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-seN6M0nEEx .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-seN6M0nEEx .media-container-row .footer-item,
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes,
  .cid-seN6M0nEEx .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seN6M0nEEx .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-seN6M0nEEx .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-seN6M0nEEx .mbr-social-likes a {
  color: #000000;
}
.cid-seN6M0nEEx .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-seN6M0nEEx .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-seN6M0nEEx .footer-logo img {
  width: auto;
}
.cid-seN6M0nEEx .footer-item {
  display: flex;
  align-items: center;
}
.cid-seN6M0nEEx .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-seN6M0nEEx .footer-item-title {
  color: #ffffff;
}
.cid-seN6M0nEEx .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-seN5SvjF1y .navbar-dropdown {
  position: relative !important;
}
.cid-seN5SvjF1y .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-seN5SvjF1y .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-seN5SvjF1y .container-fluid,
  .cid-seN5SvjF1y .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-seN5SvjF1y .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-seN5SvjF1y .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #b0ffd9;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-seN5SvjF1y .dropdown-item:hover:before,
.cid-seN5SvjF1y .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-seN5SvjF1y .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-seN5SvjF1y .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-seN5SvjF1y .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #b0ffd9;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-seN5SvjF1y .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-seN5SvjF1y .container {
  display: flex;
  margin: auto;
}
.cid-seN5SvjF1y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seN5SvjF1y .dropdown-menu,
.cid-seN5SvjF1y .navbar.opened {
  background: #000000 !important;
}
.cid-seN5SvjF1y .nav-item:focus,
.cid-seN5SvjF1y .nav-link:focus {
  outline: none;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-seN5SvjF1y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seN5SvjF1y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seN5SvjF1y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seN5SvjF1y .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 1rem 0;
}
.cid-seN5SvjF1y .navbar.opened {
  transition: all .3s;
}
.cid-seN5SvjF1y .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-seN5SvjF1y .navbar .navbar-logo img {
  width: auto;
}
.cid-seN5SvjF1y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seN5SvjF1y .navbar.collapsed {
  justify-content: center;
}
.cid-seN5SvjF1y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seN5SvjF1y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seN5SvjF1y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-seN5SvjF1y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seN5SvjF1y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seN5SvjF1y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-seN5SvjF1y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seN5SvjF1y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-seN5SvjF1y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-seN5SvjF1y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seN5SvjF1y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seN5SvjF1y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seN5SvjF1y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seN5SvjF1y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-seN5SvjF1y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seN5SvjF1y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seN5SvjF1y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seN5SvjF1y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seN5SvjF1y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seN5SvjF1y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seN5SvjF1y .navbar.navbar-short {
  min-height: 60px;
}
.cid-seN5SvjF1y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seN5SvjF1y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seN5SvjF1y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seN5SvjF1y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seN5SvjF1y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seN5SvjF1y .dropdown-item.active,
.cid-seN5SvjF1y .dropdown-item:active {
  background-color: transparent;
}
.cid-seN5SvjF1y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seN5SvjF1y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seN5SvjF1y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seN5SvjF1y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-seN5SvjF1y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seN5SvjF1y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seN5SvjF1y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seN5SvjF1y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seN5SvjF1y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7e4d6;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seN5SvjF1y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seN5SvjF1y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seN5SvjF1y .navbar-dropdown {
  padding: 1rem 0;
}
.cid-seN5SvjF1y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seN5SvjF1y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seN5SvjF1y .navbar {
    height: 70px;
  }
  .cid-seN5SvjF1y .navbar.opened {
    height: auto;
  }
  .cid-seN5SvjF1y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI9xE5DK5z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uI9xE5DK5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI9xE5DK5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI9xE5DK5z .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uI9xE5DK5z .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uI9xE5DK5z .container {
    padding: 0 15px;
  }
}
.cid-uI9xE5DK5z .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uI9xE5DK5z .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uI9xE5DK5z .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uI9xE5DK5z .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uI9xE5DK5z .mbr-section-title {
  color: #ffffff;
}
.cid-uI9xE5DK5z .mbr-text {
  color: #ffffff;
}
.cid-uI9xE5DK5z .mbr-name {
  color: #f2ac2b;
}
.cid-seN6M0nEEx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-seN6M0nEEx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-seN6M0nEEx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-seN6M0nEEx .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-seN6M0nEEx .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-seN6M0nEEx .media-container-row .footer-item,
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes,
  .cid-seN6M0nEEx .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-seN6M0nEEx .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seN6M0nEEx .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-seN6M0nEEx .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-seN6M0nEEx .mbr-social-likes a {
  color: #000000;
}
.cid-seN6M0nEEx .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-seN6M0nEEx .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-seN6M0nEEx .footer-logo img {
  width: auto;
}
.cid-seN6M0nEEx .footer-item {
  display: flex;
  align-items: center;
}
.cid-seN6M0nEEx .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-seN6M0nEEx .footer-item-title {
  color: #ffffff;
}
.cid-seN6M0nEEx .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
