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: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.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: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #232323 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #232323 !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary: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-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.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-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #232323 !important;
  border-color: #232323 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger: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-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.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-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: transparent;
  color: #232323;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #232323;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #232323 !important;
}
.text-secondary {
  color: #232323 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #232323 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #232323;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #232323;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.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: #d5d5d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d5d5d5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #232323 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #232323;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #232323;
}
.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: #232323;
  border-bottom-color: #232323;
}
.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: #232323 !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: #232323 !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='%23232323' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tz3BXq3Z1T .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3BXq3Z1T .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3BXq3Z1T .card-img span {
  font-size: 100px;
}
.cid-tz3CdeBajv {
  background-image: url("../../../assets/images/img-359.jpeg");
}
.cid-tz3CdeBajv .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3CdeBajv .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3CdeBajv .card-img span {
  font-size: 100px;
}
.cid-tz3CEmQEgb {
  background-image: url("../../../assets/images/img-1590.jpeg");
}
.cid-tz3CEmQEgb .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3CEmQEgb .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3CEmQEgb .card-img span {
  font-size: 100px;
}
.cid-tz3CFn9UFN {
  background-image: url("../../../assets/images/img-1882.jpeg");
}
.cid-tz3CFn9UFN .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3CFn9UFN .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3CFn9UFN .card-img span {
  font-size: 100px;
}
.cid-tz3CFPZdP8 {
  background-image: url("../../../assets/images/img-3535.jpeg");
}
.cid-tz3CFPZdP8 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3CFPZdP8 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3CFPZdP8 .card-img span {
  font-size: 100px;
}
.cid-tz3CGv7yll {
  background-image: url("../../../assets/images/img-6411.jpeg");
}
.cid-tz3CGv7yll .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3CGv7yll .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3CGv7yll .card-img span {
  font-size: 100px;
}
.cid-tz3CGUU2V0 {
  background-image: url("../../../assets/images/img-666.jpeg");
}
.cid-tz3CGUU2V0 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3CGUU2V0 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3CGUU2V0 .card-img span {
  font-size: 100px;
}
.cid-tz3CHiieov {
  background-image: url("../../../assets/images/img-4013.jpeg");
}
.cid-tz3CHiieov .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3CHiieov .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3CHiieov .card-img span {
  font-size: 100px;
}
.cid-tz3CHDBXsV {
  background-image: url("../../../assets/images/img-1844.jpeg");
}
.cid-tz3CHDBXsV .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3CHDBXsV .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3CHDBXsV .card-img span {
  font-size: 100px;
}
.cid-tz3CEXZOLQ {
  background-image: url("../../../assets/images/img-8533.jpeg");
}
.cid-tz3CEXZOLQ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3CEXZOLQ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3CEXZOLQ .card-img span {
  font-size: 100px;
}
.cid-tz3Dx21eUT {
  background-image: url("../../../assets/images/img-8568.jpeg");
}
.cid-tz3Dx21eUT .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3Dx21eUT .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3Dx21eUT .card-img span {
  font-size: 100px;
}
.cid-tz3DxCvSRE {
  background-image: url("../../../assets/images/img-2083.jpg");
}
.cid-tz3DxCvSRE .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3DxCvSRE .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3DxCvSRE .card-img span {
  font-size: 100px;
}
.cid-tz3DyLiceG {
  background-image: url("../../../assets/images/img-3129.jpeg");
}
.cid-tz3DyLiceG .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3DyLiceG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3DyLiceG .card-img span {
  font-size: 100px;
}
.cid-tz3DzjU8rZ {
  background-image: url("../../../assets/images/img-87.jpeg");
}
.cid-tz3DzjU8rZ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3DzjU8rZ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3DzjU8rZ .card-img span {
  font-size: 100px;
}
.cid-tz3DAjaKRh {
  background-image: url("../../../assets/images/img-1128.jpeg");
}
.cid-tz3DAjaKRh .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3DAjaKRh .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3DAjaKRh .card-img span {
  font-size: 100px;
}
.cid-tz3DAEQ2tG {
  background-image: url("../../../assets/images/img-7474.jpeg");
}
.cid-tz3DAEQ2tG .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3DAEQ2tG .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3DAEQ2tG .card-img span {
  font-size: 100px;
}
.cid-tz3DzXmelE {
  background-image: url("../../../assets/images/aus-529.jpeg");
}
.cid-tz3DzXmelE .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3DzXmelE .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3DzXmelE .card-img span {
  font-size: 100px;
}
.cid-tz3DylZZiM {
  background-image: url("../../../assets/images/img-940.jpeg");
}
.cid-tz3DylZZiM .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3DylZZiM .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3DylZZiM .card-img span {
  font-size: 100px;
}
.cid-tzy7Bxx07t {
  background-image: url("../../../assets/images/img-4466-2000x1250.jpeg");
}
.cid-tzy7Bxx07t .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tzy7Bxx07t .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tzy7Bxx07t .card-img span {
  font-size: 100px;
}
.cid-tz3EuXnv3x {
  background-image: url("../../../assets/images/img-2379.jpeg");
}
.cid-tz3EuXnv3x .mbr-section-title {
  letter-spacing: .1em;
}
.cid-tz3EuXnv3x .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-tz3EuXnv3x .card-img span {
  font-size: 100px;
}
.cid-tzy3rOWIzp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzy3rOWIzp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzy3rOWIzp .row {
  flex-direction: row-reverse;
}
.cid-tzy3rOWIzp img {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tzy3rOWIzp .top {
    padding-top: 20px;
  }
}
.cid-tzy9uhy3cf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzy9uhy3cf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzy9uhy3cf .row {
  flex-direction: row-reverse;
}
.cid-tzy9uhy3cf img {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tzy9uhy3cf .top {
    padding-top: 20px;
  }
}
.cid-tzy38KGNsy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzy38KGNsy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzy38KGNsy .row {
  flex-direction: row-reverse;
}
.cid-tzy38KGNsy img {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-tzy38KGNsy .top {
    padding-top: 20px;
  }
}
.cid-tz3EG9Oisc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tz3EG9Oisc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz3EG9Oisc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tz3EG9Oisc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tz3EG9Oisc .row {
  flex-direction: row-reverse;
}
.cid-tz3EG9Oisc img {
  width: 100%;
}
.cid-tz3zEa9PM8 {
  background-image: url("../../../assets/images/img-408.jpeg");
}
.cid-tz3zEa9PM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz3zEa9PM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz3zEaxRYL {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/img-23.jpeg");
}
.cid-tz3zEaxRYL .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-tz3zEaxRYL .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-tz3zEaxRYL .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tz3zEaxRYL .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-tz3zEaxRYL .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-tz3zEaxRYL .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tz3zEaxRYL .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-tz3zEaxRYL .mbr-text {
  margin-top: 5px;
}
.cid-tz3zEaOQ8D {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tz3zEaOQ8D .text-box {
  max-width: 900px;
}
.cid-tz3zEaOQ8D .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-tz3zEaOQ8D .item:last-child .icon-box:before {
  display: none;
}
.cid-tz3zEaOQ8D .item::before {
  content: "";
  width: 2px;
  height: 100%;
  right: 38px;
  position: absolute;
  top: 50%;
  margin-left: 2rem;
  background: #dae2ec;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .cid-tz3zEaOQ8D .item::before {
    margin-left: 2rem;
  }
}
.cid-tz3zEaOQ8D .last:before {
  display: none;
}
.cid-tz3zEaOQ8D .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  margin-right: 0;
  background: #f2f3f7;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-tz3zEaOQ8D span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-tz3zEaOQ8D span .card {
    margin-bottom: 2rem;
  }
  .cid-tz3zEaOQ8D span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tz3zEaOQ8D span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tz3zEaOQ8D .icon-box::before {
    top: 114%;
  }
}
.cid-tz3zEaOQ8D SPAN {
  color: #232323;
}
.cid-tz3zEaOQ8D .icon-text {
  color: #353535;
}
.cid-tz3zEaOQ8D .icon-title {
  color: #353535;
}
.cid-tz3zEaOQ8D .icon-subtitle {
  color: #36187d;
}
.cid-tz3zEaOQ8D .main-title {
  color: #36187d;
}
.cid-tz3zEaOQ8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz3zEaOQ8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz3zEbjbQn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tz3zEbjbQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz3zEbjbQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz3zEbjbQn .row {
  justify-content: center;
}
.cid-tz3zEbjbQn .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-tz3zEbjbQn .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tz3zEbjbQn .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tz3zEbjbQn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tz3zEbjbQn .item {
  margin-bottom: 32px;
}
.cid-tz3zEbjbQn .item:nth-child(2n) .item-wrapper .item-img {
  transform: rotate(-5deg);
}
.cid-tz3zEbjbQn .item .item-wrapper {
  overflow: visible;
}
.cid-tz3zEbjbQn .item .item-wrapper .item-img {
  transform: rotate(5deg);
}
.cid-tz3zEbjbQn .item .item-wrapper .item-img img {
  max-height: 500px;
  min-height: 500px;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 6px 6px 20px #ffffff;
}
@media (max-width: 992px) {
  .cid-tz3zEbjbQn .item .item-wrapper .item-img img {
    min-height: 250px;
    max-height: 250px;
  }
}
.cid-tz3zEbjbQn .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-tz3zEbjbQn .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tz3zEbE6dQ {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tz3zEbE6dQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz3zEbE6dQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tz3zEbE6dQ .container {
    padding: 0 30px;
  }
}
.cid-tz3zEbE6dQ .text-wrap {
  display: flex;
  align-items: center;
}
.cid-tz3zEbE6dQ .text-wrap .text-wrapper {
  padding-right: 160px;
  padding-right: 0;
  padding-left: 160px;
}
@media (max-width: 1200px) {
  .cid-tz3zEbE6dQ .text-wrap .text-wrapper {
    padding-right: 82px;
  }
}
@media (max-width: 1200px) {
  .cid-tz3zEbE6dQ .text-wrap .text-wrapper {
    padding-right: 0;
    padding-left: 82px;
  }
}
@media (max-width: 992px) {
  .cid-tz3zEbE6dQ .text-wrap .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tz3zEbE6dQ .text-wrap .text-wrapper {
    padding: 0;
  }
}
.cid-tz3zEbE6dQ .text-wrap .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tz3zEbE6dQ .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tz3zEbE6dQ .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tz3zEbE6dQ .image-wrapper {
    margin-top: 60px;
  }
}
.cid-tz3zEbE6dQ .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-tz3zEbE6dQ .image-wrapper img:first-child {
  height: 720px;
}
@media (max-width: 992px) {
  .cid-tz3zEbE6dQ .image-wrapper img:first-child {
    height: 280px;
  }
}
.cid-tz3zEbE6dQ .image-wrapper img:last-child {
  position: absolute;
  bottom: 4rem;
  left: -7rem;
  width: 230px;
  height: 320px;
  left: auto;
  right: -7rem;
}
@media (max-width: 1200px) {
  .cid-tz3zEbE6dQ .image-wrapper img:last-child {
    right: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tz3zEbE6dQ .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tz3zEbE6dQ .mbr-section-title {
  color: #000000;
}
.cid-tz3zEbE6dQ .mbr-text {
  color: #000000;
}
.cid-tz3zEbE6dQ .mbr-cit {
  color: #000000;
}
.cid-tz3zEbE6dQ .mbr-name {
  color: #a8a8a8;
}
.cid-tz3zEbZOFZ {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tz3zEbZOFZ .card-wrapper {
  background-color: #232323;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tz3zEbZOFZ .card-wrapper {
    padding: 1rem;
  }
}
.cid-tz3zEbZOFZ .text-wrapper {
  max-width: 28rem;
}
.cid-tz3zEbZOFZ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tz3zEbZOFZ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tz3zEbZOFZ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tz3zEbZOFZ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tz3zEbZOFZ .content-wrapper {
    padding: 3rem;
  }
  .cid-tz3zEbZOFZ .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-tz3zEbZOFZ .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tz3zEbZOFZ .text-column {
    padding-left: 16px !important;
    padding-right: 4rem;
  }
}
.cid-tz3zEbZOFZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tz3zEbZOFZ .mbr-text,
.cid-tz3zEbZOFZ .mbr-section-btn {
  color: #232323;
}
.cid-tz3zEbZOFZ .card-title {
  text-align: left;
}
.cid-tz3zEcjE7K {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-tz3zEcjE7K .row {
  justify-content: flex-start;
  align-items: stretch;
}
.cid-tz3zEcjE7K .mbr-section-head {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .cid-tz3zEcjE7K .mbr-section-head {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tz3zEcjE7K .mbr-section-head {
    margin-bottom: 70px;
  }
}
.cid-tz3zEcjE7K .mbr-section-title {
  color: #45494E;
}
.cid-tz3zEcjE7K .mbr-section-subtitle {
  color: #45494E;
}
.cid-tz3zEcjE7K .item {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .cid-tz3zEcjE7K .item {
    margin-bottom: 50px;
  }
}
.cid-tz3zEcjE7K .item-content {
  display: flex;
  flex-direction: column;
  padding: 10%;
  width: 100%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-tz3zEcjE7K .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-tz3zEcjE7K .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-tz3zEcjE7K .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-tz3zEcjE7K .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-tz3zEcjE7K .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-tz3zEcjE7K .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
}
.cid-tz3zEcjE7K .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tz3zEcjE7K .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tz3zEcjE7K .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tz3zEcjE7K .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tz3zEcF3cv {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tz3zEcF3cv .container-fluid {
  padding: 0 3rem;
}
.cid-tz3zEcF3cv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #232323 50%, #232323 120%);
  display: inline-block;
}
.cid-tz3zEcF3cv .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-tz3zEcF3cv .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tz3zEcF3cv .time-line-date-content {
  margin-right: 2rem;
}
.cid-tz3zEcF3cv .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-tz3zEcF3cv .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-tz3zEcF3cv .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #353535;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-tz3zEcF3cv .separline:before,
.cid-tz3zEcF3cv .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #353535;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-tz3zEcF3cv .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #353535;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tz3zEcF3cv .container-fluid {
    padding: 0 1rem;
  }
  .cid-tz3zEcF3cv .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-tz3zEcF3cv .separline:before,
  .cid-tz3zEcF3cv .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-tz3zEcF3cv .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-tz3zEcF3cv .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-tz3zEcF3cv .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-tz3zEcF3cv .time-line-date-content p {
    float: left !important;
  }
  .cid-tz3zEcF3cv .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-tz3zEcF3cv .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tz3zEdjAxO {
  padding-top: 75px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tz3zEdjAxO H2 {
  color: #353535;
}
.cid-tz3zEdjAxO .mbr-text,
.cid-tz3zEdjAxO .mbr-section-btn {
  color: #353535;
}
@media (min-width: 992px) {
  .cid-tz3zEdjAxO .row {
    position: relative;
  }
  .cid-tz3zEdjAxO .row .mbr-figure {
    width: 600px;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -100px;
  }
  .cid-tz3zEdjAxO .row .mbr-figure img {
    max-width: 600px;
  }
}
.cid-tz3zEdjAxO img {
  max-width: 500px;
  margin: auto;
}
.cid-tz3zEdjAxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz3zEdjAxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz3zEdIiwF {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tz3zEdIiwF .row {
  justify-content: center;
}
.cid-tz3zEdIiwF .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #353535;
  text-align: center;
}
.cid-tz3zEdIiwF .mbr-section-title {
  margin-bottom: 0;
  color: #080808;
  text-align: center;
}
.cid-tz3zEdIiwF .content-card {
  margin-top: 40px;
}
.cid-tz3zEdIiwF .content-card .content-card-icon {
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  margin: 0 auto 38px;
}
.cid-tz3zEdIiwF .content-card .content-card-icon span {
  width: 42px;
  height: 42px;
  color: #353535;
  font-size: 42px;
}
.cid-tz3zEdIiwF .content-card .content-card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-tz3zEdIiwF .content-card .content-card-text .mbr-card-text {
  margin-bottom: 0;
}
.cid-tz3zEdIiwF .mbr-card-title {
  color: #080808;
  text-align: center;
}
.cid-tz3zEdIiwF .mbr-card-text {
  color: #65676c;
  text-align: center;
}
.cid-tz3zEecCST {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-tz3zEecCST .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz3zEecCST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz3zEecCST .item-wrap {
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tz3zEecCST .text-wrapper {
    margin-bottom: 8rem;
  }
}
.cid-tz3zEecCST .text-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-tz3zEecCST .text-wrapper .mbr-section-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-tz3zEecCST .text-wrapper .mbr-section-title {
    margin-bottom: 9.5px;
  }
}
.cid-tz3zEecCST .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tz3zEecCST .image-wrapper {
  display: flex;
  overflow: hidden;
}
.cid-tz3zEecCST .image-wrapper .image-container {
  height: 292px;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .cid-tz3zEecCST .image-wrapper .image-container {
    height: 152px;
  }
}
.cid-tz3zEecCST .image-wrapper .image-container img {
  width: 190px;
  height: 140px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tz3zEecCST .image-wrapper .image-container img {
    width: 95px;
    height: 70px;
  }
}
.cid-tz3zEecCST .image-wrapper .image-container img:first-child {
  margin-bottom: 12px;
}
.cid-tz3zEecCST .image-wrapper img {
  height: 292px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tz3zEecCST .image-wrapper img {
    height: 152px;
  }
}
.cid-tz3zEecCST .border-wrap_1 {
  width: 100%;
  height: 3px;
  background-color: #181818;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-tz3zEecCST .border-wrap_1 {
    margin-bottom: 114px;
  }
}
.cid-tz3zEecCST .border-wrap_2 {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-tz3zEecCST .border-wrap_2 {
    margin-top: 65px;
  }
}
.cid-tz3zEecCST .mbr-section-title {
  color: #181818;
}
.cid-tz3zEecCST .mbr-text {
  color: #454545;
}
.cid-tz3zEezlVe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171717;
}
.cid-tz3zEezlVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz3zEezlVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz3zEezlVe .row {
  justify-content: space-between;
}
.cid-tz3zEezlVe .line {
  widht: 100%;
  height: 2px;
  background: gray;
  margin-bottom: 2rem;
}
.cid-tz3zEezlVe .mbr-text,
.cid-tz3zEezlVe .mbr-section-btn {
  color: #ffffff;
}
.cid-tz3zEezlVe .mbr-section-title {
  color: #ffffff;
}
.cid-tz3zEezlVe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tz3zEeWFXr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tz3zEeWFXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz3zEeWFXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz3zEeWFXr .google-map {
  height: 350px;
  position: relative;
}
.cid-tz3zEeWFXr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tz3zEeWFXr .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-tz3zEeWFXr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tz3zEeWFXr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tz3zEfwMhX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz3zEfwMhX .line {
  background-color: #353535;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz3zEfXTvg {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tz3zEfXTvg .line {
  background-color: #353535;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tz3zEguOPg {
  background-image: url("../../../assets/images/img-390.jpg");
}
.cid-tz3zEguOPg .slider-text-two {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(255, 255, 255, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-tz3zEguOPg .mbr-section-title {
  color: #fafafa;
}
.cid-tz3zEguOPg .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz3zEguOPg .slider-text-two {
    outline: 15px solid rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.cid-tz3zEgUWnw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tz3zEgUWnw .container {
  max-width: 1700px;
}
.cid-tz3zEgUWnw .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-tz3zEgUWnw .card-box:focus-within {
  opacity: 1;
}
.cid-tz3zEgUWnw .row-center {
  height: 100%;
}
.cid-tz3zEgUWnw .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cid-tz3zEgUWnw .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tz3zEgUWnw .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 100%;
  padding: 14rem 1rem;
  transition: all 1s;
}
.cid-tz3zEgUWnw .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-tz3zEgUWnw .card-wrapper:hover .card-box,
.cid-tz3zEgUWnw .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tz3zEgUWnw .card-wrapper:hover .card-img,
.cid-tz3zEgUWnw .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tz3zEgUWnw .card-wrapper:hover:before,
.cid-tz3zEgUWnw .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tz3zEgUWnw .row {
  justify-content: center;
}
.cid-tz3zEgUWnw .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-tz3zEgUWnw .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-tz3zEgUWnw .card-img {
    transform: scale(1.1);
  }
  .cid-tz3zEgUWnw .card-wrapper:before {
    opacity: 0.6;
  }
}
.cid-tz3zEhyK5q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz3zEhyK5q .container {
  max-width: 1700px;
}
.cid-tz3zEhyK5q .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-tz3zEhyK5q .card-box:focus-within {
  opacity: 1;
}
.cid-tz3zEhyK5q .row-center {
  height: 100%;
}
.cid-tz3zEhyK5q .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cid-tz3zEhyK5q .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tz3zEhyK5q .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 100%;
  padding: 14rem 1rem;
  transition: all 1s;
}
.cid-tz3zEhyK5q .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-tz3zEhyK5q .card-wrapper:hover .card-box,
.cid-tz3zEhyK5q .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tz3zEhyK5q .card-wrapper:hover .card-img,
.cid-tz3zEhyK5q .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tz3zEhyK5q .card-wrapper:hover:before,
.cid-tz3zEhyK5q .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tz3zEhyK5q .row {
  justify-content: center;
}
.cid-tz3zEhyK5q .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-tz3zEhyK5q .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-tz3zEhyK5q .card-img {
    transform: scale(1.1);
  }
  .cid-tz3zEhyK5q .card-wrapper:before {
    opacity: 0.6;
  }
}
.cid-tz3zEi0L8E {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tz3zEi0L8E .container {
  max-width: 1700px;
}
.cid-tz3zEi0L8E .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
}
.cid-tz3zEi0L8E .card-box:focus-within {
  opacity: 1;
}
.cid-tz3zEi0L8E .row-center {
  height: 100%;
}
.cid-tz3zEi0L8E .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cid-tz3zEi0L8E .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-tz3zEi0L8E .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 100%;
  padding: 14rem 1rem;
  transition: all 1s;
}
.cid-tz3zEi0L8E .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-tz3zEi0L8E .card-wrapper:hover .card-box,
.cid-tz3zEi0L8E .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-tz3zEi0L8E .card-wrapper:hover .card-img,
.cid-tz3zEi0L8E .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-tz3zEi0L8E .card-wrapper:hover:before,
.cid-tz3zEi0L8E .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-tz3zEi0L8E .row {
  justify-content: center;
}
.cid-tz3zEi0L8E .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-tz3zEi0L8E .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-tz3zEi0L8E .card-img {
    transform: scale(1.1);
  }
  .cid-tz3zEi0L8E .card-wrapper:before {
    opacity: 0.6;
  }
}
.cid-tz3zEiutWO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tz3zEiutWO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tz3zEiutWO .row {
  flex-direction: row-reverse;
}
.cid-tz3zEiutWO img {
  width: 100%;
}
.cid-tz3zEiutWO .mbr-section-title {
  margin-bottom: 1rem;
  color: #353535;
  text-align: center;
}
.cid-tz3zEiutWO .mbr-text {
  margin-bottom: 4.5rem;
  color: #353535;
  text-align: center;
}
.cid-tz3zEiutWO .image-wrapper img {
  border-radius: 15px;
}
.cid-tz3zEiYeQG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz3zEiYeQG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tz3zEiYeQG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tz3zEiYeQG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tz3zEiYeQG .mbr-text,
.cid-tz3zEiYeQG .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tz3zEiYeQG h3:before,
  .cid-tz3zEiYeQG h3:after {
    display: none;
  }
}
.cid-tz3zEjohKP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz3zEjohKP img,
.cid-tz3zEjohKP .item-img {
  width: 100%;
}
.cid-tz3zEjohKP .item:focus,
.cid-tz3zEjohKP span:focus {
  outline: none;
}
.cid-tz3zEjohKP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz3zEjohKP .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tz3zEjohKP .item-content {
  padding: 25px 1rem 0;
}
.cid-tz3zEjohKP .item-content a:not(.btn):hover {
  color: #232323 !important;
  background-image: none !important;
}
.cid-tz3zEjohKP .item-wrapper {
  background: transparent;
}
.cid-tz3zEjohKP .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tz3zEjohKP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz3zEjohKP .mbr-section-title,
.cid-tz3zEjohKP .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-tz3zEjohKP .mbr-text,
.cid-tz3zEjohKP .mbr-section-btn {
  text-align: center;
}
.cid-tz3zEjohKP .item-title {
  text-align: center;
}
.cid-tz3zEjohKP .item-subtitle {
  text-align: center;
}
.cid-tz3zEjohKP .item-img {
  overflow: hidden;
}
.cid-tz3zEjohKP .item-img img {
  width: 100%;
}
.cid-tz3zEjohKP .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tz3zEjohKP .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tz3zEjSOr7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tz3zEjSOr7 .card {
  background-color: #232323;
  border-width: 1px;
  border-style: dashed;
  border-color: #232323;
  border-radius: 30px;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .cid-tz3zEjSOr7 .card {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-tz3zEjSOr7 .mbr-text {
  color: #ffffff;
}
.cid-tz3zEkkxRi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tz3zEkkxRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz3zEkkxRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tz3zEkkxRi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tz3zEkkxRi .row {
  flex-direction: row-reverse;
}
.cid-tz3zEkkxRi img {
  width: 100%;
}
.cid-tz3zEkMqhR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz3zEkMqhR img,
.cid-tz3zEkMqhR .item-img {
  width: 100%;
}
.cid-tz3zEkMqhR .item:focus,
.cid-tz3zEkMqhR span:focus {
  outline: none;
}
.cid-tz3zEkMqhR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz3zEkMqhR .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tz3zEkMqhR .item-content {
  padding: 25px 1rem 0;
}
.cid-tz3zEkMqhR .item-content a:not(.btn):hover {
  color: #232323 !important;
  background-image: none !important;
}
.cid-tz3zEkMqhR .item-wrapper {
  background: transparent;
}
.cid-tz3zEkMqhR .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tz3zEkMqhR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz3zEkMqhR .mbr-section-title,
.cid-tz3zEkMqhR .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-tz3zEkMqhR .mbr-text,
.cid-tz3zEkMqhR .mbr-section-btn {
  text-align: center;
}
.cid-tz3zEkMqhR .item-title {
  text-align: center;
}
.cid-tz3zEkMqhR .item-subtitle {
  text-align: center;
}
.cid-tz3zEkMqhR .item-img {
  overflow: hidden;
}
.cid-tz3zEkMqhR .item-img img {
  width: 100%;
}
.cid-tz3zEkMqhR .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tz3zEkMqhR .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tz3zElipBu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tz3zElipBu .mbr-section-subtitle {
  color: #111213;
  text-align: left;
  margin: auto;
  position: relative;
  padding-left: 60px;
  margin-top: 18px;
}
.cid-tz3zElipBu .row {
  align-items: center;
  height: 100%;
}
.cid-tz3zElipBu .wrapper {
  margin: auto;
}
.cid-tz3zElipBu .text {
  padding: 2.75em 2.9em;
  background-color: #f2f5fb;
}
@media (max-width: 1279px) {
  .cid-tz3zElipBu {
    padding: 2.5em;
  }
}
.cid-tz3zElipBu .mbr-section-subtitle:before {
  background-color: #232323;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.cid-tz3zElipBu .mbr-section-title {
  color: #111213;
}
.cid-tz3zElLvJi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz3zElLvJi img,
.cid-tz3zElLvJi .item-img {
  width: 100%;
}
.cid-tz3zElLvJi .item:focus,
.cid-tz3zElLvJi span:focus {
  outline: none;
}
.cid-tz3zElLvJi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz3zElLvJi .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tz3zElLvJi .item-content {
  padding: 25px 1rem 0;
}
.cid-tz3zElLvJi .item-content a:not(.btn):hover {
  color: #232323 !important;
  background-image: none !important;
}
.cid-tz3zElLvJi .item-wrapper {
  background: transparent;
}
.cid-tz3zElLvJi .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tz3zElLvJi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz3zElLvJi .mbr-section-title,
.cid-tz3zElLvJi .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-tz3zElLvJi .mbr-text,
.cid-tz3zElLvJi .mbr-section-btn {
  text-align: center;
}
.cid-tz3zElLvJi .item-title {
  text-align: center;
}
.cid-tz3zElLvJi .item-subtitle {
  text-align: center;
}
.cid-tz3zElLvJi .item-img {
  overflow: hidden;
}
.cid-tz3zElLvJi .item-img img {
  width: 100%;
}
.cid-tz3zElLvJi .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tz3zElLvJi .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tz3zEmih43 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tz3zEmih43 .mbr-section-subtitle {
  color: #111213;
  text-align: left;
  margin: auto;
  position: relative;
  padding-left: 60px;
  margin-top: 18px;
}
.cid-tz3zEmih43 .row {
  align-items: center;
  height: 100%;
}
.cid-tz3zEmih43 .wrapper {
  margin: auto;
}
.cid-tz3zEmih43 .text {
  padding: 2.75em 2.9em;
  background-color: #f2f5fb;
}
@media (max-width: 1279px) {
  .cid-tz3zEmih43 {
    padding: 2.5em;
  }
}
.cid-tz3zEmih43 .mbr-section-subtitle:before {
  background-color: #232323;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.cid-tz3zEmih43 .mbr-section-title {
  color: #111213;
}
.cid-tz3zEmL1YL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tz3zEmL1YL img,
.cid-tz3zEmL1YL .item-img {
  width: 100%;
}
.cid-tz3zEmL1YL .item:focus,
.cid-tz3zEmL1YL span:focus {
  outline: none;
}
.cid-tz3zEmL1YL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz3zEmL1YL .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tz3zEmL1YL .item-content {
  padding: 25px 1rem 0;
}
.cid-tz3zEmL1YL .item-content a:not(.btn):hover {
  color: #232323 !important;
  background-image: none !important;
}
.cid-tz3zEmL1YL .item-wrapper {
  background: transparent;
}
.cid-tz3zEmL1YL .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tz3zEmL1YL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz3zEmL1YL .mbr-section-title,
.cid-tz3zEmL1YL .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-tz3zEmL1YL .mbr-text,
.cid-tz3zEmL1YL .mbr-section-btn {
  text-align: center;
}
.cid-tz3zEmL1YL .item-title {
  text-align: center;
}
.cid-tz3zEmL1YL .item-subtitle {
  text-align: center;
}
.cid-tz3zEmL1YL .item-img {
  overflow: hidden;
}
.cid-tz3zEmL1YL .item-img img {
  width: 100%;
}
.cid-tz3zEmL1YL .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tz3zEmL1YL .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tz3zEnjM7O {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz3zEnjM7O h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tz3zEnjM7O h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tz3zEnjM7O h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tz3zEnjM7O .mbr-text,
.cid-tz3zEnjM7O .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-tz3zEnjM7O h3:before,
  .cid-tz3zEnjM7O h3:after {
    display: none;
  }
}
.cid-tz3zEnMAvO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
@media (min-width: 992px) {
  .cid-tz3zEnMAvO .wrapper {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 25px;
  }
}
@media (min-width: 769px) {
  .cid-tz3zEnMAvO .row .col-12 {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.cid-tz3zEnMAvO .item-img {
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.cid-tz3zEnMAvO .item-img img {
  object-fit: cover;
  height: 100%;
  transition: transform 1.5s;
}
.cid-tz3zEnMAvO .item-img:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cid-tz3zEnMAvO img {
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-tz3zEnMAvO .top {
    padding-top: 20px;
  }
}
.cid-tz3zEnMAvO .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tz3zEnMAvO .close::before {
  content: '\e91a';
}
.cid-tz3zEnMAvO .close:hover {
  color: #fff;
}
.cid-tz3zEnMAvO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tz3zEnMAvO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tz3zEnMAvO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tz3zEnMAvO .carousel-control-next span {
  margin-left: 5px;
}
.cid-tz3zEnMAvO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-tz3zEnMAvO .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-tz3zEnMAvO .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-tz3zEnMAvO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-tz3zEnMAvO .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-tz3zEnMAvO .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-tz3zEnMAvO .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-tz3zEnMAvO .carousel-item img {
    width: 70%;
  }
}
.cid-tz3zEnMAvO .carousel-inner > .active {
  display: block;
}
.cid-tz3zEnMAvO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tz3zEnMAvO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tz3zEnMAvO .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-tz3zEnMAvO .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-tz3zEnMAvO .carousel-control,
  .cid-tz3zEnMAvO .carousel-indicators {
    position: fixed;
  }
}
.cid-tz3zEnMAvO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tz3zEnMAvO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tz3zEnMAvO .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-tz3zEnMAvO .modal-content {
    width: 70%;
  }
}
.cid-tz3zEnMAvO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tz3zEnMAvO .carousel {
  width: 100%;
}
.cid-tz3zEnMAvO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tz3zEnMAvO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tz3zEnMAvO .modal.fade .modal-dialog,
.cid-tz3zEnMAvO .modal.in .modal-dialog {
  transform: none;
}
.cid-tz3zEnMAvO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tz3zEolqp4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tz3zEolqp4 img,
.cid-tz3zEolqp4 .item-img {
  width: 100%;
}
.cid-tz3zEolqp4 .item:focus,
.cid-tz3zEolqp4 span:focus {
  outline: none;
}
.cid-tz3zEolqp4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tz3zEolqp4 .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tz3zEolqp4 .item-content {
  padding: 25px 1rem 0;
}
.cid-tz3zEolqp4 .item-content a:not(.btn):hover {
  color: #232323 !important;
  background-image: none !important;
}
.cid-tz3zEolqp4 .item-wrapper {
  background: transparent;
}
.cid-tz3zEolqp4 .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tz3zEolqp4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tz3zEolqp4 .mbr-section-title,
.cid-tz3zEolqp4 .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-tz3zEolqp4 .mbr-text,
.cid-tz3zEolqp4 .mbr-section-btn {
  text-align: center;
}
.cid-tz3zEolqp4 .item-title {
  text-align: center;
}
.cid-tz3zEolqp4 .item-subtitle {
  text-align: center;
}
.cid-tz3zEolqp4 .item-img {
  overflow: hidden;
}
.cid-tz3zEolqp4 .item-img img {
  width: 100%;
}
.cid-tz3zEolqp4 .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tz3zEolqp4 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tz3zEoU5vV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-tz3zEoU5vV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz3zEoU5vV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tz3zEoU5vV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tz3zEoU5vV .row {
  flex-direction: row-reverse;
}
.cid-tz3zEoU5vV img {
  width: 100%;
}
.cid-tz3zEpphz1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tz3zEpphz1 .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-tz3zEpphz1 .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tz3zEpphz1 .people {
    padding: 0;
  }
}
.cid-tz3zEpphz1 .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-tz3zEpphz1 .mbr-section-subtitle {
  color: #353535;
  margin: 0;
}
.cid-tz3zEpphz1 .mbr-text {
  color: #353535;
  margin: 10px auto;
  text-align: center;
}
.cid-tz3zEpphz1 .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-tz3zEpphz1 h3 {
  margin: 0;
}
.cid-tz3zEpphz1 .occupation {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-tz3zEpphz1 .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-tz3zEpphz1 .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-tz3zEpphz1 .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-tz3zEpphz1 .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-tz3zEpphz1 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tz3zEpphz1 .item:hover {
  cursor: pointer;
}
.cid-tz3zEpphz1 .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-tz3zEpXvET {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tz3zEpXvET .mbr-section-head {
    padding: 0 18px;
  }
}
.cid-tz3zEpXvET .people {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tz3zEpXvET .people {
    padding: 0;
  }
}
.cid-tz3zEpXvET .mbr-section-title {
  color: #000000;
  margin: 0;
}
.cid-tz3zEpXvET .mbr-section-subtitle {
  color: #6b6b6b;
  margin: 0;
}
.cid-tz3zEpXvET .mbr-text {
  color: #6b6b6b;
  margin: 10px auto;
}
.cid-tz3zEpXvET .item-name {
  color: #000000;
  text-align: center;
  margin: 0;
}
.cid-tz3zEpXvET h3 {
  margin: 0;
}
.cid-tz3zEpXvET .occupation {
  color: #6b6b6b;
  text-align: center;
  margin: 0;
}
.cid-tz3zEpXvET .item {
  margin-bottom: 30px;
  transition: all 1s ease-out;
}
.cid-tz3zEpXvET .item-caption {
  padding-top: 14px;
  background: transparent;
}
.cid-tz3zEpXvET .item-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cid-tz3zEpXvET .item-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  --qodef-gradient-color-1: rgba(248, 117, 117, 0.8);
  --qodef-gradient-color-2: rgba(255, 160, 160, 0.44);
  --qodef-gradient-color-3: rgba(254, 216, 255, 0);
  --qodef-gradient-color-4: #b1d2fe;
  --qodef-gradient-color-5: rgba(230, 255, 250, 0);
  --qodef-gradient-color-6: #d8cafe;
  background: radial-gradient(105.68% 45.69% at 92.95% 50%, var(--qodef-gradient-color-1) 0, var(--qodef-gradient-color-2) 53.91%, var(--qodef-gradient-color-3) 100%), radial-gradient(103.18% 103.18% at 90.11% 102.39%, var(--qodef-gradient-color-4) 0, var(--qodef-gradient-color-5) 100%), radial-gradient(90.45% 90.45% at 87.84% 9.55%, var(--qodef-gradient-color-5) 0, rgba(254, 219, 246, 0) 100%), linear-gradient(135.66deg, var(--qodef-gradient-color-6) 14.89%, var(--qodef-gradient-color-6) 74.33%);
  z-index: 1;
  pointer-events: none;
}
.cid-tz3zEpXvET .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tz3zEpXvET .item:hover {
  cursor: pointer;
}
.cid-tz3zEpXvET .item:hover .item-img::before {
  opacity: 0.7;
}
.cid-tz3zEqx1if {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz3zEqx1if .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tz3zEqx1if .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-tz3zEqx1if .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-tz3zEqx1if .wrap-img {
  padding-bottom: 1rem;
}
.cid-tz3zEqx1if .wrap-img img {
  max-width: 100%;
}
.cid-tz3zEqx1if .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-tz3zEreO1c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tz3zEreO1c .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tz3zEreO1c .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-tz3zEreO1c .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-tz3zEreO1c .wrap-img {
  padding-bottom: 1rem;
}
.cid-tz3zEreO1c .wrap-img img {
  max-width: 100%;
}
.cid-tz3zEreO1c .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-tz3zErUQmY {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tz3zErUQmY h2,
.cid-tz3zErUQmY h3,
.cid-tz3zErUQmY h4,
.cid-tz3zErUQmY h5 {
  margin: 0;
}
.cid-tz3zErUQmY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tz3zErUQmY .mbr-card-title {
  text-align: center;
  color: #000000;
}
.cid-tz3zErUQmY .mbr-card-subtitle {
  text-align: center;
  color: #6b6b6b;
}
.cid-tz3zErUQmY .image-container {
  min-height: 738px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: minmax(346px, 704px) minmax(153px, 332px) minmax(153px, 332px) minmax(153px, 332px);
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px;
  grid-template-areas: "img1 img2 img4 img5" "img1 img3 img4 img6";
}
@media (min-width: 681px) and (max-width: 1024px) {
  .cid-tz3zErUQmY .image-container {
    grid-template-columns: minmax(290px, 442px) minmax(290px, 442px);
    grid-template-rows: 924px 442px 442px 442px;
    grid-gap: 40px;
    grid-template-areas: "img1 img1" "img2 img4" "img3 img4" "img6 img5";
  }
}
@media (max-width: 680px) {
  .cid-tz3zErUQmY .image-container {
    grid-template-columns: minmax(260px, 620px);
    grid-template-rows: 697px 329px 697px 329px 329px 329px;
    grid-gap: 40px;
    grid-template-areas: "img1" "img2" "img4" "img3" "img5" "img6";
  }
}
.cid-tz3zErUQmY #img1 {
  grid-area: img1;
  background-image: url("../../../assets/images/b00f38ea2faa32fd2080d18800eddd51.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tz3zErUQmY #img2 {
  grid-area: img2;
  background-image: url("../../../assets/images/3858b6336fec3611957951ed530550ed.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tz3zErUQmY #img3 {
  grid-area: img3;
  background-image: url("../../../assets/images/97465054aa540dfbf154d23594a48759.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tz3zErUQmY #img4 {
  grid-area: img4;
  background-image: url("../../../assets/images/eda8505e1ef2391afa992a69c6ce9889.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tz3zErUQmY #img5 {
  grid-area: img5;
  background-image: url("../../../assets/images/327564bf6a90e63fd69284a83daeb3fa.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tz3zErUQmY #img6 {
  grid-area: img6;
  background-image: url("../../../assets/images/68e797a159e4879db405d912e8ffa8d3.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.cid-tz3zErUQmY .top-left,
.cid-tz3zErUQmY .bottom-right {
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
}
.cid-tz3zErUQmY .top-left::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #232323;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tz3zErUQmY .top-left::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #232323;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.cid-tz3zErUQmY .bottom-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0;
  background: #232323;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tz3zErUQmY .bottom-right::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #232323;
  bottom: 0;
  right: 0;
  transition: all 1s ease-out;
}
.cid-tz3zErUQmY .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: #ffffff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s ease-out;
}
.cid-tz3zErUQmY .image-wrap:hover .text-wrap {
  opacity: 1;
}
.cid-tz3zErUQmY .image-wrap:hover .top-left::before {
  height: 100%;
}
.cid-tz3zErUQmY .image-wrap:hover .top-left::after {
  width: 100%;
}
.cid-tz3zErUQmY .image-wrap:hover .bottom-right::before {
  height: 100%;
}
.cid-tz3zErUQmY .image-wrap:hover .bottom-right::after {
  width: 100%;
}
.cid-tz3zErUQmY .mbr-section-subtitle {
  text-align: center;
}
.cid-tz4Q2ZaeAE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tz4Q2ZaeAE .dropdown-menu {
  padding: 0;
}
.cid-tz4Q2ZaeAE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tz4Q2ZaeAE .dropdown-item:hover,
.cid-tz4Q2ZaeAE .dropdown-item:focus {
  background: #232323 !important;
  color: white!important;
}
.cid-tz4Q2ZaeAE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tz4Q2ZaeAE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz4Q2ZaeAE .nav-link {
  position: relative;
}
.cid-tz4Q2ZaeAE .container {
  display: flex;
  margin: auto;
}
.cid-tz4Q2ZaeAE .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tz4Q2ZaeAE .navbar-caption {
  padding-right: 4rem;
}
.cid-tz4Q2ZaeAE .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-tz4Q2ZaeAE .dropdown-menu,
.cid-tz4Q2ZaeAE .navbar.opened {
  background: #000000 !important;
}
.cid-tz4Q2ZaeAE .nav-item:focus,
.cid-tz4Q2ZaeAE .nav-link:focus {
  outline: none;
}
.cid-tz4Q2ZaeAE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tz4Q2ZaeAE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz4Q2ZaeAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tz4Q2ZaeAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tz4Q2ZaeAE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz4Q2ZaeAE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz4Q2ZaeAE .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #000000;
}
.cid-tz4Q2ZaeAE .navbar.opened {
  transition: all .3s;
}
.cid-tz4Q2ZaeAE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tz4Q2ZaeAE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz4Q2ZaeAE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tz4Q2ZaeAE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tz4Q2ZaeAE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz4Q2ZaeAE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz4Q2ZaeAE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz4Q2ZaeAE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz4Q2ZaeAE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tz4Q2ZaeAE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tz4Q2ZaeAE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz4Q2ZaeAE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz4Q2ZaeAE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz4Q2ZaeAE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tz4Q2ZaeAE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tz4Q2ZaeAE .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tz4Q2ZaeAE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tz4Q2ZaeAE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tz4Q2ZaeAE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz4Q2ZaeAE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz4Q2ZaeAE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz4Q2ZaeAE .dropdown-item.active,
.cid-tz4Q2ZaeAE .dropdown-item:active {
  background-color: transparent;
}
.cid-tz4Q2ZaeAE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz4Q2ZaeAE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz4Q2ZaeAE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz4Q2ZaeAE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tz4Q2ZaeAE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz4Q2ZaeAE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz4Q2ZaeAE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tz4Q2ZaeAE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz4Q2ZaeAE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz4Q2ZaeAE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tz4Q2ZaeAE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tz4Q2ZaeAE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tz4Q2ZaeAE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tz4Q2ZaeAE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tz4Q2ZaeAE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tz4Q2ZaeAE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tz4Q2ZaeAE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tz4Q2ZaeAE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tz4Q2ZaeAE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tz4Q2ZaeAE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz4Q2ZaeAE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tz4Q2ZaeAE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz4Q2ZaeAE .navbar {
    height: 77px;
  }
  .cid-tz4Q2ZaeAE .navbar.opened {
    height: auto;
  }
  .cid-tz4Q2ZaeAE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz4FWFIxdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz4FWFIxdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/black-wallpaper-1920x1080.jpeg");
}
.cid-tz9fUdObCJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tz9fUdObCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz9fUdObCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz9fUdObCJ .card-row {
  align-items: stretch;
}
.cid-tz9fUdObCJ .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #ffffff);
}
@media (max-width: 767px) {
  .cid-tz9fUdObCJ .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tz9fUdObCJ .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tz9fUdObCJ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tz9fUdObCJ .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tz9fUdObCJ .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tz9fUdObCJ .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tz9fUdObCJ .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tz9fUdObCJ .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tz9fUdObCJ .mbr-section-btn {
  margin-top: 30px;
}
.cid-tz9fUdObCJ .card-text,
.cid-tz9fUdObCJ .mbr-section-btn {
  color: #000000;
}
.cid-tza3BFWT95 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tza3BFWT95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tza3BFWT95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tza3BFWT95 .card-row {
  align-items: stretch;
}
.cid-tza3BFWT95 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #ffffff);
}
@media (max-width: 767px) {
  .cid-tza3BFWT95 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tza3BFWT95 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tza3BFWT95 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tza3BFWT95 .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tza3BFWT95 .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tza3BFWT95 .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tza3BFWT95 .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tza3BFWT95 .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tza3BFWT95 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tza3BFWT95 .card-text,
.cid-tza3BFWT95 .mbr-section-btn {
  color: #000000;
}
.cid-tz9fTuZ56D {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tz9fTuZ56D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz9fTuZ56D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz9fTuZ56D .card-row {
  align-items: stretch;
}
.cid-tz9fTuZ56D .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #ffffff);
}
@media (max-width: 767px) {
  .cid-tz9fTuZ56D .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tz9fTuZ56D .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tz9fTuZ56D .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tz9fTuZ56D .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tz9fTuZ56D .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tz9fTuZ56D .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tz9fTuZ56D .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tz9fTuZ56D .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tz9fTuZ56D .mbr-section-btn {
  margin-top: 30px;
}
.cid-tz9fTuZ56D .card-text,
.cid-tz9fTuZ56D .mbr-section-btn {
  color: #000000;
}
.cid-tz9f9lDAed {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tz9f9lDAed .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz9f9lDAed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz9f9lDAed .card-row {
  align-items: stretch;
}
.cid-tz9f9lDAed .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #ffffff);
}
@media (max-width: 767px) {
  .cid-tz9f9lDAed .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tz9f9lDAed .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tz9f9lDAed .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tz9f9lDAed .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tz9f9lDAed .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tz9f9lDAed .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tz9f9lDAed .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tz9f9lDAed .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tz9f9lDAed .mbr-section-btn {
  margin-top: 30px;
}
.cid-tz9f9lDAed .card-text,
.cid-tz9f9lDAed .mbr-section-btn {
  color: #000000;
}
.cid-tzxNrrOANC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tzxNrrOANC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzxNrrOANC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzxNrrOANC .card-row {
  align-items: stretch;
}
.cid-tzxNrrOANC .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #ffffff);
}
@media (max-width: 767px) {
  .cid-tzxNrrOANC .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tzxNrrOANC .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tzxNrrOANC .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tzxNrrOANC .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tzxNrrOANC .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tzxNrrOANC .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tzxNrrOANC .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tzxNrrOANC .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tzxNrrOANC .mbr-section-btn {
  margin-top: 30px;
}
.cid-tzxNrrOANC .card-text,
.cid-tzxNrrOANC .mbr-section-btn {
  color: #000000;
}
.cid-tz9dFJ2Vqx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tz9dFJ2Vqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tz9dFJ2Vqx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tz9dFJ2Vqx .card-row {
  align-items: stretch;
}
.cid-tz9dFJ2Vqx .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #ffffff);
}
@media (max-width: 767px) {
  .cid-tz9dFJ2Vqx .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tz9dFJ2Vqx .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tz9dFJ2Vqx .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tz9dFJ2Vqx .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tz9dFJ2Vqx .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tz9dFJ2Vqx .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tz9dFJ2Vqx .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tz9dFJ2Vqx .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tz9dFJ2Vqx .mbr-section-btn {
  margin-top: 30px;
}
.cid-tz9dFJ2Vqx .card-text,
.cid-tz9dFJ2Vqx .mbr-section-btn {
  color: #000000;
}
.cid-tz5e2MqTHk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tz5e2MqTHk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tz5e2MqTHk .team-card:hover {
  transform: translateY(-10px);
}
.cid-tz5e2MqTHk .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tz5e2MqTHk .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tz5e2MqTHk .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tz5e2MqTHk .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tz5e2MqTHk .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tz5e2MqTHk .social-row {
  text-align: center;
}
.cid-tz5e2MqTHk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tz5e2MqTHk .social-row .soc-item .mbr-iconfont {
  color: #121212;
  transition: all 0.3s;
}
.cid-tz5e2MqTHk .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tz5e2MqTHk .mbr-role,
.cid-tz5e2MqTHk .social-row {
  color: #707070;
}
.cid-tz5e2MqTHk .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tz5e2MqTHk .card-title,
.cid-tz5e2MqTHk .social-row {
  color: #121212;
}
.cid-tz5e2MqTHk .mbr-section-text {
  color: #707070;
}
.cid-tz5gZ8FvHe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tz5gZ8FvHe .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tz5gZ8FvHe .team-card:hover {
  transform: translateY(-10px);
}
.cid-tz5gZ8FvHe .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tz5gZ8FvHe .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tz5gZ8FvHe .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tz5gZ8FvHe .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tz5gZ8FvHe .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tz5gZ8FvHe .social-row {
  text-align: center;
}
.cid-tz5gZ8FvHe .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tz5gZ8FvHe .social-row .soc-item .mbr-iconfont {
  color: #121212;
  transition: all 0.3s;
}
.cid-tz5gZ8FvHe .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tz5gZ8FvHe .mbr-role,
.cid-tz5gZ8FvHe .social-row {
  color: #707070;
}
.cid-tz5gZ8FvHe .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tz5gZ8FvHe .card-title,
.cid-tz5gZ8FvHe .social-row {
  color: #121212;
}
.cid-tz5gZ8FvHe .mbr-section-text {
  color: #707070;
}
.cid-tz5iZxQ5yp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tz5iZxQ5yp .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tz5iZxQ5yp .team-card:hover {
  transform: translateY(-10px);
}
.cid-tz5iZxQ5yp .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tz5iZxQ5yp .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tz5iZxQ5yp .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tz5iZxQ5yp .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tz5iZxQ5yp .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tz5iZxQ5yp .social-row {
  text-align: center;
}
.cid-tz5iZxQ5yp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tz5iZxQ5yp .social-row .soc-item .mbr-iconfont {
  color: #121212;
  transition: all 0.3s;
}
.cid-tz5iZxQ5yp .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tz5iZxQ5yp .mbr-role,
.cid-tz5iZxQ5yp .social-row {
  color: #707070;
}
.cid-tz5iZxQ5yp .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tz5iZxQ5yp .card-title,
.cid-tz5iZxQ5yp .social-row {
  color: #121212;
}
.cid-tz5iZxQ5yp .mbr-section-text {
  color: #707070;
}
.cid-tO96nsI022 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tO96nsI022 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tO96nsI022 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tO96nsI022 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tO96nsI022 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tO96nsI022 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tO96nsI022 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tO96nsI022 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tO96nsI022 .social-row {
  text-align: center;
}
.cid-tO96nsI022 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tO96nsI022 .social-row .soc-item .mbr-iconfont {
  color: #121212;
  transition: all 0.3s;
}
.cid-tO96nsI022 .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tO96nsI022 .mbr-role,
.cid-tO96nsI022 .social-row {
  color: #707070;
}
.cid-tO96nsI022 .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tO96nsI022 .card-title,
.cid-tO96nsI022 .social-row {
  color: #121212;
}
.cid-tO96nsI022 .mbr-section-text {
  color: #707070;
}
.cid-tzlwFhFP5L {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-tzlwFhFP5L .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tzlwFhFP5L .team-card:hover {
  transform: translateY(-10px);
}
.cid-tzlwFhFP5L .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tzlwFhFP5L .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tzlwFhFP5L .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tzlwFhFP5L .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzlwFhFP5L .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tzlwFhFP5L .social-row {
  text-align: center;
}
.cid-tzlwFhFP5L .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzlwFhFP5L .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tzlwFhFP5L .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tzlwFhFP5L .mbr-role,
.cid-tzlwFhFP5L .social-row {
  color: #fafafa;
}
.cid-tzlwFhFP5L .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tzlwFhFP5L .card-title,
.cid-tzlwFhFP5L .social-row {
  color: #121212;
}
.cid-tzlwFhFP5L .mbr-section-text {
  color: #fafafa;
}
.cid-tzlwFhFP5L .mbr-section-title {
  color: #fafafa;
}
.cid-tzlyv9b9Si {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-tzlyv9b9Si .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tzlyv9b9Si .team-card:hover {
  transform: translateY(-10px);
}
.cid-tzlyv9b9Si .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tzlyv9b9Si .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tzlyv9b9Si .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tzlyv9b9Si .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzlyv9b9Si .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tzlyv9b9Si .social-row {
  text-align: center;
}
.cid-tzlyv9b9Si .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzlyv9b9Si .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tzlyv9b9Si .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tzlyv9b9Si .mbr-role,
.cid-tzlyv9b9Si .social-row {
  color: #fafafa;
}
.cid-tzlyv9b9Si .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tzlyv9b9Si .card-title,
.cid-tzlyv9b9Si .social-row {
  color: #121212;
}
.cid-tzlyv9b9Si .mbr-section-text {
  color: #fafafa;
}
.cid-tzlyv9b9Si .mbr-section-title {
  color: #fafafa;
}
.cid-tzlIe8CyCp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-tzlIe8CyCp .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tzlIe8CyCp .team-card:hover {
  transform: translateY(-10px);
}
.cid-tzlIe8CyCp .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tzlIe8CyCp .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tzlIe8CyCp .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tzlIe8CyCp .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzlIe8CyCp .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tzlIe8CyCp .social-row {
  text-align: center;
}
.cid-tzlIe8CyCp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzlIe8CyCp .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tzlIe8CyCp .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tzlIe8CyCp .mbr-role,
.cid-tzlIe8CyCp .social-row {
  color: #fafafa;
}
.cid-tzlIe8CyCp .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tzlIe8CyCp .card-title,
.cid-tzlIe8CyCp .social-row {
  color: #121212;
}
.cid-tzlIe8CyCp .mbr-section-text {
  color: #fafafa;
}
.cid-tzlIe8CyCp .mbr-section-title {
  color: #fafafa;
}
.cid-tzlA2ab4Kf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tzlA2ab4Kf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzlA2ab4Kf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzlA2ab4Kf .card-row {
  align-items: stretch;
}
.cid-tzlA2ab4Kf .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #ffffff);
}
@media (max-width: 767px) {
  .cid-tzlA2ab4Kf .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tzlA2ab4Kf .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tzlA2ab4Kf .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tzlA2ab4Kf .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tzlA2ab4Kf .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tzlA2ab4Kf .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tzlA2ab4Kf .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tzlA2ab4Kf .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tzlA2ab4Kf .mbr-section-btn {
  margin-top: 30px;
}
.cid-tzlA2ab4Kf .card-text,
.cid-tzlA2ab4Kf .mbr-section-btn {
  color: #000000;
}
.cid-tzlFhCkLUy {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-tzlFhCkLUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzlFhCkLUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzlFhCkLUy .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-tzlFhCkLUy .mbr-section-title {
  color: #181817;
}
.cid-tzlFhCkLUy .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-tzlFhCkLUy .card-row {
  align-items: stretch;
}
.cid-tzlFhCkLUy .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tzlFhCkLUy .item {
    width: 20% !important;
  }
}
.cid-tzlFhCkLUy .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-tzlFhCkLUy .item-wrapper {
    min-height: 360px;
  }
}
.cid-tzlFhCkLUy .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-tzlFhCkLUy .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tzlFhCkLUy .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-tzlFhCkLUy .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-tzlFhCkLUy .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-tzlFhCkLUy .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tzlFhCkLUy .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-tzlFhCkLUy .iconfont-wrapper {
  margin-right: 18px;
}
.cid-tzlFhCkLUy .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-tzlFhCkLUy .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-tzlFhCkLUy .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-tzlFhCkLUy .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-tzlFhCkLUy .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-tzlFhCkLUy .mbr-section-btn {
    width: auto;
  }
  .cid-tzlFhCkLUy .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tznHC5T6XM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
  overflow: hidden;
}
.cid-tznHC5T6XM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tznHC5T6XM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tznHC5T6XM .card-row {
  align-items: stretch;
}
.cid-tznHC5T6XM .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #ffffff);
}
@media (max-width: 767px) {
  .cid-tznHC5T6XM .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tznHC5T6XM .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tznHC5T6XM .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tznHC5T6XM .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tznHC5T6XM .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tznHC5T6XM .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tznHC5T6XM .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tznHC5T6XM .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tznHC5T6XM .mbr-section-btn {
  margin-top: 30px;
}
.cid-tznHC5T6XM .card-text,
.cid-tznHC5T6XM .mbr-section-btn {
  color: #000000;
}
.cid-tznHCSatrE {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-tznHCSatrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tznHCSatrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tznHCSatrE .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-tznHCSatrE .mbr-section-title {
  color: #181817;
}
.cid-tznHCSatrE .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-tznHCSatrE .card-row {
  align-items: stretch;
}
.cid-tznHCSatrE .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tznHCSatrE .item {
    width: 20% !important;
  }
}
.cid-tznHCSatrE .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-tznHCSatrE .item-wrapper {
    min-height: 360px;
  }
}
.cid-tznHCSatrE .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-tznHCSatrE .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tznHCSatrE .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-tznHCSatrE .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-tznHCSatrE .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-tznHCSatrE .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tznHCSatrE .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-tznHCSatrE .iconfont-wrapper {
  margin-right: 18px;
}
.cid-tznHCSatrE .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-tznHCSatrE .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-tznHCSatrE .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-tznHCSatrE .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-tznHCSatrE .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-tznHCSatrE .mbr-section-btn {
    width: auto;
  }
  .cid-tznHCSatrE .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tzrhIX6A55 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-tzrhIX6A55 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tzrhIX6A55 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tzrhIX6A55 .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tzrhIX6A55 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tzrhIX6A55 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tzrhIX6A55 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzrhIX6A55 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tzrhIX6A55 .social-row {
  text-align: center;
}
.cid-tzrhIX6A55 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzrhIX6A55 .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tzrhIX6A55 .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tzrhIX6A55 .mbr-role,
.cid-tzrhIX6A55 .social-row {
  color: #ffffff;
}
.cid-tzrhIX6A55 .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tzrhIX6A55 .card-title,
.cid-tzrhIX6A55 .social-row {
  color: #ffffff;
}
.cid-tzrhIX6A55 .mbr-section-text {
  color: #ffffff;
}
.cid-tzrhIX6A55 .mbr-section-title {
  color: #ffffff;
}
.cid-tzrEGteOCe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-tzrEGteOCe .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tzrEGteOCe .team-card:hover {
  transform: translateY(-10px);
}
.cid-tzrEGteOCe .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tzrEGteOCe .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tzrEGteOCe .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tzrEGteOCe .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzrEGteOCe .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tzrEGteOCe .social-row {
  text-align: center;
}
.cid-tzrEGteOCe .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzrEGteOCe .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tzrEGteOCe .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tzrEGteOCe .mbr-role,
.cid-tzrEGteOCe .social-row {
  color: #fafafa;
}
.cid-tzrEGteOCe .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tzrEGteOCe .card-title,
.cid-tzrEGteOCe .social-row {
  color: #121212;
}
.cid-tzrEGteOCe .mbr-section-text {
  color: #fafafa;
}
.cid-tzrEGteOCe .mbr-section-title {
  color: #fafafa;
}
.cid-tzrJXAzTp1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-tzrJXAzTp1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tzrJXAzTp1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tzrJXAzTp1 .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tzrJXAzTp1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tzrJXAzTp1 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tzrJXAzTp1 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzrJXAzTp1 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tzrJXAzTp1 .social-row {
  text-align: center;
}
.cid-tzrJXAzTp1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzrJXAzTp1 .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tzrJXAzTp1 .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tzrJXAzTp1 .mbr-role,
.cid-tzrJXAzTp1 .social-row {
  color: #fafafa;
}
.cid-tzrJXAzTp1 .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tzrJXAzTp1 .card-title,
.cid-tzrJXAzTp1 .social-row {
  color: #121212;
}
.cid-tzrJXAzTp1 .mbr-section-text {
  color: #fafafa;
}
.cid-tzrJXAzTp1 .mbr-section-title {
  color: #fafafa;
}
.cid-tzrmJY8DW6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #353535;
}
.cid-tzrmJY8DW6 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tzrmJY8DW6 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tzrmJY8DW6 .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tzrmJY8DW6 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tzrmJY8DW6 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tzrmJY8DW6 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzrmJY8DW6 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tzrmJY8DW6 .social-row {
  text-align: center;
}
.cid-tzrmJY8DW6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzrmJY8DW6 .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tzrmJY8DW6 .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tzrmJY8DW6 .mbr-role,
.cid-tzrmJY8DW6 .social-row {
  color: #fafafa;
}
.cid-tzrmJY8DW6 .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tzrmJY8DW6 .card-title,
.cid-tzrmJY8DW6 .social-row {
  color: #121212;
}
.cid-tzrmJY8DW6 .mbr-section-text {
  color: #ffffff;
}
.cid-tzrmJY8DW6 .mbr-section-title {
  color: #fafafa;
}
.cid-tzrKfei5lb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #353535;
}
.cid-tzrKfei5lb .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tzrKfei5lb .team-card:hover {
  transform: translateY(-10px);
}
.cid-tzrKfei5lb .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tzrKfei5lb .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tzrKfei5lb .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tzrKfei5lb .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzrKfei5lb .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tzrKfei5lb .social-row {
  text-align: center;
}
.cid-tzrKfei5lb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzrKfei5lb .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tzrKfei5lb .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tzrKfei5lb .mbr-role,
.cid-tzrKfei5lb .social-row {
  color: #fafafa;
}
.cid-tzrKfei5lb .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tzrKfei5lb .card-title,
.cid-tzrKfei5lb .social-row {
  color: #121212;
}
.cid-tzrKfei5lb .mbr-section-text {
  color: #fafafa;
}
.cid-tzrKfei5lb .mbr-section-title {
  color: #fafafa;
}
.cid-tzrKKWZN6e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #353535;
}
.cid-tzrKKWZN6e .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tzrKKWZN6e .team-card:hover {
  transform: translateY(-10px);
}
.cid-tzrKKWZN6e .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tzrKKWZN6e .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tzrKKWZN6e .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tzrKKWZN6e .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzrKKWZN6e .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tzrKKWZN6e .social-row {
  text-align: center;
}
.cid-tzrKKWZN6e .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzrKKWZN6e .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tzrKKWZN6e .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tzrKKWZN6e .mbr-role,
.cid-tzrKKWZN6e .social-row {
  color: #fafafa;
}
.cid-tzrKKWZN6e .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tzrKKWZN6e .card-title,
.cid-tzrKKWZN6e .social-row {
  color: #121212;
}
.cid-tzrKKWZN6e .mbr-section-text {
  color: #fafafa;
}
.cid-tzrKKWZN6e .mbr-section-title {
  color: #fafafa;
}
.cid-tzrk8HzhbY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
  overflow: hidden;
}
.cid-tzrk8HzhbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrk8HzhbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzrk8HzhbY .card-row {
  align-items: stretch;
}
.cid-tzrk8HzhbY .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #ffffff);
}
@media (max-width: 767px) {
  .cid-tzrk8HzhbY .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tzrk8HzhbY .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tzrk8HzhbY .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tzrk8HzhbY .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tzrk8HzhbY .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tzrk8HzhbY .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tzrk8HzhbY .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tzrk8HzhbY .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tzrk8HzhbY .mbr-section-btn {
  margin-top: 30px;
}
.cid-tzrk8HzhbY .card-text,
.cid-tzrk8HzhbY .mbr-section-btn {
  color: #000000;
}
.cid-tzrk9Asyjz {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tzrk9Asyjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrk9Asyjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzrk9Asyjz .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-tzrk9Asyjz .mbr-section-title {
  color: #181817;
}
.cid-tzrk9Asyjz .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-tzrk9Asyjz .card-row {
  align-items: stretch;
}
.cid-tzrk9Asyjz .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tzrk9Asyjz .item {
    width: 20% !important;
  }
}
.cid-tzrk9Asyjz .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-tzrk9Asyjz .item-wrapper {
    min-height: 360px;
  }
}
.cid-tzrk9Asyjz .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-tzrk9Asyjz .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tzrk9Asyjz .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-tzrk9Asyjz .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-tzrk9Asyjz .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-tzrk9Asyjz .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tzrk9Asyjz .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-tzrk9Asyjz .iconfont-wrapper {
  margin-right: 18px;
}
.cid-tzrk9Asyjz .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-tzrk9Asyjz .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-tzrk9Asyjz .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-tzrk9Asyjz .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-tzrk9Asyjz .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-tzrk9Asyjz .mbr-section-btn {
    width: auto;
  }
  .cid-tzrk9Asyjz .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tzrk5NspBQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
  overflow: hidden;
}
.cid-tzrk5NspBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrk5NspBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzrk5NspBQ .card-row {
  align-items: stretch;
}
.cid-tzrk5NspBQ .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #ffffff);
}
@media (max-width: 767px) {
  .cid-tzrk5NspBQ .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tzrk5NspBQ .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tzrk5NspBQ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tzrk5NspBQ .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tzrk5NspBQ .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tzrk5NspBQ .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tzrk5NspBQ .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tzrk5NspBQ .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tzrk5NspBQ .mbr-section-btn {
  margin-top: 30px;
}
.cid-tzrk5NspBQ .card-text,
.cid-tzrk5NspBQ .mbr-section-btn {
  color: #000000;
}
.cid-tzrk7wHtX1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tzrk7wHtX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrk7wHtX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzrk7wHtX1 .mbr-section-head {
  margin-bottom: 2rem;
  width: 100%;
}
.cid-tzrk7wHtX1 .mbr-section-title {
  color: #181817;
}
.cid-tzrk7wHtX1 .mbr-section-subtitle {
  color: #181817;
  margin-top: 1rem;
}
.cid-tzrk7wHtX1 .card-row {
  align-items: stretch;
}
.cid-tzrk7wHtX1 .item {
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tzrk7wHtX1 .item {
    width: 20% !important;
  }
}
.cid-tzrk7wHtX1 .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  padding-top: 20px;
  min-height: 470px;
}
@media (max-width: 991px) {
  .cid-tzrk7wHtX1 .item-wrapper {
    min-height: 360px;
  }
}
.cid-tzrk7wHtX1 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cid-tzrk7wHtX1 .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tzrk7wHtX1 .card-box {
  position: relative;
  z-index: 3;
  padding: 8rem 1.5rem 1.5rem;
  background-image: linear-gradient(180deg, rgba(24, 24, 23, 0), rgba(24, 24, 23, 0.9) 65%);
  transition: 0.4s all;
  opacity: 1;
}
.cid-tzrk7wHtX1 .card-title {
  color: #f6f6ef;
  margin-bottom: 0.6rem;
}
.cid-tzrk7wHtX1 .card-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
  margin-top: 0 !important;
}
.cid-tzrk7wHtX1 .card-text {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tzrk7wHtX1 .card-text-container {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}
.cid-tzrk7wHtX1 .iconfont-wrapper {
  margin-right: 18px;
}
.cid-tzrk7wHtX1 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #f6f6ef;
  width: fit-content;
}
.cid-tzrk7wHtX1 .bg-overlay {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.cid-tzrk7wHtX1 .bg-overlay-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #181817;
  opacity: 0;
  z-index: 5;
  transition: 0.4s all;
}
.cid-tzrk7wHtX1 .mbr-section-btn {
  position: relative;
  z-index: 6;
  transform: translateY(2rem);
  transition: 0.4s all;
  opacity: 0;
  padding: 0 1rem;
}
.cid-tzrk7wHtX1 .mbr-section-btn .btn {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-tzrk7wHtX1 .mbr-section-btn {
    width: auto;
  }
  .cid-tzrk7wHtX1 .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tzudaVK5V5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzudaVK5V5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzudaVK5V5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzucMfbgqN {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tzucMfbgqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzucMfbgqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzucMfbgqN .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tzucMfbgqN .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tzucMfbgqN .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 450px;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tzucMfbgqN .row .img-item img {
    min-height: 300px;
  }
}
.cid-tzudrAhPB3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tzudrAhPB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzudrAhPB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzudFltKDG {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tzudFltKDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzudFltKDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzudFltKDG .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tzudFltKDG .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tzudFltKDG .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 450px;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tzudFltKDG .row .img-item img {
    min-height: 300px;
  }
}
.cid-tzrmQlWVn5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-tzrmQlWVn5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tzrmQlWVn5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tzrmQlWVn5 .card-wrap {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tzrmQlWVn5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tzrmQlWVn5 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tzrmQlWVn5 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tzrmQlWVn5 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tzrmQlWVn5 .social-row {
  text-align: center;
}
.cid-tzrmQlWVn5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tzrmQlWVn5 .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tzrmQlWVn5 .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tzrmQlWVn5 .mbr-role,
.cid-tzrmQlWVn5 .social-row {
  color: #ffffff;
}
.cid-tzrmQlWVn5 .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tzrmQlWVn5 .card-title,
.cid-tzrmQlWVn5 .social-row {
  color: #ffffff;
}
.cid-tzrmQlWVn5 .mbr-section-text {
  color: #ffffff;
}
.cid-tzrmQlWVn5 .mbr-section-title {
  color: #ffffff;
}
.cid-tzlUEEmzIW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tzlUEEmzIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzlUEEmzIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzlUEEmzIW .card-row {
  align-items: stretch;
}
.cid-tzlUEEmzIW .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #ffffff);
}
@media (max-width: 767px) {
  .cid-tzlUEEmzIW .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tzlUEEmzIW .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tzlUEEmzIW .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tzlUEEmzIW .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tzlUEEmzIW .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tzlUEEmzIW .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tzlUEEmzIW .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tzlUEEmzIW .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tzlUEEmzIW .mbr-section-btn {
  margin-top: 30px;
}
.cid-tzlUEEmzIW .card-text,
.cid-tzlUEEmzIW .mbr-section-btn {
  color: #000000;
}
.cid-tzlUiTKgNj {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzlUiTKgNj .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzlUiTKgNj .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzlUiTKgNj .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzlUiTKgNj .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzlUiTKgNj .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzlUiTKgNj .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzlUiTKgNj .align-left {
    text-align: left !important;
  }
}
.cid-tzmuQV426s {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzmuQV426s .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzmuQV426s .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzmuQV426s .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzmuQV426s .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzmuQV426s .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzmuQV426s .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzmuQV426s .align-left {
    text-align: left !important;
  }
}
.cid-tzms8xPSXa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzms8xPSXa .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzms8xPSXa .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzms8xPSXa .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzms8xPSXa .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzms8xPSXa .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzms8xPSXa .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzms8xPSXa .align-left {
    text-align: left !important;
  }
}
.cid-tzms9b4Tuv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzms9b4Tuv .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzms9b4Tuv .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzms9b4Tuv .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzms9b4Tuv .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzms9b4Tuv .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzms9b4Tuv .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzms9b4Tuv .align-left {
    text-align: left !important;
  }
}
.cid-tzmsw0LuIB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzmsw0LuIB .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzmsw0LuIB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzmsw0LuIB .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzmsw0LuIB .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzmsw0LuIB .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzmsw0LuIB .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzmsw0LuIB .align-left {
    text-align: left !important;
  }
}
.cid-tzms9PjcW3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzms9PjcW3 .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzms9PjcW3 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzms9PjcW3 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzms9PjcW3 .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzms9PjcW3 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzms9PjcW3 .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzms9PjcW3 .align-left {
    text-align: left !important;
  }
}
.cid-tzmsazGO3V {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzmsazGO3V .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzmsazGO3V .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzmsazGO3V .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzmsazGO3V .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzmsazGO3V .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzmsazGO3V .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzmsazGO3V .align-left {
    text-align: left !important;
  }
}
.cid-tzmtq7F9Fe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzmtq7F9Fe .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzmtq7F9Fe .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzmtq7F9Fe .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzmtq7F9Fe .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzmtq7F9Fe .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzmtq7F9Fe .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzmtq7F9Fe .align-left {
    text-align: left !important;
  }
}
.cid-tzmtqJg0gd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzmtqJg0gd .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzmtqJg0gd .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzmtqJg0gd .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzmtqJg0gd .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzmtqJg0gd .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzmtqJg0gd .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzmtqJg0gd .align-left {
    text-align: left !important;
  }
}
.cid-tzmyLMSRnE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzmyLMSRnE .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzmyLMSRnE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzmyLMSRnE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzmyLMSRnE .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzmyLMSRnE .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzmyLMSRnE .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzmyLMSRnE .align-left {
    text-align: left !important;
  }
}
.cid-tzmk5grrJI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzmk5grrJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzmk5grrJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmk5grrJI .item {
  padding-bottom: 2rem;
}
.cid-tzmk5grrJI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tzmk5grrJI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tzmk5grrJI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tzmk5grrJI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tzmk5grrJI .carousel-control,
.cid-tzmk5grrJI .close {
  background: #1b1b1b;
}
.cid-tzmk5grrJI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tzmk5grrJI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tzmk5grrJI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tzmk5grrJI .carousel-control-next span {
  margin-left: 5px;
}
.cid-tzmk5grrJI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tzmk5grrJI .close::before {
  content: '\e91a';
}
.cid-tzmk5grrJI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tzmk5grrJI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tzmk5grrJI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzmk5grrJI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzmk5grrJI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tzmk5grrJI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tzmk5grrJI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tzmk5grrJI .carousel-indicators li.active,
.cid-tzmk5grrJI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tzmk5grrJI .carousel-indicators li::after,
.cid-tzmk5grrJI .carousel-indicators li::before {
  content: none;
}
.cid-tzmk5grrJI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tzmk5grrJI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tzmk5grrJI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tzmk5grrJI .carousel-indicators {
    display: none;
  }
}
.cid-tzmk5grrJI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tzmk5grrJI .carousel-inner > .active {
  display: block;
}
.cid-tzmk5grrJI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzmk5grrJI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzmk5grrJI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tzmk5grrJI .carousel-control,
  .cid-tzmk5grrJI .carousel-indicators,
  .cid-tzmk5grrJI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tzmk5grrJI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tzmk5grrJI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tzmk5grrJI .carousel-indicators .active,
.cid-tzmk5grrJI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tzmk5grrJI .carousel-indicators .active {
  background: #fff;
}
.cid-tzmk5grrJI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tzmk5grrJI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tzmk5grrJI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tzmk5grrJI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tzmk5grrJI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tzmk5grrJI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tzmk5grrJI .carousel {
  width: 100%;
}
.cid-tzmk5grrJI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tzmk5grrJI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tzmk5grrJI .modal.fade .modal-dialog,
.cid-tzmk5grrJI .modal.in .modal-dialog {
  transform: none;
}
.cid-tzmk5grrJI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tzmk5grrJI H6 {
  text-align: center;
}
.cid-tzxKLyiT5i {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzxKLyiT5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzxKLyiT5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzxKLyiT5i .item {
  padding-bottom: 2rem;
}
.cid-tzxKLyiT5i .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tzxKLyiT5i .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tzxKLyiT5i .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tzxKLyiT5i .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tzxKLyiT5i .carousel-control,
.cid-tzxKLyiT5i .close {
  background: #1b1b1b;
}
.cid-tzxKLyiT5i .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tzxKLyiT5i .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tzxKLyiT5i .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tzxKLyiT5i .carousel-control-next span {
  margin-left: 5px;
}
.cid-tzxKLyiT5i .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tzxKLyiT5i .close::before {
  content: '\e91a';
}
.cid-tzxKLyiT5i .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tzxKLyiT5i .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tzxKLyiT5i .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzxKLyiT5i .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzxKLyiT5i .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tzxKLyiT5i .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tzxKLyiT5i .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tzxKLyiT5i .carousel-indicators li.active,
.cid-tzxKLyiT5i .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tzxKLyiT5i .carousel-indicators li::after,
.cid-tzxKLyiT5i .carousel-indicators li::before {
  content: none;
}
.cid-tzxKLyiT5i .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tzxKLyiT5i .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tzxKLyiT5i .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tzxKLyiT5i .carousel-indicators {
    display: none;
  }
}
.cid-tzxKLyiT5i .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tzxKLyiT5i .carousel-inner > .active {
  display: block;
}
.cid-tzxKLyiT5i .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzxKLyiT5i .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzxKLyiT5i .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tzxKLyiT5i .carousel-control,
  .cid-tzxKLyiT5i .carousel-indicators,
  .cid-tzxKLyiT5i .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tzxKLyiT5i .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tzxKLyiT5i .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tzxKLyiT5i .carousel-indicators .active,
.cid-tzxKLyiT5i .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tzxKLyiT5i .carousel-indicators .active {
  background: #fff;
}
.cid-tzxKLyiT5i .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tzxKLyiT5i .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tzxKLyiT5i .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tzxKLyiT5i .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tzxKLyiT5i .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tzxKLyiT5i .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tzxKLyiT5i .carousel {
  width: 100%;
}
.cid-tzxKLyiT5i .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tzxKLyiT5i .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tzxKLyiT5i .modal.fade .modal-dialog,
.cid-tzxKLyiT5i .modal.in .modal-dialog {
  transform: none;
}
.cid-tzxKLyiT5i .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tzxKLyiT5i H6 {
  text-align: center;
}
.cid-tzmDuE2Ul7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tzmDuE2Ul7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzmDuE2Ul7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmDuE2Ul7 .item {
  padding-bottom: 2rem;
}
.cid-tzmDuE2Ul7 .item-wrapper {
  position: relative;
}
.cid-tzmDuE2Ul7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tzmDuE2Ul7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tzmDuE2Ul7 .carousel-control,
.cid-tzmDuE2Ul7 .close {
  background: #1b1b1b;
}
.cid-tzmDuE2Ul7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tzmDuE2Ul7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tzmDuE2Ul7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tzmDuE2Ul7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tzmDuE2Ul7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tzmDuE2Ul7 .close::before {
  content: '\e91a';
}
.cid-tzmDuE2Ul7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tzmDuE2Ul7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tzmDuE2Ul7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzmDuE2Ul7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzmDuE2Ul7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tzmDuE2Ul7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tzmDuE2Ul7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tzmDuE2Ul7 .carousel-indicators li.active,
.cid-tzmDuE2Ul7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tzmDuE2Ul7 .carousel-indicators li::after,
.cid-tzmDuE2Ul7 .carousel-indicators li::before {
  content: none;
}
.cid-tzmDuE2Ul7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tzmDuE2Ul7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tzmDuE2Ul7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tzmDuE2Ul7 .carousel-indicators {
    display: none;
  }
}
.cid-tzmDuE2Ul7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tzmDuE2Ul7 .carousel-inner > .active {
  display: block;
}
.cid-tzmDuE2Ul7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzmDuE2Ul7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzmDuE2Ul7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tzmDuE2Ul7 .carousel-control,
  .cid-tzmDuE2Ul7 .carousel-indicators,
  .cid-tzmDuE2Ul7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tzmDuE2Ul7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tzmDuE2Ul7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tzmDuE2Ul7 .carousel-indicators .active,
.cid-tzmDuE2Ul7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tzmDuE2Ul7 .carousel-indicators .active {
  background: #fff;
}
.cid-tzmDuE2Ul7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tzmDuE2Ul7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tzmDuE2Ul7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tzmDuE2Ul7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tzmDuE2Ul7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tzmDuE2Ul7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tzmDuE2Ul7 .carousel {
  width: 100%;
}
.cid-tzmDuE2Ul7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tzmDuE2Ul7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tzmDuE2Ul7 .modal.fade .modal-dialog,
.cid-tzmDuE2Ul7 .modal.in .modal-dialog {
  transform: none;
}
.cid-tzmDuE2Ul7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tzmDuE2Ul7 H6 {
  text-align: center;
}
.cid-tzoqXc6PDy {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #353535;
  overflow: hidden;
}
.cid-tzoqXc6PDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzoqXc6PDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzoqXc6PDy .card-row {
  align-items: stretch;
}
.cid-tzoqXc6PDy .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #ffffff);
}
@media (max-width: 767px) {
  .cid-tzoqXc6PDy .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tzoqXc6PDy .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tzoqXc6PDy .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tzoqXc6PDy .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tzoqXc6PDy .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tzoqXc6PDy .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tzoqXc6PDy .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tzoqXc6PDy .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tzoqXc6PDy .mbr-section-btn {
  margin-top: 30px;
}
.cid-tzoqXc6PDy .card-text,
.cid-tzoqXc6PDy .mbr-section-btn {
  color: #000000;
}
.cid-tzoqDisEan {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-tzoqDisEan .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzoqDisEan .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzoqDisEan .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzoqDisEan .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzoqDisEan .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #353535;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzoqDisEan .icon-transition span:hover {
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-tzoqDisEan .align-left {
    text-align: left !important;
  }
}
.cid-tzoqDisEan .mbr-text,
.cid-tzoqDisEan .mbr-section-btn {
  color: #ffffff;
}
.cid-tzoqDisEan .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzoqDisEan .mbr-section-title {
  color: #ffffff;
}
.cid-tzrNr3g1Z9 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-tzrNr3g1Z9 .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzrNr3g1Z9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzrNr3g1Z9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzrNr3g1Z9 .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzrNr3g1Z9 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #353535;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzrNr3g1Z9 .icon-transition span:hover {
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-tzrNr3g1Z9 .align-left {
    text-align: left !important;
  }
}
.cid-tzrNr3g1Z9 .mbr-section-title {
  color: #ffffff;
}
.cid-tzrNr3g1Z9 .mbr-text,
.cid-tzrNr3g1Z9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tzrNr3g1Z9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzrNrJuG4u {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-tzrNrJuG4u .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzrNrJuG4u .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzrNrJuG4u .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzrNrJuG4u .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzrNrJuG4u .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #353535;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzrNrJuG4u .icon-transition span:hover {
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-tzrNrJuG4u .align-left {
    text-align: left !important;
  }
}
.cid-tzrNrJuG4u .mbr-text,
.cid-tzrNrJuG4u .mbr-section-btn {
  color: #ffffff;
}
.cid-tzrNrJuG4u .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzrNrJuG4u .mbr-section-title {
  color: #ffffff;
}
.cid-tzrNskGSiB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-tzrNskGSiB .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzrNskGSiB .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzrNskGSiB .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzrNskGSiB .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzrNskGSiB .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #353535;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzrNskGSiB .icon-transition span:hover {
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-tzrNskGSiB .align-left {
    text-align: left !important;
  }
}
.cid-tzrNskGSiB .mbr-text,
.cid-tzrNskGSiB .mbr-section-btn {
  color: #ffffff;
}
.cid-tzrNskGSiB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzrNskGSiB .mbr-section-title {
  color: #ffffff;
}
.cid-tzrNsVRZmc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-tzrNsVRZmc .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzrNsVRZmc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzrNsVRZmc .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzrNsVRZmc .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzrNsVRZmc .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #353535;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzrNsVRZmc .icon-transition span:hover {
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-tzrNsVRZmc .align-left {
    text-align: left !important;
  }
}
.cid-tzrNsVRZmc .mbr-text,
.cid-tzrNsVRZmc .mbr-section-btn {
  color: #ffffff;
}
.cid-tzrNsVRZmc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzrNsVRZmc .mbr-section-title {
  color: #ffffff;
}
.cid-tzrNpKJspm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-tzrNpKJspm .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzrNpKJspm .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzrNpKJspm .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzrNpKJspm .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzrNpKJspm .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #353535;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzrNpKJspm .icon-transition span:hover {
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-tzrNpKJspm .align-left {
    text-align: left !important;
  }
}
.cid-tzrNpKJspm .mbr-text,
.cid-tzrNpKJspm .mbr-section-btn {
  color: #ffffff;
}
.cid-tzrNpKJspm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzrNpKJspm .mbr-section-title {
  color: #ffffff;
}
.cid-tzrNqpwBtn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-tzrNqpwBtn .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzrNqpwBtn .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzrNqpwBtn .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzrNqpwBtn .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzrNqpwBtn .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #353535;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzrNqpwBtn .icon-transition span:hover {
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-tzrNqpwBtn .align-left {
    text-align: left !important;
  }
}
.cid-tzrNqpwBtn .mbr-text,
.cid-tzrNqpwBtn .mbr-section-btn {
  color: #ffffff;
}
.cid-tzrNqpwBtn .mbr-section-title {
  color: #ffffff;
}
.cid-tzrNqpwBtn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzrVqLysKk {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-tzrVqLysKk .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzrVqLysKk .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzrVqLysKk .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzrVqLysKk .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzrVqLysKk .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #353535;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzrVqLysKk .icon-transition span:hover {
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-tzrVqLysKk .align-left {
    text-align: left !important;
  }
}
.cid-tzrVqLysKk .mbr-text,
.cid-tzrVqLysKk .mbr-section-btn {
  color: #ffffff;
}
.cid-tzrVqLysKk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzrVqLysKk .mbr-section-title {
  color: #ffffff;
}
.cid-tzxJUdE1mq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-tzxJUdE1mq .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzxJUdE1mq .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzxJUdE1mq .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzxJUdE1mq .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzxJUdE1mq .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #353535;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzxJUdE1mq .icon-transition span:hover {
  background-color: #353535;
}
@media (max-width: 767px) {
  .cid-tzxJUdE1mq .align-left {
    text-align: left !important;
  }
}
.cid-tzxJUdE1mq .mbr-text,
.cid-tzxJUdE1mq .mbr-section-btn {
  color: #ffffff;
}
.cid-tzxJUdE1mq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzxJUdE1mq .mbr-section-title {
  color: #ffffff;
}
.cid-tzrNwjm4Jo {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tzrNwjm4Jo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzrNwjm4Jo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzrNwjm4Jo .card-row {
  align-items: stretch;
}
.cid-tzrNwjm4Jo .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #353535, #353535);
}
@media (max-width: 767px) {
  .cid-tzrNwjm4Jo .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tzrNwjm4Jo .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tzrNwjm4Jo .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tzrNwjm4Jo .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tzrNwjm4Jo .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tzrNwjm4Jo .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tzrNwjm4Jo .card-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tzrNwjm4Jo .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tzrNwjm4Jo .mbr-section-btn {
  margin-top: 30px;
}
.cid-tzrNwjm4Jo .card-text,
.cid-tzrNwjm4Jo .mbr-section-btn {
  color: #ffffff;
}
.cid-tzrND14tew {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzrND14tew .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzrND14tew .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzrND14tew .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzrND14tew .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzrND14tew .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzrND14tew .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzrND14tew .align-left {
    text-align: left !important;
  }
}
.cid-tzrNDLDMsg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzrNDLDMsg .social-media {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-right: 4rem;
}
.cid-tzrNDLDMsg .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tzrNDLDMsg .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tzrNDLDMsg .social-media ul li:first-child {
  padding-left: 0;
}
.cid-tzrNDLDMsg .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-tzrNDLDMsg .icon-transition span:hover {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzrNDLDMsg .align-left {
    text-align: left !important;
  }
}
.cid-tz4Q2ZaeAE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tz4Q2ZaeAE .dropdown-menu {
  padding: 0;
}
.cid-tz4Q2ZaeAE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tz4Q2ZaeAE .dropdown-item:hover,
.cid-tz4Q2ZaeAE .dropdown-item:focus {
  background: #232323 !important;
  color: white!important;
}
.cid-tz4Q2ZaeAE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tz4Q2ZaeAE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz4Q2ZaeAE .nav-link {
  position: relative;
}
.cid-tz4Q2ZaeAE .container {
  display: flex;
  margin: auto;
}
.cid-tz4Q2ZaeAE .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tz4Q2ZaeAE .navbar-caption {
  padding-right: 4rem;
}
.cid-tz4Q2ZaeAE .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-tz4Q2ZaeAE .dropdown-menu,
.cid-tz4Q2ZaeAE .navbar.opened {
  background: #000000 !important;
}
.cid-tz4Q2ZaeAE .nav-item:focus,
.cid-tz4Q2ZaeAE .nav-link:focus {
  outline: none;
}
.cid-tz4Q2ZaeAE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tz4Q2ZaeAE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz4Q2ZaeAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tz4Q2ZaeAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tz4Q2ZaeAE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz4Q2ZaeAE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz4Q2ZaeAE .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #000000;
}
.cid-tz4Q2ZaeAE .navbar.opened {
  transition: all .3s;
}
.cid-tz4Q2ZaeAE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tz4Q2ZaeAE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz4Q2ZaeAE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tz4Q2ZaeAE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tz4Q2ZaeAE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz4Q2ZaeAE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz4Q2ZaeAE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz4Q2ZaeAE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz4Q2ZaeAE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tz4Q2ZaeAE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tz4Q2ZaeAE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz4Q2ZaeAE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz4Q2ZaeAE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz4Q2ZaeAE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tz4Q2ZaeAE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tz4Q2ZaeAE .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tz4Q2ZaeAE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tz4Q2ZaeAE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tz4Q2ZaeAE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz4Q2ZaeAE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz4Q2ZaeAE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz4Q2ZaeAE .dropdown-item.active,
.cid-tz4Q2ZaeAE .dropdown-item:active {
  background-color: transparent;
}
.cid-tz4Q2ZaeAE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz4Q2ZaeAE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz4Q2ZaeAE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz4Q2ZaeAE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tz4Q2ZaeAE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz4Q2ZaeAE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz4Q2ZaeAE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tz4Q2ZaeAE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz4Q2ZaeAE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz4Q2ZaeAE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tz4Q2ZaeAE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tz4Q2ZaeAE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tz4Q2ZaeAE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tz4Q2ZaeAE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tz4Q2ZaeAE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tz4Q2ZaeAE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tz4Q2ZaeAE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tz4Q2ZaeAE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tz4Q2ZaeAE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tz4Q2ZaeAE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz4Q2ZaeAE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tz4Q2ZaeAE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz4Q2ZaeAE .navbar {
    height: 77px;
  }
  .cid-tz4Q2ZaeAE .navbar.opened {
    height: auto;
  }
  .cid-tz4Q2ZaeAE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB3XUyLirq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tB3XUyLirq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB3XUyLirq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB3XUyLirq .card-row {
  align-items: stretch;
}
.cid-tB3XUyLirq .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #ffffff);
}
@media (max-width: 767px) {
  .cid-tB3XUyLirq .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tB3XUyLirq .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tB3XUyLirq .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tB3XUyLirq .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tB3XUyLirq .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tB3XUyLirq .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tB3XUyLirq .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tB3XUyLirq .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tB3XUyLirq .mbr-section-btn {
  margin-top: 30px;
}
.cid-tB3XUyLirq .card-text,
.cid-tB3XUyLirq .mbr-section-btn {
  color: #000000;
}
.cid-tB42VKzZr8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-tB42VKzZr8 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tB42VKzZr8 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tB42VKzZr8 .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tB42VKzZr8 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tB42VKzZr8 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tB42VKzZr8 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tB42VKzZr8 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tB42VKzZr8 .social-row {
  text-align: center;
}
.cid-tB42VKzZr8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tB42VKzZr8 .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tB42VKzZr8 .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tB42VKzZr8 .mbr-role,
.cid-tB42VKzZr8 .social-row {
  color: #fafafa;
}
.cid-tB42VKzZr8 .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tB42VKzZr8 .card-title,
.cid-tB42VKzZr8 .social-row {
  color: #121212;
}
.cid-tB42VKzZr8 .mbr-section-text {
  color: #fafafa;
}
.cid-tB42VKzZr8 .mbr-section-title {
  color: #fafafa;
}
.cid-tB43yaZBXC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-tB43yaZBXC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tB43yaZBXC .team-card:hover {
  transform: translateY(-10px);
}
.cid-tB43yaZBXC .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tB43yaZBXC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tB43yaZBXC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tB43yaZBXC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tB43yaZBXC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tB43yaZBXC .social-row {
  text-align: center;
}
.cid-tB43yaZBXC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tB43yaZBXC .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tB43yaZBXC .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tB43yaZBXC .mbr-role,
.cid-tB43yaZBXC .social-row {
  color: #fafafa;
}
.cid-tB43yaZBXC .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tB43yaZBXC .card-title,
.cid-tB43yaZBXC .social-row {
  color: #121212;
}
.cid-tB43yaZBXC .mbr-section-text {
  color: #fafafa;
}
.cid-tB43yaZBXC .mbr-section-title {
  color: #fafafa;
}
.cid-tB4agjl01D {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tB4agjl01D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB4agjl01D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB4agjl01D .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tB4agjl01D .team-card:hover {
  transform: translateY(-10px);
}
.cid-tB4agjl01D .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tB4agjl01D .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tB4agjl01D .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tB4agjl01D .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tB4agjl01D .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tB4agjl01D .social-row {
  text-align: center;
}
.cid-tB4agjl01D .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #fafafa;
  transition: all 0.3s;
}
.cid-tB4agjl01D .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #fafafa;
  font-size: 1.5rem;
}
.cid-tB4agjl01D .social-row .soc-item:hover {
  background-color: #fafafa;
}
.cid-tB4agjl01D .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-tB4BtoJgmj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-tB4BtoJgmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB4BtoJgmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB4BtoJgmj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tB4BtoJgmj .team-card:hover {
  transform: translateY(-10px);
}
.cid-tB4BtoJgmj .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tB4BtoJgmj .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tB4BtoJgmj .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tB4BtoJgmj .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tB4BtoJgmj .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tB4BtoJgmj .social-row {
  text-align: center;
}
.cid-tB4BtoJgmj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #fafafa;
  transition: all 0.3s;
}
.cid-tB4BtoJgmj .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #fafafa;
  font-size: 1.5rem;
}
.cid-tB4BtoJgmj .social-row .soc-item:hover {
  background-color: #fafafa;
}
.cid-tB4BtoJgmj .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-tB4Qbo7jqD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-tB4Qbo7jqD .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tB4Qbo7jqD .team-card:hover {
  transform: translateY(-10px);
}
.cid-tB4Qbo7jqD .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tB4Qbo7jqD .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tB4Qbo7jqD .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tB4Qbo7jqD .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tB4Qbo7jqD .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tB4Qbo7jqD .social-row {
  text-align: center;
}
.cid-tB4Qbo7jqD .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tB4Qbo7jqD .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tB4Qbo7jqD .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tB4Qbo7jqD .mbr-role,
.cid-tB4Qbo7jqD .social-row {
  color: #fafafa;
}
.cid-tB4Qbo7jqD .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tB4Qbo7jqD .card-title,
.cid-tB4Qbo7jqD .social-row {
  color: #121212;
}
.cid-tB4Qbo7jqD .mbr-section-text {
  color: #fafafa;
}
.cid-tB4Qbo7jqD .mbr-section-title {
  color: #fafafa;
}
.cid-tO9hzeE6m6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tO9hzeE6m6 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tO9hzeE6m6 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tO9hzeE6m6 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-tO9hzeE6m6 .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-tO9ir99aYZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tO9ir99aYZ .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-tO9ir99aYZ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tO9ir99aYZ img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-tO9ir99aYZ .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-tz4Q2ZaeAE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tz4Q2ZaeAE .dropdown-menu {
  padding: 0;
}
.cid-tz4Q2ZaeAE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tz4Q2ZaeAE .dropdown-item:hover,
.cid-tz4Q2ZaeAE .dropdown-item:focus {
  background: #232323 !important;
  color: white!important;
}
.cid-tz4Q2ZaeAE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tz4Q2ZaeAE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz4Q2ZaeAE .nav-link {
  position: relative;
}
.cid-tz4Q2ZaeAE .container {
  display: flex;
  margin: auto;
}
.cid-tz4Q2ZaeAE .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tz4Q2ZaeAE .navbar-caption {
  padding-right: 4rem;
}
.cid-tz4Q2ZaeAE .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-tz4Q2ZaeAE .dropdown-menu,
.cid-tz4Q2ZaeAE .navbar.opened {
  background: #000000 !important;
}
.cid-tz4Q2ZaeAE .nav-item:focus,
.cid-tz4Q2ZaeAE .nav-link:focus {
  outline: none;
}
.cid-tz4Q2ZaeAE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tz4Q2ZaeAE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz4Q2ZaeAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tz4Q2ZaeAE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tz4Q2ZaeAE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz4Q2ZaeAE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz4Q2ZaeAE .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #000000;
}
.cid-tz4Q2ZaeAE .navbar.opened {
  transition: all .3s;
}
.cid-tz4Q2ZaeAE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tz4Q2ZaeAE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz4Q2ZaeAE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tz4Q2ZaeAE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tz4Q2ZaeAE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tz4Q2ZaeAE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz4Q2ZaeAE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz4Q2ZaeAE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz4Q2ZaeAE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz4Q2ZaeAE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tz4Q2ZaeAE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tz4Q2ZaeAE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz4Q2ZaeAE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz4Q2ZaeAE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tz4Q2ZaeAE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tz4Q2ZaeAE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tz4Q2ZaeAE .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tz4Q2ZaeAE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tz4Q2ZaeAE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tz4Q2ZaeAE .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz4Q2ZaeAE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz4Q2ZaeAE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz4Q2ZaeAE .dropdown-item.active,
.cid-tz4Q2ZaeAE .dropdown-item:active {
  background-color: transparent;
}
.cid-tz4Q2ZaeAE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz4Q2ZaeAE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz4Q2ZaeAE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz4Q2ZaeAE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tz4Q2ZaeAE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz4Q2ZaeAE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz4Q2ZaeAE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tz4Q2ZaeAE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz4Q2ZaeAE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tz4Q2ZaeAE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tz4Q2ZaeAE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tz4Q2ZaeAE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tz4Q2ZaeAE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tz4Q2ZaeAE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tz4Q2ZaeAE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tz4Q2ZaeAE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tz4Q2ZaeAE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tz4Q2ZaeAE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tz4Q2ZaeAE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tz4Q2ZaeAE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tz4Q2ZaeAE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tz4Q2ZaeAE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz4Q2ZaeAE .navbar {
    height: 77px;
  }
  .cid-tz4Q2ZaeAE .navbar.opened {
    height: auto;
  }
  .cid-tz4Q2ZaeAE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB3M6ns9l5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tB3M6ns9l5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB3M6ns9l5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB3M6ns9l5 .card-row {
  align-items: stretch;
}
.cid-tB3M6ns9l5 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #fafafa, #ffffff);
}
@media (max-width: 767px) {
  .cid-tB3M6ns9l5 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tB3M6ns9l5 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tB3M6ns9l5 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tB3M6ns9l5 .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tB3M6ns9l5 .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tB3M6ns9l5 .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tB3M6ns9l5 .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tB3M6ns9l5 .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tB3M6ns9l5 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tB3M6ns9l5 .card-text,
.cid-tB3M6ns9l5 .mbr-section-btn {
  color: #000000;
}
.cid-tB3MbxjiwC {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-tB3MbxjiwC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tB3MbxjiwC .team-card:hover {
  transform: translateY(-10px);
}
.cid-tB3MbxjiwC .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tB3MbxjiwC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tB3MbxjiwC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tB3MbxjiwC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tB3MbxjiwC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tB3MbxjiwC .social-row {
  text-align: center;
}
.cid-tB3MbxjiwC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tB3MbxjiwC .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tB3MbxjiwC .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tB3MbxjiwC .mbr-role,
.cid-tB3MbxjiwC .social-row {
  color: #ffffff;
}
.cid-tB3MbxjiwC .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tB3MbxjiwC .card-title,
.cid-tB3MbxjiwC .social-row {
  color: #ffe161;
}
.cid-tB3MbxjiwC .mbr-section-text {
  color: #ffffff;
}
.cid-tB3MbxjiwC .mbr-section-title {
  color: #ffffff;
}
.cid-tB3Q1hapC7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-tB3Q1hapC7 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tB3Q1hapC7 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tB3Q1hapC7 .card-wrap {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tB3Q1hapC7 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tB3Q1hapC7 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tB3Q1hapC7 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tB3Q1hapC7 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tB3Q1hapC7 .social-row {
  text-align: center;
}
.cid-tB3Q1hapC7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tB3Q1hapC7 .social-row .soc-item .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tB3Q1hapC7 .social-row .soc-item .mbr-iconfont:hover {
  color: #232323;
}
.cid-tB3Q1hapC7 .mbr-role,
.cid-tB3Q1hapC7 .social-row {
  color: #ffffff;
}
.cid-tB3Q1hapC7 .mbr-section-subtitle {
  color: #707070;
  font-weight: 600;
}
.cid-tB3Q1hapC7 .card-title,
.cid-tB3Q1hapC7 .social-row {
  color: #ffe161;
}
.cid-tB3Q1hapC7 .mbr-section-text {
  color: #ffffff;
}
.cid-tB3Q1hapC7 .mbr-section-title {
  color: #ffffff;
}
.cid-tB3PnjGU9D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-tB3PnjGU9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB3PnjGU9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB3PnjGU9D .card-row {
  align-items: stretch;
}
.cid-tB3PnjGU9D .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
}
@media (max-width: 767px) {
  .cid-tB3PnjGU9D .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tB3PnjGU9D .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tB3PnjGU9D .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tB3PnjGU9D .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tB3PnjGU9D .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tB3PnjGU9D .card-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tB3PnjGU9D .card-subtitle {
  color: #000000;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tB3PnjGU9D .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tB3PnjGU9D .mbr-section-btn {
  margin-top: 30px;
}
.cid-tB3PnjGU9D .card-text,
.cid-tB3PnjGU9D .mbr-section-btn {
  color: #000000;
}
