.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Jost', 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #09d744 !important;
}
.bg-danger {
  background-color: #ec5a11 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !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: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #09d744 !important;
  border-color: #09d744 !important;
  color: #ffffff !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: #06842a !important;
  border-color: #06842a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #06842a !important;
  border-color: #06842a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ec5a11 !important;
  border-color: #ec5a11 !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: #9b3b0b !important;
  border-color: #9b3b0b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9b3b0b !important;
  border-color: #9b3b0b !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: #cfcfcf !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: #000000 !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: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #09d744;
  color: #09d744;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #06842a !important;
  background-color: transparent!important;
  border-color: #06842a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #09d744 !important;
  border-color: #09d744 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ec5a11;
  color: #ec5a11;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9b3b0b !important;
  background-color: transparent!important;
  border-color: #9b3b0b !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec5a11 !important;
  border-color: #ec5a11 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #6592e6 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #09d744 !important;
}
.text-danger {
  color: #ec5a11 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #057525 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8d360a !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #09d744;
}
.alert-danger {
  background-color: #ec5a11;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b0fcc6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbddce;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', 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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #e43f3f !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='%236592e6' %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-tjjVacD94x .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #353535;
  background: none;
}
.cid-tjjVacD94x .navbar.opened {
  transition: all 0.3s;
  background: #353535 !important;
}
.cid-tjjVacD94x .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-tjjVacD94x .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tjjVacD94x .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjjVacD94x .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tjjVacD94x .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tjjVacD94x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tjjVacD94x .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tjjVacD94x .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tjjVacD94x .navbar.collapsed.opened .navbar-collapse.show,
.cid-tjjVacD94x .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tjjVacD94x .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-tjjVacD94x .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tjjVacD94x .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tjjVacD94x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjjVacD94x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjjVacD94x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tjjVacD94x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjjVacD94x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tjjVacD94x .navbar {
    flex-wrap: nowrap;
  }
  .cid-tjjVacD94x .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tjjVacD94x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjjVacD94x .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tjjVacD94x .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tjjVacD94x .navbar.opened .navbar-collapse.show,
  .cid-tjjVacD94x .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tjjVacD94x .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tjjVacD94x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tjjVacD94x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjjVacD94x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjjVacD94x .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tjjVacD94x .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-tjjVacD94x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjjVacD94x .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tjjVacD94x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tjjVacD94x .navbar.navbar-short {
  background: #353535 !important;
  min-height: 60px;
}
.cid-tjjVacD94x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-tjjVacD94x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tjjVacD94x .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjjVacD94x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjjVacD94x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjjVacD94x .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tjjVacD94x .dropdown-item.active,
.cid-tjjVacD94x .dropdown-item:active {
  background-color: transparent;
}
.cid-tjjVacD94x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjjVacD94x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjjVacD94x .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjjVacD94x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tjjVacD94x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjjVacD94x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjjVacD94x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tjjVacD94x .navbar-buttons {
  text-align: center;
}
.cid-tjjVacD94x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tjjVacD94x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tjjVacD94x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjjVacD94x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjjVacD94x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjjVacD94x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjjVacD94x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjjVacD94x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjjVacD94x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjjVacD94x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjjVacD94x .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tjjVacD94x a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tjjVacD94x a.nav-link:focus {
  outline: none;
}
.cid-tjjVacD94x .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tjjVacD94x .nav-link:hover,
.cid-tjjVacD94x .dropdown-item:hover {
  color: #e43f3f !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjjVacD94x .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tjjVacD94x .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tjjUYBUzOR {
  background-image: url("../../../assets/images/foto-fachada-2000x1500.webp");
  background-position: right;
}
.cid-tjjUYBUzOR .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-tjjUYBUzOR .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-tjjUYBUzOR .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-tjjUYBUzOR img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-tjjUYBUzOR .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-tjjXmd9QtO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e43f3f;
  background: linear-gradient(45deg, #e43f3f, #232323);
}
.cid-tjjXmd9QtO .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tjjXmd9QtO .btn {
  margin: 0 0 .5rem 0;
}
.cid-tjjXmd9QtO H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tjjXtXpYGL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjjXtXpYGL .mbr-text {
  position: relative;
}
.cid-tjjXtXpYGL .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-tjjXtXpYGL img {
  object-fit: contain;
}
.cid-tjjXtXpYGL .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-tjjXtXpYGL .mbr-text:after,
  .cid-tjjXtXpYGL .mbr-text:before {
    display: none;
  }
}
.cid-tjjXtXpYGL .mbr-section-title,
.cid-tjjXtXpYGL .logo {
  color: #e43f3f;
}
.cid-tjjYSyQ45E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjjYSyQ45E img,
.cid-tjjYSyQ45E .item-img {
  width: 100%;
}
.cid-tjjYSyQ45E .item:focus,
.cid-tjjYSyQ45E span:focus {
  outline: none;
}
.cid-tjjYSyQ45E .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tjjYSyQ45E .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tjjYSyQ45E .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tjjYSyQ45E .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tjjYSyQ45E .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tjjYSyQ45E .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tjjYSyQ45E .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tjjYSyQ45E .mbr-section-title {
  color: #232323;
}
.cid-tjjYSyQ45E .mbr-text,
.cid-tjjYSyQ45E .mbr-section-btn {
  text-align: left;
}
.cid-tjjYSyQ45E .item-title {
  text-align: left;
  color: #e43f3f;
}
.cid-tjjYSyQ45E .item-subtitle {
  text-align: left;
}
.cid-uiClGzijGh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e43f3f;
  background: linear-gradient(45deg, #e43f3f, #232323);
}
.cid-uiClGzijGh .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uiClGzijGh .btn {
  margin: 0 0 .5rem 0;
}
.cid-uiClGzijGh H2 {
  color: #ffffff;
  text-align: left;
}
.cid-syrkNHEiW2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-syrkNHEiW2 h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-syrkNHEiW2 .mbr-section-subtitle {
  color: #767676;
}
.cid-syrkNHEiW2 .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-syrkNHEiW2 .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-syrkNHEiW2 .mbr-text-right {
  color: #232323;
}
.cid-syrkNHEiW2 .article-counter-left {
  color: #e43f3f;
  text-align: right;
}
.cid-syrkNHEiW2 .article-counter-right {
  color: #e43f3f;
  text-align: left;
}
.cid-syrkNHEiW2 H3 {
  text-align: center;
}
.cid-syrkNHEiW2 .article-title-left {
  text-align: right;
}
.cid-syrkNHEiW2 .article-title-right {
  text-align: left;
}
.cid-syrkNHEiW2 H1 {
  text-align: center;
  color: #232323;
}
.cid-syrkNHEiW2 H2 {
  color: #e43f3f;
}
.cid-syrkNHEiW2 .card-title,
.cid-syrkNHEiW2 .card-img {
  color: #232323;
}
.cid-syrkNHEiW2 .mbr-text-left {
  color: #232323;
}
.cid-uiClwFJV1s {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e43f3f;
  background: linear-gradient(45deg, #e43f3f, #232323);
}
.cid-uiClwFJV1s .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uiClwFJV1s .btn {
  margin: 0 0 .5rem 0;
}
.cid-uiClwFJV1s H2 {
  color: #ffffff;
  text-align: left;
}
.cid-tjjXvcagR4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjjXvcagR4 .mbr-text {
  position: relative;
}
.cid-tjjXvcagR4 .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-tjjXvcagR4 img {
  object-fit: contain;
}
.cid-tjjXvcagR4 .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-tjjXvcagR4 .mbr-text:after,
  .cid-tjjXvcagR4 .mbr-text:before {
    display: none;
  }
}
.cid-tjjXvcagR4 .mbr-section-title,
.cid-tjjXvcagR4 .logo {
  color: #e43f3f;
}
.cid-tjjXiyYxGL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tjjXiyYxGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjjXiyYxGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjjXiyYxGL .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-tjjXiyYxGL .panel-group {
  border: none;
}
.cid-tjjXiyYxGL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tjjXiyYxGL .panel-body,
.cid-tjjXiyYxGL .card-header {
  padding: 1rem 0;
}
.cid-tjjXiyYxGL .panel-title-edit {
  color: #4e4e4e;
}
.cid-tjjXiyYxGL .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-unSr9nCCy1 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #e43f3f;
  background: linear-gradient(45deg, #e43f3f, #232323);
}
.cid-unSr9nCCy1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-unSr9nCCy1 .btn {
  margin: 0 0 .5rem 0;
}
.cid-unSr9nCCy1 H2 {
  color: #ffffff;
  text-align: left;
}
.cid-unSml0TTh3 {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background-color: #f8f9fc;
}
.cid-unSml0TTh3 .mbr-section-title {
  color: #06182d;
}
.cid-unSml0TTh3 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e90a10;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-unSml0TTh3 .mbr-section-subtitle {
  color: #06182d;
}
.cid-unSml0TTh3 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-unSml0TTh3 .mbr-text {
  color: #47b5ed;
  font-weight: 300;
}
.cid-unSml0TTh3 .title-text {
  margin-bottom: 70px;
}
.cid-unSml0TTh3 .title-text .mbr-section-subtitle {
  color: #06182d;
}
.cid-unSml0TTh3 .title-text .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-unSml0TTh3 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-unSml0TTh3 .title-text .mbr-section-title {
  color: #e43f3f;
}
.cid-unSml0TTh3 .title-text .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-unSml0TTh3 .title-text .mbr-section-title span {
  font-weight: 500;
}
.cid-unSml0TTh3 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-unSml0TTh3 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #e90a10;
}
.cid-unSml0TTh3 .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-unSml0TTh3 .p-4 {
  padding: 1rem 0 !important;
}
.cid-unSml0TTh3 .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-unSml0TTh3 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-unSml0TTh3 .mbri-arrow-up:before {
  content: "\e960";
}
.cid-unSml0TTh3 .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-unSml0TTh3 .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-unSml0TTh3 .card {
  border-radius: 0px;
  background-color: #eeeeee;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-unSml0TTh3 .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-unSml0TTh3 .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-unSml0TTh3 .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-unSml0TTh3 .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #e90a10;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-unSml0TTh3 .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #e90a10;
}
.cid-unSml0TTh3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-unSml0TTh3 .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-unSml0TTh3 .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-unSml0TTh3 .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-unSml0TTh3 .card .card-header a.panel-title .toggle-icon:before,
.cid-unSml0TTh3 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-unSml0TTh3 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-unSml0TTh3 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-unSml0TTh3 .card .panel-body {
  padding: 14px 20px;
}
.cid-unSml0TTh3 .card .panel-body p {
  color: #47b5ed;
  line-height: 1.5;
}
.cid-unSml0TTh3 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-unSml0TTh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unSml0TTh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unSml0TTh3 .title-text .mbr-section-title {
  color: #555555;
}
.cid-unSml0TTh3 .card .panel-body p {
  color: #555555;
}
.cid-unSml0TTh3 .title-text .mbr-section-subtitle {
  color: #4e4e4e;
}
.cid-uvrO9mftiQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #efefef;
}
.cid-uvrO9mftiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvrO9mftiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uvrO9mftiQ .row {
    flex-direction: column-reverse;
  }
  .cid-uvrO9mftiQ .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvrO9mftiQ .google-map {
  height: 100%;
  position: relative;
}
.cid-uvrO9mftiQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvrO9mftiQ .google-map [data-state-details] {
  color: #6b6763;
  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-uvrO9mftiQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvrO9mftiQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvrO9mftiQ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uvrO9mftiQ .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uvrO9mftiQ .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uvrO9mftiQ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvrO9mftiQ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uvrO9mftiQ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-uiCnj9ygtP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uiCnj9ygtP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uiCnj9ygtP .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uiCnj9ygtP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uiCnj9ygtP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uiCnj9ygtP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uiCnj9ygtP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uiCnj9ygtP .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uiCnj9ygtP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uiCnj9ygtP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uiCnj9ygtP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uiCnj9ygtP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uiCnj9ygtP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uiCnj9ygtP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uiCnj9ygtP .media-container-row .row-copirayt p {
  width: 100%;
}
