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





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #056830 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #056830 !important;
  border-color: #056830 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #011f0e !important;
  border-color: #011f0e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #011f0e !important;
  border-color: #011f0e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000703;
  color: #000703;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #056830;
  border-color: #056830;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #056830 !important;
  border-color: #056830 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #056830 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000703 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #056830;
  border-color: #056830;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #056830;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0be268;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #056830;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #056830;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #056830;
  border-bottom-color: #056830;
}
.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: #056830 !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: #ff3366 !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='%23056830' %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;
}
.cid-rymy5qoXtE .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rymy5qoXtE .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rymy5qoXtE a {
  font-style: normal;
}
.cid-rymy5qoXtE .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rymy5qoXtE .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rymy5qoXtE .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rymy5qoXtE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rymy5qoXtE .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rymy5qoXtE .nav-item:focus,
.cid-rymy5qoXtE .nav-link:focus {
  outline: none;
}
.cid-rymy5qoXtE .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rymy5qoXtE .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rymy5qoXtE .menu-logo {
  margin-right: auto;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rymy5qoXtE .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rymy5qoXtE .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rymy5qoXtE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rymy5qoXtE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rymy5qoXtE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rymy5qoXtE .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rymy5qoXtE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rymy5qoXtE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rymy5qoXtE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rymy5qoXtE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rymy5qoXtE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rymy5qoXtE .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rymy5qoXtE .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rymy5qoXtE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rymy5qoXtE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rymy5qoXtE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rymy5qoXtE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rymy5qoXtE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rymy5qoXtE button.navbar-toggler:focus {
  outline: none;
}
.cid-rymy5qoXtE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rymy5qoXtE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rymy5qoXtE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rymy5qoXtE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rymy5qoXtE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rymy5qoXtE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymy5qoXtE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rymy5qoXtE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rymy5qoXtE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymy5qoXtE .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymy5qoXtE .collapsed .btn {
  display: -webkit-flex;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rymy5qoXtE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rymy5qoXtE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rymy5qoXtE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-rymy5qoXtE .collapsed button.navbar-toggler {
  display: block;
}
.cid-rymy5qoXtE .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rymy5qoXtE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymy5qoXtE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rymy5qoXtE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rymy5qoXtE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rymy5qoXtE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rymy5qoXtE.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymy5qoXtE img {
    height: 3.8rem !important;
  }
  .cid-rymy5qoXtE .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rymy5qoXtE .menu-wrap {
    flex-direction: column;
  }
  .cid-rymy5qoXtE .btn {
    display: -webkit-flex;
  }
  .cid-rymy5qoXtE button.navbar-toggler {
    display: block;
  }
  .cid-rymy5qoXtE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rymy5qoXtE .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymy5qoXtE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing,
  .cid-rymy5qoXtE .navbar-collapse.show {
    display: block !important;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing .navbar-nav,
  .cid-rymy5qoXtE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rymy5qoXtE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rymy5qoXtE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing .navbar-buttons,
  .cid-rymy5qoXtE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rymy5qoXtE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rymy5qoXtE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymy5qoXtE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rymy5qoXtE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rymy5qoXtE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rymy5qoXtE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rymy5qoXtE .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rymy5qoXtE .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rymy5qoXtE .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rymy5qoXtE .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rymy5qoXtE .nav-link:hover,
.cid-rymy5qoXtE .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rymy5HkPUS {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/prancheta-1-2000x1000.png");
}
.cid-rymy5HkPUS .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-rymy5HkPUS .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rymy5HkPUS .card {
  position: relative;
}
.cid-rymy5HkPUS .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-rymy5HkPUS .card:hover:before {
  opacity: 0.9;
}
.cid-rymy5HkPUS .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-rymy5HkPUS .mbr-text {
  color: #000000;
}
.cid-s5pI160OmU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s5pI160OmU .mbr-text {
    text-align: center;
  }
}
.cid-s5pI160OmU .mbr-text,
.cid-s5pI160OmU .mbr-section-btn {
  color: #767676;
}
.cid-rymy6Tfy21 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rymy6Tfy21 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rymy6Tfy21 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rymy6Tfy21 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rymy6Tfy21 .mbr-text,
.cid-rymy6Tfy21 .mbr-section-btn {
  color: #767676;
}
.cid-s4Q2UNk1yv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4Q2UNk1yv .mbr-text {
  color: #767676;
}
.cid-s4Q2UNk1yv .card-subtitle {
  margin: 0;
}
.cid-s4Q2UNk1yv .link {
  margin: 0;
}
.cid-s4Q2UNk1yv .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s4Q2UNk1yv .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s4Q2UNk1yv img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s4Q2UNk1yv .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s4Q2UNk1yv .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s4Q2UNk1yv .card-img:hover:before {
  opacity: 0.4;
}
.cid-s4Q2UNk1yv .card-img:hover img {
  transform: scale(1.05);
}
.cid-s4Q2UNk1yv .row {
  justify-content: center;
}
.cid-s4Q2UNk1yv .card {
  margin-bottom: 4rem;
}
.cid-s50qi9gsid {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s50qi9gsid h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s50qi9gsid h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s50qi9gsid h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s50qi9gsid .mbr-text,
.cid-s50qi9gsid .mbr-section-btn {
  color: #767676;
}
.cid-s4Q3kg9RHA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s4Q3kg9RHA .mbr-text {
  color: #767676;
}
.cid-s4Q3kg9RHA .card-subtitle {
  margin: 0;
}
.cid-s4Q3kg9RHA .link {
  margin: 0;
}
.cid-s4Q3kg9RHA .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s4Q3kg9RHA .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s4Q3kg9RHA img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s4Q3kg9RHA .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s4Q3kg9RHA .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s4Q3kg9RHA .card-img:hover:before {
  opacity: 0.4;
}
.cid-s4Q3kg9RHA .card-img:hover img {
  transform: scale(1.05);
}
.cid-s4Q3kg9RHA .row {
  justify-content: center;
}
.cid-s4Q3kg9RHA .card {
  margin-bottom: 4rem;
}
.cid-s525AHkMvN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s525AHkMvN h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s525AHkMvN h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s525AHkMvN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s525AHkMvN .mbr-text,
.cid-s525AHkMvN .mbr-section-btn {
  color: #767676;
}
.cid-s525EJOGOa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s525EJOGOa .mbr-text {
  color: #767676;
}
.cid-s525EJOGOa .card-subtitle {
  margin: 0;
}
.cid-s525EJOGOa .link {
  margin: 0;
}
.cid-s525EJOGOa .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s525EJOGOa .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s525EJOGOa img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s525EJOGOa .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s525EJOGOa .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s525EJOGOa .card-img:hover:before {
  opacity: 0.4;
}
.cid-s525EJOGOa .card-img:hover img {
  transform: scale(1.05);
}
.cid-s525EJOGOa .row {
  justify-content: center;
}
.cid-s525EJOGOa .card {
  margin-bottom: 4rem;
}
.cid-s52grUJVG6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s52grUJVG6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s52grUJVG6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s52grUJVG6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s52grUJVG6 .mbr-text,
.cid-s52grUJVG6 .mbr-section-btn {
  color: #767676;
}
.cid-s52gvnXyb3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s52gvnXyb3 .mbr-text {
  color: #767676;
}
.cid-s52gvnXyb3 .card-subtitle {
  margin: 0;
}
.cid-s52gvnXyb3 .link {
  margin: 0;
}
.cid-s52gvnXyb3 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s52gvnXyb3 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s52gvnXyb3 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s52gvnXyb3 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s52gvnXyb3 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s52gvnXyb3 .card-img:hover:before {
  opacity: 0.4;
}
.cid-s52gvnXyb3 .card-img:hover img {
  transform: scale(1.05);
}
.cid-s52gvnXyb3 .row {
  justify-content: center;
}
.cid-s52gvnXyb3 .card {
  margin-bottom: 4rem;
}
.cid-s55NcwH2ak {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NcwH2ak h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NcwH2ak h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NcwH2ak h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NcwH2ak .mbr-text,
.cid-s55NcwH2ak .mbr-section-btn {
  color: #767676;
}
.cid-s55Nnifq3J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55Nnifq3J .mbr-text {
  color: #767676;
}
.cid-s55Nnifq3J .card-subtitle {
  margin: 0;
}
.cid-s55Nnifq3J .link {
  margin: 0;
}
.cid-s55Nnifq3J .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55Nnifq3J .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55Nnifq3J img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55Nnifq3J .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55Nnifq3J .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55Nnifq3J .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55Nnifq3J .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55Nnifq3J .row {
  justify-content: center;
}
.cid-s55Nnifq3J .card {
  margin-bottom: 4rem;
}
.cid-s55NgotFOx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NgotFOx h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NgotFOx h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NgotFOx h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NgotFOx .mbr-text,
.cid-s55NgotFOx .mbr-section-btn {
  color: #767676;
}
.cid-s55PqczyR6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PqczyR6 .mbr-text {
  color: #767676;
}
.cid-s55PqczyR6 .card-subtitle {
  margin: 0;
}
.cid-s55PqczyR6 .link {
  margin: 0;
}
.cid-s55PqczyR6 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PqczyR6 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PqczyR6 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PqczyR6 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PqczyR6 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PqczyR6 .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PqczyR6 .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PqczyR6 .row {
  justify-content: center;
}
.cid-s55PqczyR6 .card {
  margin-bottom: 4rem;
}
.cid-s55NWhhN84 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NWhhN84 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NWhhN84 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NWhhN84 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NWhhN84 .mbr-text,
.cid-s55NWhhN84 .mbr-section-btn {
  color: #767676;
}
.cid-s55PreM9Sj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PreM9Sj .mbr-text {
  color: #767676;
}
.cid-s55PreM9Sj .card-subtitle {
  margin: 0;
}
.cid-s55PreM9Sj .link {
  margin: 0;
}
.cid-s55PreM9Sj .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PreM9Sj .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PreM9Sj img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PreM9Sj .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PreM9Sj .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PreM9Sj .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PreM9Sj .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PreM9Sj .row {
  justify-content: center;
}
.cid-s55PreM9Sj .card {
  margin-bottom: 4rem;
}
.cid-s55NZ1vsqE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NZ1vsqE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NZ1vsqE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NZ1vsqE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NZ1vsqE .mbr-text,
.cid-s55NZ1vsqE .mbr-section-btn {
  color: #767676;
}
.cid-s55Psss49Y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55Psss49Y .mbr-text {
  color: #767676;
}
.cid-s55Psss49Y .card-subtitle {
  margin: 0;
}
.cid-s55Psss49Y .link {
  margin: 0;
}
.cid-s55Psss49Y .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55Psss49Y .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55Psss49Y img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55Psss49Y .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55Psss49Y .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55Psss49Y .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55Psss49Y .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55Psss49Y .row {
  justify-content: center;
}
.cid-s55Psss49Y .card {
  margin-bottom: 4rem;
}
.cid-s55NYvEeck {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NYvEeck h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NYvEeck h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NYvEeck h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NYvEeck .mbr-text,
.cid-s55NYvEeck .mbr-section-btn {
  color: #767676;
}
.cid-s55Pu9fsRt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55Pu9fsRt .mbr-text {
  color: #767676;
}
.cid-s55Pu9fsRt .card-subtitle {
  margin: 0;
}
.cid-s55Pu9fsRt .link {
  margin: 0;
}
.cid-s55Pu9fsRt .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55Pu9fsRt .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55Pu9fsRt img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55Pu9fsRt .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55Pu9fsRt .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55Pu9fsRt .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55Pu9fsRt .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55Pu9fsRt .row {
  justify-content: center;
}
.cid-s55Pu9fsRt .card {
  margin-bottom: 4rem;
}
.cid-s55NXVpnEG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NXVpnEG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NXVpnEG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NXVpnEG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NXVpnEG .mbr-text,
.cid-s55NXVpnEG .mbr-section-btn {
  color: #767676;
}
.cid-s55PEl2IrR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PEl2IrR .mbr-text {
  color: #767676;
}
.cid-s55PEl2IrR .card-subtitle {
  margin: 0;
}
.cid-s55PEl2IrR .link {
  margin: 0;
}
.cid-s55PEl2IrR .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PEl2IrR .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PEl2IrR img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PEl2IrR .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PEl2IrR .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PEl2IrR .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PEl2IrR .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PEl2IrR .row {
  justify-content: center;
}
.cid-s55PEl2IrR .card {
  margin-bottom: 4rem;
}
.cid-s55NXjzb4a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NXjzb4a h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NXjzb4a h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NXjzb4a h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NXjzb4a .mbr-text,
.cid-s55NXjzb4a .mbr-section-btn {
  color: #767676;
}
.cid-s55PFuCiID {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PFuCiID .mbr-text {
  color: #767676;
}
.cid-s55PFuCiID .card-subtitle {
  margin: 0;
}
.cid-s55PFuCiID .link {
  margin: 0;
}
.cid-s55PFuCiID .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PFuCiID .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PFuCiID img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PFuCiID .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PFuCiID .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PFuCiID .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PFuCiID .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PFuCiID .row {
  justify-content: center;
}
.cid-s55PFuCiID .card {
  margin-bottom: 4rem;
}
.cid-s55NWJacg1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NWJacg1 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NWJacg1 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NWJacg1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NWJacg1 .mbr-text,
.cid-s55NWJacg1 .mbr-section-btn {
  color: #767676;
}
.cid-s55PGk8YJ4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PGk8YJ4 .mbr-text {
  color: #767676;
}
.cid-s55PGk8YJ4 .card-subtitle {
  margin: 0;
}
.cid-s55PGk8YJ4 .link {
  margin: 0;
}
.cid-s55PGk8YJ4 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PGk8YJ4 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PGk8YJ4 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PGk8YJ4 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PGk8YJ4 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PGk8YJ4 .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PGk8YJ4 .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PGk8YJ4 .row {
  justify-content: center;
}
.cid-s55PGk8YJ4 .card {
  margin-bottom: 4rem;
}
.cid-s55NVLhY4W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NVLhY4W h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NVLhY4W h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NVLhY4W h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NVLhY4W .mbr-text,
.cid-s55NVLhY4W .mbr-section-btn {
  color: #767676;
}
.cid-s55PH7SkXn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PH7SkXn .mbr-text {
  color: #767676;
}
.cid-s55PH7SkXn .card-subtitle {
  margin: 0;
}
.cid-s55PH7SkXn .link {
  margin: 0;
}
.cid-s55PH7SkXn .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PH7SkXn .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PH7SkXn img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PH7SkXn .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PH7SkXn .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PH7SkXn .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PH7SkXn .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PH7SkXn .row {
  justify-content: center;
}
.cid-s55PH7SkXn .card {
  margin-bottom: 4rem;
}
.cid-s55NVjesyO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NVjesyO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NVjesyO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NVjesyO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NVjesyO .mbr-text,
.cid-s55NVjesyO .mbr-section-btn {
  color: #767676;
}
.cid-s55PHSyaiI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PHSyaiI .mbr-text {
  color: #767676;
}
.cid-s55PHSyaiI .card-subtitle {
  margin: 0;
}
.cid-s55PHSyaiI .link {
  margin: 0;
}
.cid-s55PHSyaiI .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PHSyaiI .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PHSyaiI img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PHSyaiI .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PHSyaiI .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PHSyaiI .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PHSyaiI .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PHSyaiI .row {
  justify-content: center;
}
.cid-s55PHSyaiI .card {
  margin-bottom: 4rem;
}
.cid-s55NUJsJRn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NUJsJRn h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NUJsJRn h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NUJsJRn h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NUJsJRn .mbr-text,
.cid-s55NUJsJRn .mbr-section-btn {
  color: #767676;
}
.cid-s55PIEfVMg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PIEfVMg .mbr-text {
  color: #767676;
}
.cid-s55PIEfVMg .card-subtitle {
  margin: 0;
}
.cid-s55PIEfVMg .link {
  margin: 0;
}
.cid-s55PIEfVMg .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PIEfVMg .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PIEfVMg img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PIEfVMg .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PIEfVMg .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PIEfVMg .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PIEfVMg .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PIEfVMg .row {
  justify-content: center;
}
.cid-s55PIEfVMg .card {
  margin-bottom: 4rem;
}
.cid-s55NUfBDBz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NUfBDBz h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NUfBDBz h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NUfBDBz h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NUfBDBz .mbr-text,
.cid-s55NUfBDBz .mbr-section-btn {
  color: #767676;
}
.cid-s55PJpDMQH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PJpDMQH .mbr-text {
  color: #767676;
}
.cid-s55PJpDMQH .card-subtitle {
  margin: 0;
}
.cid-s55PJpDMQH .link {
  margin: 0;
}
.cid-s55PJpDMQH .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PJpDMQH .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PJpDMQH img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PJpDMQH .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PJpDMQH .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PJpDMQH .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PJpDMQH .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PJpDMQH .row {
  justify-content: center;
}
.cid-s55PJpDMQH .card {
  margin-bottom: 4rem;
}
.cid-s55NSD6634 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NSD6634 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NSD6634 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NSD6634 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NSD6634 .mbr-text,
.cid-s55NSD6634 .mbr-section-btn {
  color: #767676;
}
.cid-s55PKcd8xH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PKcd8xH .mbr-text {
  color: #767676;
}
.cid-s55PKcd8xH .card-subtitle {
  margin: 0;
}
.cid-s55PKcd8xH .link {
  margin: 0;
}
.cid-s55PKcd8xH .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PKcd8xH .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PKcd8xH img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PKcd8xH .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PKcd8xH .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PKcd8xH .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PKcd8xH .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PKcd8xH .row {
  justify-content: center;
}
.cid-s55PKcd8xH .card {
  margin-bottom: 4rem;
}
.cid-s55NTCptCf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NTCptCf h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NTCptCf h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NTCptCf h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NTCptCf .mbr-text,
.cid-s55NTCptCf .mbr-section-btn {
  color: #767676;
}
.cid-s55PKYHDtG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PKYHDtG .mbr-text {
  color: #767676;
}
.cid-s55PKYHDtG .card-subtitle {
  margin: 0;
}
.cid-s55PKYHDtG .link {
  margin: 0;
}
.cid-s55PKYHDtG .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PKYHDtG .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PKYHDtG img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PKYHDtG .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PKYHDtG .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PKYHDtG .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PKYHDtG .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PKYHDtG .row {
  justify-content: center;
}
.cid-s55PKYHDtG .card {
  margin-bottom: 4rem;
}
.cid-s55NTaqCrg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NTaqCrg h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NTaqCrg h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NTaqCrg h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NTaqCrg .mbr-text,
.cid-s55NTaqCrg .mbr-section-btn {
  color: #767676;
}
.cid-s55PLJf48v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PLJf48v .mbr-text {
  color: #767676;
}
.cid-s55PLJf48v .card-subtitle {
  margin: 0;
}
.cid-s55PLJf48v .link {
  margin: 0;
}
.cid-s55PLJf48v .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PLJf48v .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PLJf48v img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PLJf48v .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PLJf48v .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PLJf48v .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PLJf48v .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PLJf48v .row {
  justify-content: center;
}
.cid-s55PLJf48v .card {
  margin-bottom: 4rem;
}
.cid-s55NRWKnyk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NRWKnyk h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NRWKnyk h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NRWKnyk h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NRWKnyk .mbr-text,
.cid-s55NRWKnyk .mbr-section-btn {
  color: #767676;
}
.cid-s55PMzbtX6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PMzbtX6 .mbr-text {
  color: #767676;
}
.cid-s55PMzbtX6 .card-subtitle {
  margin: 0;
}
.cid-s55PMzbtX6 .link {
  margin: 0;
}
.cid-s55PMzbtX6 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PMzbtX6 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PMzbtX6 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PMzbtX6 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PMzbtX6 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PMzbtX6 .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PMzbtX6 .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PMzbtX6 .row {
  justify-content: center;
}
.cid-s55PMzbtX6 .card {
  margin-bottom: 4rem;
}
.cid-s55NRuWdVv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NRuWdVv h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NRuWdVv h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NRuWdVv h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NRuWdVv .mbr-text,
.cid-s55NRuWdVv .mbr-section-btn {
  color: #767676;
}
.cid-s55PNqQbDH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PNqQbDH .mbr-text {
  color: #767676;
}
.cid-s55PNqQbDH .card-subtitle {
  margin: 0;
}
.cid-s55PNqQbDH .link {
  margin: 0;
}
.cid-s55PNqQbDH .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PNqQbDH .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PNqQbDH img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PNqQbDH .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PNqQbDH .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PNqQbDH .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PNqQbDH .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PNqQbDH .row {
  justify-content: center;
}
.cid-s55PNqQbDH .card {
  margin-bottom: 4rem;
}
.cid-s55NQQRGEu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NQQRGEu h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NQQRGEu h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NQQRGEu h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NQQRGEu .mbr-text,
.cid-s55NQQRGEu .mbr-section-btn {
  color: #767676;
}
.cid-s55POe7bmV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55POe7bmV .mbr-text {
  color: #767676;
}
.cid-s55POe7bmV .card-subtitle {
  margin: 0;
}
.cid-s55POe7bmV .link {
  margin: 0;
}
.cid-s55POe7bmV .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55POe7bmV .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55POe7bmV img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55POe7bmV .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55POe7bmV .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55POe7bmV .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55POe7bmV .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55POe7bmV .row {
  justify-content: center;
}
.cid-s55POe7bmV .card {
  margin-bottom: 4rem;
}
.cid-s55NQgQccv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NQgQccv h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NQgQccv h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NQgQccv h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NQgQccv .mbr-text,
.cid-s55NQgQccv .mbr-section-btn {
  color: #767676;
}
.cid-s55PP8Zq3r {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PP8Zq3r .mbr-text {
  color: #767676;
}
.cid-s55PP8Zq3r .card-subtitle {
  margin: 0;
}
.cid-s55PP8Zq3r .link {
  margin: 0;
}
.cid-s55PP8Zq3r .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PP8Zq3r .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PP8Zq3r img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PP8Zq3r .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PP8Zq3r .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PP8Zq3r .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PP8Zq3r .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PP8Zq3r .row {
  justify-content: center;
}
.cid-s55PP8Zq3r .card {
  margin-bottom: 4rem;
}
.cid-s55NPLsdcI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NPLsdcI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NPLsdcI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NPLsdcI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NPLsdcI .mbr-text,
.cid-s55NPLsdcI .mbr-section-btn {
  color: #767676;
}
.cid-s55PPX2Wir {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PPX2Wir .mbr-text {
  color: #767676;
}
.cid-s55PPX2Wir .card-subtitle {
  margin: 0;
}
.cid-s55PPX2Wir .link {
  margin: 0;
}
.cid-s55PPX2Wir .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PPX2Wir .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PPX2Wir img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PPX2Wir .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PPX2Wir .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PPX2Wir .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PPX2Wir .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PPX2Wir .row {
  justify-content: center;
}
.cid-s55PPX2Wir .card {
  margin-bottom: 4rem;
}
.cid-s55Nq3uls8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55Nq3uls8 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55Nq3uls8 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55Nq3uls8 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55Nq3uls8 .mbr-text,
.cid-s55Nq3uls8 .mbr-section-btn {
  color: #767676;
}
.cid-s55PQWDvwM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PQWDvwM .mbr-text {
  color: #767676;
}
.cid-s55PQWDvwM .card-subtitle {
  margin: 0;
}
.cid-s55PQWDvwM .link {
  margin: 0;
}
.cid-s55PQWDvwM .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PQWDvwM .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PQWDvwM img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PQWDvwM .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PQWDvwM .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PQWDvwM .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PQWDvwM .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PQWDvwM .row {
  justify-content: center;
}
.cid-s55PQWDvwM .card {
  margin-bottom: 4rem;
}
.cid-s55NPaUNm5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NPaUNm5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NPaUNm5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NPaUNm5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NPaUNm5 .mbr-text,
.cid-s55NPaUNm5 .mbr-section-btn {
  color: #767676;
}
.cid-s55PRV4uXn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PRV4uXn .mbr-text {
  color: #767676;
}
.cid-s55PRV4uXn .card-subtitle {
  margin: 0;
}
.cid-s55PRV4uXn .link {
  margin: 0;
}
.cid-s55PRV4uXn .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PRV4uXn .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PRV4uXn img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PRV4uXn .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PRV4uXn .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PRV4uXn .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PRV4uXn .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PRV4uXn .row {
  justify-content: center;
}
.cid-s55PRV4uXn .card {
  margin-bottom: 4rem;
}
.cid-s55NvUCNbz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s55NvUCNbz h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s55NvUCNbz h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NvUCNbz h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s55NvUCNbz .mbr-text,
.cid-s55NvUCNbz .mbr-section-btn {
  color: #767676;
}
.cid-s55PSZSuNo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s55PSZSuNo .mbr-text {
  color: #767676;
}
.cid-s55PSZSuNo .card-subtitle {
  margin: 0;
}
.cid-s55PSZSuNo .link {
  margin: 0;
}
.cid-s55PSZSuNo .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-s55PSZSuNo .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-s55PSZSuNo img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-s55PSZSuNo .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-s55PSZSuNo .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-s55PSZSuNo .card-img:hover:before {
  opacity: 0.4;
}
.cid-s55PSZSuNo .card-img:hover img {
  transform: scale(1.05);
}
.cid-s55PSZSuNo .row {
  justify-content: center;
}
.cid-s55PSZSuNo .card {
  margin-bottom: 4rem;
}
.cid-s5oTkL2ATl {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-s5oTkL2ATl .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s5oTkL2ATl h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-s5oTkL2ATl h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5oTkL2ATl h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s5oTkL2ATl .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-s5oTkL2ATl .mbr-iconfont-social:before {
  padding: .6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-s5oTkL2ATl .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-s5oTkL2ATl .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all .3s;
  border-color: transparent;
}
.cid-s5oTkL2ATl .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-s5oTkL2ATl .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-s5oTkL2ATl .mbr-section-title,
.cid-s5oTkL2ATl .social-list {
  color: #000000;
}
.cid-rymy9wusLz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
