@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i);





body {
  font-style: normal;
  line-height: 1.5;
  font-family: DM Sans;
  font-weight: 400;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #e1201d;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto!important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none!important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
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='%23e1201d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tGfTZaR6sm {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/s033-king-aquarium-1024x796-sig-2-800x622.jpg");
}
.cid-tGfTZaR6sm .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tGfTZaR6sm .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tGfTZaR6sm .mbr-text,
.cid-tGfTZaR6sm .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tGfTZaR6sm img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tGfTZaR6sm H1 {
  color: #ffffff;
}
.cid-tGfTZaR6sm H3 {
  color: #f1edb9;
}
.cid-v9wjKfIKpc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v9wjKfIKpc .mbr-section-subtitle {
  color: #767676;
}
.cid-v9wjKfIKpc .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v9wjKfIKpc .container {
    max-width: 1600px;
  }
}
.cid-v9wjKfIKpc .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v9wjKfIKpc .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v9wjKfIKpc .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v9wjKfIKpc .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v9wjKfIKpc .team-item:hover .item-social {
  opacity: 1;
}
.cid-v9wjKfIKpc .team-item .item-image img {
  width: 100%;
}
.cid-v9wjKfIKpc .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v9wjKfIKpc .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v9wjKfIKpc .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v9wjKfIKpc .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v9wjKfIKpc .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v9wjKfIKpc .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9wjKfIKpc .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v9wjKfIKpc .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v9wjKfIKpc .item-social {
    opacity: 1;
  }
}
.cid-v7DItSkIZR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v7DItSkIZR .mbr-section-subtitle {
  color: #767676;
}
.cid-v7DItSkIZR .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v7DItSkIZR .container {
    max-width: 1600px;
  }
}
.cid-v7DItSkIZR .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v7DItSkIZR .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v7DItSkIZR .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v7DItSkIZR .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v7DItSkIZR .team-item:hover .item-social {
  opacity: 1;
}
.cid-v7DItSkIZR .team-item .item-image img {
  width: 100%;
}
.cid-v7DItSkIZR .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v7DItSkIZR .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v7DItSkIZR .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v7DItSkIZR .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v7DItSkIZR .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v7DItSkIZR .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7DItSkIZR .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v7DItSkIZR .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v7DItSkIZR .item-social {
    opacity: 1;
  }
}
.cid-v7fEmEZY1j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v7fEmEZY1j .mbr-section-subtitle {
  color: #767676;
}
.cid-v7fEmEZY1j .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v7fEmEZY1j .container {
    max-width: 1600px;
  }
}
.cid-v7fEmEZY1j .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v7fEmEZY1j .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v7fEmEZY1j .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v7fEmEZY1j .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v7fEmEZY1j .team-item:hover .item-social {
  opacity: 1;
}
.cid-v7fEmEZY1j .team-item .item-image img {
  width: 100%;
}
.cid-v7fEmEZY1j .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v7fEmEZY1j .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v7fEmEZY1j .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v7fEmEZY1j .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v7fEmEZY1j .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v7fEmEZY1j .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7fEmEZY1j .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v7fEmEZY1j .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v7fEmEZY1j .item-social {
    opacity: 1;
  }
}
.cid-v5VLp2lFe5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v5VLp2lFe5 .mbr-section-subtitle {
  color: #767676;
}
.cid-v5VLp2lFe5 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v5VLp2lFe5 .container {
    max-width: 1600px;
  }
}
.cid-v5VLp2lFe5 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v5VLp2lFe5 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v5VLp2lFe5 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v5VLp2lFe5 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v5VLp2lFe5 .team-item:hover .item-social {
  opacity: 1;
}
.cid-v5VLp2lFe5 .team-item .item-image img {
  width: 100%;
}
.cid-v5VLp2lFe5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v5VLp2lFe5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v5VLp2lFe5 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v5VLp2lFe5 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v5VLp2lFe5 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v5VLp2lFe5 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5VLp2lFe5 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v5VLp2lFe5 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v5VLp2lFe5 .item-social {
    opacity: 1;
  }
}
.cid-v4BYJa9RP6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v4BYJa9RP6 .mbr-section-subtitle {
  color: #767676;
}
.cid-v4BYJa9RP6 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v4BYJa9RP6 .container {
    max-width: 1600px;
  }
}
.cid-v4BYJa9RP6 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v4BYJa9RP6 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v4BYJa9RP6 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v4BYJa9RP6 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v4BYJa9RP6 .team-item:hover .item-social {
  opacity: 1;
}
.cid-v4BYJa9RP6 .team-item .item-image img {
  width: 100%;
}
.cid-v4BYJa9RP6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v4BYJa9RP6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v4BYJa9RP6 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v4BYJa9RP6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v4BYJa9RP6 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v4BYJa9RP6 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4BYJa9RP6 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v4BYJa9RP6 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v4BYJa9RP6 .item-social {
    opacity: 1;
  }
}
.cid-v3udg4o3YQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v3udg4o3YQ .mbr-section-subtitle {
  color: #767676;
}
.cid-v3udg4o3YQ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v3udg4o3YQ .container {
    max-width: 1600px;
  }
}
.cid-v3udg4o3YQ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v3udg4o3YQ .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v3udg4o3YQ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v3udg4o3YQ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v3udg4o3YQ .team-item:hover .item-social {
  opacity: 1;
}
.cid-v3udg4o3YQ .team-item .item-image img {
  width: 100%;
}
.cid-v3udg4o3YQ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v3udg4o3YQ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v3udg4o3YQ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v3udg4o3YQ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v3udg4o3YQ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v3udg4o3YQ .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v3udg4o3YQ .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v3udg4o3YQ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v3udg4o3YQ .item-social {
    opacity: 1;
  }
}
.cid-v2g7Vyzexz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2g7Vyzexz .mbr-section-subtitle {
  color: #767676;
}
.cid-v2g7Vyzexz .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2g7Vyzexz .container {
    max-width: 1600px;
  }
}
.cid-v2g7Vyzexz .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2g7Vyzexz .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2g7Vyzexz .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2g7Vyzexz .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2g7Vyzexz .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2g7Vyzexz .team-item .item-image img {
  width: 100%;
}
.cid-v2g7Vyzexz .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2g7Vyzexz .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2g7Vyzexz .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2g7Vyzexz .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2g7Vyzexz .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2g7Vyzexz .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2g7Vyzexz .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2g7Vyzexz .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2g7Vyzexz .item-social {
    opacity: 1;
  }
}
.cid-v2g7WNthew {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2g7WNthew .mbr-section-subtitle {
  color: #767676;
}
.cid-v2g7WNthew .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2g7WNthew .container {
    max-width: 1600px;
  }
}
.cid-v2g7WNthew .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2g7WNthew .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2g7WNthew .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2g7WNthew .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2g7WNthew .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2g7WNthew .team-item .item-image img {
  width: 100%;
}
.cid-v2g7WNthew .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2g7WNthew .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2g7WNthew .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2g7WNthew .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2g7WNthew .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2g7WNthew .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2g7WNthew .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2g7WNthew .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2g7WNthew .item-social {
    opacity: 1;
  }
}
.cid-v2g6XNXtC9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2g6XNXtC9 .mbr-section-subtitle {
  color: #767676;
}
.cid-v2g6XNXtC9 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2g6XNXtC9 .container {
    max-width: 1600px;
  }
}
.cid-v2g6XNXtC9 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2g6XNXtC9 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2g6XNXtC9 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2g6XNXtC9 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2g6XNXtC9 .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2g6XNXtC9 .team-item .item-image img {
  width: 100%;
}
.cid-v2g6XNXtC9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2g6XNXtC9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2g6XNXtC9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2g6XNXtC9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2g6XNXtC9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2g6XNXtC9 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2g6XNXtC9 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2g6XNXtC9 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2g6XNXtC9 .item-social {
    opacity: 1;
  }
}
.cid-v0b5BwehzD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v0b5BwehzD .mbr-section-subtitle {
  color: #767676;
}
.cid-v0b5BwehzD .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v0b5BwehzD .container {
    max-width: 1600px;
  }
}
.cid-v0b5BwehzD .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v0b5BwehzD .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v0b5BwehzD .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v0b5BwehzD .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v0b5BwehzD .team-item:hover .item-social {
  opacity: 1;
}
.cid-v0b5BwehzD .team-item .item-image img {
  width: 100%;
}
.cid-v0b5BwehzD .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v0b5BwehzD .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v0b5BwehzD .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v0b5BwehzD .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v0b5BwehzD .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v0b5BwehzD .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0b5BwehzD .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v0b5BwehzD .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v0b5BwehzD .item-social {
    opacity: 1;
  }
}
.cid-uZqf0snwBv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uZqf0snwBv .mbr-section-subtitle {
  color: #767676;
}
.cid-uZqf0snwBv .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uZqf0snwBv .container {
    max-width: 1600px;
  }
}
.cid-uZqf0snwBv .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uZqf0snwBv .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uZqf0snwBv .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uZqf0snwBv .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uZqf0snwBv .team-item:hover .item-social {
  opacity: 1;
}
.cid-uZqf0snwBv .team-item .item-image img {
  width: 100%;
}
.cid-uZqf0snwBv .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uZqf0snwBv .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uZqf0snwBv .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uZqf0snwBv .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uZqf0snwBv .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uZqf0snwBv .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZqf0snwBv .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uZqf0snwBv .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uZqf0snwBv .item-social {
    opacity: 1;
  }
}
.cid-uY6ZEK0vjh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uY6ZEK0vjh .mbr-section-subtitle {
  color: #767676;
}
.cid-uY6ZEK0vjh .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uY6ZEK0vjh .container {
    max-width: 1600px;
  }
}
.cid-uY6ZEK0vjh .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uY6ZEK0vjh .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uY6ZEK0vjh .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uY6ZEK0vjh .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uY6ZEK0vjh .team-item:hover .item-social {
  opacity: 1;
}
.cid-uY6ZEK0vjh .team-item .item-image img {
  width: 100%;
}
.cid-uY6ZEK0vjh .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uY6ZEK0vjh .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uY6ZEK0vjh .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uY6ZEK0vjh .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uY6ZEK0vjh .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uY6ZEK0vjh .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uY6ZEK0vjh .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uY6ZEK0vjh .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uY6ZEK0vjh .item-social {
    opacity: 1;
  }
}
.cid-uXzkCDCCZT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uXzkCDCCZT .mbr-section-subtitle {
  color: #767676;
}
.cid-uXzkCDCCZT .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uXzkCDCCZT .container {
    max-width: 1600px;
  }
}
.cid-uXzkCDCCZT .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uXzkCDCCZT .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uXzkCDCCZT .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uXzkCDCCZT .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uXzkCDCCZT .team-item:hover .item-social {
  opacity: 1;
}
.cid-uXzkCDCCZT .team-item .item-image img {
  width: 100%;
}
.cid-uXzkCDCCZT .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uXzkCDCCZT .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uXzkCDCCZT .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uXzkCDCCZT .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uXzkCDCCZT .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uXzkCDCCZT .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXzkCDCCZT .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uXzkCDCCZT .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uXzkCDCCZT .item-social {
    opacity: 1;
  }
}
.cid-uWB1FOD1oi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uWB1FOD1oi .mbr-section-subtitle {
  color: #767676;
}
.cid-uWB1FOD1oi .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uWB1FOD1oi .container {
    max-width: 1600px;
  }
}
.cid-uWB1FOD1oi .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uWB1FOD1oi .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uWB1FOD1oi .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uWB1FOD1oi .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uWB1FOD1oi .team-item:hover .item-social {
  opacity: 1;
}
.cid-uWB1FOD1oi .team-item .item-image img {
  width: 100%;
}
.cid-uWB1FOD1oi .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uWB1FOD1oi .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uWB1FOD1oi .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uWB1FOD1oi .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uWB1FOD1oi .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uWB1FOD1oi .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWB1FOD1oi .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uWB1FOD1oi .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uWB1FOD1oi .item-social {
    opacity: 1;
  }
}
.cid-uV77wdDCMo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uV77wdDCMo .mbr-section-subtitle {
  color: #767676;
}
.cid-uV77wdDCMo .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uV77wdDCMo .container {
    max-width: 1600px;
  }
}
.cid-uV77wdDCMo .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uV77wdDCMo .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uV77wdDCMo .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uV77wdDCMo .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uV77wdDCMo .team-item:hover .item-social {
  opacity: 1;
}
.cid-uV77wdDCMo .team-item .item-image img {
  width: 100%;
}
.cid-uV77wdDCMo .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uV77wdDCMo .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uV77wdDCMo .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uV77wdDCMo .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uV77wdDCMo .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uV77wdDCMo .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uV77wdDCMo .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uV77wdDCMo .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uV77wdDCMo .item-social {
    opacity: 1;
  }
}
.cid-uUw5mqhH9V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uUw5mqhH9V .mbr-section-subtitle {
  color: #767676;
}
.cid-uUw5mqhH9V .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uUw5mqhH9V .container {
    max-width: 1600px;
  }
}
.cid-uUw5mqhH9V .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uUw5mqhH9V .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uUw5mqhH9V .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uUw5mqhH9V .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uUw5mqhH9V .team-item:hover .item-social {
  opacity: 1;
}
.cid-uUw5mqhH9V .team-item .item-image img {
  width: 100%;
}
.cid-uUw5mqhH9V .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uUw5mqhH9V .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uUw5mqhH9V .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uUw5mqhH9V .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uUw5mqhH9V .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uUw5mqhH9V .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUw5mqhH9V .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uUw5mqhH9V .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uUw5mqhH9V .item-social {
    opacity: 1;
  }
}
.cid-uTMK3pkpRq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uTMK3pkpRq .mbr-section-subtitle {
  color: #767676;
}
.cid-uTMK3pkpRq .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uTMK3pkpRq .container {
    max-width: 1600px;
  }
}
.cid-uTMK3pkpRq .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uTMK3pkpRq .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uTMK3pkpRq .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uTMK3pkpRq .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uTMK3pkpRq .team-item:hover .item-social {
  opacity: 1;
}
.cid-uTMK3pkpRq .team-item .item-image img {
  width: 100%;
}
.cid-uTMK3pkpRq .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uTMK3pkpRq .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uTMK3pkpRq .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uTMK3pkpRq .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uTMK3pkpRq .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uTMK3pkpRq .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTMK3pkpRq .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uTMK3pkpRq .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uTMK3pkpRq .item-social {
    opacity: 1;
  }
}
.cid-uT8jT2E1lz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uT8jT2E1lz .mbr-section-subtitle {
  color: #767676;
}
.cid-uT8jT2E1lz .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uT8jT2E1lz .container {
    max-width: 1600px;
  }
}
.cid-uT8jT2E1lz .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uT8jT2E1lz .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uT8jT2E1lz .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uT8jT2E1lz .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uT8jT2E1lz .team-item:hover .item-social {
  opacity: 1;
}
.cid-uT8jT2E1lz .team-item .item-image img {
  width: 100%;
}
.cid-uT8jT2E1lz .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uT8jT2E1lz .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uT8jT2E1lz .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uT8jT2E1lz .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uT8jT2E1lz .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uT8jT2E1lz .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT8jT2E1lz .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uT8jT2E1lz .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uT8jT2E1lz .item-social {
    opacity: 1;
  }
}
.cid-uSPdo2ioyq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uSPdo2ioyq .mbr-section-subtitle {
  color: #767676;
}
.cid-uSPdo2ioyq .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSPdo2ioyq .container {
    max-width: 1600px;
  }
}
.cid-uSPdo2ioyq .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uSPdo2ioyq .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uSPdo2ioyq .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uSPdo2ioyq .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uSPdo2ioyq .team-item:hover .item-social {
  opacity: 1;
}
.cid-uSPdo2ioyq .team-item .item-image img {
  width: 100%;
}
.cid-uSPdo2ioyq .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uSPdo2ioyq .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uSPdo2ioyq .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uSPdo2ioyq .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uSPdo2ioyq .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uSPdo2ioyq .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSPdo2ioyq .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uSPdo2ioyq .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uSPdo2ioyq .item-social {
    opacity: 1;
  }
}
.cid-uSgbcJbjwl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uSgbcJbjwl .mbr-section-subtitle {
  color: #767676;
}
.cid-uSgbcJbjwl .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uSgbcJbjwl .container {
    max-width: 1600px;
  }
}
.cid-uSgbcJbjwl .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uSgbcJbjwl .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uSgbcJbjwl .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uSgbcJbjwl .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uSgbcJbjwl .team-item:hover .item-social {
  opacity: 1;
}
.cid-uSgbcJbjwl .team-item .item-image img {
  width: 100%;
}
.cid-uSgbcJbjwl .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uSgbcJbjwl .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uSgbcJbjwl .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uSgbcJbjwl .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uSgbcJbjwl .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uSgbcJbjwl .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uSgbcJbjwl .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uSgbcJbjwl .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uSgbcJbjwl .item-social {
    opacity: 1;
  }
}
.cid-uRH1FcN3GS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uRH1FcN3GS .mbr-section-subtitle {
  color: #767676;
}
.cid-uRH1FcN3GS .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uRH1FcN3GS .container {
    max-width: 1600px;
  }
}
.cid-uRH1FcN3GS .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uRH1FcN3GS .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uRH1FcN3GS .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uRH1FcN3GS .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uRH1FcN3GS .team-item:hover .item-social {
  opacity: 1;
}
.cid-uRH1FcN3GS .team-item .item-image img {
  width: 100%;
}
.cid-uRH1FcN3GS .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uRH1FcN3GS .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uRH1FcN3GS .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uRH1FcN3GS .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uRH1FcN3GS .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uRH1FcN3GS .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRH1FcN3GS .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uRH1FcN3GS .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uRH1FcN3GS .item-social {
    opacity: 1;
  }
}
.cid-uQWf7CUhos {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uQWf7CUhos .mbr-section-subtitle {
  color: #767676;
}
.cid-uQWf7CUhos .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uQWf7CUhos .container {
    max-width: 1600px;
  }
}
.cid-uQWf7CUhos .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uQWf7CUhos .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uQWf7CUhos .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uQWf7CUhos .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uQWf7CUhos .team-item:hover .item-social {
  opacity: 1;
}
.cid-uQWf7CUhos .team-item .item-image img {
  width: 100%;
}
.cid-uQWf7CUhos .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uQWf7CUhos .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uQWf7CUhos .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uQWf7CUhos .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uQWf7CUhos .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQWf7CUhos .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQWf7CUhos .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uQWf7CUhos .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uQWf7CUhos .item-social {
    opacity: 1;
  }
}
.cid-uQisTyFsjs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uQisTyFsjs .mbr-section-subtitle {
  color: #767676;
}
.cid-uQisTyFsjs .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uQisTyFsjs .container {
    max-width: 1600px;
  }
}
.cid-uQisTyFsjs .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uQisTyFsjs .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uQisTyFsjs .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uQisTyFsjs .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uQisTyFsjs .team-item:hover .item-social {
  opacity: 1;
}
.cid-uQisTyFsjs .team-item .item-image img {
  width: 100%;
}
.cid-uQisTyFsjs .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uQisTyFsjs .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uQisTyFsjs .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uQisTyFsjs .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uQisTyFsjs .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uQisTyFsjs .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQisTyFsjs .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uQisTyFsjs .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uQisTyFsjs .item-social {
    opacity: 1;
  }
}
.cid-uPTMbDqQAV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTMbDqQAV .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTMbDqQAV .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTMbDqQAV .container {
    max-width: 1600px;
  }
}
.cid-uPTMbDqQAV .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTMbDqQAV .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTMbDqQAV .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTMbDqQAV .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTMbDqQAV .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTMbDqQAV .team-item .item-image img {
  width: 100%;
}
.cid-uPTMbDqQAV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTMbDqQAV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTMbDqQAV .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTMbDqQAV .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTMbDqQAV .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTMbDqQAV .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTMbDqQAV .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTMbDqQAV .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTMbDqQAV .item-social {
    opacity: 1;
  }
}
.cid-uP4Jmi8krB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uP4Jmi8krB .mbr-section-subtitle {
  color: #767676;
}
.cid-uP4Jmi8krB .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uP4Jmi8krB .container {
    max-width: 1600px;
  }
}
.cid-uP4Jmi8krB .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uP4Jmi8krB .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uP4Jmi8krB .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uP4Jmi8krB .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uP4Jmi8krB .team-item:hover .item-social {
  opacity: 1;
}
.cid-uP4Jmi8krB .team-item .item-image img {
  width: 100%;
}
.cid-uP4Jmi8krB .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uP4Jmi8krB .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uP4Jmi8krB .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uP4Jmi8krB .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uP4Jmi8krB .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uP4Jmi8krB .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uP4Jmi8krB .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uP4Jmi8krB .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uP4Jmi8krB .item-social {
    opacity: 1;
  }
}
.cid-uOpJl7DGhA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uOpJl7DGhA .mbr-section-subtitle {
  color: #767676;
}
.cid-uOpJl7DGhA .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uOpJl7DGhA .container {
    max-width: 1600px;
  }
}
.cid-uOpJl7DGhA .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uOpJl7DGhA .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uOpJl7DGhA .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uOpJl7DGhA .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uOpJl7DGhA .team-item:hover .item-social {
  opacity: 1;
}
.cid-uOpJl7DGhA .team-item .item-image img {
  width: 100%;
}
.cid-uOpJl7DGhA .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uOpJl7DGhA .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uOpJl7DGhA .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uOpJl7DGhA .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uOpJl7DGhA .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uOpJl7DGhA .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOpJl7DGhA .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uOpJl7DGhA .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uOpJl7DGhA .item-social {
    opacity: 1;
  }
}
.cid-uO39sVB2sb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uO39sVB2sb .mbr-section-subtitle {
  color: #767676;
}
.cid-uO39sVB2sb .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uO39sVB2sb .container {
    max-width: 1600px;
  }
}
.cid-uO39sVB2sb .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uO39sVB2sb .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uO39sVB2sb .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uO39sVB2sb .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uO39sVB2sb .team-item:hover .item-social {
  opacity: 1;
}
.cid-uO39sVB2sb .team-item .item-image img {
  width: 100%;
}
.cid-uO39sVB2sb .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uO39sVB2sb .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uO39sVB2sb .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uO39sVB2sb .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uO39sVB2sb .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uO39sVB2sb .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uO39sVB2sb .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uO39sVB2sb .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uO39sVB2sb .item-social {
    opacity: 1;
  }
}
.cid-uO39u3oW9D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uO39u3oW9D .mbr-section-subtitle {
  color: #767676;
}
.cid-uO39u3oW9D .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uO39u3oW9D .container {
    max-width: 1600px;
  }
}
.cid-uO39u3oW9D .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uO39u3oW9D .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uO39u3oW9D .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uO39u3oW9D .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uO39u3oW9D .team-item:hover .item-social {
  opacity: 1;
}
.cid-uO39u3oW9D .team-item .item-image img {
  width: 100%;
}
.cid-uO39u3oW9D .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uO39u3oW9D .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uO39u3oW9D .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uO39u3oW9D .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uO39u3oW9D .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uO39u3oW9D .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uO39u3oW9D .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uO39u3oW9D .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uO39u3oW9D .item-social {
    opacity: 1;
  }
}
.cid-uNg4ikv6hf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uNg4ikv6hf .mbr-section-subtitle {
  color: #767676;
}
.cid-uNg4ikv6hf .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uNg4ikv6hf .container {
    max-width: 1600px;
  }
}
.cid-uNg4ikv6hf .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uNg4ikv6hf .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uNg4ikv6hf .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uNg4ikv6hf .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uNg4ikv6hf .team-item:hover .item-social {
  opacity: 1;
}
.cid-uNg4ikv6hf .team-item .item-image img {
  width: 100%;
}
.cid-uNg4ikv6hf .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uNg4ikv6hf .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uNg4ikv6hf .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uNg4ikv6hf .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uNg4ikv6hf .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uNg4ikv6hf .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNg4ikv6hf .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uNg4ikv6hf .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uNg4ikv6hf .item-social {
    opacity: 1;
  }
}
.cid-uvwIJyNoKv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/0duais-c395020ae5aed09830833ab0043fa9172317c626b-1822x846.jpg");
}
.cid-uvwIJyNoKv h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uvwIJyNoKv h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvwIJyNoKv h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvwIJyNoKv .mbr-text,
.cid-uvwIJyNoKv .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uvwIJyNoKv H1 {
  color: #ffffff;
}
.cid-uPTJQIqQh2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTJQIqQh2 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTJQIqQh2 .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-uPTJQIqQh2 .mbr-text,
.cid-uPTJQIqQh2 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uPTJQIqQh2 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-uPTJQIqQh2 H1 {
  color: #cccccc;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-tGfTdKsMsP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGfTdKsMsP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGfTdKsMsP a {
  font-style: normal;
}
.cid-tGfTdKsMsP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGfTdKsMsP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tGfTdKsMsP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGfTdKsMsP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGfTdKsMsP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGfTdKsMsP .nav-item:focus,
.cid-tGfTdKsMsP .nav-link:focus {
  outline: none;
}
.cid-tGfTdKsMsP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGfTdKsMsP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGfTdKsMsP .menu-logo {
  margin-right: auto;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGfTdKsMsP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGfTdKsMsP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGfTdKsMsP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGfTdKsMsP button.navbar-toggler:focus {
  outline: none;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfTdKsMsP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGfTdKsMsP .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGfTdKsMsP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGfTdKsMsP .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGfTdKsMsP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGfTdKsMsP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGfTdKsMsP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGfTdKsMsP img {
    height: 3.8rem !important;
  }
  .cid-tGfTdKsMsP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGfTdKsMsP .menu-wrap {
    flex-direction: column;
  }
  .cid-tGfTdKsMsP .btn {
    display: -webkit-flex;
  }
  .cid-tGfTdKsMsP button.navbar-toggler {
    display: block;
  }
  .cid-tGfTdKsMsP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGfTdKsMsP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGfTdKsMsP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing,
  .cid-tGfTdKsMsP .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGfTdKsMsP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGfTdKsMsP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGfTdKsMsP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGfTdKsMsP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGfTdKsMsP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGfTdKsMsP .nav-link:hover,
.cid-tGfTdKsMsP .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tGrqQzKxil {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tGrqQzKxil .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tGrqQzKxil .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tGrqQzKxil .mbr-text,
.cid-tGrqQzKxil .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tGrqQzKxil img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tGrqQzKxil H1 {
  color: #ffffff;
}
.cid-tGfTdKsMsP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGfTdKsMsP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGfTdKsMsP a {
  font-style: normal;
}
.cid-tGfTdKsMsP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGfTdKsMsP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tGfTdKsMsP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGfTdKsMsP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGfTdKsMsP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGfTdKsMsP .nav-item:focus,
.cid-tGfTdKsMsP .nav-link:focus {
  outline: none;
}
.cid-tGfTdKsMsP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGfTdKsMsP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGfTdKsMsP .menu-logo {
  margin-right: auto;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGfTdKsMsP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGfTdKsMsP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGfTdKsMsP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGfTdKsMsP button.navbar-toggler:focus {
  outline: none;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfTdKsMsP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGfTdKsMsP .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGfTdKsMsP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGfTdKsMsP .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGfTdKsMsP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGfTdKsMsP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGfTdKsMsP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGfTdKsMsP img {
    height: 3.8rem !important;
  }
  .cid-tGfTdKsMsP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGfTdKsMsP .menu-wrap {
    flex-direction: column;
  }
  .cid-tGfTdKsMsP .btn {
    display: -webkit-flex;
  }
  .cid-tGfTdKsMsP button.navbar-toggler {
    display: block;
  }
  .cid-tGfTdKsMsP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGfTdKsMsP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGfTdKsMsP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing,
  .cid-tGfTdKsMsP .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGfTdKsMsP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGfTdKsMsP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGfTdKsMsP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGfTdKsMsP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGfTdKsMsP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGfTdKsMsP .nav-link:hover,
.cid-tGfTdKsMsP .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tGMLh9qopZ {
  background-color: #000000;
}
.cid-tGMLh9qopZ .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tGMLh9qopZ .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tGMLh9qopZ .mbr-text,
.cid-tGMLh9qopZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tGMLh9qopZ img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tGMLh9qopZ H1 {
  color: #ffffff;
}
.cid-tGMLh9qopZ H3 {
  color: #ffffff;
}
.cid-tGfTdKsMsP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGfTdKsMsP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGfTdKsMsP a {
  font-style: normal;
}
.cid-tGfTdKsMsP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGfTdKsMsP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tGfTdKsMsP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGfTdKsMsP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGfTdKsMsP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGfTdKsMsP .nav-item:focus,
.cid-tGfTdKsMsP .nav-link:focus {
  outline: none;
}
.cid-tGfTdKsMsP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGfTdKsMsP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGfTdKsMsP .menu-logo {
  margin-right: auto;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGfTdKsMsP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGfTdKsMsP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGfTdKsMsP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGfTdKsMsP button.navbar-toggler:focus {
  outline: none;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfTdKsMsP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGfTdKsMsP .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGfTdKsMsP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGfTdKsMsP .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGfTdKsMsP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGfTdKsMsP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGfTdKsMsP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGfTdKsMsP img {
    height: 3.8rem !important;
  }
  .cid-tGfTdKsMsP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGfTdKsMsP .menu-wrap {
    flex-direction: column;
  }
  .cid-tGfTdKsMsP .btn {
    display: -webkit-flex;
  }
  .cid-tGfTdKsMsP button.navbar-toggler {
    display: block;
  }
  .cid-tGfTdKsMsP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGfTdKsMsP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGfTdKsMsP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing,
  .cid-tGfTdKsMsP .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGfTdKsMsP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGfTdKsMsP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGfTdKsMsP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGfTdKsMsP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGfTdKsMsP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGfTdKsMsP .nav-link:hover,
.cid-tGfTdKsMsP .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tGvi72kG1p {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tGvi72kG1p .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tGvi72kG1p .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tGvi72kG1p .mbr-text,
.cid-tGvi72kG1p .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tGvi72kG1p img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tGvi72kG1p H1 {
  color: #ffffff;
}
.cid-tGvi72kG1p H3 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tHDyHiMCnZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tHDyHiMCnZ .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tHDyHiMCnZ .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tHDyHiMCnZ .mbr-text,
.cid-tHDyHiMCnZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHDyHiMCnZ img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tHDyHiMCnZ H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tHV9a80iE6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tHV9a80iE6 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tHV9a80iE6 .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tHV9a80iE6 .mbr-text,
.cid-tHV9a80iE6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHV9a80iE6 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tHV9a80iE6 H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tJ5uOVhvDE {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/beard-8-800x622.jpg");
}
.cid-tJ5uOVhvDE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJ5uOVhvDE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJ5uOVhvDE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJb1CCq1RP {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tJb1CCq1RP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJb1CCq1RP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJb1CCq1RP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJb1CCq1RP .mbr-text,
.cid-tJb1CCq1RP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJb1CCq1RP H3 {
  color: #ffffff;
}
.cid-tJ5Hkyi5hU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJ5Hkyi5hU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJ5Hkyi5hU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJ5Hkyi5hU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJ5Hkyi5hU .mbr-text,
.cid-tJ5Hkyi5hU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJ5Hkyi5hU H3 {
  color: #ffffff;
}
.cid-tJ5HgJxZmJ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJ5HgJxZmJ .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-tJ5HgJxZmJ .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tJ5HgJxZmJ .image-block:hover:before {
  opacity: 0.4;
}
.cid-tJ5HgJxZmJ .image-block:hover .wrap {
  opacity: 1;
}
.cid-tJ5HgJxZmJ .image-block:hover img {
  transform: scale(1.05);
}
.cid-tJ5HgJxZmJ figcaption {
  position: relative;
}
.cid-tJ5HgJxZmJ figcaption .wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tJ5HgJxZmJ img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tJ5HgJxZmJ .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tJ5HgJxZmJ .wrap {
    opacity: 1!important;
  }
  .cid-tJ5HgJxZmJ .image-block:before {
    opacity: 0.2!important;
  }
  .cid-tJ5HgJxZmJ .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tJ5OOQBj9a {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tJ5OOQBj9a h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJ5OOQBj9a h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJ5OOQBj9a h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJ5OOQBj9a .mbr-text,
.cid-tJ5OOQBj9a .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJ5Di9dTkH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJ5Di9dTkH h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJ5Di9dTkH h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJ5Di9dTkH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJ5Di9dTkH .mbr-text,
.cid-tJ5Di9dTkH .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJ5Di9dTkH H3 {
  color: #ffffff;
}
.cid-tJ5DY8tMPk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tJ5DY8tMPk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tJ5DY8tMPk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJ5DY8tMPk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJ5DY8tMPk .mbr-gallery-item {
  width: 33.3%;
}
.cid-tJ5DY8tMPk .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tJ5DY8tMPk .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tJ5DY8tMPk .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tJ5DY8tMPk .mbr-gallery-row {
  justify-content: center;
}
.cid-tJ5DY8tMPk .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tJ5DY8tMPk .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-tJ5DY8tMPk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tJ5DY8tMPk .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tJ5DY8tMPk .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tJ5DY8tMPk .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-tJ5DY8tMPk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tJ5DY8tMPk .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tJ5DY8tMPk img {
  transition: all 2s!important;
}
.cid-tJ5DY8tMPk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tJ5DY8tMPk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tJ5DY8tMPk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tJ61pYAZvo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJ61pYAZvo h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJ61pYAZvo h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJ61pYAZvo h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJ61pYAZvo .mbr-text,
.cid-tJ61pYAZvo .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJ61pYAZvo H3 {
  color: #ffffff;
}
.cid-tJ5vsV4CnO {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tJ5vsV4CnO .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.cid-tJ5vsV4CnO .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tJ5vsV4CnO .image-block:hover:before {
  opacity: 0.4;
}
.cid-tJ5vsV4CnO .image-block:hover .wrap {
  opacity: 1;
}
.cid-tJ5vsV4CnO .image-block:hover img {
  transform: scale(1.05);
}
.cid-tJ5vsV4CnO figcaption {
  position: relative;
}
.cid-tJ5vsV4CnO figcaption .wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tJ5vsV4CnO img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tJ5vsV4CnO .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tJ5vsV4CnO .wrap {
    opacity: 1!important;
  }
  .cid-tJ5vsV4CnO .image-block:before {
    opacity: 0.2!important;
  }
  .cid-tJ5vsV4CnO .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tJ95vy9UtS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJ95vy9UtS h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJ95vy9UtS h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJ95vy9UtS h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJ95vy9UtS .mbr-text,
.cid-tJ95vy9UtS .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJ9gg0eUWj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJ9gg0eUWj h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJ9gg0eUWj h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJ9gg0eUWj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJ9gg0eUWj .mbr-text,
.cid-tJ9gg0eUWj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJ9gg0eUWj H3 {
  color: #ffffff;
}
.cid-tJ6b2Kky4N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJ6b2Kky4N .mbr-text {
  color: #767676;
}
.cid-tJ6b2Kky4N .card-subtitle {
  margin: 0;
  color: #ffffff;
}
.cid-tJ6b2Kky4N .link {
  margin: 0;
}
.cid-tJ6b2Kky4N .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tJ6b2Kky4N .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tJ6b2Kky4N img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tJ6b2Kky4N .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tJ6b2Kky4N .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tJ6b2Kky4N .card-img:hover:before {
  opacity: 0.4;
}
.cid-tJ6b2Kky4N .card-img:hover img {
  transform: scale(1.05);
}
.cid-tJ6b2Kky4N .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJ6b2Kky4N .card {
    margin-bottom: 3rem;
  }
}
.cid-tJ6bODOIGq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJ6bODOIGq .mbr-text {
  color: #767676;
}
.cid-tJ6bODOIGq .card-subtitle {
  margin: 0;
  color: #ffffff;
}
.cid-tJ6bODOIGq .link {
  margin: 0;
}
.cid-tJ6bODOIGq .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tJ6bODOIGq .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tJ6bODOIGq img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tJ6bODOIGq .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tJ6bODOIGq .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tJ6bODOIGq .card-img:hover:before {
  opacity: 0.4;
}
.cid-tJ6bODOIGq .card-img:hover img {
  transform: scale(1.05);
}
.cid-tJ6bODOIGq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJ6bODOIGq .card {
    margin-bottom: 3rem;
  }
}
.cid-tJ6cs48q0F {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tJ6cs48q0F .mbr-text {
  color: #767676;
}
.cid-tJ6cs48q0F .card-subtitle {
  margin: 0;
  color: #ffffff;
}
.cid-tJ6cs48q0F .link {
  margin: 0;
}
.cid-tJ6cs48q0F .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tJ6cs48q0F .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tJ6cs48q0F img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tJ6cs48q0F .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tJ6cs48q0F .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tJ6cs48q0F .card-img:hover:before {
  opacity: 0.4;
}
.cid-tJ6cs48q0F .card-img:hover img {
  transform: scale(1.05);
}
.cid-tJ6cs48q0F .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJ6cs48q0F .card {
    margin-bottom: 3rem;
  }
}
.cid-tJ6aHA9bvo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJ6aHA9bvo h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJ6aHA9bvo h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJ6aHA9bvo h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJ6aHA9bvo .mbr-text,
.cid-tJ6aHA9bvo .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJ9rxbAZlS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tJ9rxbAZlS .mbr-text {
    text-align: center;
  }
}
.cid-tJ9rxbAZlS .container-fluid {
  padding: 0;
}
.cid-tJ9rxbAZlS .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tJ9rxbAZlS img {
  height: 100%;
  object-fit: cover;
}
.cid-tJ9rxbAZlS .mbr-figure {
  height: 100%;
}
.cid-tJ9rxbAZlS .col-lg-6 {
  padding: 0;
}
.cid-tJ9rxbAZlS .row {
  margin: 0;
}
.cid-tJ9rxbAZlS .mbr-text,
.cid-tJ9rxbAZlS .mbr-section-btn {
  color: #ffffff;
}
.cid-tJaXOz5Z7Q {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tJaXOz5Z7Q h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJaXOz5Z7Q h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJaXOz5Z7Q h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJaXOz5Z7Q .mbr-text,
.cid-tJaXOz5Z7Q .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJaXOz5Z7Q H3 {
  color: #ffffff;
}
.cid-tGfTdKsMsP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGfTdKsMsP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGfTdKsMsP a {
  font-style: normal;
}
.cid-tGfTdKsMsP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGfTdKsMsP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tGfTdKsMsP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGfTdKsMsP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGfTdKsMsP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGfTdKsMsP .nav-item:focus,
.cid-tGfTdKsMsP .nav-link:focus {
  outline: none;
}
.cid-tGfTdKsMsP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGfTdKsMsP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGfTdKsMsP .menu-logo {
  margin-right: auto;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGfTdKsMsP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGfTdKsMsP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGfTdKsMsP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGfTdKsMsP button.navbar-toggler:focus {
  outline: none;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfTdKsMsP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGfTdKsMsP .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGfTdKsMsP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGfTdKsMsP .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGfTdKsMsP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGfTdKsMsP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGfTdKsMsP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGfTdKsMsP img {
    height: 3.8rem !important;
  }
  .cid-tGfTdKsMsP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGfTdKsMsP .menu-wrap {
    flex-direction: column;
  }
  .cid-tGfTdKsMsP .btn {
    display: -webkit-flex;
  }
  .cid-tGfTdKsMsP button.navbar-toggler {
    display: block;
  }
  .cid-tGfTdKsMsP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGfTdKsMsP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGfTdKsMsP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing,
  .cid-tGfTdKsMsP .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGfTdKsMsP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGfTdKsMsP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGfTdKsMsP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGfTdKsMsP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGfTdKsMsP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGfTdKsMsP .nav-link:hover,
.cid-tGfTdKsMsP .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tGTlEyP3Cr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tGTlEyP3Cr .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tGTlEyP3Cr .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tGTlEyP3Cr .mbr-text,
.cid-tGTlEyP3Cr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tGTlEyP3Cr img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tGTlEyP3Cr H1 {
  color: #ffffff;
}
.cid-tGTlEyP3Cr H3 {
  color: #ffffff;
}
.cid-tJeTwBDvr7 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tJeTwBDvr7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tJeTwBDvr7 .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-tJeTwBDvr7 .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-tJeTwBDvr7 textarea {
  min-height: 150px;
}
.cid-tJeTwBDvr7 .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #cccccc;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-tJeTwBDvr7 .form-control,
.cid-tJeTwBDvr7 .field-input {
  padding: 1rem;
  background-color: #101415;
  border-color: #ffffff;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-tJeTwBDvr7 .form-control input::-webkit-input-placeholder,
.cid-tJeTwBDvr7 .field-input input::-webkit-input-placeholder,
.cid-tJeTwBDvr7 .form-control textarea::-webkit-input-placeholder,
.cid-tJeTwBDvr7 .field-input textarea::-webkit-input-placeholder {
  color: #f9f295 !important;
}
.cid-tJeTwBDvr7 .form-control input:-moz-placeholder,
.cid-tJeTwBDvr7 .field-input input:-moz-placeholder,
.cid-tJeTwBDvr7 .form-control textarea:-moz-placeholder,
.cid-tJeTwBDvr7 .field-input textarea:-moz-placeholder {
  color: #f9f295 !important;
}
.cid-tJeTwBDvr7 .form-control:hover,
.cid-tJeTwBDvr7 .field-input:hover,
.cid-tJeTwBDvr7 .form-control:focus,
.cid-tJeTwBDvr7 .field-input:focus {
  background-color: #353435;
  border-color: #10eafc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tJeTwBDvr7 .form-control:hover input::-webkit-input-placeholder,
.cid-tJeTwBDvr7 .field-input:hover input::-webkit-input-placeholder,
.cid-tJeTwBDvr7 .form-control:focus input::-webkit-input-placeholder,
.cid-tJeTwBDvr7 .field-input:focus input::-webkit-input-placeholder,
.cid-tJeTwBDvr7 .form-control:hover textarea::-webkit-input-placeholder,
.cid-tJeTwBDvr7 .field-input:hover textarea::-webkit-input-placeholder,
.cid-tJeTwBDvr7 .form-control:focus textarea::-webkit-input-placeholder,
.cid-tJeTwBDvr7 .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-tJeTwBDvr7 .form-control:hover input:-moz-placeholder,
.cid-tJeTwBDvr7 .field-input:hover input:-moz-placeholder,
.cid-tJeTwBDvr7 .form-control:focus input:-moz-placeholder,
.cid-tJeTwBDvr7 .field-input:focus input:-moz-placeholder,
.cid-tJeTwBDvr7 .form-control:hover textarea:-moz-placeholder,
.cid-tJeTwBDvr7 .field-input:hover textarea:-moz-placeholder,
.cid-tJeTwBDvr7 .form-control:focus textarea:-moz-placeholder,
.cid-tJeTwBDvr7 .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-tJeTwBDvr7 .jq-number__spin:hover,
.cid-tJeTwBDvr7 .jq-number__spin:focus {
  background-color: #353435;
  border-color: #10eafc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tJeTwBDvr7 .jq-number__spin {
  background-color: #101415;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tJeTwBDvr7 .jq-selectbox li,
.cid-tJeTwBDvr7 .jq-selectbox li {
  background-color: #101415;
  color: #ffffff;
}
.cid-tJeTwBDvr7 .jq-selectbox li:hover,
.cid-tJeTwBDvr7 .jq-selectbox li.selected {
  background-color: #353435;
  color: #ffffff;
}
.cid-tJeTwBDvr7 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tJeTwBDvr7 .jq-number__spin.minus:hover:after,
.cid-tJeTwBDvr7 .jq-number__spin.plus:hover:after {
  border-top-color: #101415;
  border-bottom-color: #101415;
}
.cid-tJeTwBDvr7 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tJeTwBDvr7 .jq-number__spin.minus:after,
.cid-tJeTwBDvr7 .jq-number__spin.plus:after {
  border-top-color: #353435;
  border-bottom-color: #353435;
}
.cid-tJeTwBDvr7 input::-webkit-clear-button {
  display: none;
}
.cid-tJeTwBDvr7 input::-webkit-inner-spin-button {
  display: none;
}
.cid-tJeTwBDvr7 input::-webkit-outer-spin-button {
  display: none;
}
.cid-tJeTwBDvr7 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tJkXmgTtqy {
  padding-top: 195px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tJkXmgTtqy h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJkXmgTtqy h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJkXmgTtqy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJkXmgTtqy .mbr-text,
.cid-tJkXmgTtqy .mbr-section-btn {
  color: #ffffff;
}
.cid-tJkXmgTtqy H3 {
  color: #ffffff;
}
.cid-uQyUKfotEz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uQyUKfotEz .card {
  position: relative;
  background-image: url("../../../assets/images/s108-player-8-800x622.jpg");
  background-size: cover;
}
.cid-uQyUKfotEz .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uQyUKfotEz .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uF4PMaEhzP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uF4PMaEhzP .card {
  position: relative;
  background-image: url("../../../assets/images/t059-lean-on-me-1-800x622.jpg");
  background-size: cover;
}
.cid-uF4PMaEhzP .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uF4PMaEhzP .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uCHj8QTbZT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uCHj8QTbZT .card {
  position: relative;
  background-image: url("../../../assets/images/t105-field-dreams-3-800x622.jpg");
  background-size: cover;
}
.cid-uCHj8QTbZT .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uCHj8QTbZT .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uCHj6XRVWP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uCHj6XRVWP .card {
  position: relative;
  background-image: url("../../../assets/images/t071-all-seeing-2-800x622.jpg");
  background-size: cover;
}
.cid-uCHj6XRVWP .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uCHj6XRVWP .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uxrJibDnHa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxrJibDnHa .card {
  position: relative;
  background-image: url("../../../assets/images/t108-feel-the-mood-1024x796-ddg-2-800x622.jpg");
  background-size: cover;
}
.cid-uxrJibDnHa .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uxrJibDnHa .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uxrJjWdLCm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxrJjWdLCm .card {
  position: relative;
  background-image: url("../../../assets/images/t111-nature-seen-2-800x622.jpg");
  background-size: cover;
}
.cid-uxrJjWdLCm .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uxrJjWdLCm .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uvDvr5dqkN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uvDvr5dqkN .card {
  position: relative;
  background-image: url("../../../assets/images/1a1111-1466x390.jpg");
  background-size: cover;
}
.cid-uvDvr5dqkN .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uvDvr5dqkN .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uvnva3mba9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uvnva3mba9 .card {
  position: relative;
  background-image: url("../../../assets/images/1a1a1-1355x359.jpg");
  background-size: cover;
}
.cid-uvnva3mba9 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uvnva3mba9 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-usT7eONLjO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-usT7eONLjO .card {
  position: relative;
  background-image: url("../../../assets/images/w-0003-daisy-field-2-800x622.jpg");
  background-size: cover;
}
.cid-usT7eONLjO .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-usT7eONLjO .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-usT7cSFkDY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-usT7cSFkDY .card {
  position: relative;
  background-image: url("../../../assets/images/w-0054-being-creative-4-800x622.jpg");
  background-size: cover;
}
.cid-usT7cSFkDY .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-usT7cSFkDY .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uqha9RAt65 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uqha9RAt65 .card {
  position: relative;
  background-image: url("../../../assets/images/v016-deep-rooted-sorrow-800x622.jpg");
  background-size: cover;
}
.cid-uqha9RAt65 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uqha9RAt65 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-umL926j6WG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umL926j6WG .card {
  position: relative;
  background-image: url("../../../assets/images/v033-camoflauge-2-800x622.jpg");
  background-size: cover;
}
.cid-umL926j6WG .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-umL926j6WG .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-ujmsqctkBM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ujmsqctkBM .card {
  position: relative;
  background-image: url("../../../assets/images/1-800x329.jpg");
  background-size: cover;
}
.cid-ujmsqctkBM .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-ujmsqctkBM .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-ujmsoiQvJJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ujmsoiQvJJ .card {
  position: relative;
  background-image: url("../../../assets/images/1-657x242.jpg");
  background-size: cover;
}
.cid-ujmsoiQvJJ .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-ujmsoiQvJJ .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uigheWdbdw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uigheWdbdw .card {
  position: relative;
  background-image: url("../../../assets/images/w-0009-p-h-2-800x622bc2cdefghij-750x247.jpg");
  background-size: cover;
}
.cid-uigheWdbdw .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uigheWdbdw .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uh0fgQGPtf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uh0fgQGPtf .card {
  position: relative;
  background-image: url("../../../assets/images/1-512x161.jpg");
  background-size: cover;
}
.cid-uh0fgQGPtf .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uh0fgQGPtf .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uegVRHw9L5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uegVRHw9L5 .card {
  position: relative;
  background-image: url("../../../assets/images/v-060-blue-2-1024x796-b-2-800x622.jpg");
  background-size: cover;
}
.cid-uegVRHw9L5 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uegVRHw9L5 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-udljEvzpWI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-udljEvzpWI .card {
  position: relative;
  background-image: url("../../../assets/images/v-078-off-to-the-ball-3-800x622.jpg");
  background-size: cover;
}
.cid-udljEvzpWI .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-udljEvzpWI .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-ubVkJ5EUUe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ubVkJ5EUUe .card {
  position: relative;
  background-image: url("../../../assets/images/v-068-down-daisy-5-800x622.jpg");
  background-size: cover;
}
.cid-ubVkJ5EUUe .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #181919;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-ubVkJ5EUUe .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-ub6eH5lWlW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ub6eH5lWlW .card {
  position: relative;
  background-image: url("../../../assets/images/v-073-wooden-watermark-1024x796-light-800x622.jpg");
  background-size: cover;
}
.cid-ub6eH5lWlW .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-ub6eH5lWlW .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-ub6eAxB6tL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ub6eAxB6tL .card {
  position: relative;
  background-image: url("../../../assets/images/v-073-wooden-watermark-by-l-644x960.jpg");
  background-size: cover;
}
.cid-ub6eAxB6tL .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-ub6eAxB6tL .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uaqUUNrPiY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqUUNrPiY .card {
  position: relative;
  background-image: url("../../../assets/images/1aaaabbbcc-1-800x622.jpg");
  background-size: cover;
}
.cid-uaqUUNrPiY .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #181919;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uaqUUNrPiY .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uaqUSODEAS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqUSODEAS .card {
  position: relative;
  background-image: url("../../../assets/images/1aaab-1-438x435.png");
  background-size: cover;
}
.cid-uaqUSODEAS .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #181919;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uaqUSODEAS .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-umWS8fG4U1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umWS8fG4U1 .card {
  position: relative;
  background-image: url("../../../assets/images/v-099-downtown-dreamer-1-800x622.jpg");
  background-size: cover;
}
.cid-umWS8fG4U1 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-umWS8fG4U1 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-u4uNVKxwtZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4uNVKxwtZ .card {
  position: relative;
  background-image: url("../../../assets/images/x123456712b1-800x255.jpg");
  background-size: cover;
}
.cid-u4uNVKxwtZ .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-u4uNVKxwtZ .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-u3mDdcyyV1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3mDdcyyV1 .card {
  position: relative;
  background-image: url("../../../assets/images/w-0006-daisy-obsession-800x622.jpg");
  background-size: cover;
}
.cid-u3mDdcyyV1 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #181919;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-u3mDdcyyV1 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-u3y4Vb14UY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3y4Vb14UY .card {
  position: relative;
  background-image: url("../../../assets/images/w-0008-stimuli-supply-800x622.jpg");
  background-size: cover;
}
.cid-u3y4Vb14UY .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #181919;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-u3y4Vb14UY .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-u1DAdpmyhr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u1DAdpmyhr .card {
  position: relative;
  background-image: url("../../../assets/images/giphy.gif");
  background-size: cover;
}
.cid-u1DAdpmyhr .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #181919;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-u1DAdpmyhr .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-u1apUtvuSY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u1apUtvuSY .card {
  position: relative;
  background-image: url("../../../assets/images/1aaaa-800x246.jpg");
  background-size: cover;
}
.cid-u1apUtvuSY .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #181919;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-u1apUtvuSY .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-u09eViRBWw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u09eViRBWw .card {
  position: relative;
  background-image: url("../../../assets/images/1aaaab-828x288.jpg");
  background-size: cover;
}
.cid-u09eViRBWw .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-u09eViRBWw .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tZhxH3vCID {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tZhxH3vCID .card {
  position: relative;
  background-image: url("../../../assets/images/ab-756x269.jpg");
  background-size: cover;
}
.cid-tZhxH3vCID .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tZhxH3vCID .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tYCHfuLtRc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tYCHfuLtRc .card {
  position: relative;
  background-image: url("../../../assets/images/1aaaa-515x179.jpg");
  background-size: cover;
}
.cid-tYCHfuLtRc .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tYCHfuLtRc .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tXp0Qovb6U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tXp0Qovb6U .card {
  position: relative;
  background-image: url("../../../assets/images/abcd-950x270.jpg");
  background-size: cover;
}
.cid-tXp0Qovb6U .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tXp0Qovb6U .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tSGgDnt2sH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tSGgDnt2sH .card {
  position: relative;
  background-image: url("../../../assets/images/1a2bb-1-1024x497.jpg");
  background-size: cover;
}
.cid-tSGgDnt2sH .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tSGgDnt2sH .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tS0MspFLsM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tS0MspFLsM .card {
  position: relative;
  background-image: url("../../../assets/images/w-0082-halloween-approaches-2538x1974-802-800x622.jpg");
  background-size: cover;
}
.cid-tS0MspFLsM .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tS0MspFLsM .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tRsrG9I4t4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tRsrG9I4t4 .card {
  position: relative;
  background-image: url("../../../assets/images/w-0082-halloween-approaches-2538x1974-800b-1-800x622.jpg");
  background-size: cover;
}
.cid-tRsrG9I4t4 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #181919;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tRsrG9I4t4 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tQvkGh4E4H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tQvkGh4E4H .card {
  position: relative;
  background-image: url("../../../assets/images/x-lin-n2bcdefghijklmnopqrstuvwxyz1bcdefghijklmn01s2abcdefgijklmnnopqr1161bcdefghijklmn-535bcdefghi-952x252.jpg");
  background-size: cover;
}
.cid-tQvkGh4E4H .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tQvkGh4E4H .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tPngdyheHo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tPngdyheHo .card {
  position: relative;
  background-image: url("../../../assets/images/x-lin-n2bcdefghijklmnopqrstuvwxyz1bcdefghijklm-1368x471.jpg");
  background-size: cover;
}
.cid-tPngdyheHo .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tPngdyheHo .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tNuOy2an8q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tNuOy2an8q .card {
  position: relative;
  background-image: url("../../../assets/images/x-lin-white3abcdefgijk800bcdfghijklmnopqrst2bcdefghijklmnopqr-1-1280x704.jpg");
  background-size: cover;
}
.cid-tNuOy2an8q .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #181919;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tNuOy2an8q .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tMQzBfXnp0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tMQzBfXnp0 .card {
  position: relative;
  background-image: url("../../../assets/images/x-lin-white3abcdefgijk800bcdfghijklmnopq-1150x326.jpg");
  background-size: cover;
}
.cid-tMQzBfXnp0 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tMQzBfXnp0 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tLvtwx76jv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tLvtwx76jv .card {
  position: relative;
  background-image: url("../../../assets/images/z52-strange-stairs-2238x2238-sig-x-3-800x800.jpg");
  background-size: cover;
}
.cid-tLvtwx76jv .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tLvtwx76jv .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tKt1xU1yF0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tKt1xU1yF0 .card {
  position: relative;
  background-image: url("../../../assets/images/inspired5-1-530x520.jpg");
  background-size: cover;
}
.cid-tKt1xU1yF0 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tKt1xU1yF0 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tLl9CeWez6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tLl9CeWez6 .card {
  position: relative;
  background-image: url("../../../assets/images/sig-black-1-693x241.jpg");
  background-size: cover;
}
.cid-tLl9CeWez6 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #181919;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tLl9CeWez6 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tJkHTgH1MY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJkHTgH1MY .card {
  position: relative;
  background-image: url("../../../assets/images/x-0009-mountain-man-2538x1974-sig-1-800x622.jpg");
  background-size: cover;
}
.cid-tJkHTgH1MY .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tJkHTgH1MY .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tJkLZYkvsR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJkLZYkvsR .card {
  position: relative;
  background-image: url("../../../assets/images/x-0002-art-thief-2538x1974-sig-x-3-800x622.jpg");
  background-size: cover;
}
.cid-tJkLZYkvsR .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tJkLZYkvsR .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tJkM0Msqc8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJkM0Msqc8 .card {
  position: relative;
  background-image: url("../../../assets/images/uninspired-10-486x486.jpg");
  background-size: cover;
}
.cid-tJkM0Msqc8 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-tJkM0Msqc8 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tGfTdKsMsP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGfTdKsMsP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGfTdKsMsP a {
  font-style: normal;
}
.cid-tGfTdKsMsP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGfTdKsMsP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tGfTdKsMsP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGfTdKsMsP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGfTdKsMsP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGfTdKsMsP .nav-item:focus,
.cid-tGfTdKsMsP .nav-link:focus {
  outline: none;
}
.cid-tGfTdKsMsP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGfTdKsMsP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGfTdKsMsP .menu-logo {
  margin-right: auto;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGfTdKsMsP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGfTdKsMsP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGfTdKsMsP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGfTdKsMsP button.navbar-toggler:focus {
  outline: none;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfTdKsMsP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGfTdKsMsP .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGfTdKsMsP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGfTdKsMsP .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGfTdKsMsP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGfTdKsMsP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGfTdKsMsP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGfTdKsMsP img {
    height: 3.8rem !important;
  }
  .cid-tGfTdKsMsP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGfTdKsMsP .menu-wrap {
    flex-direction: column;
  }
  .cid-tGfTdKsMsP .btn {
    display: -webkit-flex;
  }
  .cid-tGfTdKsMsP button.navbar-toggler {
    display: block;
  }
  .cid-tGfTdKsMsP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGfTdKsMsP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGfTdKsMsP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing,
  .cid-tGfTdKsMsP .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGfTdKsMsP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGfTdKsMsP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGfTdKsMsP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGfTdKsMsP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGfTdKsMsP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGfTdKsMsP .nav-link:hover,
.cid-tGfTdKsMsP .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tKbN4uKdXK {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tKbN4uKdXK .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tKbN4uKdXK .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tKbN4uKdXK .mbr-text,
.cid-tKbN4uKdXK .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tKbN4uKdXK img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tKbN4uKdXK H1 {
  color: #ffffff;
}
.cid-tKsCWlxGb4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tKsCWlxGb4 .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-tKsCWlxGb4 .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tKsCWlxGb4 .card {
  position: relative;
}
.cid-tKsCWlxGb4 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-tKsCWlxGb4 .card:hover:before {
  opacity: 0.9;
}
.cid-tKsCWlxGb4 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-tKsCWlxGb4 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tKbRaKOvjv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tKbRaKOvjv .mbr-section-subtitle {
  color: #767676;
}
.cid-tKbRaKOvjv .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tKbRaKOvjv .container {
    max-width: 1600px;
  }
}
.cid-tKbRaKOvjv .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tKbRaKOvjv .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-tKbRaKOvjv .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tKbRaKOvjv .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-tKbRaKOvjv .team-item:hover .item-social {
  opacity: 1;
}
.cid-tKbRaKOvjv .team-item .item-image img {
  width: 100%;
}
.cid-tKbRaKOvjv .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tKbRaKOvjv .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tKbRaKOvjv .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tKbRaKOvjv .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tKbRaKOvjv .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tKbRaKOvjv .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tKbRaKOvjv .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tKbRaKOvjv .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tKbRaKOvjv .item-social {
    opacity: 1;
  }
}
.cid-tKsJcAJ82J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tKsJcAJ82J .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-tKsJcAJ82J .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tKsJcAJ82J .card {
  position: relative;
}
.cid-tKsJcAJ82J .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-tKsJcAJ82J .card:hover:before {
  opacity: 0.9;
}
.cid-tKsJcAJ82J .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-tKsJcAJ82J .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tJrb14sRzp {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/sig-white-1-693x355.jpg");
}
.cid-tJrb14sRzp h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJrb14sRzp h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJrb14sRzp h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJreAHw3MK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJreAHw3MK h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJreAHw3MK h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJreAHw3MK h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJreAHw3MK .mbr-text,
.cid-tJreAHw3MK .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJreAHw3MK H1 {
  color: #ffffff;
}
.cid-tJriPo6nga {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJriPo6nga h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJriPo6nga h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJriPo6nga h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJriPo6nga .mbr-text,
.cid-tJriPo6nga .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJriPo6nga H1 {
  color: #ffffff;
}
.cid-tJrkvS1Gbc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJrkvS1Gbc h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJrkvS1Gbc h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJrkvS1Gbc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJrkvS1Gbc .mbr-text,
.cid-tJrkvS1Gbc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJrkvS1Gbc H1 {
  color: #ffffff;
}
.cid-tJroTXnf3i {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJroTXnf3i h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tJroTXnf3i h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJroTXnf3i h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tJroTXnf3i .mbr-text,
.cid-tJroTXnf3i .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tJroTXnf3i H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tKyv75pil5 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/z52-strange-stairs-2238x2238-sig-x-3-1000x1000.jpg");
}
.cid-tKyv75pil5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tKyv75pil5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tKyv75pil5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tHnTk5Tyj6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHnTk5Tyj6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tHnTk5Tyj6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tHnTk5Tyj6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tHnTk5Tyj6 .mbr-text,
.cid-tHnTk5Tyj6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tHnTk5Tyj6 H1 {
  color: #ffffff;
}
.cid-tHnTk5Tyj6 H3 {
  color: #ffffff;
}
.cid-tHnWB79Yw9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHnWB79Yw9 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tHnWB79Yw9 .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tHnWB79Yw9 .mbr-text,
.cid-tHnWB79Yw9 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tHnWB79Yw9 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tLpSrjUzLh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tLpSrjUzLh h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tLpSrjUzLh h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tLpSrjUzLh h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tLpSrjUzLh .mbr-text,
.cid-tLpSrjUzLh .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tLpSrjUzLh H1 {
  color: #ffffff;
}
.cid-tLpSrjUzLh H3 {
  color: #ffffff;
}
.cid-tLpSpd29W3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tLpSpd29W3 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tLpSpd29W3 .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tLpSpd29W3 .mbr-text,
.cid-tLpSpd29W3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tLpSpd29W3 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tLq33HjiyT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tLq33HjiyT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tLq33HjiyT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tLq33HjiyT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tLq33HjiyT .mbr-text,
.cid-tLq33HjiyT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tLq33HjiyT H1 {
  color: #ffffff;
}
.cid-tLq33HjiyT H3 {
  color: #ffffff;
}
.cid-tLq3687W5d {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tLq3687W5d .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tLq3687W5d .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tLq3687W5d .mbr-text,
.cid-tLq3687W5d .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tLq3687W5d img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tLqlS5yg5W {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tLqlS5yg5W h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tLqlS5yg5W h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tLqlS5yg5W h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tLqlS5yg5W .mbr-text,
.cid-tLqlS5yg5W .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tLqlS5yg5W H1 {
  color: #ffffff;
}
.cid-tLqlS5yg5W H3 {
  color: #ffffff;
}
.cid-tLqlTudaKP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tLqlTudaKP .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tLqlTudaKP .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tLqlTudaKP .mbr-text,
.cid-tLqlTudaKP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tLqlTudaKP img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tLqwTshPVi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tLqwTshPVi h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tLqwTshPVi h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tLqwTshPVi h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tLqwTshPVi .mbr-text,
.cid-tLqwTshPVi .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tLqwTshPVi H1 {
  color: #ffffff;
}
.cid-tLqwTshPVi H3 {
  color: #ffffff;
}
.cid-tLqwVHhGlE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tLqwVHhGlE .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tLqwVHhGlE .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tLqwVHhGlE .mbr-text,
.cid-tLqwVHhGlE .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tLqwVHhGlE img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tMPV2AHYt1 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tMPV2AHYt1 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tMPV2AHYt1 .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tMPV2AHYt1 .mbr-text,
.cid-tMPV2AHYt1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tMPV2AHYt1 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tMPV2AHYt1 H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tNtYLYst6R {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tNtYLYst6R .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tNtYLYst6R .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tNtYLYst6R .mbr-text,
.cid-tNtYLYst6R .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tNtYLYst6R img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tNtYLYst6R H1 {
  color: #ffffff;
}
.cid-tNtYLYst6R H3 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tOw84FCV3v {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tOw84FCV3v .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tOw84FCV3v .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tOw84FCV3v .mbr-text,
.cid-tOw84FCV3v .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tOw84FCV3v img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tOw84FCV3v H1 {
  color: #ffffff;
}
.cid-tPhi9PMlD9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tPhi9PMlD9 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tPhi9PMlD9 .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tPhi9PMlD9 .mbr-text,
.cid-tPhi9PMlD9 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tPhi9PMlD9 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tPhpyEIwKK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tPhpyEIwKK .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tPhpyEIwKK .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tPhpyEIwKK .mbr-text,
.cid-tPhpyEIwKK .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tPhpyEIwKK img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tQwHG03imy {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tQwHG03imy .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tQwHG03imy .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tQwHG03imy .mbr-text,
.cid-tQwHG03imy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tQwHG03imy img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tQwHG03imy H1 {
  color: #ffffff;
}
.cid-tQwHG03imy H3 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tPS25SjCuV {
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/x-lin-n2bcdefghijklmnopqrstuvwxyz1bcdefghijklmn01s2abcdef-1161x671.jpg");
}
.cid-tPS25SjCuV h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tPS25SjCuV h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tPS25SjCuV h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tPSb1ovNT9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tPSb1ovNT9 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tPSb1ovNT9 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tPSb1ovNT9 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tPSb1ovNT9 .mbr-text,
.cid-tPSb1ovNT9 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tPSb1ovNT9 H1 {
  color: #ffffff;
}
.cid-tPSfu9PLB7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tPSfu9PLB7 .mbr-section-subtitle {
  color: #767676;
}
.cid-tPSfu9PLB7 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tPSfu9PLB7 .container {
    max-width: 1600px;
  }
}
.cid-tPSfu9PLB7 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tPSfu9PLB7 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-tPSfu9PLB7 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tPSfu9PLB7 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-tPSfu9PLB7 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tPSfu9PLB7 .team-item .item-image img {
  width: 100%;
}
.cid-tPSfu9PLB7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tPSfu9PLB7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tPSfu9PLB7 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tPSfu9PLB7 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tPSfu9PLB7 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tPSfu9PLB7 .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tPSfu9PLB7 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tPSfu9PLB7 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tPSfu9PLB7 .item-social {
    opacity: 1;
  }
}
.cid-tRbBJ3Pw6S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tRbBJ3Pw6S h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tRbBJ3Pw6S h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tRbBJ3Pw6S h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tRbBJ3Pw6S .mbr-text,
.cid-tRbBJ3Pw6S .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tRbBJ3Pw6S H1 {
  color: #ffffff;
}
.cid-tRcagwld5j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tRcagwld5j .mbr-section-subtitle {
  color: #767676;
}
.cid-tRcagwld5j .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tRcagwld5j .container {
    max-width: 1600px;
  }
}
.cid-tRcagwld5j .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tRcagwld5j .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-tRcagwld5j .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tRcagwld5j .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-tRcagwld5j .team-item:hover .item-social {
  opacity: 1;
}
.cid-tRcagwld5j .team-item .item-image img {
  width: 100%;
}
.cid-tRcagwld5j .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tRcagwld5j .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tRcagwld5j .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tRcagwld5j .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tRcagwld5j .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tRcagwld5j .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tRcagwld5j .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tRcagwld5j .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tRcagwld5j .item-social {
    opacity: 1;
  }
}
.cid-tRrY7VuB5i {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tRrY7VuB5i h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tRrY7VuB5i h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tRrY7VuB5i h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tRrY7VuB5i .mbr-text,
.cid-tRrY7VuB5i .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tRrY7VuB5i H1 {
  color: #ffffff;
}
.cid-tRs10FV5QG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tRs10FV5QG .mbr-section-subtitle {
  color: #767676;
}
.cid-tRs10FV5QG .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tRs10FV5QG .container {
    max-width: 1600px;
  }
}
.cid-tRs10FV5QG .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tRs10FV5QG .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-tRs10FV5QG .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tRs10FV5QG .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-tRs10FV5QG .team-item:hover .item-social {
  opacity: 1;
}
.cid-tRs10FV5QG .team-item .item-image img {
  width: 100%;
}
.cid-tRs10FV5QG .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tRs10FV5QG .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tRs10FV5QG .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tRs10FV5QG .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tRs10FV5QG .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tRs10FV5QG .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tRs10FV5QG .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tRs10FV5QG .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tRs10FV5QG .item-social {
    opacity: 1;
  }
}
.cid-tRs3y3Z2C8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tRs3y3Z2C8 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tRs3y3Z2C8 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tRs3y3Z2C8 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tRs3y3Z2C8 .mbr-text,
.cid-tRs3y3Z2C8 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tRs3y3Z2C8 H1 {
  color: #ffffff;
}
.cid-tRs0fqPm8p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tRs0fqPm8p .mbr-section-subtitle {
  color: #767676;
}
.cid-tRs0fqPm8p .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tRs0fqPm8p .container {
    max-width: 1600px;
  }
}
.cid-tRs0fqPm8p .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tRs0fqPm8p .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-tRs0fqPm8p .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tRs0fqPm8p .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-tRs0fqPm8p .team-item:hover .item-social {
  opacity: 1;
}
.cid-tRs0fqPm8p .team-item .item-image img {
  width: 100%;
}
.cid-tRs0fqPm8p .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tRs0fqPm8p .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tRs0fqPm8p .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tRs0fqPm8p .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tRs0fqPm8p .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tRs0fqPm8p .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tRs0fqPm8p .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tRs0fqPm8p .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tRs0fqPm8p .item-social {
    opacity: 1;
  }
}
.cid-tRs7EFxUBZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tRs7EFxUBZ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tRs7EFxUBZ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tRs7EFxUBZ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tRs7EFxUBZ .mbr-text,
.cid-tRs7EFxUBZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tRs7EFxUBZ H1 {
  color: #ffffff;
}
.cid-tRsjVTY6zv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tRsjVTY6zv .mbr-section-subtitle {
  color: #767676;
}
.cid-tRsjVTY6zv .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tRsjVTY6zv .container {
    max-width: 1600px;
  }
}
.cid-tRsjVTY6zv .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tRsjVTY6zv .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-tRsjVTY6zv .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tRsjVTY6zv .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-tRsjVTY6zv .team-item:hover .item-social {
  opacity: 1;
}
.cid-tRsjVTY6zv .team-item .item-image img {
  width: 100%;
}
.cid-tRsjVTY6zv .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tRsjVTY6zv .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tRsjVTY6zv .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tRsjVTY6zv .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tRsjVTY6zv .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tRsjVTY6zv .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tRsjVTY6zv .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tRsjVTY6zv .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tRsjVTY6zv .item-social {
    opacity: 1;
  }
}
.cid-tRskFnHeSV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tRskFnHeSV h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tRskFnHeSV h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tRskFnHeSV h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tRskFnHeSV .mbr-text,
.cid-tRskFnHeSV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tRskFnHeSV H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tS0QwsquB2 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/w-0082-halloween-approaches-2538x1974-801-800x622.jpg");
}
.cid-tS0QwsquB2 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tS0QwsquB2 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tS0QwsquB2 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tS0WIb5t2a {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tS0WIb5t2a h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tS0WIb5t2a h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tS0WIb5t2a h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tS0WIb5t2a .mbr-text,
.cid-tS0WIb5t2a .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tS0WIb5t2a H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-tSFYm1FbV2 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/1a2bb-1024x497.jpg");
}
.cid-tSFYm1FbV2 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tSFYm1FbV2 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tSFYm1FbV2 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tSFYhStCAX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tSFYhStCAX h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tSFYhStCAX h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tSFYhStCAX h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tSFYhStCAX .mbr-text,
.cid-tSFYhStCAX .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tSFYhStCAX H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tXowidAQr1 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tXowidAQr1 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tXowidAQr1 .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tXowidAQr1 .mbr-text,
.cid-tXowidAQr1 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tXowidAQr1 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tXowidAQr1 H1 {
  color: #ffffff;
}
.cid-tXCeiKwVQR .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tXCeiKwVQR .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tXCeiKwVQR a {
  font-style: normal;
}
.cid-tXCeiKwVQR .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tXCeiKwVQR .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tXCeiKwVQR .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tXCeiKwVQR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tXCeiKwVQR .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tXCeiKwVQR .nav-item:focus,
.cid-tXCeiKwVQR .nav-link:focus {
  outline: none;
}
.cid-tXCeiKwVQR .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tXCeiKwVQR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tXCeiKwVQR .menu-logo {
  margin-right: auto;
}
.cid-tXCeiKwVQR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tXCeiKwVQR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tXCeiKwVQR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tXCeiKwVQR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tXCeiKwVQR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tXCeiKwVQR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tXCeiKwVQR .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tXCeiKwVQR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tXCeiKwVQR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tXCeiKwVQR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tXCeiKwVQR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tXCeiKwVQR .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tXCeiKwVQR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tXCeiKwVQR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXCeiKwVQR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tXCeiKwVQR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXCeiKwVQR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tXCeiKwVQR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tXCeiKwVQR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tXCeiKwVQR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tXCeiKwVQR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tXCeiKwVQR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tXCeiKwVQR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tXCeiKwVQR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tXCeiKwVQR button.navbar-toggler:focus {
  outline: none;
}
.cid-tXCeiKwVQR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXCeiKwVQR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tXCeiKwVQR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tXCeiKwVQR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tXCeiKwVQR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tXCeiKwVQR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXCeiKwVQR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tXCeiKwVQR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tXCeiKwVQR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tXCeiKwVQR .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tXCeiKwVQR .collapsed .btn {
  display: -webkit-flex;
}
.cid-tXCeiKwVQR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tXCeiKwVQR .collapsed .navbar-collapse.collapsing,
.cid-tXCeiKwVQR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tXCeiKwVQR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tXCeiKwVQR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tXCeiKwVQR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tXCeiKwVQR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tXCeiKwVQR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tXCeiKwVQR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tXCeiKwVQR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tXCeiKwVQR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tXCeiKwVQR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tXCeiKwVQR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tXCeiKwVQR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tXCeiKwVQR .collapsed button.navbar-toggler {
  display: block;
}
.cid-tXCeiKwVQR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tXCeiKwVQR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tXCeiKwVQR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tXCeiKwVQR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tXCeiKwVQR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tXCeiKwVQR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tXCeiKwVQR.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tXCeiKwVQR img {
    height: 3.8rem !important;
  }
  .cid-tXCeiKwVQR .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tXCeiKwVQR .menu-wrap {
    flex-direction: column;
  }
  .cid-tXCeiKwVQR .btn {
    display: -webkit-flex;
  }
  .cid-tXCeiKwVQR button.navbar-toggler {
    display: block;
  }
  .cid-tXCeiKwVQR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tXCeiKwVQR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tXCeiKwVQR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tXCeiKwVQR .navbar-collapse.collapsing,
  .cid-tXCeiKwVQR .navbar-collapse.show {
    display: block !important;
  }
  .cid-tXCeiKwVQR .navbar-collapse.collapsing .navbar-nav,
  .cid-tXCeiKwVQR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tXCeiKwVQR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tXCeiKwVQR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tXCeiKwVQR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tXCeiKwVQR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tXCeiKwVQR .navbar-collapse.collapsing .navbar-buttons,
  .cid-tXCeiKwVQR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tXCeiKwVQR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tXCeiKwVQR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tXCeiKwVQR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tXCeiKwVQR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tXCeiKwVQR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tXCeiKwVQR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tXCeiKwVQR .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tXCeiKwVQR .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tXCeiKwVQR .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tXCeiKwVQR .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tXCeiKwVQR .nav-link:hover,
.cid-tXCeiKwVQR .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tXCeiMvmwC {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tXCeiMvmwC .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tXCeiMvmwC .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-tXCeiMvmwC .mbr-text,
.cid-tXCeiMvmwC .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tXCeiMvmwC img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-tXCeiMvmwC H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tYydQF4g0w {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/w-0035-dream-of-discontent-800x622.jpg");
}
.cid-tYydQF4g0w h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tYydQF4g0w h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tYydQF4g0w h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tYyecuoJKp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tYyecuoJKp .mbr-section-subtitle {
  color: #767676;
}
.cid-tYyecuoJKp .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tYyecuoJKp .container {
    max-width: 1600px;
  }
}
.cid-tYyecuoJKp .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tYyecuoJKp .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-tYyecuoJKp .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tYyecuoJKp .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-tYyecuoJKp .team-item:hover .item-social {
  opacity: 1;
}
.cid-tYyecuoJKp .team-item .item-image img {
  width: 100%;
}
.cid-tYyecuoJKp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tYyecuoJKp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tYyecuoJKp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tYyecuoJKp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tYyecuoJKp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tYyecuoJKp .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tYyecuoJKp .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tYyecuoJKp .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tYyecuoJKp .item-social {
    opacity: 1;
  }
}
.cid-tYye9GbF96 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tYye9GbF96 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tYye9GbF96 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tYye9GbF96 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tYye9GbF96 .mbr-text,
.cid-tYye9GbF96 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tYye9GbF96 H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tZhiDalu0I {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #262d2d;
  background: linear-gradient(45deg, #262d2d, #000000);
}
@media (max-width: 767px) {
  .cid-tZhiDalu0I .mbr-text {
    text-align: center;
  }
}
.cid-tZhiDalu0I .container-fluid {
  padding: 0;
}
.cid-tZhiDalu0I .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-tZhiDalu0I img {
  height: 100%;
  object-fit: cover;
}
.cid-tZhiDalu0I .mbr-figure {
  height: 100%;
}
.cid-tZhiDalu0I .col-lg-6 {
  padding: 0;
}
.cid-tZhiDalu0I .row {
  margin: 0;
}
.cid-tZhiDalu0I H1 {
  color: #ffffff;
}
.cid-tZhiDalu0I .mbr-text,
.cid-tZhiDalu0I .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u03WeF3Hgm {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/w-0028-looking-back-2048x1592-sig-800x622.jpg");
}
.cid-u03WeF3Hgm h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u03WeF3Hgm h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u03WeF3Hgm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u03XLkk6Oc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u03XLkk6Oc .mbr-section-subtitle {
  color: #767676;
}
.cid-u03XLkk6Oc .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u03XLkk6Oc .container {
    max-width: 1600px;
  }
}
.cid-u03XLkk6Oc .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u03XLkk6Oc .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u03XLkk6Oc .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u03XLkk6Oc .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u03XLkk6Oc .team-item:hover .item-social {
  opacity: 1;
}
.cid-u03XLkk6Oc .team-item .item-image img {
  width: 100%;
}
.cid-u03XLkk6Oc .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u03XLkk6Oc .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u03XLkk6Oc .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u03XLkk6Oc .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u03XLkk6Oc .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u03XLkk6Oc .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u03XLkk6Oc .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u03XLkk6Oc .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u03XLkk6Oc .item-social {
    opacity: 1;
  }
}
.cid-u03YlLhYND {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u03YlLhYND .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-u03YlLhYND .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-u03YlLhYND .card {
  position: relative;
}
.cid-u03YlLhYND .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-u03YlLhYND .card:hover:before {
  opacity: 0.9;
}
.cid-u03YlLhYND .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-u03YlLhYND .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u072p1xK4e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u072p1xK4e .mbr-section-subtitle {
  color: #767676;
}
.cid-u072p1xK4e .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u072p1xK4e .container {
    max-width: 1600px;
  }
}
.cid-u072p1xK4e .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u072p1xK4e .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u072p1xK4e .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u072p1xK4e .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u072p1xK4e .team-item:hover .item-social {
  opacity: 1;
}
.cid-u072p1xK4e .team-item .item-image img {
  width: 100%;
}
.cid-u072p1xK4e .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u072p1xK4e .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u072p1xK4e .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u072p1xK4e .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u072p1xK4e .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u072p1xK4e .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u072p1xK4e .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u072p1xK4e .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u072p1xK4e .item-social {
    opacity: 1;
  }
}
.cid-u074i9eyWk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u074i9eyWk .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-u074i9eyWk .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-u074i9eyWk .card {
  position: relative;
}
.cid-u074i9eyWk .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-u074i9eyWk .card:hover:before {
  opacity: 0.9;
}
.cid-u074i9eyWk .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-u074i9eyWk .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u07ezJgAhT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u07ezJgAhT .mbr-section-subtitle {
  color: #767676;
}
.cid-u07ezJgAhT .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u07ezJgAhT .container {
    max-width: 1600px;
  }
}
.cid-u07ezJgAhT .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u07ezJgAhT .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u07ezJgAhT .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u07ezJgAhT .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u07ezJgAhT .team-item:hover .item-social {
  opacity: 1;
}
.cid-u07ezJgAhT .team-item .item-image img {
  width: 100%;
}
.cid-u07ezJgAhT .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u07ezJgAhT .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u07ezJgAhT .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u07ezJgAhT .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u07ezJgAhT .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u07ezJgAhT .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u07ezJgAhT .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u07ezJgAhT .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u07ezJgAhT .item-social {
    opacity: 1;
  }
}
.cid-u07frVUmKi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u07frVUmKi .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-u07frVUmKi .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-u07frVUmKi .card {
  position: relative;
}
.cid-u07frVUmKi .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-u07frVUmKi .card:hover:before {
  opacity: 0.9;
}
.cid-u07frVUmKi .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-u07frVUmKi .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-u07rxiMg9H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u07rxiMg9H .mbr-section-subtitle {
  color: #767676;
}
.cid-u07rxiMg9H .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u07rxiMg9H .container {
    max-width: 1600px;
  }
}
.cid-u07rxiMg9H .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u07rxiMg9H .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u07rxiMg9H .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u07rxiMg9H .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u07rxiMg9H .team-item:hover .item-social {
  opacity: 1;
}
.cid-u07rxiMg9H .team-item .item-image img {
  width: 100%;
}
.cid-u07rxiMg9H .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u07rxiMg9H .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u07rxiMg9H .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u07rxiMg9H .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u07rxiMg9H .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u07rxiMg9H .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u07rxiMg9H .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u07rxiMg9H .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u07rxiMg9H .item-social {
    opacity: 1;
  }
}
.cid-u07trG0bMr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u07trG0bMr .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-u07trG0bMr .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-u07trG0bMr .card {
  position: relative;
}
.cid-u07trG0bMr .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-u07trG0bMr .card:hover:before {
  opacity: 0.9;
}
.cid-u07trG0bMr .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-u07trG0bMr .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u19Ju7JcMk {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u19Ju7JcMk .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u19Ju7JcMk .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-u19Ju7JcMk .mbr-text,
.cid-u19Ju7JcMk .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u19Ju7JcMk img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-u19Ju7JcMk H1 {
  color: #ffffff;
}
.cid-u19Ju7JcMk H3 {
  color: #ffffff;
}
.cid-u1bS3CnBQ8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u1bS3CnBQ8 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u1bS3CnBQ8 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u1bS3CnBQ8 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u1bS3CnBQ8 .mbr-text,
.cid-u1bS3CnBQ8 .mbr-section-btn {
  color: #fffbc1;
  text-align: left;
}
.cid-u1bS3CnBQ8 H1 {
  color: #fffbc8;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1cmTWJATn {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/underconstrucsign.gif");
}
.cid-u1cmTWJATn .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1cmTWJATn .mbr-author-desc {
  display: block;
  color: #ffffff;
}
.cid-u1cmTWJATn .testimonial-photo {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-u1cmTWJATn .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-u1cmTWJATn .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-u1cmTWJATn .mbr-testimonial .card-footer {
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-u1cmTWJATn .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-u1cmTWJATn .mbr-text {
  color: #ffffff;
}
.cid-u1cmTWJATn .mbr-author-name {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1g6sROCjK {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u1g6sROCjK .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u1g6sROCjK .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-u1g6sROCjK .mbr-text,
.cid-u1g6sROCjK .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u1g6sROCjK img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-u1g6sROCjK H1 {
  color: #ffffff;
}
.cid-u1g6sROCjK H3 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-u3bbqT5Xv3 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/w-0008-stimuli-supply-800x622.jpg");
}
.cid-u3bbqT5Xv3 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3bbqT5Xv3 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3bbqT5Xv3 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3bf60txn5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3bf60txn5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3bf60txn5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3bf60txn5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3bf60txn5 .mbr-text,
.cid-u3bf60txn5 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3bf60txn5 H1 {
  color: #ffffff;
}
.cid-u3bbTVWOu7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3bbTVWOu7 .mbr-section-subtitle {
  color: #767676;
}
.cid-u3bbTVWOu7 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3bbTVWOu7 .container {
    max-width: 1600px;
  }
}
.cid-u3bbTVWOu7 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3bbTVWOu7 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3bbTVWOu7 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3bbTVWOu7 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3bbTVWOu7 .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3bbTVWOu7 .team-item .item-image img {
  width: 100%;
}
.cid-u3bbTVWOu7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3bbTVWOu7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3bbTVWOu7 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3bbTVWOu7 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3bbTVWOu7 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3bbTVWOu7 .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3bbTVWOu7 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3bbTVWOu7 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3bbTVWOu7 .item-social {
    opacity: 1;
  }
}
.cid-u3bbTVWOu7 .item-name {
  color: #b1a374;
}
.cid-u3sAeZxlEZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3sAeZxlEZ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3sAeZxlEZ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3sAeZxlEZ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3sAeZxlEZ .mbr-text,
.cid-u3sAeZxlEZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3sAeZxlEZ H1 {
  color: #ffffff;
}
.cid-u3sHJnzrCi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3sHJnzrCi .mbr-section-subtitle {
  color: #767676;
}
.cid-u3sHJnzrCi .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3sHJnzrCi .container {
    max-width: 1600px;
  }
}
.cid-u3sHJnzrCi .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3sHJnzrCi .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3sHJnzrCi .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3sHJnzrCi .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3sHJnzrCi .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3sHJnzrCi .team-item .item-image img {
  width: 100%;
}
.cid-u3sHJnzrCi .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3sHJnzrCi .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3sHJnzrCi .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3sHJnzrCi .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3sHJnzrCi .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3sHJnzrCi .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3sHJnzrCi .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3sHJnzrCi .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3sHJnzrCi .item-social {
    opacity: 1;
  }
}
.cid-u3sHP6fmMs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3sHP6fmMs h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3sHP6fmMs h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3sHP6fmMs h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3sHP6fmMs .mbr-text,
.cid-u3sHP6fmMs .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3sHP6fmMs H1 {
  color: #ffffff;
}
.cid-u3sOX2qxp6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3sOX2qxp6 .mbr-section-subtitle {
  color: #767676;
}
.cid-u3sOX2qxp6 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3sOX2qxp6 .container {
    max-width: 1600px;
  }
}
.cid-u3sOX2qxp6 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3sOX2qxp6 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3sOX2qxp6 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3sOX2qxp6 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3sOX2qxp6 .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3sOX2qxp6 .team-item .item-image img {
  width: 100%;
}
.cid-u3sOX2qxp6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3sOX2qxp6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3sOX2qxp6 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3sOX2qxp6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3sOX2qxp6 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3sOX2qxp6 .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3sOX2qxp6 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3sOX2qxp6 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3sOX2qxp6 .item-social {
    opacity: 1;
  }
}
.cid-u3wwIJ0AbZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3wwIJ0AbZ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3wwIJ0AbZ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3wwIJ0AbZ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3wwIJ0AbZ .mbr-text,
.cid-u3wwIJ0AbZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3wwIJ0AbZ H1 {
  color: #ffffff;
}
.cid-u3wwKWNhwh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3wwKWNhwh .mbr-section-subtitle {
  color: #767676;
}
.cid-u3wwKWNhwh .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3wwKWNhwh .container {
    max-width: 1600px;
  }
}
.cid-u3wwKWNhwh .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3wwKWNhwh .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3wwKWNhwh .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3wwKWNhwh .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3wwKWNhwh .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3wwKWNhwh .team-item .item-image img {
  width: 100%;
}
.cid-u3wwKWNhwh .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3wwKWNhwh .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3wwKWNhwh .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3wwKWNhwh .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3wwKWNhwh .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3wwKWNhwh .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3wwKWNhwh .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3wwKWNhwh .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3wwKWNhwh .item-social {
    opacity: 1;
  }
}
.cid-u3wwO8lfGR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3wwO8lfGR h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3wwO8lfGR h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3wwO8lfGR h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3wwO8lfGR .mbr-text,
.cid-u3wwO8lfGR .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3wwO8lfGR H1 {
  color: #ffffff;
}
.cid-u3wwPfnZfz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3wwPfnZfz .mbr-section-subtitle {
  color: #767676;
}
.cid-u3wwPfnZfz .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3wwPfnZfz .container {
    max-width: 1600px;
  }
}
.cid-u3wwPfnZfz .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3wwPfnZfz .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3wwPfnZfz .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3wwPfnZfz .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3wwPfnZfz .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3wwPfnZfz .team-item .item-image img {
  width: 100%;
}
.cid-u3wwPfnZfz .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3wwPfnZfz .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3wwPfnZfz .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3wwPfnZfz .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3wwPfnZfz .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3wwPfnZfz .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3wwPfnZfz .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3wwPfnZfz .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3wwPfnZfz .item-social {
    opacity: 1;
  }
}
.cid-u3wD93JATY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3wD93JATY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3wD93JATY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3wD93JATY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3wD93JATY .mbr-text,
.cid-u3wD93JATY .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3wD93JATY H1 {
  color: #ffffff;
}
.cid-u3wDamziHP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3wDamziHP .mbr-section-subtitle {
  color: #767676;
}
.cid-u3wDamziHP .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3wDamziHP .container {
    max-width: 1600px;
  }
}
.cid-u3wDamziHP .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3wDamziHP .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3wDamziHP .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3wDamziHP .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3wDamziHP .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3wDamziHP .team-item .item-image img {
  width: 100%;
}
.cid-u3wDamziHP .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3wDamziHP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3wDamziHP .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3wDamziHP .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3wDamziHP .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3wDamziHP .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3wDamziHP .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3wDamziHP .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3wDamziHP .item-social {
    opacity: 1;
  }
}
.cid-u3wDbGMFmF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3wDbGMFmF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3wDbGMFmF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3wDbGMFmF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3wDbGMFmF .mbr-text,
.cid-u3wDbGMFmF .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3wDbGMFmF H1 {
  color: #ffffff;
}
.cid-u3wDcBK02l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3wDcBK02l .mbr-section-subtitle {
  color: #767676;
}
.cid-u3wDcBK02l .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3wDcBK02l .container {
    max-width: 1600px;
  }
}
.cid-u3wDcBK02l .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3wDcBK02l .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3wDcBK02l .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3wDcBK02l .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3wDcBK02l .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3wDcBK02l .team-item .item-image img {
  width: 100%;
}
.cid-u3wDcBK02l .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3wDcBK02l .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3wDcBK02l .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3wDcBK02l .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3wDcBK02l .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3wDcBK02l .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3wDcBK02l .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3wDcBK02l .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3wDcBK02l .item-social {
    opacity: 1;
  }
}
.cid-u3wKfEHfac {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3wKfEHfac h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3wKfEHfac h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3wKfEHfac h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3wKfEHfac .mbr-text,
.cid-u3wKfEHfac .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3wKfEHfac H1 {
  color: #ffffff;
}
.cid-u3wKh4MJsV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3wKh4MJsV .mbr-section-subtitle {
  color: #767676;
}
.cid-u3wKh4MJsV .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3wKh4MJsV .container {
    max-width: 1600px;
  }
}
.cid-u3wKh4MJsV .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3wKh4MJsV .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3wKh4MJsV .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3wKh4MJsV .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3wKh4MJsV .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3wKh4MJsV .team-item .item-image img {
  width: 100%;
}
.cid-u3wKh4MJsV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3wKh4MJsV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3wKh4MJsV .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3wKh4MJsV .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3wKh4MJsV .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3wKh4MJsV .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3wKh4MJsV .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3wKh4MJsV .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3wKh4MJsV .item-social {
    opacity: 1;
  }
}
.cid-u3wMBjRStc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3wMBjRStc h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3wMBjRStc h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3wMBjRStc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3wMBjRStc .mbr-text,
.cid-u3wMBjRStc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3wMBjRStc H1 {
  color: #ffffff;
}
.cid-u3QntCNAvX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3QntCNAvX .mbr-section-subtitle {
  color: #767676;
}
.cid-u3QntCNAvX .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3QntCNAvX .container {
    max-width: 1600px;
  }
}
.cid-u3QntCNAvX .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3QntCNAvX .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3QntCNAvX .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3QntCNAvX .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3QntCNAvX .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3QntCNAvX .team-item .item-image img {
  width: 100%;
}
.cid-u3QntCNAvX .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3QntCNAvX .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3QntCNAvX .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3QntCNAvX .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3QntCNAvX .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3QntCNAvX .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3QntCNAvX .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3QntCNAvX .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3QntCNAvX .item-social {
    opacity: 1;
  }
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-u3l9YwnnFI {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/w-0006-daisy-obsession-800x622.jpg");
}
.cid-u3l9YwnnFI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3l9YwnnFI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3l9YwnnFI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3wmV0ZAkP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3wmV0ZAkP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3wmV0ZAkP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3wmV0ZAkP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3wmV0ZAkP .mbr-text,
.cid-u3wmV0ZAkP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3wmV0ZAkP H1 {
  color: #ffffff;
}
.cid-u3lbPSRmBm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3lbPSRmBm h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3lbPSRmBm h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3lbPSRmBm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3lbPSRmBm .mbr-text,
.cid-u3lbPSRmBm .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3lbPSRmBm H1 {
  color: #ffffff;
}
.cid-u3lhgRX4XR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3lhgRX4XR h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3lhgRX4XR h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3lhgRX4XR h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3lhgRX4XR .mbr-text,
.cid-u3lhgRX4XR .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3lhgRX4XR H1 {
  color: #ffffff;
}
.cid-u3lbZdZwav {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3lbZdZwav .mbr-section-subtitle {
  color: #767676;
}
.cid-u3lbZdZwav .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3lbZdZwav .container {
    max-width: 1600px;
  }
}
.cid-u3lbZdZwav .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3lbZdZwav .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3lbZdZwav .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3lbZdZwav .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3lbZdZwav .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3lbZdZwav .team-item .item-image img {
  width: 100%;
}
.cid-u3lbZdZwav .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3lbZdZwav .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3lbZdZwav .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3lbZdZwav .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3lbZdZwav .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3lbZdZwav .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3lbZdZwav .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3lbZdZwav .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3lbZdZwav .item-social {
    opacity: 1;
  }
}
.cid-u3ll71THqW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3ll71THqW .mbr-section-subtitle {
  color: #767676;
}
.cid-u3ll71THqW .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3ll71THqW .container {
    max-width: 1600px;
  }
}
.cid-u3ll71THqW .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3ll71THqW .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3ll71THqW .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3ll71THqW .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3ll71THqW .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3ll71THqW .team-item .item-image img {
  width: 100%;
}
.cid-u3ll71THqW .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3ll71THqW .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3ll71THqW .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3ll71THqW .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3ll71THqW .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3ll71THqW .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3ll71THqW .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3ll71THqW .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3ll71THqW .item-social {
    opacity: 1;
  }
}
.cid-u3ll8RYFsP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3ll8RYFsP .mbr-section-subtitle {
  color: #767676;
}
.cid-u3ll8RYFsP .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3ll8RYFsP .container {
    max-width: 1600px;
  }
}
.cid-u3ll8RYFsP .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3ll8RYFsP .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3ll8RYFsP .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3ll8RYFsP .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3ll8RYFsP .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3ll8RYFsP .team-item .item-image img {
  width: 100%;
}
.cid-u3ll8RYFsP .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3ll8RYFsP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3ll8RYFsP .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3ll8RYFsP .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3ll8RYFsP .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3ll8RYFsP .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3ll8RYFsP .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3ll8RYFsP .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3ll8RYFsP .item-social {
    opacity: 1;
  }
}
.cid-u3ll9Kl2Xr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3ll9Kl2Xr .mbr-section-subtitle {
  color: #767676;
}
.cid-u3ll9Kl2Xr .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3ll9Kl2Xr .container {
    max-width: 1600px;
  }
}
.cid-u3ll9Kl2Xr .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3ll9Kl2Xr .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3ll9Kl2Xr .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3ll9Kl2Xr .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3ll9Kl2Xr .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3ll9Kl2Xr .team-item .item-image img {
  width: 100%;
}
.cid-u3ll9Kl2Xr .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3ll9Kl2Xr .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3ll9Kl2Xr .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3ll9Kl2Xr .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3ll9Kl2Xr .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3ll9Kl2Xr .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3ll9Kl2Xr .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3ll9Kl2Xr .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3ll9Kl2Xr .item-social {
    opacity: 1;
  }
}
.cid-u3llaqe1hr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3llaqe1hr .mbr-section-subtitle {
  color: #767676;
}
.cid-u3llaqe1hr .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3llaqe1hr .container {
    max-width: 1600px;
  }
}
.cid-u3llaqe1hr .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3llaqe1hr .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3llaqe1hr .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3llaqe1hr .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3llaqe1hr .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3llaqe1hr .team-item .item-image img {
  width: 100%;
}
.cid-u3llaqe1hr .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3llaqe1hr .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3llaqe1hr .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3llaqe1hr .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3llaqe1hr .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3llaqe1hr .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3llaqe1hr .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3llaqe1hr .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3llaqe1hr .item-social {
    opacity: 1;
  }
}
.cid-u3loADMRxk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3loADMRxk h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3loADMRxk h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3loADMRxk h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3loADMRxk .mbr-text,
.cid-u3loADMRxk .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3loADMRxk H1 {
  color: #ffffff;
}
.cid-u3llb2dPq5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3llb2dPq5 .mbr-section-subtitle {
  color: #767676;
}
.cid-u3llb2dPq5 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3llb2dPq5 .container {
    max-width: 1600px;
  }
}
.cid-u3llb2dPq5 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3llb2dPq5 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3llb2dPq5 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3llb2dPq5 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3llb2dPq5 .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3llb2dPq5 .team-item .item-image img {
  width: 100%;
}
.cid-u3llb2dPq5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3llb2dPq5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3llb2dPq5 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3llb2dPq5 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3llb2dPq5 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3llb2dPq5 .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3llb2dPq5 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3llb2dPq5 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3llb2dPq5 .item-social {
    opacity: 1;
  }
}
.cid-u3lr1XpKnR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3lr1XpKnR h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3lr1XpKnR h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3lr1XpKnR h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3lr1XpKnR .mbr-text,
.cid-u3lr1XpKnR .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3lr1XpKnR H1 {
  color: #ffffff;
}
.cid-u3llbFWgyi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3llbFWgyi .mbr-section-subtitle {
  color: #767676;
}
.cid-u3llbFWgyi .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3llbFWgyi .container {
    max-width: 1600px;
  }
}
.cid-u3llbFWgyi .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3llbFWgyi .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3llbFWgyi .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3llbFWgyi .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3llbFWgyi .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3llbFWgyi .team-item .item-image img {
  width: 100%;
}
.cid-u3llbFWgyi .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3llbFWgyi .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3llbFWgyi .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3llbFWgyi .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3llbFWgyi .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3llbFWgyi .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3llbFWgyi .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3llbFWgyi .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3llbFWgyi .item-social {
    opacity: 1;
  }
}
.cid-u3lwbiTZpT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3lwbiTZpT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3lwbiTZpT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3lwbiTZpT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3lwbiTZpT .mbr-text,
.cid-u3lwbiTZpT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3lwbiTZpT H1 {
  color: #ffffff;
}
.cid-u3llcCbIX8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3llcCbIX8 .mbr-section-subtitle {
  color: #767676;
}
.cid-u3llcCbIX8 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3llcCbIX8 .container {
    max-width: 1600px;
  }
}
.cid-u3llcCbIX8 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3llcCbIX8 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3llcCbIX8 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3llcCbIX8 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3llcCbIX8 .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3llcCbIX8 .team-item .item-image img {
  width: 100%;
}
.cid-u3llcCbIX8 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3llcCbIX8 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3llcCbIX8 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3llcCbIX8 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3llcCbIX8 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3llcCbIX8 .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3llcCbIX8 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3llcCbIX8 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3llcCbIX8 .item-social {
    opacity: 1;
  }
}
.cid-u3lbXmdvb7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3lbXmdvb7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3lbXmdvb7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3lbXmdvb7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3lbXmdvb7 .mbr-text,
.cid-u3lbXmdvb7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3lbXmdvb7 H1 {
  color: #ffffff;
}
.cid-u3lAlrjAxR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3lAlrjAxR h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u3lAlrjAxR h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3lAlrjAxR h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u3lAlrjAxR .mbr-text,
.cid-u3lAlrjAxR .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u3lAlrjAxR H1 {
  color: #ffffff;
}
.cid-u3yaTbu44p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u3yaTbu44p .mbr-section-subtitle {
  color: #767676;
}
.cid-u3yaTbu44p .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u3yaTbu44p .container {
    max-width: 1600px;
  }
}
.cid-u3yaTbu44p .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u3yaTbu44p .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u3yaTbu44p .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u3yaTbu44p .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u3yaTbu44p .team-item:hover .item-social {
  opacity: 1;
}
.cid-u3yaTbu44p .team-item .item-image img {
  width: 100%;
}
.cid-u3yaTbu44p .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u3yaTbu44p .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u3yaTbu44p .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u3yaTbu44p .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u3yaTbu44p .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3yaTbu44p .item-text {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u3yaTbu44p .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u3yaTbu44p .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u3yaTbu44p .item-social {
    opacity: 1;
  }
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-u4t3Q3dxJ6 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/v-115-grand-opening-1-800x622.jpg");
}
.cid-u4t3Q3dxJ6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u4t3Q3dxJ6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4t3Q3dxJ6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4t3SOtpD3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4t3SOtpD3 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u4t3SOtpD3 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4t3SOtpD3 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4t3SOtpD3 .mbr-text,
.cid-u4t3SOtpD3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u4t3SOtpD3 H1 {
  color: #ffffff;
}
.cid-u4t6TOVOrC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4t6TOVOrC .mbr-section-subtitle {
  color: #767676;
}
.cid-u4t6TOVOrC .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u4t6TOVOrC .container {
    max-width: 1600px;
  }
}
.cid-u4t6TOVOrC .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u4t6TOVOrC .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u4t6TOVOrC .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u4t6TOVOrC .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u4t6TOVOrC .team-item:hover .item-social {
  opacity: 1;
}
.cid-u4t6TOVOrC .team-item .item-image img {
  width: 100%;
}
.cid-u4t6TOVOrC .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u4t6TOVOrC .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u4t6TOVOrC .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u4t6TOVOrC .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u4t6TOVOrC .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u4t6TOVOrC .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u4t6TOVOrC .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u4t6TOVOrC .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u4t6TOVOrC .item-social {
    opacity: 1;
  }
}
.cid-u4t7MkCKZP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4t7MkCKZP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u4t7MkCKZP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4t7MkCKZP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4t7MkCKZP .mbr-text,
.cid-u4t7MkCKZP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u4t7MkCKZP H1 {
  color: #ffffff;
}
.cid-u4t8fdL286 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4t8fdL286 .mbr-section-subtitle {
  color: #767676;
}
.cid-u4t8fdL286 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u4t8fdL286 .container {
    max-width: 1600px;
  }
}
.cid-u4t8fdL286 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u4t8fdL286 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u4t8fdL286 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u4t8fdL286 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u4t8fdL286 .team-item:hover .item-social {
  opacity: 1;
}
.cid-u4t8fdL286 .team-item .item-image img {
  width: 100%;
}
.cid-u4t8fdL286 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u4t8fdL286 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u4t8fdL286 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u4t8fdL286 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u4t8fdL286 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u4t8fdL286 .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u4t8fdL286 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u4t8fdL286 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u4t8fdL286 .item-social {
    opacity: 1;
  }
}
.cid-u4ta4JHGGL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4ta4JHGGL h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u4ta4JHGGL h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4ta4JHGGL h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4ta4JHGGL .mbr-text,
.cid-u4ta4JHGGL .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u4ta4JHGGL H1 {
  color: #ffffff;
}
.cid-u4taOuJzSq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4taOuJzSq .mbr-section-subtitle {
  color: #767676;
}
.cid-u4taOuJzSq .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u4taOuJzSq .container {
    max-width: 1600px;
  }
}
.cid-u4taOuJzSq .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u4taOuJzSq .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u4taOuJzSq .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u4taOuJzSq .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u4taOuJzSq .team-item:hover .item-social {
  opacity: 1;
}
.cid-u4taOuJzSq .team-item .item-image img {
  width: 100%;
}
.cid-u4taOuJzSq .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u4taOuJzSq .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u4taOuJzSq .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u4taOuJzSq .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u4taOuJzSq .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u4taOuJzSq .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u4taOuJzSq .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u4taOuJzSq .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u4taOuJzSq .item-social {
    opacity: 1;
  }
}
.cid-u4tbB1GOhE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4tbB1GOhE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u4tbB1GOhE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4tbB1GOhE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4tbB1GOhE .mbr-text,
.cid-u4tbB1GOhE .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u4tbB1GOhE H1 {
  color: #ffffff;
}
.cid-u4tccs1mwE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4tccs1mwE .mbr-section-subtitle {
  color: #767676;
}
.cid-u4tccs1mwE .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u4tccs1mwE .container {
    max-width: 1600px;
  }
}
.cid-u4tccs1mwE .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u4tccs1mwE .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u4tccs1mwE .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u4tccs1mwE .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u4tccs1mwE .team-item:hover .item-social {
  opacity: 1;
}
.cid-u4tccs1mwE .team-item .item-image img {
  width: 100%;
}
.cid-u4tccs1mwE .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u4tccs1mwE .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u4tccs1mwE .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u4tccs1mwE .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u4tccs1mwE .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u4tccs1mwE .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u4tccs1mwE .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u4tccs1mwE .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u4tccs1mwE .item-social {
    opacity: 1;
  }
}
.cid-u4uptOzHqm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4uptOzHqm h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u4uptOzHqm h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4uptOzHqm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4uptOzHqm .mbr-text,
.cid-u4uptOzHqm .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u4uptOzHqm H1 {
  color: #ffffff;
}
.cid-u4usJJ1vXs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4usJJ1vXs .mbr-section-subtitle {
  color: #767676;
}
.cid-u4usJJ1vXs .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u4usJJ1vXs .container {
    max-width: 1600px;
  }
}
.cid-u4usJJ1vXs .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u4usJJ1vXs .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u4usJJ1vXs .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u4usJJ1vXs .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u4usJJ1vXs .team-item:hover .item-social {
  opacity: 1;
}
.cid-u4usJJ1vXs .team-item .item-image img {
  width: 100%;
}
.cid-u4usJJ1vXs .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u4usJJ1vXs .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u4usJJ1vXs .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u4usJJ1vXs .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u4usJJ1vXs .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u4usJJ1vXs .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u4usJJ1vXs .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u4usJJ1vXs .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u4usJJ1vXs .item-social {
    opacity: 1;
  }
}
.cid-u4utfcphSV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4utfcphSV h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u4utfcphSV h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4utfcphSV h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4utfcphSV .mbr-text,
.cid-u4utfcphSV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u4utfcphSV H1 {
  color: #ffffff;
}
.cid-u4utHthjrO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4utHthjrO .mbr-section-subtitle {
  color: #767676;
}
.cid-u4utHthjrO .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u4utHthjrO .container {
    max-width: 1600px;
  }
}
.cid-u4utHthjrO .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u4utHthjrO .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u4utHthjrO .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u4utHthjrO .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u4utHthjrO .team-item:hover .item-social {
  opacity: 1;
}
.cid-u4utHthjrO .team-item .item-image img {
  width: 100%;
}
.cid-u4utHthjrO .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u4utHthjrO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u4utHthjrO .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u4utHthjrO .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u4utHthjrO .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u4utHthjrO .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u4utHthjrO .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u4utHthjrO .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u4utHthjrO .item-social {
    opacity: 1;
  }
}
.cid-u4uz9FJBpC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4uz9FJBpC h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u4uz9FJBpC h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4uz9FJBpC h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4uz9FJBpC .mbr-text,
.cid-u4uz9FJBpC .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u4uz9FJBpC H1 {
  color: #ffffff;
}
.cid-u4uA6sk0jI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4uA6sk0jI .mbr-section-subtitle {
  color: #767676;
}
.cid-u4uA6sk0jI .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u4uA6sk0jI .container {
    max-width: 1600px;
  }
}
.cid-u4uA6sk0jI .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u4uA6sk0jI .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u4uA6sk0jI .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u4uA6sk0jI .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u4uA6sk0jI .team-item:hover .item-social {
  opacity: 1;
}
.cid-u4uA6sk0jI .team-item .item-image img {
  width: 100%;
}
.cid-u4uA6sk0jI .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u4uA6sk0jI .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u4uA6sk0jI .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u4uA6sk0jI .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u4uA6sk0jI .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u4uA6sk0jI .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u4uA6sk0jI .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u4uA6sk0jI .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u4uA6sk0jI .item-social {
    opacity: 1;
  }
}
.cid-u4uAM4JyNj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4uAM4JyNj h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u4uAM4JyNj h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4uAM4JyNj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4uAM4JyNj .mbr-text,
.cid-u4uAM4JyNj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u4uAM4JyNj H1 {
  color: #ffffff;
}
.cid-u4uBhhJdvU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4uBhhJdvU .mbr-section-subtitle {
  color: #767676;
}
.cid-u4uBhhJdvU .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-u4uBhhJdvU .container {
    max-width: 1600px;
  }
}
.cid-u4uBhhJdvU .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u4uBhhJdvU .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-u4uBhhJdvU .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-u4uBhhJdvU .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-u4uBhhJdvU .team-item:hover .item-social {
  opacity: 1;
}
.cid-u4uBhhJdvU .team-item .item-image img {
  width: 100%;
}
.cid-u4uBhhJdvU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-u4uBhhJdvU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-u4uBhhJdvU .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-u4uBhhJdvU .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-u4uBhhJdvU .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u4uBhhJdvU .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u4uBhhJdvU .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-u4uBhhJdvU .item-caption {
    padding: 2rem 1rem;
  }
  .cid-u4uBhhJdvU .item-social {
    opacity: 1;
  }
}
.cid-u4uDsbPgqO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u4uDsbPgqO h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-u4uDsbPgqO h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4uDsbPgqO h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u4uDsbPgqO .mbr-text,
.cid-u4uDsbPgqO .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-u4uDsbPgqO H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uaquQWgeP6 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/1aaa-1867x781.jpg");
}
.cid-uaquQWgeP6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaquQWgeP6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaquQWgeP6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaquQWgeP6 .mbr-text,
.cid-uaquQWgeP6 .mbr-section-btn {
  text-align: left;
}
.cid-uaqxRK2M9L {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqxRK2M9L h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaqxRK2M9L h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqxRK2M9L h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqxRK2M9L .mbr-text,
.cid-uaqxRK2M9L .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uaqxRK2M9L H1 {
  color: #ffffff;
}
.cid-uaqzeYSVH5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqzeYSVH5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uaqzeYSVH5 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uaqzeYSVH5 .container {
    max-width: 1600px;
  }
}
.cid-uaqzeYSVH5 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uaqzeYSVH5 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uaqzeYSVH5 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uaqzeYSVH5 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uaqzeYSVH5 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uaqzeYSVH5 .team-item .item-image img {
  width: 100%;
}
.cid-uaqzeYSVH5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uaqzeYSVH5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uaqzeYSVH5 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uaqzeYSVH5 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uaqzeYSVH5 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uaqzeYSVH5 .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaqzeYSVH5 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uaqzeYSVH5 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uaqzeYSVH5 .item-social {
    opacity: 1;
  }
}
.cid-uaqzeYSVH5 .item-name {
  color: #fffbc8;
}
.cid-uaqA85moRe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqA85moRe h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaqA85moRe h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqA85moRe h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqA85moRe .mbr-text,
.cid-uaqA85moRe .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uaqA85moRe H1 {
  color: #ffffff;
}
.cid-uaqAmYZNDY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqAmYZNDY .mbr-section-subtitle {
  color: #767676;
}
.cid-uaqAmYZNDY .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uaqAmYZNDY .container {
    max-width: 1600px;
  }
}
.cid-uaqAmYZNDY .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uaqAmYZNDY .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uaqAmYZNDY .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uaqAmYZNDY .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uaqAmYZNDY .team-item:hover .item-social {
  opacity: 1;
}
.cid-uaqAmYZNDY .team-item .item-image img {
  width: 100%;
}
.cid-uaqAmYZNDY .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uaqAmYZNDY .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uaqAmYZNDY .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uaqAmYZNDY .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uaqAmYZNDY .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uaqAmYZNDY .item-text {
  color: #fffbc8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaqAmYZNDY .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uaqAmYZNDY .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uaqAmYZNDY .item-social {
    opacity: 1;
  }
}
.cid-uaqB5sko1v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqB5sko1v h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaqB5sko1v h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqB5sko1v h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqB5sko1v .mbr-text,
.cid-uaqB5sko1v .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uaqB5sko1v H1 {
  color: #ffffff;
}
.cid-uaqBiPSShc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqBiPSShc .mbr-section-subtitle {
  color: #767676;
}
.cid-uaqBiPSShc .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uaqBiPSShc .container {
    max-width: 1600px;
  }
}
.cid-uaqBiPSShc .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uaqBiPSShc .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uaqBiPSShc .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uaqBiPSShc .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uaqBiPSShc .team-item:hover .item-social {
  opacity: 1;
}
.cid-uaqBiPSShc .team-item .item-image img {
  width: 100%;
}
.cid-uaqBiPSShc .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uaqBiPSShc .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uaqBiPSShc .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uaqBiPSShc .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uaqBiPSShc .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uaqBiPSShc .item-text {
  color: #fffbc8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaqBiPSShc .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uaqBiPSShc .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uaqBiPSShc .item-social {
    opacity: 1;
  }
}
.cid-uaqCXyBsdp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqCXyBsdp .mbr-section-subtitle {
  color: #767676;
}
.cid-uaqCXyBsdp .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uaqCXyBsdp .container {
    max-width: 1600px;
  }
}
.cid-uaqCXyBsdp .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uaqCXyBsdp .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uaqCXyBsdp .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uaqCXyBsdp .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uaqCXyBsdp .team-item:hover .item-social {
  opacity: 1;
}
.cid-uaqCXyBsdp .team-item .item-image img {
  width: 100%;
}
.cid-uaqCXyBsdp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uaqCXyBsdp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uaqCXyBsdp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uaqCXyBsdp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uaqCXyBsdp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uaqCXyBsdp .item-text {
  color: #fffbc8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaqCXyBsdp .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uaqCXyBsdp .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uaqCXyBsdp .item-social {
    opacity: 1;
  }
}
.cid-uaqDRRezOV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqDRRezOV h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaqDRRezOV h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqDRRezOV h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqDRRezOV .mbr-text,
.cid-uaqDRRezOV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uaqDRRezOV H1 {
  color: #ffffff;
}
.cid-uaqE4GDIbm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqE4GDIbm .mbr-section-subtitle {
  color: #767676;
}
.cid-uaqE4GDIbm .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uaqE4GDIbm .container {
    max-width: 1600px;
  }
}
.cid-uaqE4GDIbm .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uaqE4GDIbm .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uaqE4GDIbm .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uaqE4GDIbm .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uaqE4GDIbm .team-item:hover .item-social {
  opacity: 1;
}
.cid-uaqE4GDIbm .team-item .item-image img {
  width: 100%;
}
.cid-uaqE4GDIbm .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uaqE4GDIbm .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uaqE4GDIbm .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uaqE4GDIbm .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uaqE4GDIbm .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uaqE4GDIbm .item-text {
  color: #fffbc8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaqE4GDIbm .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uaqE4GDIbm .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uaqE4GDIbm .item-social {
    opacity: 1;
  }
}
.cid-uaqEpP93fF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqEpP93fF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaqEpP93fF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqEpP93fF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqEpP93fF .mbr-text,
.cid-uaqEpP93fF .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uaqEpP93fF H1 {
  color: #ffffff;
}
.cid-uaqEASyuW0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqEASyuW0 .mbr-section-subtitle {
  color: #767676;
}
.cid-uaqEASyuW0 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uaqEASyuW0 .container {
    max-width: 1600px;
  }
}
.cid-uaqEASyuW0 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uaqEASyuW0 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uaqEASyuW0 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uaqEASyuW0 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uaqEASyuW0 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uaqEASyuW0 .team-item .item-image img {
  width: 100%;
}
.cid-uaqEASyuW0 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uaqEASyuW0 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uaqEASyuW0 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uaqEASyuW0 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uaqEASyuW0 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uaqEASyuW0 .item-text {
  color: #fffbc8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaqEASyuW0 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uaqEASyuW0 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uaqEASyuW0 .item-social {
    opacity: 1;
  }
}
.cid-uaqEX2iZxm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqEX2iZxm h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaqEX2iZxm h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqEX2iZxm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqEX2iZxm .mbr-text,
.cid-uaqEX2iZxm .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uaqEX2iZxm H1 {
  color: #ffffff;
}
.cid-uaqF7w3rE2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqF7w3rE2 .mbr-section-subtitle {
  color: #767676;
}
.cid-uaqF7w3rE2 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uaqF7w3rE2 .container {
    max-width: 1600px;
  }
}
.cid-uaqF7w3rE2 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uaqF7w3rE2 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uaqF7w3rE2 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uaqF7w3rE2 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uaqF7w3rE2 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uaqF7w3rE2 .team-item .item-image img {
  width: 100%;
}
.cid-uaqF7w3rE2 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uaqF7w3rE2 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uaqF7w3rE2 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uaqF7w3rE2 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uaqF7w3rE2 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uaqF7w3rE2 .item-text {
  color: #fffbc8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaqF7w3rE2 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uaqF7w3rE2 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uaqF7w3rE2 .item-social {
    opacity: 1;
  }
}
.cid-uaqFuJ5PL5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqFuJ5PL5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaqFuJ5PL5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqFuJ5PL5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqFuJ5PL5 .mbr-text,
.cid-uaqFuJ5PL5 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uaqFuJ5PL5 H1 {
  color: #ffffff;
}
.cid-uaqHa6WYPp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqHa6WYPp .mbr-section-subtitle {
  color: #767676;
}
.cid-uaqHa6WYPp .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uaqHa6WYPp .container {
    max-width: 1600px;
  }
}
.cid-uaqHa6WYPp .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uaqHa6WYPp .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uaqHa6WYPp .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uaqHa6WYPp .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uaqHa6WYPp .team-item:hover .item-social {
  opacity: 1;
}
.cid-uaqHa6WYPp .team-item .item-image img {
  width: 100%;
}
.cid-uaqHa6WYPp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uaqHa6WYPp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uaqHa6WYPp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uaqHa6WYPp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uaqHa6WYPp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uaqHa6WYPp .item-text {
  color: #fffbc8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaqHa6WYPp .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uaqHa6WYPp .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uaqHa6WYPp .item-social {
    opacity: 1;
  }
}
.cid-uaqHoXzMOu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqHoXzMOu h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaqHoXzMOu h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqHoXzMOu h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqHoXzMOu .mbr-text,
.cid-uaqHoXzMOu .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uaqHoXzMOu H1 {
  color: #ffffff;
}
.cid-uaqIbP6w3m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqIbP6w3m .mbr-section-subtitle {
  color: #767676;
}
.cid-uaqIbP6w3m .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uaqIbP6w3m .container {
    max-width: 1600px;
  }
}
.cid-uaqIbP6w3m .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uaqIbP6w3m .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uaqIbP6w3m .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uaqIbP6w3m .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uaqIbP6w3m .team-item:hover .item-social {
  opacity: 1;
}
.cid-uaqIbP6w3m .team-item .item-image img {
  width: 100%;
}
.cid-uaqIbP6w3m .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uaqIbP6w3m .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uaqIbP6w3m .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uaqIbP6w3m .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uaqIbP6w3m .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uaqIbP6w3m .item-text {
  color: #fffbc8;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaqIbP6w3m .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uaqIbP6w3m .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uaqIbP6w3m .item-social {
    opacity: 1;
  }
}
.cid-uaqJaSsXO5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqJaSsXO5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaqJaSsXO5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqJaSsXO5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaqJaSsXO5 .mbr-text,
.cid-uaqJaSsXO5 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uaqJaSsXO5 H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uaqQB4JixR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaqQB4JixR .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uaqQB4JixR .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-uaqQB4JixR .mbr-text,
.cid-uaqQB4JixR .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uaqQB4JixR img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-uaqQB4JixR H1 {
  color: #ffffff;
}
.cid-uaqQB4JixR H3 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uariOU1Bim {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/1aaa1a-976x280.jpg");
}
.cid-uariOU1Bim h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uariOU1Bim h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uariOU1Bim h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uariOU1Bim .mbr-text,
.cid-uariOU1Bim .mbr-section-btn {
  text-align: left;
}
.cid-uarkFfQwuy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uarkFfQwuy h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uarkFfQwuy h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uarkFfQwuy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uarkFfQwuy .mbr-text,
.cid-uarkFfQwuy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uarkFfQwuy H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uaZGhhjK50 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/v-73-wooden-watermark-1-800x622.jpg");
}
.cid-uaZGhhjK50 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uaZGhhjK50 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaZGhhjK50 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uaZH8PNBzo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaZH8PNBzo .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-uaZH8PNBzo .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uaZH8PNBzo .card {
  position: relative;
}
.cid-uaZH8PNBzo .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-uaZH8PNBzo .card:hover:before {
  opacity: 0.9;
}
.cid-uaZH8PNBzo .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-uaZH8PNBzo .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uaZHevdWpu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaZHevdWpu .mbr-section-subtitle {
  color: #767676;
}
.cid-uaZHevdWpu .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uaZHevdWpu .container {
    max-width: 1600px;
  }
}
.cid-uaZHevdWpu .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uaZHevdWpu .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uaZHevdWpu .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uaZHevdWpu .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uaZHevdWpu .team-item:hover .item-social {
  opacity: 1;
}
.cid-uaZHevdWpu .team-item .item-image img {
  width: 100%;
}
.cid-uaZHevdWpu .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uaZHevdWpu .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uaZHevdWpu .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uaZHevdWpu .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uaZHevdWpu .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uaZHevdWpu .item-text {
  color: #b2ccd2;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaZHevdWpu .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uaZHevdWpu .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uaZHevdWpu .item-social {
    opacity: 1;
  }
}
.cid-uaZHasCAjt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uaZHasCAjt .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-uaZHasCAjt .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uaZHasCAjt .card {
  position: relative;
}
.cid-uaZHasCAjt .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-uaZHasCAjt .card:hover:before {
  opacity: 0.9;
}
.cid-uaZHasCAjt .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-uaZHasCAjt .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-ubKMO8rUzz {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/v-068-down-daisy-4-800x622.jpg");
}
.cid-ubKMO8rUzz h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ubKMO8rUzz h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ubKMO8rUzz h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ubKNp9ABA3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ubKNp9ABA3 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ubKNp9ABA3 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ubKNp9ABA3 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ubKNp9ABA3 .mbr-text,
.cid-ubKNp9ABA3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ubKNp9ABA3 H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uc85uahxUw {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/v-078-off-to-the-ball-1024x796-sig-1024x796.jpg");
}
.cid-uc85uahxUw h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uc85uahxUw h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uc85uahxUw h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uc85wZXFWV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uc85wZXFWV h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uc85wZXFWV h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uc85wZXFWV h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uc85wZXFWV .mbr-text,
.cid-uc85wZXFWV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uc85wZXFWV H1 {
  color: #ffffff;
}
.cid-uc85DchGZb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uc85DchGZb .mbr-section-subtitle {
  color: #767676;
}
.cid-uc85DchGZb .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uc85DchGZb .container {
    max-width: 1600px;
  }
}
.cid-uc85DchGZb .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uc85DchGZb .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uc85DchGZb .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uc85DchGZb .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uc85DchGZb .team-item:hover .item-social {
  opacity: 1;
}
.cid-uc85DchGZb .team-item .item-image img {
  width: 100%;
}
.cid-uc85DchGZb .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uc85DchGZb .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uc85DchGZb .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uc85DchGZb .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uc85DchGZb .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uc85DchGZb .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uc85DchGZb .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uc85DchGZb .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uc85DchGZb .item-social {
    opacity: 1;
  }
}
.cid-uc85F7p9fH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uc85F7p9fH h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uc85F7p9fH h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uc85F7p9fH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uc85F7p9fH .mbr-text,
.cid-uc85F7p9fH .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uc85F7p9fH H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-udNMCk0bwh {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/w-0083-extravagant-hat-2538x1974-802-800x622.jpg");
}
.cid-udNMCk0bwh h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-udNMCk0bwh h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udNMCk0bwh h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udNMCk0bwh .mbr-text,
.cid-udNMCk0bwh .mbr-section-btn {
  color: #ffffff;
}
.cid-udNMCk0bwh H3 {
  color: #ffffff;
}
.cid-udNMCk0bwh H1 {
  color: #ffffff;
}
.cid-udNP8Ag3Cj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-udNP8Ag3Cj h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-udNP8Ag3Cj h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udNP8Ag3Cj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udNP8Ag3Cj .mbr-text,
.cid-udNP8Ag3Cj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-udNP8Ag3Cj H1 {
  color: #ffffff;
}
.cid-udNSsjnPnY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-udNSsjnPnY .mbr-section-subtitle {
  color: #767676;
}
.cid-udNSsjnPnY .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-udNSsjnPnY .container {
    max-width: 1600px;
  }
}
.cid-udNSsjnPnY .mbr-iconfont {
  color: #ffffff !important;
}
.cid-udNSsjnPnY .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-udNSsjnPnY .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-udNSsjnPnY .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-udNSsjnPnY .team-item:hover .item-social {
  opacity: 1;
}
.cid-udNSsjnPnY .team-item .item-image img {
  width: 100%;
}
.cid-udNSsjnPnY .team-item .item-name p {
  margin-bottom: 0;
}
.cid-udNSsjnPnY .team-item .item-role p {
  margin-bottom: 0;
}
.cid-udNSsjnPnY .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-udNSsjnPnY .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-udNSsjnPnY .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udNSsjnPnY .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udNSsjnPnY .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-udNSsjnPnY .item-caption {
    padding: 2rem 1rem;
  }
  .cid-udNSsjnPnY .item-social {
    opacity: 1;
  }
}
.cid-udNSsjnPnY .item-name {
  color: #cccccc;
}
.cid-udNT5ieGmj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-udNT5ieGmj h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-udNT5ieGmj h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udNT5ieGmj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udNT5ieGmj .mbr-text,
.cid-udNT5ieGmj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-udNT5ieGmj H1 {
  color: #ffffff;
}
.cid-udNXTidC0R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-udNXTidC0R .mbr-section-subtitle {
  color: #767676;
}
.cid-udNXTidC0R .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-udNXTidC0R .container {
    max-width: 1600px;
  }
}
.cid-udNXTidC0R .mbr-iconfont {
  color: #ffffff !important;
}
.cid-udNXTidC0R .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-udNXTidC0R .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-udNXTidC0R .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-udNXTidC0R .team-item:hover .item-social {
  opacity: 1;
}
.cid-udNXTidC0R .team-item .item-image img {
  width: 100%;
}
.cid-udNXTidC0R .team-item .item-name p {
  margin-bottom: 0;
}
.cid-udNXTidC0R .team-item .item-role p {
  margin-bottom: 0;
}
.cid-udNXTidC0R .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-udNXTidC0R .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-udNXTidC0R .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udNXTidC0R .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udNXTidC0R .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-udNXTidC0R .item-caption {
    padding: 2rem 1rem;
  }
  .cid-udNXTidC0R .item-social {
    opacity: 1;
  }
}
.cid-udNXTidC0R .item-name {
  color: #cccccc;
}
.cid-udNYkmTjRh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-udNYkmTjRh h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-udNYkmTjRh h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udNYkmTjRh h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udNYkmTjRh .mbr-text,
.cid-udNYkmTjRh .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-udNYkmTjRh H1 {
  color: #ffffff;
}
.cid-udO0kFCElp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-udO0kFCElp .mbr-section-subtitle {
  color: #767676;
}
.cid-udO0kFCElp .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-udO0kFCElp .container {
    max-width: 1600px;
  }
}
.cid-udO0kFCElp .mbr-iconfont {
  color: #ffffff !important;
}
.cid-udO0kFCElp .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-udO0kFCElp .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-udO0kFCElp .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-udO0kFCElp .team-item:hover .item-social {
  opacity: 1;
}
.cid-udO0kFCElp .team-item .item-image img {
  width: 100%;
}
.cid-udO0kFCElp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-udO0kFCElp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-udO0kFCElp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-udO0kFCElp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-udO0kFCElp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udO0kFCElp .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udO0kFCElp .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-udO0kFCElp .item-caption {
    padding: 2rem 1rem;
  }
  .cid-udO0kFCElp .item-social {
    opacity: 1;
  }
}
.cid-udO0kFCElp .item-name {
  color: #cccccc;
}
.cid-udO1rkStV1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-udO1rkStV1 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-udO1rkStV1 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udO1rkStV1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udO1rkStV1 .mbr-text,
.cid-udO1rkStV1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-udO1rkStV1 H1 {
  color: #ffffff;
}
.cid-udO5MAs0zL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-udO5MAs0zL .mbr-section-subtitle {
  color: #767676;
}
.cid-udO5MAs0zL .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-udO5MAs0zL .container {
    max-width: 1600px;
  }
}
.cid-udO5MAs0zL .mbr-iconfont {
  color: #ffffff !important;
}
.cid-udO5MAs0zL .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-udO5MAs0zL .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-udO5MAs0zL .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-udO5MAs0zL .team-item:hover .item-social {
  opacity: 1;
}
.cid-udO5MAs0zL .team-item .item-image img {
  width: 100%;
}
.cid-udO5MAs0zL .team-item .item-name p {
  margin-bottom: 0;
}
.cid-udO5MAs0zL .team-item .item-role p {
  margin-bottom: 0;
}
.cid-udO5MAs0zL .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-udO5MAs0zL .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-udO5MAs0zL .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-udO5MAs0zL .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-udO5MAs0zL .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-udO5MAs0zL .item-caption {
    padding: 2rem 1rem;
  }
  .cid-udO5MAs0zL .item-social {
    opacity: 1;
  }
}
.cid-udO5MAs0zL .item-name {
  color: #cccccc;
}
.cid-udO66gt79I {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-udO66gt79I h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-udO66gt79I h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udO66gt79I h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-udO66gt79I .mbr-text,
.cid-udO66gt79I .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-udO66gt79I H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uecXwHsXvC {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/v-060-blue-2-1024x796-b-1-800x622.jpg");
}
.cid-uecXwHsXvC h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uecXwHsXvC h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uecXwHsXvC h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uecXwHsXvC .mbr-text,
.cid-uecXwHsXvC .mbr-section-btn {
  color: #ffffff;
}
.cid-uecXwHsXvC H3 {
  color: #ffffff;
}
.cid-uecXwHsXvC H1 {
  color: #ffffff;
}
.cid-uecX7d1a1o {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uecX7d1a1o h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uecX7d1a1o h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uecX7d1a1o h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uecX7d1a1o .mbr-text,
.cid-uecX7d1a1o .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uecX7d1a1o H1 {
  color: #ffffff;
}
.cid-uecX98LLPG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uecX98LLPG .mbr-section-subtitle {
  color: #767676;
}
.cid-uecX98LLPG .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uecX98LLPG .container {
    max-width: 1600px;
  }
}
.cid-uecX98LLPG .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uecX98LLPG .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uecX98LLPG .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uecX98LLPG .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uecX98LLPG .team-item:hover .item-social {
  opacity: 1;
}
.cid-uecX98LLPG .team-item .item-image img {
  width: 100%;
}
.cid-uecX98LLPG .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uecX98LLPG .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uecX98LLPG .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uecX98LLPG .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uecX98LLPG .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uecX98LLPG .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uecX98LLPG .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uecX98LLPG .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uecX98LLPG .item-social {
    opacity: 1;
  }
}
.cid-uegyzzwRLn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uegyzzwRLn h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uegyzzwRLn h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uegyzzwRLn h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uegyzzwRLn .mbr-text,
.cid-uegyzzwRLn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uegyzzwRLn H1 {
  color: #ffffff;
}
.cid-uegBwBxV6k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uegBwBxV6k .mbr-section-subtitle {
  color: #767676;
}
.cid-uegBwBxV6k .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uegBwBxV6k .container {
    max-width: 1600px;
  }
}
.cid-uegBwBxV6k .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uegBwBxV6k .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uegBwBxV6k .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uegBwBxV6k .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uegBwBxV6k .team-item:hover .item-social {
  opacity: 1;
}
.cid-uegBwBxV6k .team-item .item-image img {
  width: 100%;
}
.cid-uegBwBxV6k .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uegBwBxV6k .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uegBwBxV6k .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uegBwBxV6k .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uegBwBxV6k .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uegBwBxV6k .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uegBwBxV6k .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uegBwBxV6k .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uegBwBxV6k .item-social {
    opacity: 1;
  }
}
.cid-uegEoJDWsP {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uegEoJDWsP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uegEoJDWsP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uegEoJDWsP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uegEoJDWsP .mbr-text,
.cid-uegEoJDWsP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uegEoJDWsP H1 {
  color: #ffffff;
}
.cid-uegHKKJACS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uegHKKJACS .mbr-section-subtitle {
  color: #767676;
}
.cid-uegHKKJACS .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uegHKKJACS .container {
    max-width: 1600px;
  }
}
.cid-uegHKKJACS .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uegHKKJACS .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uegHKKJACS .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uegHKKJACS .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uegHKKJACS .team-item:hover .item-social {
  opacity: 1;
}
.cid-uegHKKJACS .team-item .item-image img {
  width: 100%;
}
.cid-uegHKKJACS .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uegHKKJACS .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uegHKKJACS .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uegHKKJACS .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uegHKKJACS .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uegHKKJACS .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uegHKKJACS .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uegHKKJACS .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uegHKKJACS .item-social {
    opacity: 1;
  }
}
.cid-uegJFSDnBc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uegJFSDnBc h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uegJFSDnBc h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uegJFSDnBc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uegJFSDnBc .mbr-text,
.cid-uegJFSDnBc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uegJFSDnBc H1 {
  color: #ffffff;
}
.cid-uegNFXALnB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uegNFXALnB h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uegNFXALnB h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uegNFXALnB h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uegNFXALnB .mbr-text,
.cid-uegNFXALnB .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uegNFXALnB H1 {
  color: #ffffff;
}
.cid-ueDSTC4tpV .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-ueDSTC4tpV .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-ueDSTC4tpV a {
  font-style: normal;
}
.cid-ueDSTC4tpV .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-ueDSTC4tpV .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-ueDSTC4tpV .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-ueDSTC4tpV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ueDSTC4tpV .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-ueDSTC4tpV .nav-item:focus,
.cid-ueDSTC4tpV .nav-link:focus {
  outline: none;
}
.cid-ueDSTC4tpV .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ueDSTC4tpV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ueDSTC4tpV .menu-logo {
  margin-right: auto;
}
.cid-ueDSTC4tpV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ueDSTC4tpV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ueDSTC4tpV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-ueDSTC4tpV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ueDSTC4tpV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ueDSTC4tpV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ueDSTC4tpV .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ueDSTC4tpV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ueDSTC4tpV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ueDSTC4tpV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ueDSTC4tpV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ueDSTC4tpV .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ueDSTC4tpV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ueDSTC4tpV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueDSTC4tpV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ueDSTC4tpV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueDSTC4tpV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ueDSTC4tpV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ueDSTC4tpV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ueDSTC4tpV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ueDSTC4tpV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ueDSTC4tpV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ueDSTC4tpV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ueDSTC4tpV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ueDSTC4tpV button.navbar-toggler:focus {
  outline: none;
}
.cid-ueDSTC4tpV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ueDSTC4tpV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ueDSTC4tpV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ueDSTC4tpV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ueDSTC4tpV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ueDSTC4tpV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueDSTC4tpV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ueDSTC4tpV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ueDSTC4tpV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ueDSTC4tpV .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ueDSTC4tpV .collapsed .btn {
  display: -webkit-flex;
}
.cid-ueDSTC4tpV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ueDSTC4tpV .collapsed .navbar-collapse.collapsing,
.cid-ueDSTC4tpV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ueDSTC4tpV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ueDSTC4tpV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ueDSTC4tpV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ueDSTC4tpV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ueDSTC4tpV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-ueDSTC4tpV .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-ueDSTC4tpV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ueDSTC4tpV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ueDSTC4tpV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ueDSTC4tpV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ueDSTC4tpV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-ueDSTC4tpV .collapsed button.navbar-toggler {
  display: block;
}
.cid-ueDSTC4tpV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ueDSTC4tpV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ueDSTC4tpV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ueDSTC4tpV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ueDSTC4tpV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ueDSTC4tpV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ueDSTC4tpV.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ueDSTC4tpV img {
    height: 3.8rem !important;
  }
  .cid-ueDSTC4tpV .icon-wrap {
    margin-top: 1rem;
  }
  .cid-ueDSTC4tpV .menu-wrap {
    flex-direction: column;
  }
  .cid-ueDSTC4tpV .btn {
    display: -webkit-flex;
  }
  .cid-ueDSTC4tpV button.navbar-toggler {
    display: block;
  }
  .cid-ueDSTC4tpV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-ueDSTC4tpV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ueDSTC4tpV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ueDSTC4tpV .navbar-collapse.collapsing,
  .cid-ueDSTC4tpV .navbar-collapse.show {
    display: block !important;
  }
  .cid-ueDSTC4tpV .navbar-collapse.collapsing .navbar-nav,
  .cid-ueDSTC4tpV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ueDSTC4tpV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ueDSTC4tpV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ueDSTC4tpV .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-ueDSTC4tpV .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueDSTC4tpV .navbar-collapse.collapsing .navbar-buttons,
  .cid-ueDSTC4tpV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ueDSTC4tpV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ueDSTC4tpV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ueDSTC4tpV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ueDSTC4tpV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ueDSTC4tpV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ueDSTC4tpV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-ueDSTC4tpV .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSTC4tpV .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-ueDSTC4tpV .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-ueDSTC4tpV .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ueDSTC4tpV .nav-link:hover,
.cid-ueDSTC4tpV .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-ueDSTECllT {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/w-0029-the-2-of-me-1-800x622.jpg");
}
.cid-ueDSTECllT .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSTECllT .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-ueDSTECllT .mbr-text,
.cid-ueDSTECllT .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ueDSTECllT img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-ueDSTECllT H1 {
  color: #ffffff;
}
.cid-ueDSTECllT H3 {
  color: #f1edb9;
}
.cid-ueDSUk6cPN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSUk6cPN .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSUk6cPN .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSUk6cPN .container {
    max-width: 1600px;
  }
}
.cid-ueDSUk6cPN .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSUk6cPN .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSUk6cPN .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSUk6cPN .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSUk6cPN .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSUk6cPN .team-item .item-image img {
  width: 100%;
}
.cid-ueDSUk6cPN .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSUk6cPN .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSUk6cPN .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSUk6cPN .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSUk6cPN .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSUk6cPN .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSUk6cPN .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSUk6cPN .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSUk6cPN .item-social {
    opacity: 1;
  }
}
.cid-ueDSUo1oK4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSUo1oK4 .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSUo1oK4 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSUo1oK4 .container {
    max-width: 1600px;
  }
}
.cid-ueDSUo1oK4 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSUo1oK4 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSUo1oK4 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSUo1oK4 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSUo1oK4 .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSUo1oK4 .team-item .item-image img {
  width: 100%;
}
.cid-ueDSUo1oK4 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSUo1oK4 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSUo1oK4 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSUo1oK4 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSUo1oK4 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSUo1oK4 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSUo1oK4 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSUo1oK4 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSUo1oK4 .item-social {
    opacity: 1;
  }
}
.cid-ueDSUrcWEe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSUrcWEe .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSUrcWEe .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSUrcWEe .container {
    max-width: 1600px;
  }
}
.cid-ueDSUrcWEe .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSUrcWEe .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSUrcWEe .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSUrcWEe .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSUrcWEe .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSUrcWEe .team-item .item-image img {
  width: 100%;
}
.cid-ueDSUrcWEe .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSUrcWEe .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSUrcWEe .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSUrcWEe .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSUrcWEe .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSUrcWEe .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSUrcWEe .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSUrcWEe .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSUrcWEe .item-social {
    opacity: 1;
  }
}
.cid-ueDSUuSjb7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSUuSjb7 .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSUuSjb7 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSUuSjb7 .container {
    max-width: 1600px;
  }
}
.cid-ueDSUuSjb7 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSUuSjb7 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSUuSjb7 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSUuSjb7 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSUuSjb7 .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSUuSjb7 .team-item .item-image img {
  width: 100%;
}
.cid-ueDSUuSjb7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSUuSjb7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSUuSjb7 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSUuSjb7 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSUuSjb7 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSUuSjb7 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSUuSjb7 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSUuSjb7 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSUuSjb7 .item-social {
    opacity: 1;
  }
}
.cid-ueDSUynAhX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSUynAhX .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSUynAhX .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSUynAhX .container {
    max-width: 1600px;
  }
}
.cid-ueDSUynAhX .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSUynAhX .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSUynAhX .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSUynAhX .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSUynAhX .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSUynAhX .team-item .item-image img {
  width: 100%;
}
.cid-ueDSUynAhX .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSUynAhX .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSUynAhX .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSUynAhX .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSUynAhX .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSUynAhX .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSUynAhX .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSUynAhX .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSUynAhX .item-social {
    opacity: 1;
  }
}
.cid-ueDSUBCV7U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSUBCV7U .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSUBCV7U .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSUBCV7U .container {
    max-width: 1600px;
  }
}
.cid-ueDSUBCV7U .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSUBCV7U .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSUBCV7U .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSUBCV7U .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSUBCV7U .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSUBCV7U .team-item .item-image img {
  width: 100%;
}
.cid-ueDSUBCV7U .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSUBCV7U .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSUBCV7U .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSUBCV7U .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSUBCV7U .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSUBCV7U .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSUBCV7U .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSUBCV7U .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSUBCV7U .item-social {
    opacity: 1;
  }
}
.cid-ueDSUDFCcP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSUDFCcP .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSUDFCcP .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSUDFCcP .container {
    max-width: 1600px;
  }
}
.cid-ueDSUDFCcP .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSUDFCcP .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSUDFCcP .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSUDFCcP .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSUDFCcP .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSUDFCcP .team-item .item-image img {
  width: 100%;
}
.cid-ueDSUDFCcP .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSUDFCcP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSUDFCcP .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSUDFCcP .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSUDFCcP .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSUDFCcP .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSUDFCcP .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSUDFCcP .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSUDFCcP .item-social {
    opacity: 1;
  }
}
.cid-ueDSUGRQYN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSUGRQYN .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSUGRQYN .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSUGRQYN .container {
    max-width: 1600px;
  }
}
.cid-ueDSUGRQYN .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSUGRQYN .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSUGRQYN .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSUGRQYN .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSUGRQYN .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSUGRQYN .team-item .item-image img {
  width: 100%;
}
.cid-ueDSUGRQYN .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSUGRQYN .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSUGRQYN .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSUGRQYN .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSUGRQYN .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSUGRQYN .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSUGRQYN .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSUGRQYN .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSUGRQYN .item-social {
    opacity: 1;
  }
}
.cid-ueDSUIZ8LW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSUIZ8LW .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSUIZ8LW .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSUIZ8LW .container {
    max-width: 1600px;
  }
}
.cid-ueDSUIZ8LW .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSUIZ8LW .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSUIZ8LW .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSUIZ8LW .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSUIZ8LW .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSUIZ8LW .team-item .item-image img {
  width: 100%;
}
.cid-ueDSUIZ8LW .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSUIZ8LW .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSUIZ8LW .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSUIZ8LW .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSUIZ8LW .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSUIZ8LW .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSUIZ8LW .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSUIZ8LW .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSUIZ8LW .item-social {
    opacity: 1;
  }
}
.cid-ueDSULXZ9x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSULXZ9x .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSULXZ9x .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSULXZ9x .container {
    max-width: 1600px;
  }
}
.cid-ueDSULXZ9x .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSULXZ9x .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSULXZ9x .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSULXZ9x .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSULXZ9x .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSULXZ9x .team-item .item-image img {
  width: 100%;
}
.cid-ueDSULXZ9x .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSULXZ9x .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSULXZ9x .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSULXZ9x .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSULXZ9x .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSULXZ9x .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSULXZ9x .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSULXZ9x .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSULXZ9x .item-social {
    opacity: 1;
  }
}
.cid-ueDSUPj3PQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSUPj3PQ .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSUPj3PQ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSUPj3PQ .container {
    max-width: 1600px;
  }
}
.cid-ueDSUPj3PQ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSUPj3PQ .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSUPj3PQ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSUPj3PQ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSUPj3PQ .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSUPj3PQ .team-item .item-image img {
  width: 100%;
}
.cid-ueDSUPj3PQ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSUPj3PQ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSUPj3PQ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSUPj3PQ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSUPj3PQ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSUPj3PQ .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSUPj3PQ .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSUPj3PQ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSUPj3PQ .item-social {
    opacity: 1;
  }
}
.cid-ueDSURuhhC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSURuhhC .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSURuhhC .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSURuhhC .container {
    max-width: 1600px;
  }
}
.cid-ueDSURuhhC .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSURuhhC .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSURuhhC .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSURuhhC .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSURuhhC .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSURuhhC .team-item .item-image img {
  width: 100%;
}
.cid-ueDSURuhhC .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSURuhhC .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSURuhhC .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSURuhhC .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSURuhhC .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSURuhhC .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSURuhhC .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSURuhhC .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSURuhhC .item-social {
    opacity: 1;
  }
}
.cid-ueDSUUZ0EA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSUUZ0EA .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSUUZ0EA .item-image {
  position: relative;
}
@media (min-width: 1060px) {
  .cid-ueDSUUZ0EA .container {
    max-width: 1600px;
  }
}
.cid-ueDSUUZ0EA .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSUUZ0EA .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSUUZ0EA .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSUUZ0EA .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSUUZ0EA .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSUUZ0EA .team-item .item-image img {
  width: 100%;
}
.cid-ueDSUUZ0EA .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSUUZ0EA .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSUUZ0EA .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSUUZ0EA .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSUUZ0EA .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSUUZ0EA .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 1060px) {
  .cid-ueDSUUZ0EA .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSUUZ0EA .item-social {
    opacity: 1;
  }
}
.cid-ueDSUYnASR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSUYnASR .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSUYnASR .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSUYnASR .container {
    max-width: 1600px;
  }
}
.cid-ueDSUYnASR .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSUYnASR .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSUYnASR .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSUYnASR .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSUYnASR .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSUYnASR .team-item .item-image img {
  width: 100%;
}
.cid-ueDSUYnASR .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSUYnASR .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSUYnASR .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSUYnASR .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSUYnASR .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSUYnASR .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSUYnASR .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSUYnASR .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSUYnASR .item-social {
    opacity: 1;
  }
}
.cid-ueDSV0JMGM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSV0JMGM .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSV0JMGM .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSV0JMGM .container {
    max-width: 1600px;
  }
}
.cid-ueDSV0JMGM .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSV0JMGM .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSV0JMGM .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSV0JMGM .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSV0JMGM .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSV0JMGM .team-item .item-image img {
  width: 100%;
}
.cid-ueDSV0JMGM .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSV0JMGM .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSV0JMGM .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSV0JMGM .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSV0JMGM .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSV0JMGM .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSV0JMGM .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSV0JMGM .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSV0JMGM .item-social {
    opacity: 1;
  }
}
.cid-ueDSV4zslf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSV4zslf .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSV4zslf .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSV4zslf .container {
    max-width: 1600px;
  }
}
.cid-ueDSV4zslf .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSV4zslf .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSV4zslf .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSV4zslf .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSV4zslf .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSV4zslf .team-item .item-image img {
  width: 100%;
}
.cid-ueDSV4zslf .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSV4zslf .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSV4zslf .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSV4zslf .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSV4zslf .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSV4zslf .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSV4zslf .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSV4zslf .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSV4zslf .item-social {
    opacity: 1;
  }
}
.cid-ueDSV7fU3B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSV7fU3B .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSV7fU3B .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSV7fU3B .container {
    max-width: 1600px;
  }
}
.cid-ueDSV7fU3B .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSV7fU3B .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSV7fU3B .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSV7fU3B .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSV7fU3B .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSV7fU3B .team-item .item-image img {
  width: 100%;
}
.cid-ueDSV7fU3B .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSV7fU3B .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSV7fU3B .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSV7fU3B .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSV7fU3B .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSV7fU3B .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSV7fU3B .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSV7fU3B .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSV7fU3B .item-social {
    opacity: 1;
  }
}
.cid-ueDSVaPmXa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVaPmXa .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVaPmXa .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVaPmXa .container {
    max-width: 1600px;
  }
}
.cid-ueDSVaPmXa .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVaPmXa .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVaPmXa .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVaPmXa .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVaPmXa .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVaPmXa .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVaPmXa .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVaPmXa .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVaPmXa .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVaPmXa .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVaPmXa .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVaPmXa .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVaPmXa .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVaPmXa .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVaPmXa .item-social {
    opacity: 1;
  }
}
.cid-ueDSVeneIl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVeneIl .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVeneIl .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVeneIl .container {
    max-width: 1600px;
  }
}
.cid-ueDSVeneIl .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVeneIl .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVeneIl .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVeneIl .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVeneIl .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVeneIl .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVeneIl .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVeneIl .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVeneIl .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVeneIl .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVeneIl .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVeneIl .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVeneIl .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVeneIl .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVeneIl .item-social {
    opacity: 1;
  }
}
.cid-ueDSVhwaek {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVhwaek .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVhwaek .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVhwaek .container {
    max-width: 1600px;
  }
}
.cid-ueDSVhwaek .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVhwaek .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVhwaek .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVhwaek .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVhwaek .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVhwaek .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVhwaek .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVhwaek .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVhwaek .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVhwaek .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVhwaek .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVhwaek .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVhwaek .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVhwaek .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVhwaek .item-social {
    opacity: 1;
  }
}
.cid-ueDSVjZbVc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVjZbVc .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVjZbVc .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVjZbVc .container {
    max-width: 1600px;
  }
}
.cid-ueDSVjZbVc .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVjZbVc .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVjZbVc .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVjZbVc .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVjZbVc .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVjZbVc .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVjZbVc .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVjZbVc .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVjZbVc .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVjZbVc .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVjZbVc .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVjZbVc .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVjZbVc .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVjZbVc .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVjZbVc .item-social {
    opacity: 1;
  }
}
.cid-ueDSVnFlWj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVnFlWj .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVnFlWj .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVnFlWj .container {
    max-width: 1600px;
  }
}
.cid-ueDSVnFlWj .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVnFlWj .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVnFlWj .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVnFlWj .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVnFlWj .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVnFlWj .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVnFlWj .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVnFlWj .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVnFlWj .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVnFlWj .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVnFlWj .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVnFlWj .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVnFlWj .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVnFlWj .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVnFlWj .item-social {
    opacity: 1;
  }
}
.cid-ueDSVpCHxw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVpCHxw .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVpCHxw .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVpCHxw .container {
    max-width: 1600px;
  }
}
.cid-ueDSVpCHxw .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVpCHxw .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVpCHxw .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVpCHxw .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVpCHxw .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVpCHxw .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVpCHxw .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVpCHxw .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVpCHxw .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVpCHxw .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVpCHxw .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVpCHxw .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVpCHxw .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVpCHxw .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVpCHxw .item-social {
    opacity: 1;
  }
}
.cid-ueDSVuwjIt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVuwjIt .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVuwjIt .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVuwjIt .container {
    max-width: 1600px;
  }
}
.cid-ueDSVuwjIt .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVuwjIt .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVuwjIt .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVuwjIt .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVuwjIt .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVuwjIt .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVuwjIt .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVuwjIt .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVuwjIt .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVuwjIt .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVuwjIt .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVuwjIt .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVuwjIt .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVuwjIt .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVuwjIt .item-social {
    opacity: 1;
  }
}
.cid-ueDSVwIflZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVwIflZ .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVwIflZ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVwIflZ .container {
    max-width: 1600px;
  }
}
.cid-ueDSVwIflZ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVwIflZ .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVwIflZ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVwIflZ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVwIflZ .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVwIflZ .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVwIflZ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVwIflZ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVwIflZ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVwIflZ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVwIflZ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVwIflZ .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVwIflZ .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVwIflZ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVwIflZ .item-social {
    opacity: 1;
  }
}
.cid-ueDSVAeaDk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVAeaDk .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVAeaDk .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVAeaDk .container {
    max-width: 1600px;
  }
}
.cid-ueDSVAeaDk .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVAeaDk .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVAeaDk .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVAeaDk .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVAeaDk .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVAeaDk .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVAeaDk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVAeaDk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVAeaDk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVAeaDk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVAeaDk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVAeaDk .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVAeaDk .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVAeaDk .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVAeaDk .item-social {
    opacity: 1;
  }
}
.cid-ueDSVDZ4PF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVDZ4PF .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVDZ4PF .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVDZ4PF .container {
    max-width: 1600px;
  }
}
.cid-ueDSVDZ4PF .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVDZ4PF .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVDZ4PF .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVDZ4PF .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVDZ4PF .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVDZ4PF .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVDZ4PF .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVDZ4PF .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVDZ4PF .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVDZ4PF .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVDZ4PF .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVDZ4PF .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVDZ4PF .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVDZ4PF .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVDZ4PF .item-social {
    opacity: 1;
  }
}
.cid-ueDSVHz3wn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVHz3wn .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVHz3wn .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVHz3wn .container {
    max-width: 1600px;
  }
}
.cid-ueDSVHz3wn .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVHz3wn .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVHz3wn .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVHz3wn .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVHz3wn .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVHz3wn .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVHz3wn .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVHz3wn .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVHz3wn .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVHz3wn .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVHz3wn .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVHz3wn .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVHz3wn .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVHz3wn .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVHz3wn .item-social {
    opacity: 1;
  }
}
.cid-ueDSVLyZ2p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVLyZ2p .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVLyZ2p .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVLyZ2p .container {
    max-width: 1600px;
  }
}
.cid-ueDSVLyZ2p .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVLyZ2p .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVLyZ2p .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVLyZ2p .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVLyZ2p .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVLyZ2p .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVLyZ2p .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVLyZ2p .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVLyZ2p .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVLyZ2p .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVLyZ2p .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVLyZ2p .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVLyZ2p .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVLyZ2p .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVLyZ2p .item-social {
    opacity: 1;
  }
}
.cid-ueDSVP5vvO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVP5vvO .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVP5vvO .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVP5vvO .container {
    max-width: 1600px;
  }
}
.cid-ueDSVP5vvO .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVP5vvO .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVP5vvO .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVP5vvO .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVP5vvO .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVP5vvO .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVP5vvO .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVP5vvO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVP5vvO .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVP5vvO .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVP5vvO .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVP5vvO .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVP5vvO .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVP5vvO .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVP5vvO .item-social {
    opacity: 1;
  }
}
.cid-ueDSVRr4jJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVRr4jJ .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVRr4jJ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVRr4jJ .container {
    max-width: 1600px;
  }
}
.cid-ueDSVRr4jJ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVRr4jJ .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVRr4jJ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVRr4jJ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVRr4jJ .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVRr4jJ .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVRr4jJ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVRr4jJ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVRr4jJ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVRr4jJ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVRr4jJ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVRr4jJ .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVRr4jJ .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVRr4jJ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVRr4jJ .item-social {
    opacity: 1;
  }
}
.cid-ueDSVV1V5g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVV1V5g .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVV1V5g .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVV1V5g .container {
    max-width: 1600px;
  }
}
.cid-ueDSVV1V5g .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVV1V5g .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVV1V5g .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVV1V5g .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVV1V5g .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVV1V5g .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVV1V5g .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVV1V5g .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVV1V5g .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVV1V5g .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVV1V5g .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVV1V5g .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVV1V5g .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVV1V5g .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVV1V5g .item-social {
    opacity: 1;
  }
}
.cid-ueDSVZ3pW6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSVZ3pW6 .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSVZ3pW6 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSVZ3pW6 .container {
    max-width: 1600px;
  }
}
.cid-ueDSVZ3pW6 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSVZ3pW6 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSVZ3pW6 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSVZ3pW6 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSVZ3pW6 .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSVZ3pW6 .team-item .item-image img {
  width: 100%;
}
.cid-ueDSVZ3pW6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSVZ3pW6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSVZ3pW6 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSVZ3pW6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSVZ3pW6 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSVZ3pW6 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSVZ3pW6 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSVZ3pW6 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSVZ3pW6 .item-social {
    opacity: 1;
  }
}
.cid-ueDSW2wNo9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSW2wNo9 .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSW2wNo9 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSW2wNo9 .container {
    max-width: 1600px;
  }
}
.cid-ueDSW2wNo9 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSW2wNo9 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSW2wNo9 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSW2wNo9 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSW2wNo9 .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSW2wNo9 .team-item .item-image img {
  width: 100%;
}
.cid-ueDSW2wNo9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSW2wNo9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSW2wNo9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSW2wNo9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSW2wNo9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSW2wNo9 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSW2wNo9 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSW2wNo9 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSW2wNo9 .item-social {
    opacity: 1;
  }
}
.cid-ueDSW6p5jF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSW6p5jF .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSW6p5jF .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSW6p5jF .container {
    max-width: 1600px;
  }
}
.cid-ueDSW6p5jF .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSW6p5jF .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSW6p5jF .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSW6p5jF .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSW6p5jF .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSW6p5jF .team-item .item-image img {
  width: 100%;
}
.cid-ueDSW6p5jF .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSW6p5jF .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSW6p5jF .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSW6p5jF .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSW6p5jF .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSW6p5jF .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSW6p5jF .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSW6p5jF .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSW6p5jF .item-social {
    opacity: 1;
  }
}
.cid-ueDSWa5Wtk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSWa5Wtk .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSWa5Wtk .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSWa5Wtk .container {
    max-width: 1600px;
  }
}
.cid-ueDSWa5Wtk .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSWa5Wtk .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSWa5Wtk .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSWa5Wtk .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSWa5Wtk .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSWa5Wtk .team-item .item-image img {
  width: 100%;
}
.cid-ueDSWa5Wtk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSWa5Wtk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSWa5Wtk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSWa5Wtk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSWa5Wtk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSWa5Wtk .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSWa5Wtk .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSWa5Wtk .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSWa5Wtk .item-social {
    opacity: 1;
  }
}
.cid-ueDSWdBtAs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSWdBtAs .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSWdBtAs .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSWdBtAs .container {
    max-width: 1600px;
  }
}
.cid-ueDSWdBtAs .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSWdBtAs .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSWdBtAs .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSWdBtAs .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSWdBtAs .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSWdBtAs .team-item .item-image img {
  width: 100%;
}
.cid-ueDSWdBtAs .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSWdBtAs .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSWdBtAs .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSWdBtAs .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSWdBtAs .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSWdBtAs .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSWdBtAs .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSWdBtAs .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSWdBtAs .item-social {
    opacity: 1;
  }
}
.cid-ueDSWg8Lzl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSWg8Lzl .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSWg8Lzl .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSWg8Lzl .container {
    max-width: 1600px;
  }
}
.cid-ueDSWg8Lzl .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSWg8Lzl .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSWg8Lzl .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSWg8Lzl .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSWg8Lzl .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSWg8Lzl .team-item .item-image img {
  width: 100%;
}
.cid-ueDSWg8Lzl .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSWg8Lzl .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSWg8Lzl .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSWg8Lzl .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSWg8Lzl .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSWg8Lzl .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSWg8Lzl .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSWg8Lzl .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSWg8Lzl .item-social {
    opacity: 1;
  }
}
.cid-ueDSWk1pzk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSWk1pzk .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSWk1pzk .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSWk1pzk .container {
    max-width: 1600px;
  }
}
.cid-ueDSWk1pzk .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSWk1pzk .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSWk1pzk .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSWk1pzk .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSWk1pzk .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSWk1pzk .team-item .item-image img {
  width: 100%;
}
.cid-ueDSWk1pzk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSWk1pzk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSWk1pzk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSWk1pzk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSWk1pzk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSWk1pzk .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSWk1pzk .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSWk1pzk .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSWk1pzk .item-social {
    opacity: 1;
  }
}
.cid-ueDSWnH631 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSWnH631 .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSWnH631 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSWnH631 .container {
    max-width: 1600px;
  }
}
.cid-ueDSWnH631 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSWnH631 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSWnH631 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSWnH631 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSWnH631 .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSWnH631 .team-item .item-image img {
  width: 100%;
}
.cid-ueDSWnH631 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSWnH631 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSWnH631 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSWnH631 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSWnH631 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSWnH631 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSWnH631 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSWnH631 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSWnH631 .item-social {
    opacity: 1;
  }
}
.cid-ueDSWr4c9f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSWr4c9f .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSWr4c9f .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSWr4c9f .container {
    max-width: 1600px;
  }
}
.cid-ueDSWr4c9f .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSWr4c9f .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSWr4c9f .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSWr4c9f .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSWr4c9f .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSWr4c9f .team-item .item-image img {
  width: 100%;
}
.cid-ueDSWr4c9f .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSWr4c9f .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSWr4c9f .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSWr4c9f .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSWr4c9f .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSWr4c9f .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSWr4c9f .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSWr4c9f .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSWr4c9f .item-social {
    opacity: 1;
  }
}
.cid-ueDSWuLvn4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ueDSWuLvn4 .mbr-section-subtitle {
  color: #767676;
}
.cid-ueDSWuLvn4 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ueDSWuLvn4 .container {
    max-width: 1600px;
  }
}
.cid-ueDSWuLvn4 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ueDSWuLvn4 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ueDSWuLvn4 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ueDSWuLvn4 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ueDSWuLvn4 .team-item:hover .item-social {
  opacity: 1;
}
.cid-ueDSWuLvn4 .team-item .item-image img {
  width: 100%;
}
.cid-ueDSWuLvn4 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ueDSWuLvn4 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ueDSWuLvn4 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ueDSWuLvn4 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ueDSWuLvn4 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ueDSWuLvn4 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueDSWuLvn4 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ueDSWuLvn4 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ueDSWuLvn4 .item-social {
    opacity: 1;
  }
}
.cid-ueDSWABBo7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ueDSWABBo7 .card {
  position: relative;
  background-image: url("../../../assets/images/grid-101-805x792.jpg");
  background-size: cover;
}
.cid-ueDSWABBo7 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-ueDSWABBo7 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-ueDSWGZfcZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ueDSWGZfcZ .media-container-row .mbr-text {
  color: #767676;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-ugxAjztluQ {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/v050d-extraneous-additions-1024x796-1024-b-800x622.jpg");
}
.cid-ugxAjztluQ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugxAjztluQ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugxAjztluQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugxAjztluQ .mbr-text,
.cid-ugxAjztluQ .mbr-section-btn {
  color: #ffffff;
}
.cid-ugxAjztluQ H3 {
  color: #ffffff;
}
.cid-ugxAjztluQ H1 {
  color: #ffffff;
}
.cid-ugxCwrEPe4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugxCwrEPe4 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugxCwrEPe4 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugxCwrEPe4 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugxCwrEPe4 .mbr-text,
.cid-ugxCwrEPe4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugxCwrEPe4 H1 {
  color: #ffffff;
}
.cid-ugxCsPUAWw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugxCsPUAWw .mbr-section-subtitle {
  color: #767676;
}
.cid-ugxCsPUAWw .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugxCsPUAWw .container {
    max-width: 1600px;
  }
}
.cid-ugxCsPUAWw .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugxCsPUAWw .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugxCsPUAWw .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugxCsPUAWw .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugxCsPUAWw .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugxCsPUAWw .team-item .item-image img {
  width: 100%;
}
.cid-ugxCsPUAWw .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugxCsPUAWw .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugxCsPUAWw .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugxCsPUAWw .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugxCsPUAWw .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugxCsPUAWw .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugxCsPUAWw .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugxCsPUAWw .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugxCsPUAWw .item-social {
    opacity: 1;
  }
}
.cid-ugxCsPUAWw .item-name {
  color: #ffffff;
}
.cid-ugxI1vGSvU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugxI1vGSvU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugxI1vGSvU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugxI1vGSvU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugxI1vGSvU .mbr-text,
.cid-ugxI1vGSvU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugxI1vGSvU H1 {
  color: #ffffff;
}
.cid-ugxJDsWBKa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugxJDsWBKa .mbr-section-subtitle {
  color: #767676;
}
.cid-ugxJDsWBKa .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugxJDsWBKa .container {
    max-width: 1600px;
  }
}
.cid-ugxJDsWBKa .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugxJDsWBKa .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugxJDsWBKa .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugxJDsWBKa .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugxJDsWBKa .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugxJDsWBKa .team-item .item-image img {
  width: 100%;
}
.cid-ugxJDsWBKa .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugxJDsWBKa .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugxJDsWBKa .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugxJDsWBKa .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugxJDsWBKa .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugxJDsWBKa .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugxJDsWBKa .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugxJDsWBKa .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugxJDsWBKa .item-social {
    opacity: 1;
  }
}
.cid-ugxJDsWBKa .item-name {
  color: #ffffff;
}
.cid-ugxLu8mhul {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugxLu8mhul h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugxLu8mhul h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugxLu8mhul h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugxLu8mhul .mbr-text,
.cid-ugxLu8mhul .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugxLu8mhul H1 {
  color: #ffffff;
}
.cid-ugxO6q0eU5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugxO6q0eU5 .mbr-section-subtitle {
  color: #767676;
}
.cid-ugxO6q0eU5 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugxO6q0eU5 .container {
    max-width: 1600px;
  }
}
.cid-ugxO6q0eU5 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugxO6q0eU5 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugxO6q0eU5 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugxO6q0eU5 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugxO6q0eU5 .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugxO6q0eU5 .team-item .item-image img {
  width: 100%;
}
.cid-ugxO6q0eU5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugxO6q0eU5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugxO6q0eU5 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugxO6q0eU5 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugxO6q0eU5 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugxO6q0eU5 .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugxO6q0eU5 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugxO6q0eU5 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugxO6q0eU5 .item-social {
    opacity: 1;
  }
}
.cid-ugxO6q0eU5 .item-name {
  color: #ffffff;
}
.cid-ugxOUaTbqd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugxOUaTbqd h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugxOUaTbqd h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugxOUaTbqd h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugxOUaTbqd .mbr-text,
.cid-ugxOUaTbqd .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugxOUaTbqd H1 {
  color: #ffffff;
}
.cid-ugxPobbsea {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugxPobbsea .mbr-section-subtitle {
  color: #767676;
}
.cid-ugxPobbsea .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugxPobbsea .container {
    max-width: 1600px;
  }
}
.cid-ugxPobbsea .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugxPobbsea .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugxPobbsea .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugxPobbsea .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugxPobbsea .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugxPobbsea .team-item .item-image img {
  width: 100%;
}
.cid-ugxPobbsea .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugxPobbsea .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugxPobbsea .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugxPobbsea .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugxPobbsea .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugxPobbsea .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugxPobbsea .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugxPobbsea .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugxPobbsea .item-social {
    opacity: 1;
  }
}
.cid-ugxPobbsea .item-name {
  color: #ffffff;
}
.cid-ugxPL3DA8f {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugxPL3DA8f h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugxPL3DA8f h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugxPL3DA8f h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugxPL3DA8f .mbr-text,
.cid-ugxPL3DA8f .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugxPL3DA8f H1 {
  color: #ffffff;
}
.cid-ugEGlUGDbl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugEGlUGDbl .mbr-section-subtitle {
  color: #767676;
}
.cid-ugEGlUGDbl .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugEGlUGDbl .container {
    max-width: 1600px;
  }
}
.cid-ugEGlUGDbl .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugEGlUGDbl .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugEGlUGDbl .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugEGlUGDbl .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugEGlUGDbl .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugEGlUGDbl .team-item .item-image img {
  width: 100%;
}
.cid-ugEGlUGDbl .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugEGlUGDbl .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugEGlUGDbl .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugEGlUGDbl .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugEGlUGDbl .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugEGlUGDbl .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugEGlUGDbl .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugEGlUGDbl .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugEGlUGDbl .item-social {
    opacity: 1;
  }
}
.cid-ugEGnBhAF5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugEGnBhAF5 .mbr-section-subtitle {
  color: #767676;
}
.cid-ugEGnBhAF5 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugEGnBhAF5 .container {
    max-width: 1600px;
  }
}
.cid-ugEGnBhAF5 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugEGnBhAF5 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugEGnBhAF5 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugEGnBhAF5 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugEGnBhAF5 .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugEGnBhAF5 .team-item .item-image img {
  width: 100%;
}
.cid-ugEGnBhAF5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugEGnBhAF5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugEGnBhAF5 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugEGnBhAF5 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugEGnBhAF5 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugEGnBhAF5 .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugEGnBhAF5 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugEGnBhAF5 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugEGnBhAF5 .item-social {
    opacity: 1;
  }
}
.cid-ugEGmGquOT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugEGmGquOT .mbr-section-subtitle {
  color: #767676;
}
.cid-ugEGmGquOT .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugEGmGquOT .container {
    max-width: 1600px;
  }
}
.cid-ugEGmGquOT .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugEGmGquOT .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugEGmGquOT .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugEGmGquOT .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugEGmGquOT .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugEGmGquOT .team-item .item-image img {
  width: 100%;
}
.cid-ugEGmGquOT .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugEGmGquOT .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugEGmGquOT .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugEGmGquOT .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugEGmGquOT .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugEGmGquOT .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugEGmGquOT .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugEGmGquOT .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugEGmGquOT .item-social {
    opacity: 1;
  }
}
.cid-ugUrqxBJmI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUrqxBJmI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugUrqxBJmI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUrqxBJmI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUrqxBJmI .mbr-text,
.cid-ugUrqxBJmI .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugUrqxBJmI H1 {
  color: #ffffff;
}
.cid-ugUx3Yrvno {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUx3Yrvno .mbr-section-subtitle {
  color: #767676;
}
.cid-ugUx3Yrvno .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugUx3Yrvno .container {
    max-width: 1600px;
  }
}
.cid-ugUx3Yrvno .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugUx3Yrvno .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugUx3Yrvno .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugUx3Yrvno .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugUx3Yrvno .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugUx3Yrvno .team-item .item-image img {
  width: 100%;
}
.cid-ugUx3Yrvno .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugUx3Yrvno .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugUx3Yrvno .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugUx3Yrvno .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugUx3Yrvno .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugUx3Yrvno .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugUx3Yrvno .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugUx3Yrvno .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugUx3Yrvno .item-social {
    opacity: 1;
  }
}
.cid-ugUx6nsJKr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUx6nsJKr .mbr-section-subtitle {
  color: #767676;
}
.cid-ugUx6nsJKr .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugUx6nsJKr .container {
    max-width: 1600px;
  }
}
.cid-ugUx6nsJKr .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugUx6nsJKr .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugUx6nsJKr .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugUx6nsJKr .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugUx6nsJKr .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugUx6nsJKr .team-item .item-image img {
  width: 100%;
}
.cid-ugUx6nsJKr .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugUx6nsJKr .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugUx6nsJKr .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugUx6nsJKr .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugUx6nsJKr .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugUx6nsJKr .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugUx6nsJKr .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugUx6nsJKr .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugUx6nsJKr .item-social {
    opacity: 1;
  }
}
.cid-ugUx5EbgdO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUx5EbgdO .mbr-section-subtitle {
  color: #767676;
}
.cid-ugUx5EbgdO .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugUx5EbgdO .container {
    max-width: 1600px;
  }
}
.cid-ugUx5EbgdO .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugUx5EbgdO .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugUx5EbgdO .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugUx5EbgdO .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugUx5EbgdO .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugUx5EbgdO .team-item .item-image img {
  width: 100%;
}
.cid-ugUx5EbgdO .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugUx5EbgdO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugUx5EbgdO .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugUx5EbgdO .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugUx5EbgdO .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugUx5EbgdO .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugUx5EbgdO .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugUx5EbgdO .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugUx5EbgdO .item-social {
    opacity: 1;
  }
}
.cid-ugUx4Qm4uV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUx4Qm4uV .mbr-section-subtitle {
  color: #767676;
}
.cid-ugUx4Qm4uV .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugUx4Qm4uV .container {
    max-width: 1600px;
  }
}
.cid-ugUx4Qm4uV .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugUx4Qm4uV .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugUx4Qm4uV .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugUx4Qm4uV .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugUx4Qm4uV .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugUx4Qm4uV .team-item .item-image img {
  width: 100%;
}
.cid-ugUx4Qm4uV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugUx4Qm4uV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugUx4Qm4uV .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugUx4Qm4uV .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugUx4Qm4uV .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugUx4Qm4uV .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugUx4Qm4uV .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugUx4Qm4uV .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugUx4Qm4uV .item-social {
    opacity: 1;
  }
}
.cid-ugUxADORTU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUxADORTU h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugUxADORTU h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUxADORTU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUxADORTU .mbr-text,
.cid-ugUxADORTU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugUxADORTU H1 {
  color: #ffffff;
}
.cid-ugUC5whNdT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUC5whNdT .mbr-section-subtitle {
  color: #767676;
}
.cid-ugUC5whNdT .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugUC5whNdT .container {
    max-width: 1600px;
  }
}
.cid-ugUC5whNdT .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugUC5whNdT .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugUC5whNdT .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugUC5whNdT .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugUC5whNdT .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugUC5whNdT .team-item .item-image img {
  width: 100%;
}
.cid-ugUC5whNdT .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugUC5whNdT .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugUC5whNdT .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugUC5whNdT .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugUC5whNdT .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugUC5whNdT .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugUC5whNdT .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugUC5whNdT .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugUC5whNdT .item-social {
    opacity: 1;
  }
}
.cid-ugUCPL8Aov {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUCPL8Aov h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugUCPL8Aov h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUCPL8Aov h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUCPL8Aov .mbr-text,
.cid-ugUCPL8Aov .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugUCPL8Aov H1 {
  color: #ffffff;
}
.cid-ugUEi6YJWn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUEi6YJWn .mbr-section-subtitle {
  color: #767676;
}
.cid-ugUEi6YJWn .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugUEi6YJWn .container {
    max-width: 1600px;
  }
}
.cid-ugUEi6YJWn .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugUEi6YJWn .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugUEi6YJWn .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugUEi6YJWn .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugUEi6YJWn .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugUEi6YJWn .team-item .item-image img {
  width: 100%;
}
.cid-ugUEi6YJWn .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugUEi6YJWn .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugUEi6YJWn .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugUEi6YJWn .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugUEi6YJWn .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugUEi6YJWn .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugUEi6YJWn .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugUEi6YJWn .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugUEi6YJWn .item-social {
    opacity: 1;
  }
}
.cid-ugUEvd9S4Q {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUEvd9S4Q h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugUEvd9S4Q h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUEvd9S4Q h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUEvd9S4Q .mbr-text,
.cid-ugUEvd9S4Q .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugUEvd9S4Q H1 {
  color: #ffffff;
}
.cid-ugUHTK95qR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUHTK95qR .mbr-section-subtitle {
  color: #767676;
}
.cid-ugUHTK95qR .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugUHTK95qR .container {
    max-width: 1600px;
  }
}
.cid-ugUHTK95qR .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugUHTK95qR .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugUHTK95qR .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugUHTK95qR .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugUHTK95qR .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugUHTK95qR .team-item .item-image img {
  width: 100%;
}
.cid-ugUHTK95qR .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugUHTK95qR .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugUHTK95qR .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugUHTK95qR .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugUHTK95qR .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugUHTK95qR .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugUHTK95qR .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugUHTK95qR .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugUHTK95qR .item-social {
    opacity: 1;
  }
}
.cid-ugUJomcAQT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUJomcAQT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugUJomcAQT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUJomcAQT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUJomcAQT .mbr-text,
.cid-ugUJomcAQT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugUJomcAQT H1 {
  color: #ffffff;
}
.cid-ugUKElKkxk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUKElKkxk .mbr-section-subtitle {
  color: #767676;
}
.cid-ugUKElKkxk .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugUKElKkxk .container {
    max-width: 1600px;
  }
}
.cid-ugUKElKkxk .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugUKElKkxk .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugUKElKkxk .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugUKElKkxk .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugUKElKkxk .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugUKElKkxk .team-item .item-image img {
  width: 100%;
}
.cid-ugUKElKkxk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugUKElKkxk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugUKElKkxk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugUKElKkxk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugUKElKkxk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugUKElKkxk .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugUKElKkxk .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugUKElKkxk .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugUKElKkxk .item-social {
    opacity: 1;
  }
}
.cid-ugUKW1tBUl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUKW1tBUl h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugUKW1tBUl h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUKW1tBUl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUKW1tBUl .mbr-text,
.cid-ugUKW1tBUl .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugUKW1tBUl H1 {
  color: #ffffff;
}
.cid-ugUQ7qglEW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUQ7qglEW .mbr-section-subtitle {
  color: #767676;
}
.cid-ugUQ7qglEW .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugUQ7qglEW .container {
    max-width: 1600px;
  }
}
.cid-ugUQ7qglEW .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugUQ7qglEW .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugUQ7qglEW .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugUQ7qglEW .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugUQ7qglEW .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugUQ7qglEW .team-item .item-image img {
  width: 100%;
}
.cid-ugUQ7qglEW .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugUQ7qglEW .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugUQ7qglEW .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugUQ7qglEW .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugUQ7qglEW .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugUQ7qglEW .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugUQ7qglEW .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugUQ7qglEW .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugUQ7qglEW .item-social {
    opacity: 1;
  }
}
.cid-ugUQruz7B6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugUQruz7B6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugUQruz7B6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUQruz7B6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugUQruz7B6 .mbr-text,
.cid-ugUQruz7B6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugUQruz7B6 H1 {
  color: #ffffff;
}
.cid-ugURM664i2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugURM664i2 .mbr-section-subtitle {
  color: #767676;
}
.cid-ugURM664i2 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ugURM664i2 .container {
    max-width: 1600px;
  }
}
.cid-ugURM664i2 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ugURM664i2 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ugURM664i2 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ugURM664i2 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ugURM664i2 .team-item:hover .item-social {
  opacity: 1;
}
.cid-ugURM664i2 .team-item .item-image img {
  width: 100%;
}
.cid-ugURM664i2 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ugURM664i2 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ugURM664i2 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ugURM664i2 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ugURM664i2 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ugURM664i2 .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugURM664i2 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ugURM664i2 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ugURM664i2 .item-social {
    opacity: 1;
  }
}
.cid-ugVYsFm9zT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ugVYsFm9zT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ugVYsFm9zT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugVYsFm9zT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ugVYsFm9zT .mbr-text,
.cid-ugVYsFm9zT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ugVYsFm9zT H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uhFffNFC5G {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/z69-unusual-concpt-individualism-2538x1974-sig-x-1-800x622.jpg");
}
.cid-uhFffNFC5G .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFffNFC5G .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-uhFffNFC5G .mbr-text,
.cid-uhFffNFC5G .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uhFffNFC5G img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-uhFffNFC5G H1 {
  color: #ffffff;
}
.cid-uhFffNFC5G H3 {
  color: #ffffff;
}
.cid-uhFfh70hk1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfh70hk1 .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfh70hk1 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfh70hk1 .container {
    max-width: 1600px;
  }
}
.cid-uhFfh70hk1 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfh70hk1 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfh70hk1 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfh70hk1 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfh70hk1 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfh70hk1 .team-item .item-image img {
  width: 100%;
}
.cid-uhFfh70hk1 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfh70hk1 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfh70hk1 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfh70hk1 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfh70hk1 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfh70hk1 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfh70hk1 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfh70hk1 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfh70hk1 .item-social {
    opacity: 1;
  }
}
.cid-uhFfihpkGt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfihpkGt .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfihpkGt .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfihpkGt .container {
    max-width: 1600px;
  }
}
.cid-uhFfihpkGt .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfihpkGt .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfihpkGt .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfihpkGt .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfihpkGt .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfihpkGt .team-item .item-image img {
  width: 100%;
}
.cid-uhFfihpkGt .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfihpkGt .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfihpkGt .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfihpkGt .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfihpkGt .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfihpkGt .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfihpkGt .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfihpkGt .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfihpkGt .item-social {
    opacity: 1;
  }
}
.cid-uhFfjIEgs5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfjIEgs5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfjIEgs5 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfjIEgs5 .container {
    max-width: 1600px;
  }
}
.cid-uhFfjIEgs5 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfjIEgs5 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfjIEgs5 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfjIEgs5 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfjIEgs5 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfjIEgs5 .team-item .item-image img {
  width: 100%;
}
.cid-uhFfjIEgs5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfjIEgs5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfjIEgs5 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfjIEgs5 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfjIEgs5 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfjIEgs5 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfjIEgs5 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfjIEgs5 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfjIEgs5 .item-social {
    opacity: 1;
  }
}
.cid-uhFfltmTJt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfltmTJt .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfltmTJt .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfltmTJt .container {
    max-width: 1600px;
  }
}
.cid-uhFfltmTJt .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfltmTJt .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfltmTJt .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfltmTJt .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfltmTJt .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfltmTJt .team-item .item-image img {
  width: 100%;
}
.cid-uhFfltmTJt .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfltmTJt .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfltmTJt .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfltmTJt .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfltmTJt .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfltmTJt .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfltmTJt .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfltmTJt .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfltmTJt .item-social {
    opacity: 1;
  }
}
.cid-uhFfmF5ygc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfmF5ygc .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfmF5ygc .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfmF5ygc .container {
    max-width: 1600px;
  }
}
.cid-uhFfmF5ygc .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfmF5ygc .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfmF5ygc .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfmF5ygc .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfmF5ygc .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfmF5ygc .team-item .item-image img {
  width: 100%;
}
.cid-uhFfmF5ygc .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfmF5ygc .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfmF5ygc .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfmF5ygc .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfmF5ygc .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfmF5ygc .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfmF5ygc .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfmF5ygc .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfmF5ygc .item-social {
    opacity: 1;
  }
}
.cid-uhFfoZjn3S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfoZjn3S .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfoZjn3S .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfoZjn3S .container {
    max-width: 1600px;
  }
}
.cid-uhFfoZjn3S .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfoZjn3S .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfoZjn3S .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfoZjn3S .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfoZjn3S .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfoZjn3S .team-item .item-image img {
  width: 100%;
}
.cid-uhFfoZjn3S .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfoZjn3S .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfoZjn3S .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfoZjn3S .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfoZjn3S .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfoZjn3S .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfoZjn3S .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfoZjn3S .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfoZjn3S .item-social {
    opacity: 1;
  }
}
.cid-uhFfr52JlC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfr52JlC .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfr52JlC .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfr52JlC .container {
    max-width: 1600px;
  }
}
.cid-uhFfr52JlC .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfr52JlC .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfr52JlC .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfr52JlC .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfr52JlC .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfr52JlC .team-item .item-image img {
  width: 100%;
}
.cid-uhFfr52JlC .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfr52JlC .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfr52JlC .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfr52JlC .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfr52JlC .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfr52JlC .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfr52JlC .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfr52JlC .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfr52JlC .item-social {
    opacity: 1;
  }
}
.cid-uhFfsU47eb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfsU47eb .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfsU47eb .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfsU47eb .container {
    max-width: 1600px;
  }
}
.cid-uhFfsU47eb .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfsU47eb .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfsU47eb .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfsU47eb .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfsU47eb .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfsU47eb .team-item .item-image img {
  width: 100%;
}
.cid-uhFfsU47eb .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfsU47eb .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfsU47eb .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfsU47eb .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfsU47eb .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfsU47eb .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfsU47eb .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfsU47eb .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfsU47eb .item-social {
    opacity: 1;
  }
}
.cid-uhFfuyzSLJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfuyzSLJ .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfuyzSLJ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfuyzSLJ .container {
    max-width: 1600px;
  }
}
.cid-uhFfuyzSLJ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfuyzSLJ .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfuyzSLJ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfuyzSLJ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfuyzSLJ .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfuyzSLJ .team-item .item-image img {
  width: 100%;
}
.cid-uhFfuyzSLJ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfuyzSLJ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfuyzSLJ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfuyzSLJ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfuyzSLJ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfuyzSLJ .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfuyzSLJ .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfuyzSLJ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfuyzSLJ .item-social {
    opacity: 1;
  }
}
.cid-uhFfwG1VRQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfwG1VRQ .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfwG1VRQ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfwG1VRQ .container {
    max-width: 1600px;
  }
}
.cid-uhFfwG1VRQ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfwG1VRQ .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfwG1VRQ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfwG1VRQ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfwG1VRQ .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfwG1VRQ .team-item .item-image img {
  width: 100%;
}
.cid-uhFfwG1VRQ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfwG1VRQ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfwG1VRQ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfwG1VRQ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfwG1VRQ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfwG1VRQ .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfwG1VRQ .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfwG1VRQ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfwG1VRQ .item-social {
    opacity: 1;
  }
}
.cid-uhFfza02lb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfza02lb .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfza02lb .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfza02lb .container {
    max-width: 1600px;
  }
}
.cid-uhFfza02lb .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfza02lb .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfza02lb .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfza02lb .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfza02lb .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfza02lb .team-item .item-image img {
  width: 100%;
}
.cid-uhFfza02lb .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfza02lb .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfza02lb .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfza02lb .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfza02lb .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfza02lb .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfza02lb .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfza02lb .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfza02lb .item-social {
    opacity: 1;
  }
}
.cid-uhFfANOV5b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfANOV5b .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfANOV5b .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfANOV5b .container {
    max-width: 1600px;
  }
}
.cid-uhFfANOV5b .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfANOV5b .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfANOV5b .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfANOV5b .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfANOV5b .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfANOV5b .team-item .item-image img {
  width: 100%;
}
.cid-uhFfANOV5b .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfANOV5b .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfANOV5b .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfANOV5b .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfANOV5b .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfANOV5b .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfANOV5b .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfANOV5b .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfANOV5b .item-social {
    opacity: 1;
  }
}
.cid-uhFfBVLQlN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfBVLQlN .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfBVLQlN .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfBVLQlN .container {
    max-width: 1600px;
  }
}
.cid-uhFfBVLQlN .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfBVLQlN .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfBVLQlN .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfBVLQlN .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfBVLQlN .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfBVLQlN .team-item .item-image img {
  width: 100%;
}
.cid-uhFfBVLQlN .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfBVLQlN .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfBVLQlN .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfBVLQlN .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfBVLQlN .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfBVLQlN .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfBVLQlN .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfBVLQlN .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfBVLQlN .item-social {
    opacity: 1;
  }
}
.cid-uhFfD5WcPg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfD5WcPg .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfD5WcPg .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfD5WcPg .container {
    max-width: 1600px;
  }
}
.cid-uhFfD5WcPg .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfD5WcPg .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfD5WcPg .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfD5WcPg .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfD5WcPg .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfD5WcPg .team-item .item-image img {
  width: 100%;
}
.cid-uhFfD5WcPg .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfD5WcPg .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfD5WcPg .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfD5WcPg .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfD5WcPg .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfD5WcPg .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfD5WcPg .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfD5WcPg .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfD5WcPg .item-social {
    opacity: 1;
  }
}
.cid-uhFfExSlA3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfExSlA3 .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfExSlA3 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfExSlA3 .container {
    max-width: 1600px;
  }
}
.cid-uhFfExSlA3 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfExSlA3 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfExSlA3 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfExSlA3 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfExSlA3 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfExSlA3 .team-item .item-image img {
  width: 100%;
}
.cid-uhFfExSlA3 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfExSlA3 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfExSlA3 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfExSlA3 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfExSlA3 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfExSlA3 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfExSlA3 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfExSlA3 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfExSlA3 .item-social {
    opacity: 1;
  }
}
.cid-uhFfGv7P7p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfGv7P7p .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfGv7P7p .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfGv7P7p .container {
    max-width: 1600px;
  }
}
.cid-uhFfGv7P7p .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfGv7P7p .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfGv7P7p .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfGv7P7p .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfGv7P7p .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfGv7P7p .team-item .item-image img {
  width: 100%;
}
.cid-uhFfGv7P7p .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfGv7P7p .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfGv7P7p .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfGv7P7p .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfGv7P7p .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfGv7P7p .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfGv7P7p .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfGv7P7p .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfGv7P7p .item-social {
    opacity: 1;
  }
}
.cid-uhFfHUt9xr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfHUt9xr .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfHUt9xr .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfHUt9xr .container {
    max-width: 1600px;
  }
}
.cid-uhFfHUt9xr .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfHUt9xr .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfHUt9xr .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfHUt9xr .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfHUt9xr .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfHUt9xr .team-item .item-image img {
  width: 100%;
}
.cid-uhFfHUt9xr .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfHUt9xr .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfHUt9xr .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfHUt9xr .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfHUt9xr .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfHUt9xr .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfHUt9xr .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfHUt9xr .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfHUt9xr .item-social {
    opacity: 1;
  }
}
.cid-uhFfJDEL2D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfJDEL2D .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfJDEL2D .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfJDEL2D .container {
    max-width: 1600px;
  }
}
.cid-uhFfJDEL2D .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfJDEL2D .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfJDEL2D .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfJDEL2D .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfJDEL2D .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfJDEL2D .team-item .item-image img {
  width: 100%;
}
.cid-uhFfJDEL2D .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfJDEL2D .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfJDEL2D .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfJDEL2D .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfJDEL2D .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfJDEL2D .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfJDEL2D .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfJDEL2D .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfJDEL2D .item-social {
    opacity: 1;
  }
}
.cid-uhFfLKFSR5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfLKFSR5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfLKFSR5 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfLKFSR5 .container {
    max-width: 1600px;
  }
}
.cid-uhFfLKFSR5 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfLKFSR5 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfLKFSR5 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfLKFSR5 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfLKFSR5 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfLKFSR5 .team-item .item-image img {
  width: 100%;
}
.cid-uhFfLKFSR5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfLKFSR5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfLKFSR5 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfLKFSR5 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfLKFSR5 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfLKFSR5 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfLKFSR5 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfLKFSR5 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfLKFSR5 .item-social {
    opacity: 1;
  }
}
.cid-uhFfNB68Mb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfNB68Mb .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfNB68Mb .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfNB68Mb .container {
    max-width: 1600px;
  }
}
.cid-uhFfNB68Mb .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfNB68Mb .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfNB68Mb .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfNB68Mb .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfNB68Mb .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfNB68Mb .team-item .item-image img {
  width: 100%;
}
.cid-uhFfNB68Mb .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfNB68Mb .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfNB68Mb .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfNB68Mb .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfNB68Mb .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfNB68Mb .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfNB68Mb .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfNB68Mb .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfNB68Mb .item-social {
    opacity: 1;
  }
}
.cid-uhFfP1x0tK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfP1x0tK .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfP1x0tK .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfP1x0tK .container {
    max-width: 1600px;
  }
}
.cid-uhFfP1x0tK .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfP1x0tK .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfP1x0tK .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfP1x0tK .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfP1x0tK .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfP1x0tK .team-item .item-image img {
  width: 100%;
}
.cid-uhFfP1x0tK .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfP1x0tK .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfP1x0tK .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfP1x0tK .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfP1x0tK .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfP1x0tK .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfP1x0tK .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfP1x0tK .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfP1x0tK .item-social {
    opacity: 1;
  }
}
.cid-uhFfR8behz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfR8behz .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfR8behz .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfR8behz .container {
    max-width: 1600px;
  }
}
.cid-uhFfR8behz .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfR8behz .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfR8behz .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfR8behz .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfR8behz .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfR8behz .team-item .item-image img {
  width: 100%;
}
.cid-uhFfR8behz .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfR8behz .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfR8behz .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfR8behz .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfR8behz .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfR8behz .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfR8behz .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfR8behz .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfR8behz .item-social {
    opacity: 1;
  }
}
.cid-uhFfVWQLbG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfVWQLbG .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfVWQLbG .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfVWQLbG .container {
    max-width: 1600px;
  }
}
.cid-uhFfVWQLbG .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfVWQLbG .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfVWQLbG .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfVWQLbG .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfVWQLbG .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfVWQLbG .team-item .item-image img {
  width: 100%;
}
.cid-uhFfVWQLbG .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfVWQLbG .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfVWQLbG .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfVWQLbG .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfVWQLbG .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfVWQLbG .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfVWQLbG .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfVWQLbG .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfVWQLbG .item-social {
    opacity: 1;
  }
}
.cid-uhFfZCNa7z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFfZCNa7z .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFfZCNa7z .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFfZCNa7z .container {
    max-width: 1600px;
  }
}
.cid-uhFfZCNa7z .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFfZCNa7z .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFfZCNa7z .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFfZCNa7z .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFfZCNa7z .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFfZCNa7z .team-item .item-image img {
  width: 100%;
}
.cid-uhFfZCNa7z .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFfZCNa7z .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFfZCNa7z .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFfZCNa7z .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFfZCNa7z .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFfZCNa7z .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFfZCNa7z .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFfZCNa7z .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFfZCNa7z .item-social {
    opacity: 1;
  }
}
.cid-uhFg7gtnUI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFg7gtnUI .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFg7gtnUI .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFg7gtnUI .container {
    max-width: 1600px;
  }
}
.cid-uhFg7gtnUI .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFg7gtnUI .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFg7gtnUI .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFg7gtnUI .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFg7gtnUI .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFg7gtnUI .team-item .item-image img {
  width: 100%;
}
.cid-uhFg7gtnUI .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFg7gtnUI .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFg7gtnUI .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFg7gtnUI .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFg7gtnUI .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFg7gtnUI .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFg7gtnUI .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFg7gtnUI .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFg7gtnUI .item-social {
    opacity: 1;
  }
}
.cid-uhFg8T0io8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFg8T0io8 .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFg8T0io8 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFg8T0io8 .container {
    max-width: 1600px;
  }
}
.cid-uhFg8T0io8 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFg8T0io8 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFg8T0io8 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFg8T0io8 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFg8T0io8 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFg8T0io8 .team-item .item-image img {
  width: 100%;
}
.cid-uhFg8T0io8 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFg8T0io8 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFg8T0io8 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFg8T0io8 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFg8T0io8 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFg8T0io8 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFg8T0io8 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFg8T0io8 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFg8T0io8 .item-social {
    opacity: 1;
  }
}
.cid-uhFgaqJAmY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFgaqJAmY .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFgaqJAmY .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFgaqJAmY .container {
    max-width: 1600px;
  }
}
.cid-uhFgaqJAmY .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFgaqJAmY .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFgaqJAmY .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFgaqJAmY .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFgaqJAmY .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFgaqJAmY .team-item .item-image img {
  width: 100%;
}
.cid-uhFgaqJAmY .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFgaqJAmY .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFgaqJAmY .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFgaqJAmY .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFgaqJAmY .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFgaqJAmY .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFgaqJAmY .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFgaqJAmY .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFgaqJAmY .item-social {
    opacity: 1;
  }
}
.cid-uhFgbT3Jmo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFgbT3Jmo .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFgbT3Jmo .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFgbT3Jmo .container {
    max-width: 1600px;
  }
}
.cid-uhFgbT3Jmo .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFgbT3Jmo .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFgbT3Jmo .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFgbT3Jmo .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFgbT3Jmo .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFgbT3Jmo .team-item .item-image img {
  width: 100%;
}
.cid-uhFgbT3Jmo .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFgbT3Jmo .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFgbT3Jmo .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFgbT3Jmo .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFgbT3Jmo .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFgbT3Jmo .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFgbT3Jmo .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFgbT3Jmo .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFgbT3Jmo .item-social {
    opacity: 1;
  }
}
.cid-uhFgdhtM4L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFgdhtM4L .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFgdhtM4L .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFgdhtM4L .container {
    max-width: 1600px;
  }
}
.cid-uhFgdhtM4L .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFgdhtM4L .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFgdhtM4L .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFgdhtM4L .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFgdhtM4L .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFgdhtM4L .team-item .item-image img {
  width: 100%;
}
.cid-uhFgdhtM4L .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFgdhtM4L .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFgdhtM4L .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFgdhtM4L .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFgdhtM4L .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFgdhtM4L .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFgdhtM4L .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFgdhtM4L .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFgdhtM4L .item-social {
    opacity: 1;
  }
}
.cid-uhFggm9akE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFggm9akE .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFggm9akE .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFggm9akE .container {
    max-width: 1600px;
  }
}
.cid-uhFggm9akE .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFggm9akE .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFggm9akE .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFggm9akE .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFggm9akE .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFggm9akE .team-item .item-image img {
  width: 100%;
}
.cid-uhFggm9akE .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFggm9akE .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFggm9akE .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFggm9akE .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFggm9akE .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFggm9akE .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFggm9akE .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFggm9akE .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFggm9akE .item-social {
    opacity: 1;
  }
}
.cid-uhFgil1lDe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFgil1lDe .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFgil1lDe .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFgil1lDe .container {
    max-width: 1600px;
  }
}
.cid-uhFgil1lDe .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFgil1lDe .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFgil1lDe .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFgil1lDe .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFgil1lDe .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFgil1lDe .team-item .item-image img {
  width: 100%;
}
.cid-uhFgil1lDe .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFgil1lDe .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFgil1lDe .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFgil1lDe .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFgil1lDe .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFgil1lDe .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFgil1lDe .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFgil1lDe .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFgil1lDe .item-social {
    opacity: 1;
  }
}
.cid-uhFgjRbq4u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFgjRbq4u .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFgjRbq4u .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFgjRbq4u .container {
    max-width: 1600px;
  }
}
.cid-uhFgjRbq4u .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFgjRbq4u .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFgjRbq4u .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFgjRbq4u .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFgjRbq4u .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFgjRbq4u .team-item .item-image img {
  width: 100%;
}
.cid-uhFgjRbq4u .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFgjRbq4u .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFgjRbq4u .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFgjRbq4u .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFgjRbq4u .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFgjRbq4u .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFgjRbq4u .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFgjRbq4u .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFgjRbq4u .item-social {
    opacity: 1;
  }
}
.cid-uhFglf1Fnf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFglf1Fnf .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFglf1Fnf .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFglf1Fnf .container {
    max-width: 1600px;
  }
}
.cid-uhFglf1Fnf .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFglf1Fnf .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFglf1Fnf .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFglf1Fnf .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFglf1Fnf .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFglf1Fnf .team-item .item-image img {
  width: 100%;
}
.cid-uhFglf1Fnf .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFglf1Fnf .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFglf1Fnf .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFglf1Fnf .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFglf1Fnf .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFglf1Fnf .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFglf1Fnf .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFglf1Fnf .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFglf1Fnf .item-social {
    opacity: 1;
  }
}
.cid-uhFgnDZjNp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFgnDZjNp .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFgnDZjNp .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFgnDZjNp .container {
    max-width: 1600px;
  }
}
.cid-uhFgnDZjNp .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFgnDZjNp .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFgnDZjNp .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFgnDZjNp .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFgnDZjNp .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFgnDZjNp .team-item .item-image img {
  width: 100%;
}
.cid-uhFgnDZjNp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFgnDZjNp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFgnDZjNp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFgnDZjNp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFgnDZjNp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFgnDZjNp .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFgnDZjNp .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFgnDZjNp .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFgnDZjNp .item-social {
    opacity: 1;
  }
}
.cid-uhFgps8FLz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFgps8FLz .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFgps8FLz .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFgps8FLz .container {
    max-width: 1600px;
  }
}
.cid-uhFgps8FLz .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFgps8FLz .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFgps8FLz .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFgps8FLz .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFgps8FLz .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFgps8FLz .team-item .item-image img {
  width: 100%;
}
.cid-uhFgps8FLz .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFgps8FLz .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFgps8FLz .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFgps8FLz .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFgps8FLz .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFgps8FLz .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFgps8FLz .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFgps8FLz .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFgps8FLz .item-social {
    opacity: 1;
  }
}
.cid-uhFgr6JwtI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFgr6JwtI .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFgr6JwtI .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFgr6JwtI .container {
    max-width: 1600px;
  }
}
.cid-uhFgr6JwtI .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFgr6JwtI .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFgr6JwtI .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFgr6JwtI .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFgr6JwtI .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFgr6JwtI .team-item .item-image img {
  width: 100%;
}
.cid-uhFgr6JwtI .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFgr6JwtI .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFgr6JwtI .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFgr6JwtI .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFgr6JwtI .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFgr6JwtI .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFgr6JwtI .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFgr6JwtI .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFgr6JwtI .item-social {
    opacity: 1;
  }
}
.cid-uhFgsRkpgg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFgsRkpgg .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFgsRkpgg .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFgsRkpgg .container {
    max-width: 1600px;
  }
}
.cid-uhFgsRkpgg .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFgsRkpgg .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFgsRkpgg .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFgsRkpgg .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFgsRkpgg .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFgsRkpgg .team-item .item-image img {
  width: 100%;
}
.cid-uhFgsRkpgg .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFgsRkpgg .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFgsRkpgg .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFgsRkpgg .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFgsRkpgg .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFgsRkpgg .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFgsRkpgg .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFgsRkpgg .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFgsRkpgg .item-social {
    opacity: 1;
  }
}
.cid-uhFguAlVup {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFguAlVup .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFguAlVup .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFguAlVup .container {
    max-width: 1600px;
  }
}
.cid-uhFguAlVup .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFguAlVup .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFguAlVup .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFguAlVup .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFguAlVup .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFguAlVup .team-item .item-image img {
  width: 100%;
}
.cid-uhFguAlVup .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFguAlVup .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFguAlVup .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFguAlVup .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFguAlVup .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFguAlVup .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFguAlVup .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFguAlVup .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFguAlVup .item-social {
    opacity: 1;
  }
}
.cid-uhFgvW37xN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFgvW37xN .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFgvW37xN .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFgvW37xN .container {
    max-width: 1600px;
  }
}
.cid-uhFgvW37xN .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFgvW37xN .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFgvW37xN .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFgvW37xN .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFgvW37xN .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFgvW37xN .team-item .item-image img {
  width: 100%;
}
.cid-uhFgvW37xN .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFgvW37xN .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFgvW37xN .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFgvW37xN .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFgvW37xN .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFgvW37xN .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFgvW37xN .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFgvW37xN .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFgvW37xN .item-social {
    opacity: 1;
  }
}
.cid-uhFgyrnDKm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFgyrnDKm .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFgyrnDKm .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFgyrnDKm .container {
    max-width: 1600px;
  }
}
.cid-uhFgyrnDKm .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFgyrnDKm .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFgyrnDKm .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFgyrnDKm .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFgyrnDKm .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFgyrnDKm .team-item .item-image img {
  width: 100%;
}
.cid-uhFgyrnDKm .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFgyrnDKm .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFgyrnDKm .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFgyrnDKm .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFgyrnDKm .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFgyrnDKm .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFgyrnDKm .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFgyrnDKm .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFgyrnDKm .item-social {
    opacity: 1;
  }
}
.cid-uhFgAbYMEN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uhFgAbYMEN .mbr-section-subtitle {
  color: #767676;
}
.cid-uhFgAbYMEN .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uhFgAbYMEN .container {
    max-width: 1600px;
  }
}
.cid-uhFgAbYMEN .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhFgAbYMEN .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uhFgAbYMEN .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uhFgAbYMEN .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uhFgAbYMEN .team-item:hover .item-social {
  opacity: 1;
}
.cid-uhFgAbYMEN .team-item .item-image img {
  width: 100%;
}
.cid-uhFgAbYMEN .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uhFgAbYMEN .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uhFgAbYMEN .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uhFgAbYMEN .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uhFgAbYMEN .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhFgAbYMEN .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uhFgAbYMEN .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uhFgAbYMEN .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uhFgAbYMEN .item-social {
    opacity: 1;
  }
}
.cid-uhFqaaxMI5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uhFqaaxMI5 .card {
  position: relative;
  background-image: url("../../../assets/images/w-0029-the-2-of-me-3-800x622.jpg");
  background-size: cover;
}
.cid-uhFqaaxMI5 .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uhFqaaxMI5 .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uie0Ac9H6u {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/w-0009-p-h-2-800x622bc2cdefghi-896x512.jpg");
}
.cid-uie0Ac9H6u h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uie0Ac9H6u h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uie0Ac9H6u h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uie0Ac9H6u .mbr-text,
.cid-uie0Ac9H6u .mbr-section-btn {
  color: #ffffff;
}
.cid-uie0Ac9H6u H3 {
  color: #ffffff;
}
.cid-uie0Ac9H6u H1 {
  color: #ffffff;
}
.cid-uie0sPqCud {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uie0sPqCud h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uie0sPqCud h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uie0sPqCud h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uie0sPqCud .mbr-text,
.cid-uie0sPqCud .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uie0sPqCud H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-uiYOvTGC8z {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/v043-thinking-about-thinking-1024x796-bc-2-800x622.jpg");
}
.cid-uiYOvTGC8z h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uiYOvTGC8z h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uiYOvTGC8z h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uiYOvTGC8z .mbr-text,
.cid-uiYOvTGC8z .mbr-section-btn {
  color: #ffffff;
}
.cid-uiYOvTGC8z H3 {
  color: #ffffff;
}
.cid-uiYOvTGC8z H1 {
  color: #ffffff;
}
.cid-uiYOAcrIdK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uiYOAcrIdK h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uiYOAcrIdK h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uiYOAcrIdK h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uiYOAcrIdK .mbr-text,
.cid-uiYOAcrIdK .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uiYOAcrIdK H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-ujnGpVM0yu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ujnGpVM0yu .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ujnGpVM0yu .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-ujnGpVM0yu .mbr-text,
.cid-ujnGpVM0yu .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ujnGpVM0yu img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-ujnGpVM0yu H1 {
  color: #ffffff;
}
.cid-ujnGpVM0yu H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tGfTdKsMsP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGfTdKsMsP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGfTdKsMsP a {
  font-style: normal;
}
.cid-tGfTdKsMsP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGfTdKsMsP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-tGfTdKsMsP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGfTdKsMsP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGfTdKsMsP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGfTdKsMsP .nav-item:focus,
.cid-tGfTdKsMsP .nav-link:focus {
  outline: none;
}
.cid-tGfTdKsMsP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGfTdKsMsP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGfTdKsMsP .menu-logo {
  margin-right: auto;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGfTdKsMsP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGfTdKsMsP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGfTdKsMsP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGfTdKsMsP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGfTdKsMsP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGfTdKsMsP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGfTdKsMsP button.navbar-toggler:focus {
  outline: none;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGfTdKsMsP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGfTdKsMsP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGfTdKsMsP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGfTdKsMsP .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGfTdKsMsP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGfTdKsMsP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGfTdKsMsP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGfTdKsMsP .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGfTdKsMsP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGfTdKsMsP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGfTdKsMsP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGfTdKsMsP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGfTdKsMsP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGfTdKsMsP img {
    height: 3.8rem !important;
  }
  .cid-tGfTdKsMsP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGfTdKsMsP .menu-wrap {
    flex-direction: column;
  }
  .cid-tGfTdKsMsP .btn {
    display: -webkit-flex;
  }
  .cid-tGfTdKsMsP button.navbar-toggler {
    display: block;
  }
  .cid-tGfTdKsMsP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGfTdKsMsP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGfTdKsMsP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing,
  .cid-tGfTdKsMsP .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGfTdKsMsP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGfTdKsMsP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGfTdKsMsP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGfTdKsMsP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGfTdKsMsP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGfTdKsMsP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGfTdKsMsP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGfTdKsMsP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGfTdKsMsP .nav-link:hover,
.cid-tGfTdKsMsP .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-tBCbV4C4sV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tBCbV4C4sV .media-container-row .mbr-text {
  color: #8ac8b9;
}
.cid-ujVHK4VmWx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ujVHK4VmWx .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ujVHK4VmWx .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-ujVHK4VmWx .mbr-text,
.cid-ujVHK4VmWx .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ujVHK4VmWx img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-ujVHK4VmWx H1 {
  color: #ffffff;
}
.cid-ukAIrpfLkp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ukAIrpfLkp .mbr-section-subtitle {
  color: #767676;
}
.cid-ukAIrpfLkp .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ukAIrpfLkp .container {
    max-width: 1600px;
  }
}
.cid-ukAIrpfLkp .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ukAIrpfLkp .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ukAIrpfLkp .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ukAIrpfLkp .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ukAIrpfLkp .team-item:hover .item-social {
  opacity: 1;
}
.cid-ukAIrpfLkp .team-item .item-image img {
  width: 100%;
}
.cid-ukAIrpfLkp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ukAIrpfLkp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ukAIrpfLkp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ukAIrpfLkp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ukAIrpfLkp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ukAIrpfLkp .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukAIrpfLkp .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ukAIrpfLkp .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ukAIrpfLkp .item-social {
    opacity: 1;
  }
}
.cid-ukAIrpfLkp .item-name {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-ul9xwLDqz9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ul9xwLDqz9 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ul9xwLDqz9 .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-ul9xwLDqz9 .mbr-text,
.cid-ul9xwLDqz9 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-ul9xwLDqz9 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-ul9xwLDqz9 H1 {
  color: #ffffff;
}
.cid-ul9xwLDqz9 H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-ulCXoQqwCf {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/v033-camoflauge-1-800x622.jpg");
}
.cid-ulCXoQqwCf h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ulCXoQqwCf h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulCXoQqwCf h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulCXoQqwCf .mbr-text,
.cid-ulCXoQqwCf .mbr-section-btn {
  color: #ffffff;
}
.cid-ulCXoQqwCf H3 {
  color: #ffffff;
}
.cid-ulCXoQqwCf H1 {
  color: #ffffff;
}
.cid-ulCYCkQAOl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulCYCkQAOl h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ulCYCkQAOl h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulCYCkQAOl h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulCYCkQAOl .mbr-text,
.cid-ulCYCkQAOl .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ulCYCkQAOl H1 {
  color: #ffffff;
}
.cid-ulDbtzTFE9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulDbtzTFE9 .mbr-section-subtitle {
  color: #767676;
}
.cid-ulDbtzTFE9 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ulDbtzTFE9 .container {
    max-width: 1600px;
  }
}
.cid-ulDbtzTFE9 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ulDbtzTFE9 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ulDbtzTFE9 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ulDbtzTFE9 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ulDbtzTFE9 .team-item:hover .item-social {
  opacity: 1;
}
.cid-ulDbtzTFE9 .team-item .item-image img {
  width: 100%;
}
.cid-ulDbtzTFE9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ulDbtzTFE9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ulDbtzTFE9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ulDbtzTFE9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ulDbtzTFE9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ulDbtzTFE9 .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulDbtzTFE9 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ulDbtzTFE9 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ulDbtzTFE9 .item-social {
    opacity: 1;
  }
}
.cid-ulDbtzTFE9 .item-name {
  color: #ffffff;
}
.cid-ulEhc6giwe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulEhc6giwe h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ulEhc6giwe h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulEhc6giwe h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulEhc6giwe .mbr-text,
.cid-ulEhc6giwe .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ulEhc6giwe H1 {
  color: #ffffff;
}
.cid-ulCYGdUmL9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulCYGdUmL9 .mbr-section-subtitle {
  color: #767676;
}
.cid-ulCYGdUmL9 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ulCYGdUmL9 .container {
    max-width: 1600px;
  }
}
.cid-ulCYGdUmL9 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ulCYGdUmL9 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ulCYGdUmL9 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ulCYGdUmL9 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ulCYGdUmL9 .team-item:hover .item-social {
  opacity: 1;
}
.cid-ulCYGdUmL9 .team-item .item-image img {
  width: 100%;
}
.cid-ulCYGdUmL9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ulCYGdUmL9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ulCYGdUmL9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ulCYGdUmL9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ulCYGdUmL9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ulCYGdUmL9 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulCYGdUmL9 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ulCYGdUmL9 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ulCYGdUmL9 .item-social {
    opacity: 1;
  }
}
.cid-ulCYE4VHPo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulCYE4VHPo h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ulCYE4VHPo h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulCYE4VHPo h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulCYE4VHPo .mbr-text,
.cid-ulCYE4VHPo .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ulCYE4VHPo H1 {
  color: #ffffff;
}
.cid-ulCYK37bB2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulCYK37bB2 .mbr-section-subtitle {
  color: #767676;
}
.cid-ulCYK37bB2 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-ulCYK37bB2 .container {
    max-width: 1600px;
  }
}
.cid-ulCYK37bB2 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ulCYK37bB2 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-ulCYK37bB2 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-ulCYK37bB2 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-ulCYK37bB2 .team-item:hover .item-social {
  opacity: 1;
}
.cid-ulCYK37bB2 .team-item .item-image img {
  width: 100%;
}
.cid-ulCYK37bB2 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-ulCYK37bB2 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-ulCYK37bB2 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-ulCYK37bB2 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-ulCYK37bB2 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ulCYK37bB2 .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ulCYK37bB2 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-ulCYK37bB2 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-ulCYK37bB2 .item-social {
    opacity: 1;
  }
}
.cid-ulCYK37bB2 .item-name {
  color: #cccccc;
}
.cid-ulCYLWriuC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulCYLWriuC h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-ulCYLWriuC h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulCYLWriuC h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ulCYLWriuC .mbr-text,
.cid-ulCYLWriuC .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ulCYLWriuC H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-umSp7o4D3G {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/v024-upper-management-1-800x622.jpg");
}
.cid-umSp7o4D3G h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-umSp7o4D3G h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-umSp7o4D3G h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-umSp7o4D3G .mbr-text,
.cid-umSp7o4D3G .mbr-section-btn {
  color: #ffffff;
}
.cid-umSp7o4D3G H3 {
  color: #ffffff;
}
.cid-umSp7o4D3G H1 {
  color: #ffffff;
}
.cid-umSpi6rQ1u {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umSpi6rQ1u h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-umSpi6rQ1u h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-umSpi6rQ1u h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-umSpi6rQ1u .mbr-text,
.cid-umSpi6rQ1u .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-umSpi6rQ1u H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-umWD1tLXp3 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/w-0008-stimuli-supply-800x622.jpg");
}
.cid-umWD1tLXp3 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-umWD1tLXp3 .row {
  justify-content: center;
}
.cid-umWD1tLXp3 .mbr-text,
.cid-umWD1tLXp3 .mbr-section-btn {
  color: #cccccc;
}
.cid-umWD1tLXp3 .icon-box {
  display: flex;
  align-items: center;
}
.cid-umWD1tLXp3 .item {
  display: flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-umWD1tLXp3 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-umWD1tLXp3 .date {
  margin: 0;
  color: #cccccc;
}
.cid-umWD1tLXp3 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-umWD1tLXp3 .icon-box {
    flex-direction: column;
  }
  .cid-umWD1tLXp3 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-umWD1tLXp3 img {
    margin-bottom: 2rem;
  }
}
.cid-umWF8pCWGB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umWF8pCWGB .mbr-section-subtitle {
  color: #767676;
}
.cid-umWF8pCWGB .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-umWF8pCWGB .container {
    max-width: 1600px;
  }
}
.cid-umWF8pCWGB .mbr-iconfont {
  color: #ffffff !important;
}
.cid-umWF8pCWGB .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-umWF8pCWGB .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-umWF8pCWGB .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-umWF8pCWGB .team-item:hover .item-social {
  opacity: 1;
}
.cid-umWF8pCWGB .team-item .item-image img {
  width: 100%;
}
.cid-umWF8pCWGB .team-item .item-name p {
  margin-bottom: 0;
}
.cid-umWF8pCWGB .team-item .item-role p {
  margin-bottom: 0;
}
.cid-umWF8pCWGB .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-umWF8pCWGB .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-umWF8pCWGB .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-umWF8pCWGB .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umWF8pCWGB .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-umWF8pCWGB .item-caption {
    padding: 2rem 1rem;
  }
  .cid-umWF8pCWGB .item-social {
    opacity: 1;
  }
}
.cid-umWF8pCWGB .item-name {
  color: #cccccc;
}
.cid-umWFbNTzn0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umWFbNTzn0 .mbr-section-subtitle {
  color: #767676;
}
.cid-umWFbNTzn0 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-umWFbNTzn0 .container {
    max-width: 1600px;
  }
}
.cid-umWFbNTzn0 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-umWFbNTzn0 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-umWFbNTzn0 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-umWFbNTzn0 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-umWFbNTzn0 .team-item:hover .item-social {
  opacity: 1;
}
.cid-umWFbNTzn0 .team-item .item-image img {
  width: 100%;
}
.cid-umWFbNTzn0 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-umWFbNTzn0 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-umWFbNTzn0 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-umWFbNTzn0 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-umWFbNTzn0 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-umWFbNTzn0 .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umWFbNTzn0 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-umWFbNTzn0 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-umWFbNTzn0 .item-social {
    opacity: 1;
  }
}
.cid-umWFbNTzn0 .item-name {
  color: #cccccc;
}
.cid-umWFcz3jz3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umWFcz3jz3 .mbr-section-subtitle {
  color: #767676;
}
.cid-umWFcz3jz3 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-umWFcz3jz3 .container {
    max-width: 1600px;
  }
}
.cid-umWFcz3jz3 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-umWFcz3jz3 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-umWFcz3jz3 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-umWFcz3jz3 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-umWFcz3jz3 .team-item:hover .item-social {
  opacity: 1;
}
.cid-umWFcz3jz3 .team-item .item-image img {
  width: 100%;
}
.cid-umWFcz3jz3 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-umWFcz3jz3 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-umWFcz3jz3 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-umWFcz3jz3 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-umWFcz3jz3 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-umWFcz3jz3 .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umWFcz3jz3 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-umWFcz3jz3 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-umWFcz3jz3 .item-social {
    opacity: 1;
  }
}
.cid-umWFcz3jz3 .item-name {
  color: #cccccc;
}
.cid-umWFdcK5jZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umWFdcK5jZ .mbr-section-subtitle {
  color: #767676;
}
.cid-umWFdcK5jZ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-umWFdcK5jZ .container {
    max-width: 1600px;
  }
}
.cid-umWFdcK5jZ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-umWFdcK5jZ .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-umWFdcK5jZ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-umWFdcK5jZ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-umWFdcK5jZ .team-item:hover .item-social {
  opacity: 1;
}
.cid-umWFdcK5jZ .team-item .item-image img {
  width: 100%;
}
.cid-umWFdcK5jZ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-umWFdcK5jZ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-umWFdcK5jZ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-umWFdcK5jZ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-umWFdcK5jZ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-umWFdcK5jZ .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umWFdcK5jZ .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-umWFdcK5jZ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-umWFdcK5jZ .item-social {
    opacity: 1;
  }
}
.cid-umWFdcK5jZ .item-name {
  color: #cccccc;
}
.cid-umWFdUjqvh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umWFdUjqvh .mbr-section-subtitle {
  color: #767676;
}
.cid-umWFdUjqvh .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-umWFdUjqvh .container {
    max-width: 1600px;
  }
}
.cid-umWFdUjqvh .mbr-iconfont {
  color: #ffffff !important;
}
.cid-umWFdUjqvh .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-umWFdUjqvh .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-umWFdUjqvh .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-umWFdUjqvh .team-item:hover .item-social {
  opacity: 1;
}
.cid-umWFdUjqvh .team-item .item-image img {
  width: 100%;
}
.cid-umWFdUjqvh .team-item .item-name p {
  margin-bottom: 0;
}
.cid-umWFdUjqvh .team-item .item-role p {
  margin-bottom: 0;
}
.cid-umWFdUjqvh .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-umWFdUjqvh .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-umWFdUjqvh .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-umWFdUjqvh .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umWFdUjqvh .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-umWFdUjqvh .item-caption {
    padding: 2rem 1rem;
  }
  .cid-umWFdUjqvh .item-social {
    opacity: 1;
  }
}
.cid-umWFdUjqvh .item-name {
  color: #cccccc;
}
.cid-umWFeDPFul {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umWFeDPFul .mbr-section-subtitle {
  color: #767676;
}
.cid-umWFeDPFul .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-umWFeDPFul .container {
    max-width: 1600px;
  }
}
.cid-umWFeDPFul .mbr-iconfont {
  color: #ffffff !important;
}
.cid-umWFeDPFul .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-umWFeDPFul .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-umWFeDPFul .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-umWFeDPFul .team-item:hover .item-social {
  opacity: 1;
}
.cid-umWFeDPFul .team-item .item-image img {
  width: 100%;
}
.cid-umWFeDPFul .team-item .item-name p {
  margin-bottom: 0;
}
.cid-umWFeDPFul .team-item .item-role p {
  margin-bottom: 0;
}
.cid-umWFeDPFul .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-umWFeDPFul .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-umWFeDPFul .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-umWFeDPFul .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umWFeDPFul .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-umWFeDPFul .item-caption {
    padding: 2rem 1rem;
  }
  .cid-umWFeDPFul .item-social {
    opacity: 1;
  }
}
.cid-umWFeDPFul .item-name {
  color: #cccccc;
}
.cid-umWFfkskDw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umWFfkskDw .mbr-section-subtitle {
  color: #767676;
}
.cid-umWFfkskDw .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-umWFfkskDw .container {
    max-width: 1600px;
  }
}
.cid-umWFfkskDw .mbr-iconfont {
  color: #ffffff !important;
}
.cid-umWFfkskDw .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-umWFfkskDw .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-umWFfkskDw .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-umWFfkskDw .team-item:hover .item-social {
  opacity: 1;
}
.cid-umWFfkskDw .team-item .item-image img {
  width: 100%;
}
.cid-umWFfkskDw .team-item .item-name p {
  margin-bottom: 0;
}
.cid-umWFfkskDw .team-item .item-role p {
  margin-bottom: 0;
}
.cid-umWFfkskDw .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-umWFfkskDw .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-umWFfkskDw .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-umWFfkskDw .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umWFfkskDw .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-umWFfkskDw .item-caption {
    padding: 2rem 1rem;
  }
  .cid-umWFfkskDw .item-social {
    opacity: 1;
  }
}
.cid-umWFfkskDw .item-name {
  color: #cccccc;
}
.cid-umWFfZSOof {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umWFfZSOof .mbr-section-subtitle {
  color: #767676;
}
.cid-umWFfZSOof .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-umWFfZSOof .container {
    max-width: 1600px;
  }
}
.cid-umWFfZSOof .mbr-iconfont {
  color: #ffffff !important;
}
.cid-umWFfZSOof .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-umWFfZSOof .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-umWFfZSOof .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-umWFfZSOof .team-item:hover .item-social {
  opacity: 1;
}
.cid-umWFfZSOof .team-item .item-image img {
  width: 100%;
}
.cid-umWFfZSOof .team-item .item-name p {
  margin-bottom: 0;
}
.cid-umWFfZSOof .team-item .item-role p {
  margin-bottom: 0;
}
.cid-umWFfZSOof .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-umWFfZSOof .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-umWFfZSOof .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-umWFfZSOof .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umWFfZSOof .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-umWFfZSOof .item-caption {
    padding: 2rem 1rem;
  }
  .cid-umWFfZSOof .item-social {
    opacity: 1;
  }
}
.cid-umWFfZSOof .item-name {
  color: #cccccc;
}
.cid-umWFgL8yQl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umWFgL8yQl .mbr-section-subtitle {
  color: #767676;
}
.cid-umWFgL8yQl .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-umWFgL8yQl .container {
    max-width: 1600px;
  }
}
.cid-umWFgL8yQl .mbr-iconfont {
  color: #ffffff !important;
}
.cid-umWFgL8yQl .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-umWFgL8yQl .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-umWFgL8yQl .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-umWFgL8yQl .team-item:hover .item-social {
  opacity: 1;
}
.cid-umWFgL8yQl .team-item .item-image img {
  width: 100%;
}
.cid-umWFgL8yQl .team-item .item-name p {
  margin-bottom: 0;
}
.cid-umWFgL8yQl .team-item .item-role p {
  margin-bottom: 0;
}
.cid-umWFgL8yQl .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-umWFgL8yQl .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-umWFgL8yQl .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-umWFgL8yQl .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umWFgL8yQl .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-umWFgL8yQl .item-caption {
    padding: 2rem 1rem;
  }
  .cid-umWFgL8yQl .item-social {
    opacity: 1;
  }
}
.cid-umWFgL8yQl .item-name {
  color: #cccccc;
}
.cid-umWFi9Of4V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umWFi9Of4V .mbr-section-subtitle {
  color: #767676;
}
.cid-umWFi9Of4V .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-umWFi9Of4V .container {
    max-width: 1600px;
  }
}
.cid-umWFi9Of4V .mbr-iconfont {
  color: #ffffff !important;
}
.cid-umWFi9Of4V .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-umWFi9Of4V .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-umWFi9Of4V .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-umWFi9Of4V .team-item:hover .item-social {
  opacity: 1;
}
.cid-umWFi9Of4V .team-item .item-image img {
  width: 100%;
}
.cid-umWFi9Of4V .team-item .item-name p {
  margin-bottom: 0;
}
.cid-umWFi9Of4V .team-item .item-role p {
  margin-bottom: 0;
}
.cid-umWFi9Of4V .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-umWFi9Of4V .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-umWFi9Of4V .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-umWFi9Of4V .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umWFi9Of4V .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-umWFi9Of4V .item-caption {
    padding: 2rem 1rem;
  }
  .cid-umWFi9Of4V .item-social {
    opacity: 1;
  }
}
.cid-umWFi9Of4V .item-name {
  color: #cccccc;
}
.cid-umWFhq8Me1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umWFhq8Me1 .mbr-section-subtitle {
  color: #767676;
}
.cid-umWFhq8Me1 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-umWFhq8Me1 .container {
    max-width: 1600px;
  }
}
.cid-umWFhq8Me1 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-umWFhq8Me1 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-umWFhq8Me1 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-umWFhq8Me1 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-umWFhq8Me1 .team-item:hover .item-social {
  opacity: 1;
}
.cid-umWFhq8Me1 .team-item .item-image img {
  width: 100%;
}
.cid-umWFhq8Me1 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-umWFhq8Me1 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-umWFhq8Me1 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-umWFhq8Me1 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-umWFhq8Me1 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-umWFhq8Me1 .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umWFhq8Me1 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-umWFhq8Me1 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-umWFhq8Me1 .item-social {
    opacity: 1;
  }
}
.cid-umWFhq8Me1 .item-name {
  color: #cccccc;
}
.cid-umWFaXaoq4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umWFaXaoq4 .mbr-section-subtitle {
  color: #767676;
}
.cid-umWFaXaoq4 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-umWFaXaoq4 .container {
    max-width: 1600px;
  }
}
.cid-umWFaXaoq4 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-umWFaXaoq4 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-umWFaXaoq4 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-umWFaXaoq4 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-umWFaXaoq4 .team-item:hover .item-social {
  opacity: 1;
}
.cid-umWFaXaoq4 .team-item .item-image img {
  width: 100%;
}
.cid-umWFaXaoq4 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-umWFaXaoq4 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-umWFaXaoq4 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-umWFaXaoq4 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-umWFaXaoq4 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-umWFaXaoq4 .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umWFaXaoq4 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-umWFaXaoq4 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-umWFaXaoq4 .item-social {
    opacity: 1;
  }
}
.cid-umWFaXaoq4 .item-name {
  color: #cccccc;
}
.cid-umWF9tzYWU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umWF9tzYWU .mbr-section-subtitle {
  color: #767676;
}
.cid-umWF9tzYWU .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-umWF9tzYWU .container {
    max-width: 1600px;
  }
}
.cid-umWF9tzYWU .mbr-iconfont {
  color: #ffffff !important;
}
.cid-umWF9tzYWU .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-umWF9tzYWU .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-umWF9tzYWU .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-umWF9tzYWU .team-item:hover .item-social {
  opacity: 1;
}
.cid-umWF9tzYWU .team-item .item-image img {
  width: 100%;
}
.cid-umWF9tzYWU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-umWF9tzYWU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-umWF9tzYWU .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-umWF9tzYWU .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-umWF9tzYWU .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-umWF9tzYWU .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-umWF9tzYWU .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-umWF9tzYWU .item-caption {
    padding: 2rem 1rem;
  }
  .cid-umWF9tzYWU .item-social {
    opacity: 1;
  }
}
.cid-umWF9tzYWU .item-name {
  color: #cccccc;
}
.cid-umWFkcyB5P {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-umWFkcyB5P h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-umWFkcyB5P h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-umWFkcyB5P h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-umWFkcyB5P .mbr-text,
.cid-umWFkcyB5P .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-umWFkcyB5P H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-unSUpkNoYs {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/v024-upper-management-1-800x622.jpg");
}
.cid-unSUpkNoYs h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-unSUpkNoYs h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-unSUpkNoYs h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-unSUpkNoYs .mbr-text,
.cid-unSUpkNoYs .mbr-section-btn {
  color: #ffffff;
}
.cid-unSUpkNoYs H3 {
  color: #ffffff;
}
.cid-unSUpkNoYs H1 {
  color: #ffffff;
}
.cid-unSUxlUgNe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-unSUxlUgNe h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-unSUxlUgNe h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-unSUxlUgNe h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-unSUxlUgNe .mbr-text,
.cid-unSUxlUgNe .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-unSUxlUgNe H1 {
  color: #ffffff;
}
.cid-uot1GJ9eUp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uot1GJ9eUp .mbr-section-subtitle {
  color: #767676;
}
.cid-uot1GJ9eUp .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uot1GJ9eUp .container {
    max-width: 1600px;
  }
}
.cid-uot1GJ9eUp .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uot1GJ9eUp .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uot1GJ9eUp .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uot1GJ9eUp .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uot1GJ9eUp .team-item:hover .item-social {
  opacity: 1;
}
.cid-uot1GJ9eUp .team-item .item-image img {
  width: 100%;
}
.cid-uot1GJ9eUp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uot1GJ9eUp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uot1GJ9eUp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uot1GJ9eUp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uot1GJ9eUp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uot1GJ9eUp .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uot1GJ9eUp .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uot1GJ9eUp .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uot1GJ9eUp .item-social {
    opacity: 1;
  }
}
.cid-uot1GJ9eUp .item-name {
  color: #cccccc;
}
.cid-uot29kFAy1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uot29kFAy1 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uot29kFAy1 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uot29kFAy1 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uot29kFAy1 .mbr-text,
.cid-uot29kFAy1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uot29kFAy1 H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-urMoDJZufu {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/w-0054-being-creative-3-800x622.jpg");
}
.cid-urMoDJZufu h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-urMoDJZufu h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-urMoDJZufu h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-urMoDJZufu .mbr-text,
.cid-urMoDJZufu .mbr-section-btn {
  color: #ffffff;
}
.cid-urMoDJZufu H3 {
  color: #ffffff;
}
.cid-urMoDJZufu H1 {
  color: #ffffff;
}
.cid-urMoG7mU0S {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-urMoG7mU0S h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-urMoG7mU0S h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-urMoG7mU0S h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-urMoG7mU0S .mbr-text,
.cid-urMoG7mU0S .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-urMoG7mU0S H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-usqgjxClCo {
  padding-top: 150px;
  padding-bottom: 60px;
}
.cid-usqgjxClCo h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-usqgjxClCo h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-usqgjxClCo h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-usqgjxClCo .mbr-text,
.cid-usqgjxClCo .mbr-section-btn {
  color: #ffffff;
}
.cid-usqgjxClCo H3 {
  color: #ffffff;
}
.cid-usqgjxClCo H1 {
  color: #ffffff;
}
.cid-usqgn11L0t {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-usqgn11L0t h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-usqgn11L0t h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-usqgn11L0t h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-usqgn11L0t .mbr-text,
.cid-usqgn11L0t .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-usqgn11L0t H1 {
  color: #ffffff;
}
.cid-usqfGrjnrN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-usqfGrjnrN {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-usqfGrjnrN .box {
  background-image: url("../../../assets/images/v016-a-deep-rooted-sorrow-1-800x622.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usqfGrjnrN .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-usqfGrjnrN .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-usqfGrjnrN .icon-wrap span {
  padding-left: 8px;
}
.cid-usqfGrjnrN .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #f7ed4a !important;
}
.cid-usqfGrjnrN .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-usqfGrjnrN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-usqfGrjnrN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-usqfGrjnrN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-usqfGrjnrN a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-usqfGrjnrN a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-usqfGrjnrN {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-usqfGrjnrN .box {
    height: 250px;
  }
}
.cid-usqgoxNrtH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-usqgoxNrtH h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-usqgoxNrtH h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-usqgoxNrtH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-usqgoxNrtH .mbr-text,
.cid-usqgoxNrtH .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-usqgoxNrtH H1 {
  color: #ffffff;
}
.cid-usqg910roQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-usqg910roQ {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-usqg910roQ .box {
  background-image: url("../../../assets/images/v015-bizarre-babushka-1-800x622.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usqg910roQ .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-usqg910roQ .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-usqg910roQ .icon-wrap span {
  padding-left: 8px;
}
.cid-usqg910roQ .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #f7ed4a !important;
}
.cid-usqg910roQ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-usqg910roQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-usqg910roQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-usqg910roQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-usqg910roQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-usqg910roQ a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-usqg910roQ {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-usqg910roQ .box {
    height: 250px;
  }
}
.cid-usqgpyLBte {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-usqgpyLBte h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-usqgpyLBte h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-usqgpyLBte h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-usqgpyLBte .mbr-text,
.cid-usqgpyLBte .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-usqgpyLBte H1 {
  color: #ffffff;
}
.cid-usqgaE8KaL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-usqgaE8KaL {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-usqgaE8KaL .box {
  background-image: url("../../../assets/images/w-0003-daisy-field-1-800x622.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usqgaE8KaL .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-usqgaE8KaL .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-usqgaE8KaL .icon-wrap span {
  padding-left: 8px;
}
.cid-usqgaE8KaL .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #f7ed4a !important;
}
.cid-usqgaE8KaL .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-usqgaE8KaL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-usqgaE8KaL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-usqgaE8KaL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-usqgaE8KaL a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-usqgaE8KaL a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-usqgaE8KaL {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-usqgaE8KaL .box {
    height: 250px;
  }
}
.cid-usqgrCW9oH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-usqgrCW9oH h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-usqgrCW9oH h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-usqgrCW9oH h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-usqgrCW9oH .mbr-text,
.cid-usqgrCW9oH .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-usqgrCW9oH H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uuij1s6OvG {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1a12bcd-1024x757.jpg");
}
.cid-uuij1s6OvG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uuij1s6OvG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uuij1s6OvG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uuij1s6OvG .mbr-text,
.cid-uuij1s6OvG .mbr-section-btn {
  color: #ffffff;
}
.cid-uuij1s6OvG H3 {
  color: #ffffff;
}
.cid-uuij1s6OvG H1 {
  color: #ffffff;
}
.cid-uuij5NKmsa {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uuij5NKmsa h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uuij5NKmsa h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uuij5NKmsa h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uuij5NKmsa .mbr-text,
.cid-uuij5NKmsa .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uuij5NKmsa H1 {
  color: #ffffff;
}
.cid-uuoyoUUipd {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/1a111-1890x929.jpg");
}
.cid-uuoyoUUipd .btn {
  margin: 0.2rem!important;
}
.cid-uuoyoUUipd .row {
  justify-content: flex-end;
}
.cid-uuoyoUUipd .mbr-text,
.cid-uuoyoUUipd .mbr-section-btn {
  color: #cccccc;
}
.cid-uuoyoUUipd H3 {
  color: #cccccc;
}
.cid-uvno04gHoy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uvno04gHoy h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uvno04gHoy h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvno04gHoy h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uvno04gHoy .mbr-text,
.cid-uvno04gHoy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uvno04gHoy H1 {
  color: #ffffff;
}
.cid-uv5rKvIc8d .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uv5rKvIc8d .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uv5rKvIc8d a {
  font-style: normal;
}
.cid-uv5rKvIc8d .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uv5rKvIc8d .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-uv5rKvIc8d .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uv5rKvIc8d .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uv5rKvIc8d .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uv5rKvIc8d .nav-item:focus,
.cid-uv5rKvIc8d .nav-link:focus {
  outline: none;
}
.cid-uv5rKvIc8d .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uv5rKvIc8d .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uv5rKvIc8d .menu-logo {
  margin-right: auto;
}
.cid-uv5rKvIc8d .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uv5rKvIc8d .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uv5rKvIc8d .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uv5rKvIc8d .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uv5rKvIc8d .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uv5rKvIc8d .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uv5rKvIc8d .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uv5rKvIc8d .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uv5rKvIc8d .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uv5rKvIc8d .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uv5rKvIc8d .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uv5rKvIc8d .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uv5rKvIc8d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uv5rKvIc8d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uv5rKvIc8d .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uv5rKvIc8d .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uv5rKvIc8d .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uv5rKvIc8d .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uv5rKvIc8d .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uv5rKvIc8d .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uv5rKvIc8d .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uv5rKvIc8d .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uv5rKvIc8d .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uv5rKvIc8d button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uv5rKvIc8d button.navbar-toggler:focus {
  outline: none;
}
.cid-uv5rKvIc8d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uv5rKvIc8d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uv5rKvIc8d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uv5rKvIc8d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uv5rKvIc8d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uv5rKvIc8d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uv5rKvIc8d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uv5rKvIc8d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uv5rKvIc8d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uv5rKvIc8d .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uv5rKvIc8d .collapsed .btn {
  display: -webkit-flex;
}
.cid-uv5rKvIc8d .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uv5rKvIc8d .collapsed .navbar-collapse.collapsing,
.cid-uv5rKvIc8d .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uv5rKvIc8d .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uv5rKvIc8d .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uv5rKvIc8d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uv5rKvIc8d .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uv5rKvIc8d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uv5rKvIc8d .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uv5rKvIc8d .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uv5rKvIc8d .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uv5rKvIc8d .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uv5rKvIc8d .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uv5rKvIc8d .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uv5rKvIc8d .collapsed button.navbar-toggler {
  display: block;
}
.cid-uv5rKvIc8d .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uv5rKvIc8d .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uv5rKvIc8d .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uv5rKvIc8d .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uv5rKvIc8d .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uv5rKvIc8d .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uv5rKvIc8d.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uv5rKvIc8d img {
    height: 3.8rem !important;
  }
  .cid-uv5rKvIc8d .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uv5rKvIc8d .menu-wrap {
    flex-direction: column;
  }
  .cid-uv5rKvIc8d .btn {
    display: -webkit-flex;
  }
  .cid-uv5rKvIc8d button.navbar-toggler {
    display: block;
  }
  .cid-uv5rKvIc8d .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uv5rKvIc8d .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uv5rKvIc8d .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uv5rKvIc8d .navbar-collapse.collapsing,
  .cid-uv5rKvIc8d .navbar-collapse.show {
    display: block !important;
  }
  .cid-uv5rKvIc8d .navbar-collapse.collapsing .navbar-nav,
  .cid-uv5rKvIc8d .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uv5rKvIc8d .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uv5rKvIc8d .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uv5rKvIc8d .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uv5rKvIc8d .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uv5rKvIc8d .navbar-collapse.collapsing .navbar-buttons,
  .cid-uv5rKvIc8d .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uv5rKvIc8d .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uv5rKvIc8d .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uv5rKvIc8d .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uv5rKvIc8d .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uv5rKvIc8d .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uv5rKvIc8d .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uv5rKvIc8d .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rKvIc8d .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uv5rKvIc8d .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uv5rKvIc8d .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uv5rKvIc8d .nav-link:hover,
.cid-uv5rKvIc8d .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-uv5rKx8P9A {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/v00a14-see-what-we-1-800x622.jpg");
}
.cid-uv5rKx8P9A .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rKx8P9A .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-uv5rKx8P9A .mbr-text,
.cid-uv5rKx8P9A .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uv5rKx8P9A img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-uv5rKx8P9A H1 {
  color: #ffffff;
}
.cid-uv5rKx8P9A H3 {
  color: #f1edb9;
}
.cid-uv5rKA141e {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rKA141e .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rKA141e .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rKA141e .container {
    max-width: 1600px;
  }
}
.cid-uv5rKA141e .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rKA141e .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rKA141e .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rKA141e .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rKA141e .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rKA141e .team-item .item-image img {
  width: 100%;
}
.cid-uv5rKA141e .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rKA141e .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rKA141e .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rKA141e .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rKA141e .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rKA141e .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rKA141e .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rKA141e .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rKA141e .item-social {
    opacity: 1;
  }
}
.cid-uv5rKFOgb3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rKFOgb3 .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rKFOgb3 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rKFOgb3 .container {
    max-width: 1600px;
  }
}
.cid-uv5rKFOgb3 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rKFOgb3 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rKFOgb3 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rKFOgb3 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rKFOgb3 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rKFOgb3 .team-item .item-image img {
  width: 100%;
}
.cid-uv5rKFOgb3 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rKFOgb3 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rKFOgb3 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rKFOgb3 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rKFOgb3 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rKFOgb3 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rKFOgb3 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rKFOgb3 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rKFOgb3 .item-social {
    opacity: 1;
  }
}
.cid-uv5rKJLaD0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rKJLaD0 .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rKJLaD0 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rKJLaD0 .container {
    max-width: 1600px;
  }
}
.cid-uv5rKJLaD0 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rKJLaD0 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rKJLaD0 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rKJLaD0 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rKJLaD0 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rKJLaD0 .team-item .item-image img {
  width: 100%;
}
.cid-uv5rKJLaD0 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rKJLaD0 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rKJLaD0 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rKJLaD0 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rKJLaD0 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rKJLaD0 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rKJLaD0 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rKJLaD0 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rKJLaD0 .item-social {
    opacity: 1;
  }
}
.cid-uv5rKMNJQJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rKMNJQJ .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rKMNJQJ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rKMNJQJ .container {
    max-width: 1600px;
  }
}
.cid-uv5rKMNJQJ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rKMNJQJ .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rKMNJQJ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rKMNJQJ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rKMNJQJ .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rKMNJQJ .team-item .item-image img {
  width: 100%;
}
.cid-uv5rKMNJQJ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rKMNJQJ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rKMNJQJ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rKMNJQJ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rKMNJQJ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rKMNJQJ .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rKMNJQJ .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rKMNJQJ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rKMNJQJ .item-social {
    opacity: 1;
  }
}
.cid-uv5rKQ4rjt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rKQ4rjt .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rKQ4rjt .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rKQ4rjt .container {
    max-width: 1600px;
  }
}
.cid-uv5rKQ4rjt .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rKQ4rjt .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rKQ4rjt .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rKQ4rjt .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rKQ4rjt .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rKQ4rjt .team-item .item-image img {
  width: 100%;
}
.cid-uv5rKQ4rjt .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rKQ4rjt .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rKQ4rjt .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rKQ4rjt .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rKQ4rjt .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rKQ4rjt .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rKQ4rjt .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rKQ4rjt .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rKQ4rjt .item-social {
    opacity: 1;
  }
}
.cid-uv5rKSsY1V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rKSsY1V .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rKSsY1V .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rKSsY1V .container {
    max-width: 1600px;
  }
}
.cid-uv5rKSsY1V .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rKSsY1V .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rKSsY1V .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rKSsY1V .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rKSsY1V .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rKSsY1V .team-item .item-image img {
  width: 100%;
}
.cid-uv5rKSsY1V .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rKSsY1V .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rKSsY1V .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rKSsY1V .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rKSsY1V .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rKSsY1V .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rKSsY1V .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rKSsY1V .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rKSsY1V .item-social {
    opacity: 1;
  }
}
.cid-uv5rKWpaBq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rKWpaBq .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rKWpaBq .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rKWpaBq .container {
    max-width: 1600px;
  }
}
.cid-uv5rKWpaBq .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rKWpaBq .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rKWpaBq .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rKWpaBq .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rKWpaBq .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rKWpaBq .team-item .item-image img {
  width: 100%;
}
.cid-uv5rKWpaBq .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rKWpaBq .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rKWpaBq .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rKWpaBq .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rKWpaBq .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rKWpaBq .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rKWpaBq .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rKWpaBq .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rKWpaBq .item-social {
    opacity: 1;
  }
}
.cid-uv5rKZrSKU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rKZrSKU .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rKZrSKU .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rKZrSKU .container {
    max-width: 1600px;
  }
}
.cid-uv5rKZrSKU .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rKZrSKU .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rKZrSKU .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rKZrSKU .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rKZrSKU .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rKZrSKU .team-item .item-image img {
  width: 100%;
}
.cid-uv5rKZrSKU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rKZrSKU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rKZrSKU .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rKZrSKU .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rKZrSKU .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rKZrSKU .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rKZrSKU .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rKZrSKU .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rKZrSKU .item-social {
    opacity: 1;
  }
}
.cid-uv5rL2GPMv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rL2GPMv .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rL2GPMv .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rL2GPMv .container {
    max-width: 1600px;
  }
}
.cid-uv5rL2GPMv .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rL2GPMv .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rL2GPMv .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rL2GPMv .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rL2GPMv .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rL2GPMv .team-item .item-image img {
  width: 100%;
}
.cid-uv5rL2GPMv .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rL2GPMv .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rL2GPMv .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rL2GPMv .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rL2GPMv .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rL2GPMv .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rL2GPMv .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rL2GPMv .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rL2GPMv .item-social {
    opacity: 1;
  }
}
.cid-uv5rL4xw73 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rL4xw73 .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rL4xw73 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rL4xw73 .container {
    max-width: 1600px;
  }
}
.cid-uv5rL4xw73 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rL4xw73 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rL4xw73 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rL4xw73 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rL4xw73 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rL4xw73 .team-item .item-image img {
  width: 100%;
}
.cid-uv5rL4xw73 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rL4xw73 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rL4xw73 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rL4xw73 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rL4xw73 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rL4xw73 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rL4xw73 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rL4xw73 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rL4xw73 .item-social {
    opacity: 1;
  }
}
.cid-uv5rL7zgWd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rL7zgWd .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rL7zgWd .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rL7zgWd .container {
    max-width: 1600px;
  }
}
.cid-uv5rL7zgWd .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rL7zgWd .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rL7zgWd .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rL7zgWd .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rL7zgWd .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rL7zgWd .team-item .item-image img {
  width: 100%;
}
.cid-uv5rL7zgWd .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rL7zgWd .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rL7zgWd .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rL7zgWd .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rL7zgWd .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rL7zgWd .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rL7zgWd .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rL7zgWd .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rL7zgWd .item-social {
    opacity: 1;
  }
}
.cid-uv5rLaIsEX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rLaIsEX .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rLaIsEX .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rLaIsEX .container {
    max-width: 1600px;
  }
}
.cid-uv5rLaIsEX .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rLaIsEX .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rLaIsEX .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rLaIsEX .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rLaIsEX .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rLaIsEX .team-item .item-image img {
  width: 100%;
}
.cid-uv5rLaIsEX .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rLaIsEX .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rLaIsEX .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rLaIsEX .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rLaIsEX .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rLaIsEX .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rLaIsEX .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rLaIsEX .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rLaIsEX .item-social {
    opacity: 1;
  }
}
.cid-uv5rLe8RlI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rLe8RlI .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rLe8RlI .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rLe8RlI .container {
    max-width: 1600px;
  }
}
.cid-uv5rLe8RlI .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rLe8RlI .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rLe8RlI .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rLe8RlI .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rLe8RlI .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rLe8RlI .team-item .item-image img {
  width: 100%;
}
.cid-uv5rLe8RlI .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rLe8RlI .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rLe8RlI .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rLe8RlI .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rLe8RlI .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rLe8RlI .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rLe8RlI .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rLe8RlI .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rLe8RlI .item-social {
    opacity: 1;
  }
}
.cid-uv5rLhgE3I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rLhgE3I .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rLhgE3I .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rLhgE3I .container {
    max-width: 1600px;
  }
}
.cid-uv5rLhgE3I .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rLhgE3I .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rLhgE3I .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rLhgE3I .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rLhgE3I .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rLhgE3I .team-item .item-image img {
  width: 100%;
}
.cid-uv5rLhgE3I .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rLhgE3I .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rLhgE3I .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rLhgE3I .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rLhgE3I .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rLhgE3I .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rLhgE3I .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rLhgE3I .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rLhgE3I .item-social {
    opacity: 1;
  }
}
.cid-uv5rLlplZL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rLlplZL .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rLlplZL .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rLlplZL .container {
    max-width: 1600px;
  }
}
.cid-uv5rLlplZL .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rLlplZL .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rLlplZL .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rLlplZL .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rLlplZL .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rLlplZL .team-item .item-image img {
  width: 100%;
}
.cid-uv5rLlplZL .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rLlplZL .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rLlplZL .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rLlplZL .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rLlplZL .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rLlplZL .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rLlplZL .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rLlplZL .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rLlplZL .item-social {
    opacity: 1;
  }
}
.cid-uv5rLoZNNr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rLoZNNr .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rLoZNNr .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rLoZNNr .container {
    max-width: 1600px;
  }
}
.cid-uv5rLoZNNr .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rLoZNNr .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rLoZNNr .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rLoZNNr .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rLoZNNr .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rLoZNNr .team-item .item-image img {
  width: 100%;
}
.cid-uv5rLoZNNr .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rLoZNNr .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rLoZNNr .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rLoZNNr .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rLoZNNr .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rLoZNNr .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rLoZNNr .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rLoZNNr .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rLoZNNr .item-social {
    opacity: 1;
  }
}
.cid-uv5rLtpl3l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rLtpl3l .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rLtpl3l .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rLtpl3l .container {
    max-width: 1600px;
  }
}
.cid-uv5rLtpl3l .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rLtpl3l .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rLtpl3l .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rLtpl3l .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rLtpl3l .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rLtpl3l .team-item .item-image img {
  width: 100%;
}
.cid-uv5rLtpl3l .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rLtpl3l .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rLtpl3l .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rLtpl3l .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rLtpl3l .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rLtpl3l .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rLtpl3l .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rLtpl3l .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rLtpl3l .item-social {
    opacity: 1;
  }
}
.cid-uv5rLz8WxC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rLz8WxC .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rLz8WxC .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rLz8WxC .container {
    max-width: 1600px;
  }
}
.cid-uv5rLz8WxC .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rLz8WxC .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rLz8WxC .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rLz8WxC .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rLz8WxC .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rLz8WxC .team-item .item-image img {
  width: 100%;
}
.cid-uv5rLz8WxC .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rLz8WxC .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rLz8WxC .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rLz8WxC .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rLz8WxC .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rLz8WxC .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rLz8WxC .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rLz8WxC .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rLz8WxC .item-social {
    opacity: 1;
  }
}
.cid-uv5rLEMNUR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rLEMNUR .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rLEMNUR .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rLEMNUR .container {
    max-width: 1600px;
  }
}
.cid-uv5rLEMNUR .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rLEMNUR .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rLEMNUR .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rLEMNUR .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rLEMNUR .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rLEMNUR .team-item .item-image img {
  width: 100%;
}
.cid-uv5rLEMNUR .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rLEMNUR .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rLEMNUR .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rLEMNUR .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rLEMNUR .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rLEMNUR .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rLEMNUR .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rLEMNUR .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rLEMNUR .item-social {
    opacity: 1;
  }
}
.cid-uv5rLIa0WT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rLIa0WT .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rLIa0WT .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rLIa0WT .container {
    max-width: 1600px;
  }
}
.cid-uv5rLIa0WT .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rLIa0WT .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rLIa0WT .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rLIa0WT .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rLIa0WT .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rLIa0WT .team-item .item-image img {
  width: 100%;
}
.cid-uv5rLIa0WT .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rLIa0WT .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rLIa0WT .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rLIa0WT .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rLIa0WT .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rLIa0WT .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rLIa0WT .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rLIa0WT .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rLIa0WT .item-social {
    opacity: 1;
  }
}
.cid-uv5rLKn7AZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rLKn7AZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rLKn7AZ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rLKn7AZ .container {
    max-width: 1600px;
  }
}
.cid-uv5rLKn7AZ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rLKn7AZ .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rLKn7AZ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rLKn7AZ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rLKn7AZ .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rLKn7AZ .team-item .item-image img {
  width: 100%;
}
.cid-uv5rLKn7AZ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rLKn7AZ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rLKn7AZ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rLKn7AZ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rLKn7AZ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rLKn7AZ .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rLKn7AZ .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rLKn7AZ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rLKn7AZ .item-social {
    opacity: 1;
  }
}
.cid-uv5rLNC2MK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rLNC2MK .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rLNC2MK .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rLNC2MK .container {
    max-width: 1600px;
  }
}
.cid-uv5rLNC2MK .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rLNC2MK .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rLNC2MK .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rLNC2MK .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rLNC2MK .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rLNC2MK .team-item .item-image img {
  width: 100%;
}
.cid-uv5rLNC2MK .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rLNC2MK .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rLNC2MK .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rLNC2MK .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rLNC2MK .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rLNC2MK .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rLNC2MK .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rLNC2MK .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rLNC2MK .item-social {
    opacity: 1;
  }
}
.cid-uv5rLQQwjo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rLQQwjo .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rLQQwjo .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rLQQwjo .container {
    max-width: 1600px;
  }
}
.cid-uv5rLQQwjo .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rLQQwjo .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rLQQwjo .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rLQQwjo .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rLQQwjo .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rLQQwjo .team-item .item-image img {
  width: 100%;
}
.cid-uv5rLQQwjo .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rLQQwjo .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rLQQwjo .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rLQQwjo .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rLQQwjo .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rLQQwjo .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rLQQwjo .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rLQQwjo .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rLQQwjo .item-social {
    opacity: 1;
  }
}
.cid-uv5rLUmCRT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rLUmCRT .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rLUmCRT .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rLUmCRT .container {
    max-width: 1600px;
  }
}
.cid-uv5rLUmCRT .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rLUmCRT .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rLUmCRT .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rLUmCRT .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rLUmCRT .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rLUmCRT .team-item .item-image img {
  width: 100%;
}
.cid-uv5rLUmCRT .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rLUmCRT .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rLUmCRT .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rLUmCRT .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rLUmCRT .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rLUmCRT .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rLUmCRT .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rLUmCRT .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rLUmCRT .item-social {
    opacity: 1;
  }
}
.cid-uv5rLXxRGn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rLXxRGn .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rLXxRGn .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rLXxRGn .container {
    max-width: 1600px;
  }
}
.cid-uv5rLXxRGn .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rLXxRGn .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rLXxRGn .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rLXxRGn .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rLXxRGn .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rLXxRGn .team-item .item-image img {
  width: 100%;
}
.cid-uv5rLXxRGn .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rLXxRGn .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rLXxRGn .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rLXxRGn .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rLXxRGn .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rLXxRGn .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rLXxRGn .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rLXxRGn .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rLXxRGn .item-social {
    opacity: 1;
  }
}
.cid-uv5rLZKqdf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rLZKqdf .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rLZKqdf .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rLZKqdf .container {
    max-width: 1600px;
  }
}
.cid-uv5rLZKqdf .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rLZKqdf .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rLZKqdf .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rLZKqdf .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rLZKqdf .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rLZKqdf .team-item .item-image img {
  width: 100%;
}
.cid-uv5rLZKqdf .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rLZKqdf .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rLZKqdf .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rLZKqdf .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rLZKqdf .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rLZKqdf .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rLZKqdf .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rLZKqdf .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rLZKqdf .item-social {
    opacity: 1;
  }
}
.cid-uv5rM3EHdr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rM3EHdr .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rM3EHdr .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rM3EHdr .container {
    max-width: 1600px;
  }
}
.cid-uv5rM3EHdr .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rM3EHdr .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rM3EHdr .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rM3EHdr .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rM3EHdr .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rM3EHdr .team-item .item-image img {
  width: 100%;
}
.cid-uv5rM3EHdr .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rM3EHdr .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rM3EHdr .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rM3EHdr .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rM3EHdr .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rM3EHdr .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rM3EHdr .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rM3EHdr .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rM3EHdr .item-social {
    opacity: 1;
  }
}
.cid-uv5rM77TLc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rM77TLc .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rM77TLc .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rM77TLc .container {
    max-width: 1600px;
  }
}
.cid-uv5rM77TLc .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rM77TLc .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rM77TLc .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rM77TLc .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rM77TLc .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rM77TLc .team-item .item-image img {
  width: 100%;
}
.cid-uv5rM77TLc .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rM77TLc .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rM77TLc .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rM77TLc .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rM77TLc .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rM77TLc .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rM77TLc .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rM77TLc .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rM77TLc .item-social {
    opacity: 1;
  }
}
.cid-uv5rM94DjI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rM94DjI .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rM94DjI .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rM94DjI .container {
    max-width: 1600px;
  }
}
.cid-uv5rM94DjI .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rM94DjI .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rM94DjI .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rM94DjI .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rM94DjI .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rM94DjI .team-item .item-image img {
  width: 100%;
}
.cid-uv5rM94DjI .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rM94DjI .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rM94DjI .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rM94DjI .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rM94DjI .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rM94DjI .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rM94DjI .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rM94DjI .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rM94DjI .item-social {
    opacity: 1;
  }
}
.cid-uv5rMcNTqX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rMcNTqX .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rMcNTqX .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rMcNTqX .container {
    max-width: 1600px;
  }
}
.cid-uv5rMcNTqX .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rMcNTqX .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rMcNTqX .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rMcNTqX .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rMcNTqX .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rMcNTqX .team-item .item-image img {
  width: 100%;
}
.cid-uv5rMcNTqX .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rMcNTqX .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rMcNTqX .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rMcNTqX .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rMcNTqX .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rMcNTqX .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rMcNTqX .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rMcNTqX .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rMcNTqX .item-social {
    opacity: 1;
  }
}
.cid-uv5rMhjrto {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rMhjrto .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rMhjrto .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rMhjrto .container {
    max-width: 1600px;
  }
}
.cid-uv5rMhjrto .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rMhjrto .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rMhjrto .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rMhjrto .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rMhjrto .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rMhjrto .team-item .item-image img {
  width: 100%;
}
.cid-uv5rMhjrto .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rMhjrto .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rMhjrto .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rMhjrto .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rMhjrto .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rMhjrto .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rMhjrto .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rMhjrto .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rMhjrto .item-social {
    opacity: 1;
  }
}
.cid-uv5rMkHEgn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rMkHEgn .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rMkHEgn .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rMkHEgn .container {
    max-width: 1600px;
  }
}
.cid-uv5rMkHEgn .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rMkHEgn .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rMkHEgn .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rMkHEgn .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rMkHEgn .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rMkHEgn .team-item .item-image img {
  width: 100%;
}
.cid-uv5rMkHEgn .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rMkHEgn .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rMkHEgn .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rMkHEgn .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rMkHEgn .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rMkHEgn .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rMkHEgn .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rMkHEgn .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rMkHEgn .item-social {
    opacity: 1;
  }
}
.cid-uv5rMnJpE1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5rMnJpE1 .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5rMnJpE1 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5rMnJpE1 .container {
    max-width: 1600px;
  }
}
.cid-uv5rMnJpE1 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5rMnJpE1 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5rMnJpE1 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5rMnJpE1 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5rMnJpE1 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5rMnJpE1 .team-item .item-image img {
  width: 100%;
}
.cid-uv5rMnJpE1 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5rMnJpE1 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5rMnJpE1 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5rMnJpE1 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5rMnJpE1 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5rMnJpE1 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5rMnJpE1 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5rMnJpE1 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5rMnJpE1 .item-social {
    opacity: 1;
  }
}
.cid-uv5rMrOMTW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uv5rMrOMTW .card {
  position: relative;
  background-image: url("../../../assets/images/w-0029-the-2-of-me-3-800x622.jpg");
  background-size: cover;
}
.cid-uv5rMrOMTW .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uv5rMrOMTW .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uv5rMt7PAX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uv5rMt7PAX .card {
  position: relative;
  background-image: url("../../../assets/images/grid-101-805x792.jpg");
  background-size: cover;
}
.cid-uv5rMt7PAX .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uv5rMt7PAX .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uv5rMvLIxo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uv5rMvLIxo .media-container-row .mbr-text {
  color: #767676;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uv5Tff4vsk {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/v024-upper-management-1024x796-sig-fix-4-800x622.jpg");
}
.cid-uv5Tff4vsk h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uv5Tff4vsk h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uv5Tff4vsk h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uv5Tff4vsk .mbr-text,
.cid-uv5Tff4vsk .mbr-section-btn {
  color: #ffffff;
}
.cid-uv5Tff4vsk H3 {
  color: #ffffff;
}
.cid-uv5Tff4vsk H1 {
  color: #ffffff;
}
.cid-uv5TkE2TG5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uv5TkE2TG5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uv5TkE2TG5 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uv5TkE2TG5 .container {
    max-width: 1600px;
  }
}
.cid-uv5TkE2TG5 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uv5TkE2TG5 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uv5TkE2TG5 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uv5TkE2TG5 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uv5TkE2TG5 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uv5TkE2TG5 .team-item .item-image img {
  width: 100%;
}
.cid-uv5TkE2TG5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uv5TkE2TG5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uv5TkE2TG5 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uv5TkE2TG5 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uv5TkE2TG5 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uv5TkE2TG5 .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uv5TkE2TG5 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uv5TkE2TG5 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uv5TkE2TG5 .item-social {
    opacity: 1;
  }
}
.cid-uv5TkE2TG5 .item-name {
  color: #cccccc;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uvDgKKsEpo {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uvDgKKsEpo .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uvDgKKsEpo .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-uvDgKKsEpo .mbr-text,
.cid-uvDgKKsEpo .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uvDgKKsEpo img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-uvDgKKsEpo H1 {
  color: #ffffff;
}
.cid-uvDgKKsEpo H3 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uwSSRspxw8 {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/t111-nature-seen-800x622.jpg");
}
.cid-uwSSRspxw8 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uwSSRspxw8 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uwSSRspxw8 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uwSSRspxw8 .mbr-text,
.cid-uwSSRspxw8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uwSSRspxw8 H3 {
  color: #ffffff;
}
.cid-uwSSRspxw8 H1 {
  color: #ffffff;
}
.cid-uwSV4KK0Ds {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwSV4KK0Ds h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uwSV4KK0Ds h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uwSV4KK0Ds h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uwSV4KK0Ds .mbr-text,
.cid-uwSV4KK0Ds .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uwSV4KK0Ds H1 {
  color: #ffffff;
}
.cid-uwX3xDlTEJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwX3xDlTEJ .mbr-section-subtitle {
  color: #767676;
}
.cid-uwX3xDlTEJ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uwX3xDlTEJ .container {
    max-width: 1600px;
  }
}
.cid-uwX3xDlTEJ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uwX3xDlTEJ .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uwX3xDlTEJ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uwX3xDlTEJ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uwX3xDlTEJ .team-item:hover .item-social {
  opacity: 1;
}
.cid-uwX3xDlTEJ .team-item .item-image img {
  width: 100%;
}
.cid-uwX3xDlTEJ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uwX3xDlTEJ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uwX3xDlTEJ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uwX3xDlTEJ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uwX3xDlTEJ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uwX3xDlTEJ .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uwX3xDlTEJ .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uwX3xDlTEJ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uwX3xDlTEJ .item-social {
    opacity: 1;
  }
}
.cid-uwX3xDlTEJ .item-name {
  color: #ffffff;
}
.cid-uwX3QyJbsV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwX3QyJbsV h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uwX3QyJbsV h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uwX3QyJbsV h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uwX3QyJbsV .mbr-text,
.cid-uwX3QyJbsV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uwX3QyJbsV H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uxa0dET0TX {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/t108-feel-the-mood-1024x796-ddg-1-800x622.jpg");
}
.cid-uxa0dET0TX h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uxa0dET0TX h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxa0dET0TX h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxa0dET0TX .mbr-text,
.cid-uxa0dET0TX .mbr-section-btn {
  color: #ffffff;
}
.cid-uxa0dET0TX H3 {
  color: #ffffff;
}
.cid-uxa0dET0TX H1 {
  color: #ffffff;
}
.cid-uxa2U7MW2c {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxa2U7MW2c h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uxa2U7MW2c h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxa2U7MW2c h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxa2U7MW2c .mbr-text,
.cid-uxa2U7MW2c .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uxa2U7MW2c H1 {
  color: #ffffff;
}
.cid-uxa4Z4jUhe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxa4Z4jUhe h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uxa4Z4jUhe h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxa4Z4jUhe h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxa4Z4jUhe .mbr-text,
.cid-uxa4Z4jUhe .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uxa4Z4jUhe H1 {
  color: #ffffff;
}
.cid-uxa2zrzE3K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxa2zrzE3K .mbr-section-subtitle {
  color: #767676;
}
.cid-uxa2zrzE3K .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uxa2zrzE3K .container {
    max-width: 1600px;
  }
}
.cid-uxa2zrzE3K .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uxa2zrzE3K .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uxa2zrzE3K .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uxa2zrzE3K .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uxa2zrzE3K .team-item:hover .item-social {
  opacity: 1;
}
.cid-uxa2zrzE3K .team-item .item-image img {
  width: 100%;
}
.cid-uxa2zrzE3K .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uxa2zrzE3K .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uxa2zrzE3K .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uxa2zrzE3K .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uxa2zrzE3K .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uxa2zrzE3K .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxa2zrzE3K .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uxa2zrzE3K .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uxa2zrzE3K .item-social {
    opacity: 1;
  }
}
.cid-uxa0uxySR7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxa0uxySR7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uxa0uxySR7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxa0uxySR7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxa0uxySR7 .mbr-text,
.cid-uxa0uxySR7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxa0uxySR7 H1 {
  color: #ffffff;
}
.cid-uxa0vvnjSr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxa0vvnjSr .mbr-section-subtitle {
  color: #767676;
}
.cid-uxa0vvnjSr .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uxa0vvnjSr .container {
    max-width: 1600px;
  }
}
.cid-uxa0vvnjSr .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uxa0vvnjSr .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uxa0vvnjSr .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uxa0vvnjSr .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uxa0vvnjSr .team-item:hover .item-social {
  opacity: 1;
}
.cid-uxa0vvnjSr .team-item .item-image img {
  width: 100%;
}
.cid-uxa0vvnjSr .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uxa0vvnjSr .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uxa0vvnjSr .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uxa0vvnjSr .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uxa0vvnjSr .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uxa0vvnjSr .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxa0vvnjSr .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uxa0vvnjSr .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uxa0vvnjSr .item-social {
    opacity: 1;
  }
}
.cid-uxa0vvnjSr .item-name {
  color: #ffffff;
}
.cid-uxetaXbspj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxetaXbspj h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uxetaXbspj h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxetaXbspj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxetaXbspj .mbr-text,
.cid-uxetaXbspj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxetaXbspj H1 {
  color: #ffffff;
}
.cid-uxa0wDBpKs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxa0wDBpKs .mbr-section-subtitle {
  color: #767676;
}
.cid-uxa0wDBpKs .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uxa0wDBpKs .container {
    max-width: 1600px;
  }
}
.cid-uxa0wDBpKs .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uxa0wDBpKs .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uxa0wDBpKs .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uxa0wDBpKs .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uxa0wDBpKs .team-item:hover .item-social {
  opacity: 1;
}
.cid-uxa0wDBpKs .team-item .item-image img {
  width: 100%;
}
.cid-uxa0wDBpKs .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uxa0wDBpKs .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uxa0wDBpKs .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uxa0wDBpKs .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uxa0wDBpKs .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uxa0wDBpKs .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxa0wDBpKs .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uxa0wDBpKs .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uxa0wDBpKs .item-social {
    opacity: 1;
  }
}
.cid-uxa0wDBpKs .item-name {
  color: #ffffff;
}
.cid-uxeteq4TD2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxeteq4TD2 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uxeteq4TD2 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxeteq4TD2 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxeteq4TD2 .mbr-text,
.cid-uxeteq4TD2 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxeteq4TD2 H1 {
  color: #ffffff;
}
.cid-uxa0AZYfYg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxa0AZYfYg .mbr-section-subtitle {
  color: #767676;
}
.cid-uxa0AZYfYg .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uxa0AZYfYg .container {
    max-width: 1600px;
  }
}
.cid-uxa0AZYfYg .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uxa0AZYfYg .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uxa0AZYfYg .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uxa0AZYfYg .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uxa0AZYfYg .team-item:hover .item-social {
  opacity: 1;
}
.cid-uxa0AZYfYg .team-item .item-image img {
  width: 100%;
}
.cid-uxa0AZYfYg .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uxa0AZYfYg .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uxa0AZYfYg .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uxa0AZYfYg .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uxa0AZYfYg .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uxa0AZYfYg .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxa0AZYfYg .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uxa0AZYfYg .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uxa0AZYfYg .item-social {
    opacity: 1;
  }
}
.cid-uxa0AZYfYg .item-name {
  color: #ffffff;
}
.cid-uxetfFexKi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxetfFexKi h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uxetfFexKi h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxetfFexKi h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxetfFexKi .mbr-text,
.cid-uxetfFexKi .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxetfFexKi H1 {
  color: #ffffff;
}
.cid-uxa0CWUEll {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxa0CWUEll .mbr-section-subtitle {
  color: #767676;
}
.cid-uxa0CWUEll .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uxa0CWUEll .container {
    max-width: 1600px;
  }
}
.cid-uxa0CWUEll .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uxa0CWUEll .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uxa0CWUEll .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uxa0CWUEll .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uxa0CWUEll .team-item:hover .item-social {
  opacity: 1;
}
.cid-uxa0CWUEll .team-item .item-image img {
  width: 100%;
}
.cid-uxa0CWUEll .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uxa0CWUEll .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uxa0CWUEll .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uxa0CWUEll .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uxa0CWUEll .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uxa0CWUEll .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxa0CWUEll .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uxa0CWUEll .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uxa0CWUEll .item-social {
    opacity: 1;
  }
}
.cid-uxa0CWUEll .item-name {
  color: #ffffff;
}
.cid-uxetgO6jf9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxetgO6jf9 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uxetgO6jf9 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxetgO6jf9 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxetgO6jf9 .mbr-text,
.cid-uxetgO6jf9 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxetgO6jf9 H1 {
  color: #ffffff;
}
.cid-uxa0EJej3e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxa0EJej3e .mbr-section-subtitle {
  color: #767676;
}
.cid-uxa0EJej3e .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uxa0EJej3e .container {
    max-width: 1600px;
  }
}
.cid-uxa0EJej3e .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uxa0EJej3e .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uxa0EJej3e .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uxa0EJej3e .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uxa0EJej3e .team-item:hover .item-social {
  opacity: 1;
}
.cid-uxa0EJej3e .team-item .item-image img {
  width: 100%;
}
.cid-uxa0EJej3e .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uxa0EJej3e .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uxa0EJej3e .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uxa0EJej3e .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uxa0EJej3e .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uxa0EJej3e .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxa0EJej3e .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uxa0EJej3e .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uxa0EJej3e .item-social {
    opacity: 1;
  }
}
.cid-uxa0EJej3e .item-name {
  color: #ffffff;
}
.cid-uxethMI8MM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxethMI8MM h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uxethMI8MM h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxethMI8MM h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxethMI8MM .mbr-text,
.cid-uxethMI8MM .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxethMI8MM H1 {
  color: #ffffff;
}
.cid-uxa0FGsKBB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxa0FGsKBB .mbr-section-subtitle {
  color: #767676;
}
.cid-uxa0FGsKBB .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uxa0FGsKBB .container {
    max-width: 1600px;
  }
}
.cid-uxa0FGsKBB .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uxa0FGsKBB .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uxa0FGsKBB .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uxa0FGsKBB .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uxa0FGsKBB .team-item:hover .item-social {
  opacity: 1;
}
.cid-uxa0FGsKBB .team-item .item-image img {
  width: 100%;
}
.cid-uxa0FGsKBB .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uxa0FGsKBB .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uxa0FGsKBB .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uxa0FGsKBB .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uxa0FGsKBB .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uxa0FGsKBB .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxa0FGsKBB .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uxa0FGsKBB .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uxa0FGsKBB .item-social {
    opacity: 1;
  }
}
.cid-uxa0FGsKBB .item-name {
  color: #ffffff;
}
.cid-uxetiYzIML {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxetiYzIML h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uxetiYzIML h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxetiYzIML h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxetiYzIML .mbr-text,
.cid-uxetiYzIML .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxetiYzIML H1 {
  color: #ffffff;
}
.cid-uxa0zZfOIM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxa0zZfOIM .mbr-section-subtitle {
  color: #767676;
}
.cid-uxa0zZfOIM .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uxa0zZfOIM .container {
    max-width: 1600px;
  }
}
.cid-uxa0zZfOIM .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uxa0zZfOIM .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uxa0zZfOIM .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uxa0zZfOIM .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uxa0zZfOIM .team-item:hover .item-social {
  opacity: 1;
}
.cid-uxa0zZfOIM .team-item .item-image img {
  width: 100%;
}
.cid-uxa0zZfOIM .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uxa0zZfOIM .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uxa0zZfOIM .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uxa0zZfOIM .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uxa0zZfOIM .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uxa0zZfOIM .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxa0zZfOIM .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uxa0zZfOIM .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uxa0zZfOIM .item-social {
    opacity: 1;
  }
}
.cid-uxa0zZfOIM .item-name {
  color: #ffffff;
}
.cid-uxetkGWsTb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxetkGWsTb h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uxetkGWsTb h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxetkGWsTb h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uxetkGWsTb .mbr-text,
.cid-uxetkGWsTb .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxetkGWsTb H1 {
  color: #ffffff;
}
.cid-uxrBAHpNno {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uxrBAHpNno .mbr-section-subtitle {
  color: #767676;
}
.cid-uxrBAHpNno .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uxrBAHpNno .container {
    max-width: 1600px;
  }
}
.cid-uxrBAHpNno .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uxrBAHpNno .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uxrBAHpNno .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uxrBAHpNno .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uxrBAHpNno .team-item:hover .item-social {
  opacity: 1;
}
.cid-uxrBAHpNno .team-item .item-image img {
  width: 100%;
}
.cid-uxrBAHpNno .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uxrBAHpNno .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uxrBAHpNno .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uxrBAHpNno .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uxrBAHpNno .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uxrBAHpNno .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uxrBAHpNno .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uxrBAHpNno .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uxrBAHpNno .item-social {
    opacity: 1;
  }
}
.cid-uxrBAHpNno .item-name {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uzU3BQxY2c {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/t105-field-dreams-800x622.jpg");
}
.cid-uzU3BQxY2c h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uzU3BQxY2c h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzU3BQxY2c h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzU3BQxY2c .mbr-text,
.cid-uzU3BQxY2c .mbr-section-btn {
  color: #ffffff;
}
.cid-uzU3BQxY2c H3 {
  color: #ffffff;
}
.cid-uzU3BQxY2c H1 {
  color: #ffffff;
}
.cid-uzU8v1IQhE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uzU8v1IQhE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uzU8v1IQhE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzU8v1IQhE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzU8v1IQhE .mbr-text,
.cid-uzU8v1IQhE .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uzU8v1IQhE H1 {
  color: #ffffff;
}
.cid-uzU8AbnNIf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uzU8AbnNIf .mbr-section-subtitle {
  color: #767676;
}
.cid-uzU8AbnNIf .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uzU8AbnNIf .container {
    max-width: 1600px;
  }
}
.cid-uzU8AbnNIf .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uzU8AbnNIf .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uzU8AbnNIf .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uzU8AbnNIf .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uzU8AbnNIf .team-item:hover .item-social {
  opacity: 1;
}
.cid-uzU8AbnNIf .team-item .item-image img {
  width: 100%;
}
.cid-uzU8AbnNIf .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uzU8AbnNIf .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uzU8AbnNIf .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uzU8AbnNIf .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uzU8AbnNIf .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uzU8AbnNIf .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzU8AbnNIf .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uzU8AbnNIf .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uzU8AbnNIf .item-social {
    opacity: 1;
  }
}
.cid-uzU8y93kBY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uzU8y93kBY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uzU8y93kBY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzU8y93kBY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzU8y93kBY .mbr-text,
.cid-uzU8y93kBY .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uzU8y93kBY H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uAOzl7lkcB {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/t071-all-seeing-1-800x622.jpg");
}
.cid-uAOzl7lkcB h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uAOzl7lkcB h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uAOzl7lkcB h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uAOzl7lkcB .mbr-text,
.cid-uAOzl7lkcB .mbr-section-btn {
  color: #ffffff;
}
.cid-uAOzl7lkcB H3 {
  color: #ffffff;
}
.cid-uAOzl7lkcB H1 {
  color: #ffffff;
}
.cid-uAOAcR5V9K {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uAOAcR5V9K h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uAOAcR5V9K h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uAOAcR5V9K h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uAOAcR5V9K .mbr-text,
.cid-uAOAcR5V9K .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uAOAcR5V9K H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uB03IbL6Dm {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/8b-resized-1-666x760.jpg");
}
.cid-uB03IbL6Dm h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uB03IbL6Dm h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB03IbL6Dm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB03IbL6Dm .mbr-text,
.cid-uB03IbL6Dm .mbr-section-btn {
  color: #ffffff;
}
.cid-uB03IbL6Dm H3 {
  color: #ffffff;
}
.cid-uB03IbL6Dm H1 {
  color: #ffffff;
}
.cid-uB03YsqDt7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB03YsqDt7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uB03YsqDt7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB03YsqDt7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB03YsqDt7 .mbr-text,
.cid-uB03YsqDt7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uB03YsqDt7 H1 {
  color: #ffffff;
}
.cid-uB03JENe65 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB03JENe65 .mbr-section-subtitle {
  color: #767676;
}
.cid-uB03JENe65 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uB03JENe65 .container {
    max-width: 1600px;
  }
}
.cid-uB03JENe65 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uB03JENe65 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uB03JENe65 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uB03JENe65 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uB03JENe65 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uB03JENe65 .team-item .item-image img {
  width: 100%;
}
.cid-uB03JENe65 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uB03JENe65 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uB03JENe65 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uB03JENe65 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uB03JENe65 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uB03JENe65 .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uB03JENe65 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uB03JENe65 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uB03JENe65 .item-social {
    opacity: 1;
  }
}
.cid-uB03Zdie3T {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB03Zdie3T h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uB03Zdie3T h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB03Zdie3T h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB03Zdie3T .mbr-text,
.cid-uB03Zdie3T .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uB03Zdie3T H1 {
  color: #ffffff;
}
.cid-uB03NtapjH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB03NtapjH .mbr-section-subtitle {
  color: #767676;
}
.cid-uB03NtapjH .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uB03NtapjH .container {
    max-width: 1600px;
  }
}
.cid-uB03NtapjH .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uB03NtapjH .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uB03NtapjH .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uB03NtapjH .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uB03NtapjH .team-item:hover .item-social {
  opacity: 1;
}
.cid-uB03NtapjH .team-item .item-image img {
  width: 100%;
}
.cid-uB03NtapjH .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uB03NtapjH .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uB03NtapjH .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uB03NtapjH .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uB03NtapjH .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uB03NtapjH .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uB03NtapjH .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uB03NtapjH .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uB03NtapjH .item-social {
    opacity: 1;
  }
}
.cid-uB03ZRNGZa {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB03ZRNGZa h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uB03ZRNGZa h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB03ZRNGZa h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB03ZRNGZa .mbr-text,
.cid-uB03ZRNGZa .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uB03ZRNGZa H1 {
  color: #ffffff;
}
.cid-uB03O2DuVE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB03O2DuVE .mbr-section-subtitle {
  color: #767676;
}
.cid-uB03O2DuVE .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uB03O2DuVE .container {
    max-width: 1600px;
  }
}
.cid-uB03O2DuVE .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uB03O2DuVE .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uB03O2DuVE .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uB03O2DuVE .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uB03O2DuVE .team-item:hover .item-social {
  opacity: 1;
}
.cid-uB03O2DuVE .team-item .item-image img {
  width: 100%;
}
.cid-uB03O2DuVE .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uB03O2DuVE .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uB03O2DuVE .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uB03O2DuVE .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uB03O2DuVE .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uB03O2DuVE .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uB03O2DuVE .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uB03O2DuVE .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uB03O2DuVE .item-social {
    opacity: 1;
  }
}
.cid-uB040xudX5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB040xudX5 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uB040xudX5 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB040xudX5 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB040xudX5 .mbr-text,
.cid-uB040xudX5 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uB040xudX5 H1 {
  color: #ffffff;
}
.cid-uB03OFvB3X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB03OFvB3X .mbr-section-subtitle {
  color: #767676;
}
.cid-uB03OFvB3X .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uB03OFvB3X .container {
    max-width: 1600px;
  }
}
.cid-uB03OFvB3X .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uB03OFvB3X .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uB03OFvB3X .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uB03OFvB3X .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uB03OFvB3X .team-item:hover .item-social {
  opacity: 1;
}
.cid-uB03OFvB3X .team-item .item-image img {
  width: 100%;
}
.cid-uB03OFvB3X .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uB03OFvB3X .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uB03OFvB3X .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uB03OFvB3X .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uB03OFvB3X .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uB03OFvB3X .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uB03OFvB3X .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uB03OFvB3X .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uB03OFvB3X .item-social {
    opacity: 1;
  }
}
.cid-uB041t9aoG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB041t9aoG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uB041t9aoG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB041t9aoG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB041t9aoG .mbr-text,
.cid-uB041t9aoG .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uB041t9aoG H1 {
  color: #ffffff;
}
.cid-uB03QFdd0C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB03QFdd0C .mbr-section-subtitle {
  color: #767676;
}
.cid-uB03QFdd0C .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uB03QFdd0C .container {
    max-width: 1600px;
  }
}
.cid-uB03QFdd0C .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uB03QFdd0C .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uB03QFdd0C .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uB03QFdd0C .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uB03QFdd0C .team-item:hover .item-social {
  opacity: 1;
}
.cid-uB03QFdd0C .team-item .item-image img {
  width: 100%;
}
.cid-uB03QFdd0C .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uB03QFdd0C .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uB03QFdd0C .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uB03QFdd0C .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uB03QFdd0C .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uB03QFdd0C .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uB03QFdd0C .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uB03QFdd0C .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uB03QFdd0C .item-social {
    opacity: 1;
  }
}
.cid-uB0428LGTC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB0428LGTC h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uB0428LGTC h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB0428LGTC h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB0428LGTC .mbr-text,
.cid-uB0428LGTC .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uB0428LGTC H1 {
  color: #ffffff;
}
.cid-uB03RcHtJu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB03RcHtJu .mbr-section-subtitle {
  color: #767676;
}
.cid-uB03RcHtJu .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uB03RcHtJu .container {
    max-width: 1600px;
  }
}
.cid-uB03RcHtJu .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uB03RcHtJu .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uB03RcHtJu .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uB03RcHtJu .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uB03RcHtJu .team-item:hover .item-social {
  opacity: 1;
}
.cid-uB03RcHtJu .team-item .item-image img {
  width: 100%;
}
.cid-uB03RcHtJu .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uB03RcHtJu .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uB03RcHtJu .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uB03RcHtJu .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uB03RcHtJu .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uB03RcHtJu .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uB03RcHtJu .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uB03RcHtJu .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uB03RcHtJu .item-social {
    opacity: 1;
  }
}
.cid-uB042NX4VP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB042NX4VP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uB042NX4VP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB042NX4VP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB042NX4VP .mbr-text,
.cid-uB042NX4VP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uB042NX4VP H1 {
  color: #ffffff;
}
.cid-uB03KjHRSs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB03KjHRSs .mbr-section-subtitle {
  color: #767676;
}
.cid-uB03KjHRSs .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uB03KjHRSs .container {
    max-width: 1600px;
  }
}
.cid-uB03KjHRSs .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uB03KjHRSs .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uB03KjHRSs .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uB03KjHRSs .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uB03KjHRSs .team-item:hover .item-social {
  opacity: 1;
}
.cid-uB03KjHRSs .team-item .item-image img {
  width: 100%;
}
.cid-uB03KjHRSs .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uB03KjHRSs .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uB03KjHRSs .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uB03KjHRSs .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uB03KjHRSs .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uB03KjHRSs .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uB03KjHRSs .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uB03KjHRSs .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uB03KjHRSs .item-social {
    opacity: 1;
  }
}
.cid-uB043rsrth {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB043rsrth h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uB043rsrth h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB043rsrth h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB043rsrth .mbr-text,
.cid-uB043rsrth .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uB043rsrth H1 {
  color: #ffffff;
}
.cid-uB03LcgBge {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB03LcgBge .mbr-section-subtitle {
  color: #767676;
}
.cid-uB03LcgBge .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uB03LcgBge .container {
    max-width: 1600px;
  }
}
.cid-uB03LcgBge .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uB03LcgBge .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uB03LcgBge .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uB03LcgBge .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uB03LcgBge .team-item:hover .item-social {
  opacity: 1;
}
.cid-uB03LcgBge .team-item .item-image img {
  width: 100%;
}
.cid-uB03LcgBge .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uB03LcgBge .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uB03LcgBge .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uB03LcgBge .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uB03LcgBge .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uB03LcgBge .item-text {
  color: #767676;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uB03LcgBge .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uB03LcgBge .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uB03LcgBge .item-social {
    opacity: 1;
  }
}
.cid-uB044MxmLP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uB044MxmLP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uB044MxmLP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB044MxmLP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uB044MxmLP .mbr-text,
.cid-uB044MxmLP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uB044MxmLP H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uEoVpzMQIr {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/t059-lean-on-me-800x622.jpg");
}
.cid-uEoVpzMQIr h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uEoVpzMQIr h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uEoVpzMQIr h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uEoVpzMQIr .mbr-text,
.cid-uEoVpzMQIr .mbr-section-btn {
  color: #ffffff;
}
.cid-uEoVpzMQIr H3 {
  color: #ffffff;
}
.cid-uEoVpzMQIr H1 {
  color: #ffffff;
}
.cid-uEoVthGdI4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uEoVthGdI4 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uEoVthGdI4 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uEoVthGdI4 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uEoVthGdI4 .mbr-text,
.cid-uEoVthGdI4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uEoVthGdI4 H1 {
  color: #ffffff;
}
.cid-tGvbIP3DZt .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-tGvbIP3DZt .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-tGvbIP3DZt a {
  font-style: normal;
}
.cid-tGvbIP3DZt .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-tGvbIP3DZt .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-tGvbIP3DZt .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-tGvbIP3DZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGvbIP3DZt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tGvbIP3DZt .nav-item:focus,
.cid-tGvbIP3DZt .nav-link:focus {
  outline: none;
}
.cid-tGvbIP3DZt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tGvbIP3DZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tGvbIP3DZt .menu-logo {
  margin-right: auto;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGvbIP3DZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGvbIP3DZt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGvbIP3DZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tGvbIP3DZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tGvbIP3DZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tGvbIP3DZt button.navbar-toggler:focus {
  outline: none;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGvbIP3DZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGvbIP3DZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGvbIP3DZt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGvbIP3DZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGvbIP3DZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGvbIP3DZt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGvbIP3DZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGvbIP3DZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGvbIP3DZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGvbIP3DZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGvbIP3DZt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGvbIP3DZt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt img {
    height: 3.8rem !important;
  }
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 1rem;
  }
  .cid-tGvbIP3DZt .menu-wrap {
    flex-direction: column;
  }
  .cid-tGvbIP3DZt .btn {
    display: -webkit-flex;
  }
  .cid-tGvbIP3DZt button.navbar-toggler {
    display: block;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-tGvbIP3DZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGvbIP3DZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing,
  .cid-tGvbIP3DZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGvbIP3DZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGvbIP3DZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGvbIP3DZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGvbIP3DZt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tGvbIP3DZt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-tGvbIP3DZt .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-tGvbIP3DZt .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-tGvbIP3DZt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGvbIP3DZt .nav-link:hover,
.cid-tGvbIP3DZt .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-u1D82eHS7P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1D82eHS7P .media-container-row .mbr-text {
  color: #767676;
}
.cid-uPkSK65Bcc {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/s108-player-7-800x622.jpg");
}
.cid-uPkSK65Bcc h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uPkSK65Bcc h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPkSK65Bcc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPkSK65Bcc .mbr-text,
.cid-uPkSK65Bcc .mbr-section-btn {
  color: #ffffff;
}
.cid-uPkSK65Bcc H3 {
  color: #ffffff;
}
.cid-uPkSK65Bcc H1 {
  color: #ffffff;
}
.cid-uPkSLoFiYg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPkSLoFiYg h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uPkSLoFiYg h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPkSLoFiYg h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPkSLoFiYg .mbr-text,
.cid-uPkSLoFiYg .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uPkSLoFiYg H1 {
  color: #ffffff;
}
.cid-uPTQrwYoau .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uPTQrwYoau .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uPTQrwYoau a {
  font-style: normal;
}
.cid-uPTQrwYoau .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uPTQrwYoau .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-uPTQrwYoau .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uPTQrwYoau .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uPTQrwYoau .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uPTQrwYoau .nav-item:focus,
.cid-uPTQrwYoau .nav-link:focus {
  outline: none;
}
.cid-uPTQrwYoau .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uPTQrwYoau .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uPTQrwYoau .menu-logo {
  margin-right: auto;
}
.cid-uPTQrwYoau .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uPTQrwYoau .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uPTQrwYoau .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uPTQrwYoau .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uPTQrwYoau .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uPTQrwYoau .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uPTQrwYoau .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uPTQrwYoau .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uPTQrwYoau .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uPTQrwYoau .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPTQrwYoau .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uPTQrwYoau .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uPTQrwYoau .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uPTQrwYoau .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPTQrwYoau .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uPTQrwYoau .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPTQrwYoau .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uPTQrwYoau .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uPTQrwYoau .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uPTQrwYoau .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uPTQrwYoau .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uPTQrwYoau .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uPTQrwYoau .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uPTQrwYoau button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uPTQrwYoau button.navbar-toggler:focus {
  outline: none;
}
.cid-uPTQrwYoau button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPTQrwYoau button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uPTQrwYoau button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTQrwYoau button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uPTQrwYoau button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uPTQrwYoau nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTQrwYoau nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uPTQrwYoau nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uPTQrwYoau nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uPTQrwYoau .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTQrwYoau .collapsed .btn {
  display: -webkit-flex;
}
.cid-uPTQrwYoau .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uPTQrwYoau .collapsed .navbar-collapse.collapsing,
.cid-uPTQrwYoau .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uPTQrwYoau .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uPTQrwYoau .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uPTQrwYoau .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uPTQrwYoau .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uPTQrwYoau .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uPTQrwYoau .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uPTQrwYoau .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uPTQrwYoau .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uPTQrwYoau .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uPTQrwYoau .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uPTQrwYoau .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uPTQrwYoau .collapsed button.navbar-toggler {
  display: block;
}
.cid-uPTQrwYoau .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uPTQrwYoau .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uPTQrwYoau .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uPTQrwYoau .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uPTQrwYoau .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uPTQrwYoau .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uPTQrwYoau.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTQrwYoau img {
    height: 3.8rem !important;
  }
  .cid-uPTQrwYoau .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uPTQrwYoau .menu-wrap {
    flex-direction: column;
  }
  .cid-uPTQrwYoau .btn {
    display: -webkit-flex;
  }
  .cid-uPTQrwYoau button.navbar-toggler {
    display: block;
  }
  .cid-uPTQrwYoau .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uPTQrwYoau .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uPTQrwYoau .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uPTQrwYoau .navbar-collapse.collapsing,
  .cid-uPTQrwYoau .navbar-collapse.show {
    display: block !important;
  }
  .cid-uPTQrwYoau .navbar-collapse.collapsing .navbar-nav,
  .cid-uPTQrwYoau .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uPTQrwYoau .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uPTQrwYoau .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uPTQrwYoau .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uPTQrwYoau .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPTQrwYoau .navbar-collapse.collapsing .navbar-buttons,
  .cid-uPTQrwYoau .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uPTQrwYoau .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uPTQrwYoau .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uPTQrwYoau .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uPTQrwYoau .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uPTQrwYoau .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uPTQrwYoau .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uPTQrwYoau .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQrwYoau .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uPTQrwYoau .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uPTQrwYoau .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uPTQrwYoau .nav-link:hover,
.cid-uPTQrwYoau .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-uPTQrzQMSG {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/t116-let-there-b-life-1-800x622.jpg");
}
.cid-uPTQrzQMSG .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQrzQMSG .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-uPTQrzQMSG .mbr-text,
.cid-uPTQrzQMSG .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uPTQrzQMSG img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-uPTQrzQMSG H1 {
  color: #ffffff;
}
.cid-uPTQrzQMSG H3 {
  color: #f1edb9;
}
.cid-uPTQrTCH9G {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQrTCH9G .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQrTCH9G .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQrTCH9G .container {
    max-width: 1600px;
  }
}
.cid-uPTQrTCH9G .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQrTCH9G .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQrTCH9G .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQrTCH9G .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQrTCH9G .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQrTCH9G .team-item .item-image img {
  width: 100%;
}
.cid-uPTQrTCH9G .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQrTCH9G .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQrTCH9G .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQrTCH9G .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQrTCH9G .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQrTCH9G .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQrTCH9G .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQrTCH9G .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQrTCH9G .item-social {
    opacity: 1;
  }
}
.cid-uPTQrVAFDk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQrVAFDk .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQrVAFDk .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQrVAFDk .container {
    max-width: 1600px;
  }
}
.cid-uPTQrVAFDk .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQrVAFDk .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQrVAFDk .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQrVAFDk .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQrVAFDk .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQrVAFDk .team-item .item-image img {
  width: 100%;
}
.cid-uPTQrVAFDk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQrVAFDk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQrVAFDk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQrVAFDk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQrVAFDk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQrVAFDk .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQrVAFDk .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQrVAFDk .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQrVAFDk .item-social {
    opacity: 1;
  }
}
.cid-uPTQrYyTBB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQrYyTBB .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQrYyTBB .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQrYyTBB .container {
    max-width: 1600px;
  }
}
.cid-uPTQrYyTBB .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQrYyTBB .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQrYyTBB .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQrYyTBB .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQrYyTBB .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQrYyTBB .team-item .item-image img {
  width: 100%;
}
.cid-uPTQrYyTBB .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQrYyTBB .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQrYyTBB .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQrYyTBB .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQrYyTBB .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQrYyTBB .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQrYyTBB .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQrYyTBB .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQrYyTBB .item-social {
    opacity: 1;
  }
}
.cid-uPTQs0MhQf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQs0MhQf .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQs0MhQf .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQs0MhQf .container {
    max-width: 1600px;
  }
}
.cid-uPTQs0MhQf .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQs0MhQf .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQs0MhQf .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQs0MhQf .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQs0MhQf .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQs0MhQf .team-item .item-image img {
  width: 100%;
}
.cid-uPTQs0MhQf .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQs0MhQf .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQs0MhQf .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQs0MhQf .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQs0MhQf .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQs0MhQf .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQs0MhQf .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQs0MhQf .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQs0MhQf .item-social {
    opacity: 1;
  }
}
.cid-uPTQs3GNS6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQs3GNS6 .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQs3GNS6 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQs3GNS6 .container {
    max-width: 1600px;
  }
}
.cid-uPTQs3GNS6 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQs3GNS6 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQs3GNS6 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQs3GNS6 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQs3GNS6 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQs3GNS6 .team-item .item-image img {
  width: 100%;
}
.cid-uPTQs3GNS6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQs3GNS6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQs3GNS6 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQs3GNS6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQs3GNS6 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQs3GNS6 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQs3GNS6 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQs3GNS6 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQs3GNS6 .item-social {
    opacity: 1;
  }
}
.cid-uPTQs6HlOA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQs6HlOA .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQs6HlOA .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQs6HlOA .container {
    max-width: 1600px;
  }
}
.cid-uPTQs6HlOA .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQs6HlOA .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQs6HlOA .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQs6HlOA .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQs6HlOA .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQs6HlOA .team-item .item-image img {
  width: 100%;
}
.cid-uPTQs6HlOA .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQs6HlOA .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQs6HlOA .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQs6HlOA .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQs6HlOA .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQs6HlOA .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQs6HlOA .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQs6HlOA .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQs6HlOA .item-social {
    opacity: 1;
  }
}
.cid-uPTQs9L9PU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQs9L9PU .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQs9L9PU .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQs9L9PU .container {
    max-width: 1600px;
  }
}
.cid-uPTQs9L9PU .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQs9L9PU .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQs9L9PU .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQs9L9PU .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQs9L9PU .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQs9L9PU .team-item .item-image img {
  width: 100%;
}
.cid-uPTQs9L9PU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQs9L9PU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQs9L9PU .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQs9L9PU .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQs9L9PU .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQs9L9PU .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQs9L9PU .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQs9L9PU .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQs9L9PU .item-social {
    opacity: 1;
  }
}
.cid-uPTQscMppZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQscMppZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQscMppZ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQscMppZ .container {
    max-width: 1600px;
  }
}
.cid-uPTQscMppZ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQscMppZ .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQscMppZ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQscMppZ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQscMppZ .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQscMppZ .team-item .item-image img {
  width: 100%;
}
.cid-uPTQscMppZ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQscMppZ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQscMppZ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQscMppZ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQscMppZ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQscMppZ .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQscMppZ .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQscMppZ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQscMppZ .item-social {
    opacity: 1;
  }
}
.cid-uPTQsfphRe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQsfphRe .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQsfphRe .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQsfphRe .container {
    max-width: 1600px;
  }
}
.cid-uPTQsfphRe .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQsfphRe .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQsfphRe .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQsfphRe .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQsfphRe .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQsfphRe .team-item .item-image img {
  width: 100%;
}
.cid-uPTQsfphRe .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQsfphRe .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQsfphRe .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQsfphRe .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQsfphRe .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQsfphRe .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQsfphRe .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQsfphRe .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQsfphRe .item-social {
    opacity: 1;
  }
}
.cid-uPTQsiaUc4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQsiaUc4 .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQsiaUc4 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQsiaUc4 .container {
    max-width: 1600px;
  }
}
.cid-uPTQsiaUc4 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQsiaUc4 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQsiaUc4 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQsiaUc4 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQsiaUc4 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQsiaUc4 .team-item .item-image img {
  width: 100%;
}
.cid-uPTQsiaUc4 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQsiaUc4 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQsiaUc4 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQsiaUc4 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQsiaUc4 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQsiaUc4 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQsiaUc4 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQsiaUc4 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQsiaUc4 .item-social {
    opacity: 1;
  }
}
.cid-uPTQslg22h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQslg22h .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQslg22h .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQslg22h .container {
    max-width: 1600px;
  }
}
.cid-uPTQslg22h .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQslg22h .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQslg22h .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQslg22h .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQslg22h .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQslg22h .team-item .item-image img {
  width: 100%;
}
.cid-uPTQslg22h .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQslg22h .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQslg22h .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQslg22h .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQslg22h .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQslg22h .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQslg22h .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQslg22h .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQslg22h .item-social {
    opacity: 1;
  }
}
.cid-uPTQsoj8ln {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQsoj8ln .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQsoj8ln .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQsoj8ln .container {
    max-width: 1600px;
  }
}
.cid-uPTQsoj8ln .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQsoj8ln .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQsoj8ln .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQsoj8ln .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQsoj8ln .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQsoj8ln .team-item .item-image img {
  width: 100%;
}
.cid-uPTQsoj8ln .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQsoj8ln .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQsoj8ln .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQsoj8ln .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQsoj8ln .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQsoj8ln .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQsoj8ln .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQsoj8ln .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQsoj8ln .item-social {
    opacity: 1;
  }
}
.cid-uPTQsrtiDl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQsrtiDl .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQsrtiDl .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQsrtiDl .container {
    max-width: 1600px;
  }
}
.cid-uPTQsrtiDl .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQsrtiDl .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQsrtiDl .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQsrtiDl .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQsrtiDl .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQsrtiDl .team-item .item-image img {
  width: 100%;
}
.cid-uPTQsrtiDl .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQsrtiDl .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQsrtiDl .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQsrtiDl .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQsrtiDl .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQsrtiDl .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQsrtiDl .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQsrtiDl .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQsrtiDl .item-social {
    opacity: 1;
  }
}
.cid-uPTQsuwXtr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQsuwXtr .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQsuwXtr .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQsuwXtr .container {
    max-width: 1600px;
  }
}
.cid-uPTQsuwXtr .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQsuwXtr .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQsuwXtr .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQsuwXtr .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQsuwXtr .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQsuwXtr .team-item .item-image img {
  width: 100%;
}
.cid-uPTQsuwXtr .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQsuwXtr .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQsuwXtr .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQsuwXtr .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQsuwXtr .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQsuwXtr .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQsuwXtr .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQsuwXtr .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQsuwXtr .item-social {
    opacity: 1;
  }
}
.cid-uPTQswX3CO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQswX3CO .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQswX3CO .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQswX3CO .container {
    max-width: 1600px;
  }
}
.cid-uPTQswX3CO .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQswX3CO .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQswX3CO .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQswX3CO .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQswX3CO .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQswX3CO .team-item .item-image img {
  width: 100%;
}
.cid-uPTQswX3CO .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQswX3CO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQswX3CO .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQswX3CO .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQswX3CO .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQswX3CO .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQswX3CO .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQswX3CO .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQswX3CO .item-social {
    opacity: 1;
  }
}
.cid-uPTQsA40p6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQsA40p6 .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQsA40p6 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQsA40p6 .container {
    max-width: 1600px;
  }
}
.cid-uPTQsA40p6 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQsA40p6 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQsA40p6 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQsA40p6 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQsA40p6 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQsA40p6 .team-item .item-image img {
  width: 100%;
}
.cid-uPTQsA40p6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQsA40p6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQsA40p6 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQsA40p6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQsA40p6 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQsA40p6 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQsA40p6 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQsA40p6 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQsA40p6 .item-social {
    opacity: 1;
  }
}
.cid-uPTQsCtfMu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQsCtfMu .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQsCtfMu .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQsCtfMu .container {
    max-width: 1600px;
  }
}
.cid-uPTQsCtfMu .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQsCtfMu .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQsCtfMu .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQsCtfMu .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQsCtfMu .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQsCtfMu .team-item .item-image img {
  width: 100%;
}
.cid-uPTQsCtfMu .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQsCtfMu .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQsCtfMu .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQsCtfMu .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQsCtfMu .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQsCtfMu .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQsCtfMu .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQsCtfMu .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQsCtfMu .item-social {
    opacity: 1;
  }
}
.cid-uPTQsFS27R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQsFS27R .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQsFS27R .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQsFS27R .container {
    max-width: 1600px;
  }
}
.cid-uPTQsFS27R .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQsFS27R .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQsFS27R .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQsFS27R .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQsFS27R .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQsFS27R .team-item .item-image img {
  width: 100%;
}
.cid-uPTQsFS27R .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQsFS27R .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQsFS27R .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQsFS27R .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQsFS27R .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQsFS27R .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQsFS27R .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQsFS27R .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQsFS27R .item-social {
    opacity: 1;
  }
}
.cid-uPTQsMWGbE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQsMWGbE .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQsMWGbE .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQsMWGbE .container {
    max-width: 1600px;
  }
}
.cid-uPTQsMWGbE .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQsMWGbE .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQsMWGbE .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQsMWGbE .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQsMWGbE .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQsMWGbE .team-item .item-image img {
  width: 100%;
}
.cid-uPTQsMWGbE .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQsMWGbE .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQsMWGbE .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQsMWGbE .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQsMWGbE .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQsMWGbE .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQsMWGbE .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQsMWGbE .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQsMWGbE .item-social {
    opacity: 1;
  }
}
.cid-uPTQsVa96S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQsVa96S .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQsVa96S .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQsVa96S .container {
    max-width: 1600px;
  }
}
.cid-uPTQsVa96S .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQsVa96S .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQsVa96S .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQsVa96S .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQsVa96S .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQsVa96S .team-item .item-image img {
  width: 100%;
}
.cid-uPTQsVa96S .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQsVa96S .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQsVa96S .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQsVa96S .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQsVa96S .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQsVa96S .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQsVa96S .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQsVa96S .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQsVa96S .item-social {
    opacity: 1;
  }
}
.cid-uPTQt1Dmb3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQt1Dmb3 .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQt1Dmb3 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQt1Dmb3 .container {
    max-width: 1600px;
  }
}
.cid-uPTQt1Dmb3 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQt1Dmb3 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQt1Dmb3 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQt1Dmb3 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQt1Dmb3 .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQt1Dmb3 .team-item .item-image img {
  width: 100%;
}
.cid-uPTQt1Dmb3 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQt1Dmb3 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQt1Dmb3 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQt1Dmb3 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQt1Dmb3 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQt1Dmb3 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQt1Dmb3 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQt1Dmb3 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQt1Dmb3 .item-social {
    opacity: 1;
  }
}
.cid-uPTQt7JeFu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQt7JeFu .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQt7JeFu .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQt7JeFu .container {
    max-width: 1600px;
  }
}
.cid-uPTQt7JeFu .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQt7JeFu .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQt7JeFu .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQt7JeFu .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQt7JeFu .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQt7JeFu .team-item .item-image img {
  width: 100%;
}
.cid-uPTQt7JeFu .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQt7JeFu .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQt7JeFu .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQt7JeFu .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQt7JeFu .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQt7JeFu .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQt7JeFu .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQt7JeFu .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQt7JeFu .item-social {
    opacity: 1;
  }
}
.cid-uPTQtCkJEd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQtCkJEd .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQtCkJEd .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQtCkJEd .container {
    max-width: 1600px;
  }
}
.cid-uPTQtCkJEd .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQtCkJEd .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQtCkJEd .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQtCkJEd .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQtCkJEd .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQtCkJEd .team-item .item-image img {
  width: 100%;
}
.cid-uPTQtCkJEd .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQtCkJEd .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQtCkJEd .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQtCkJEd .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQtCkJEd .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQtCkJEd .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQtCkJEd .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQtCkJEd .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQtCkJEd .item-social {
    opacity: 1;
  }
}
.cid-uPTQtEoQcc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQtEoQcc .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQtEoQcc .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQtEoQcc .container {
    max-width: 1600px;
  }
}
.cid-uPTQtEoQcc .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQtEoQcc .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQtEoQcc .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQtEoQcc .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQtEoQcc .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQtEoQcc .team-item .item-image img {
  width: 100%;
}
.cid-uPTQtEoQcc .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQtEoQcc .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQtEoQcc .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQtEoQcc .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQtEoQcc .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQtEoQcc .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQtEoQcc .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQtEoQcc .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQtEoQcc .item-social {
    opacity: 1;
  }
}
.cid-uPTQtHYPEy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQtHYPEy .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQtHYPEy .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQtHYPEy .container {
    max-width: 1600px;
  }
}
.cid-uPTQtHYPEy .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQtHYPEy .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQtHYPEy .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQtHYPEy .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQtHYPEy .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQtHYPEy .team-item .item-image img {
  width: 100%;
}
.cid-uPTQtHYPEy .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQtHYPEy .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQtHYPEy .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQtHYPEy .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQtHYPEy .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQtHYPEy .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQtHYPEy .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQtHYPEy .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQtHYPEy .item-social {
    opacity: 1;
  }
}
.cid-uPTQtLcJOv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQtLcJOv .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQtLcJOv .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQtLcJOv .container {
    max-width: 1600px;
  }
}
.cid-uPTQtLcJOv .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQtLcJOv .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQtLcJOv .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQtLcJOv .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQtLcJOv .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQtLcJOv .team-item .item-image img {
  width: 100%;
}
.cid-uPTQtLcJOv .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQtLcJOv .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQtLcJOv .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQtLcJOv .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQtLcJOv .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQtLcJOv .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQtLcJOv .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQtLcJOv .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQtLcJOv .item-social {
    opacity: 1;
  }
}
.cid-uPTQtOt2hy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQtOt2hy .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQtOt2hy .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQtOt2hy .container {
    max-width: 1600px;
  }
}
.cid-uPTQtOt2hy .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQtOt2hy .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQtOt2hy .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQtOt2hy .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQtOt2hy .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQtOt2hy .team-item .item-image img {
  width: 100%;
}
.cid-uPTQtOt2hy .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQtOt2hy .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQtOt2hy .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQtOt2hy .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQtOt2hy .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQtOt2hy .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQtOt2hy .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQtOt2hy .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQtOt2hy .item-social {
    opacity: 1;
  }
}
.cid-uPTQtSdQSU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQtSdQSU .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQtSdQSU .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQtSdQSU .container {
    max-width: 1600px;
  }
}
.cid-uPTQtSdQSU .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQtSdQSU .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQtSdQSU .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQtSdQSU .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQtSdQSU .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQtSdQSU .team-item .item-image img {
  width: 100%;
}
.cid-uPTQtSdQSU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQtSdQSU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQtSdQSU .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQtSdQSU .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQtSdQSU .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQtSdQSU .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQtSdQSU .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQtSdQSU .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQtSdQSU .item-social {
    opacity: 1;
  }
}
.cid-uPTQtUgWZX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQtUgWZX .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQtUgWZX .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQtUgWZX .container {
    max-width: 1600px;
  }
}
.cid-uPTQtUgWZX .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQtUgWZX .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQtUgWZX .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQtUgWZX .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQtUgWZX .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQtUgWZX .team-item .item-image img {
  width: 100%;
}
.cid-uPTQtUgWZX .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQtUgWZX .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQtUgWZX .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQtUgWZX .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQtUgWZX .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQtUgWZX .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQtUgWZX .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQtUgWZX .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQtUgWZX .item-social {
    opacity: 1;
  }
}
.cid-uPTQtXPWFU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQtXPWFU .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQtXPWFU .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQtXPWFU .container {
    max-width: 1600px;
  }
}
.cid-uPTQtXPWFU .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQtXPWFU .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQtXPWFU .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQtXPWFU .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQtXPWFU .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQtXPWFU .team-item .item-image img {
  width: 100%;
}
.cid-uPTQtXPWFU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQtXPWFU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQtXPWFU .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQtXPWFU .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQtXPWFU .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQtXPWFU .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQtXPWFU .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQtXPWFU .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQtXPWFU .item-social {
    opacity: 1;
  }
}
.cid-uPTQu16Ywq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQu16Ywq .mbr-section-subtitle {
  color: #767676;
}
.cid-uPTQu16Ywq .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uPTQu16Ywq .container {
    max-width: 1600px;
  }
}
.cid-uPTQu16Ywq .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uPTQu16Ywq .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uPTQu16Ywq .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uPTQu16Ywq .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uPTQu16Ywq .team-item:hover .item-social {
  opacity: 1;
}
.cid-uPTQu16Ywq .team-item .item-image img {
  width: 100%;
}
.cid-uPTQu16Ywq .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uPTQu16Ywq .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uPTQu16Ywq .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uPTQu16Ywq .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uPTQu16Ywq .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQu16Ywq .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPTQu16Ywq .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-uPTQu16Ywq .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uPTQu16Ywq .item-social {
    opacity: 1;
  }
}
.cid-uPTQu4mKkc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/0duais-c395020ae5aed09830833ab0043fa9172317c626b-1822x846.jpg");
}
.cid-uPTQu4mKkc h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uPTQu4mKkc h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPTQu4mKkc h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uPTQu4mKkc .mbr-text,
.cid-uPTQu4mKkc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uPTQu4mKkc H1 {
  color: #ffffff;
}
.cid-uPTQu8r3Db {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPTQu8r3Db .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPTQu8r3Db .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-uPTQu8r3Db .mbr-text,
.cid-uPTQu8r3Db .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uPTQu8r3Db img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-uPTQu8r3Db H1 {
  color: #cccccc;
}
.cid-uPTQuf8X4s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPTQuf8X4s .media-container-row .mbr-text {
  color: #767676;
}
.cid-v2gfJbeO6U .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-v2gfJbeO6U .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-v2gfJbeO6U a {
  font-style: normal;
}
.cid-v2gfJbeO6U .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-v2gfJbeO6U .top-icon {
  font-size: 1rem;
  color: #000000;
  padding: 0.4rem;
}
.cid-v2gfJbeO6U .icon-wrap {
  width: 100%;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-v2gfJbeO6U .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v2gfJbeO6U .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v2gfJbeO6U .nav-item:focus,
.cid-v2gfJbeO6U .nav-link:focus {
  outline: none;
}
.cid-v2gfJbeO6U .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v2gfJbeO6U .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v2gfJbeO6U .menu-logo {
  margin-right: auto;
}
.cid-v2gfJbeO6U .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2gfJbeO6U .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v2gfJbeO6U .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-v2gfJbeO6U .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2gfJbeO6U .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2gfJbeO6U .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2gfJbeO6U .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v2gfJbeO6U .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v2gfJbeO6U .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2gfJbeO6U .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2gfJbeO6U .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2gfJbeO6U .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v2gfJbeO6U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v2gfJbeO6U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2gfJbeO6U .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2gfJbeO6U .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2gfJbeO6U .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v2gfJbeO6U .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v2gfJbeO6U .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v2gfJbeO6U .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v2gfJbeO6U .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2gfJbeO6U .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2gfJbeO6U .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2gfJbeO6U button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v2gfJbeO6U button.navbar-toggler:focus {
  outline: none;
}
.cid-v2gfJbeO6U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2gfJbeO6U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2gfJbeO6U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2gfJbeO6U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2gfJbeO6U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2gfJbeO6U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2gfJbeO6U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2gfJbeO6U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2gfJbeO6U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2gfJbeO6U .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2gfJbeO6U .collapsed .btn {
  display: -webkit-flex;
}
.cid-v2gfJbeO6U .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2gfJbeO6U .collapsed .navbar-collapse.collapsing,
.cid-v2gfJbeO6U .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2gfJbeO6U .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2gfJbeO6U .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2gfJbeO6U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2gfJbeO6U .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2gfJbeO6U .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v2gfJbeO6U .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v2gfJbeO6U .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2gfJbeO6U .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v2gfJbeO6U .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2gfJbeO6U .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2gfJbeO6U .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-v2gfJbeO6U .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2gfJbeO6U .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v2gfJbeO6U .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v2gfJbeO6U .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v2gfJbeO6U .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2gfJbeO6U .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2gfJbeO6U .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-v2gfJbeO6U.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2gfJbeO6U img {
    height: 3.8rem !important;
  }
  .cid-v2gfJbeO6U .icon-wrap {
    margin-top: 1rem;
  }
  .cid-v2gfJbeO6U .menu-wrap {
    flex-direction: column;
  }
  .cid-v2gfJbeO6U .btn {
    display: -webkit-flex;
  }
  .cid-v2gfJbeO6U button.navbar-toggler {
    display: block;
  }
  .cid-v2gfJbeO6U .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-v2gfJbeO6U .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v2gfJbeO6U .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v2gfJbeO6U .navbar-collapse.collapsing,
  .cid-v2gfJbeO6U .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2gfJbeO6U .navbar-collapse.collapsing .navbar-nav,
  .cid-v2gfJbeO6U .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2gfJbeO6U .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2gfJbeO6U .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2gfJbeO6U .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v2gfJbeO6U .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2gfJbeO6U .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2gfJbeO6U .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v2gfJbeO6U .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2gfJbeO6U .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2gfJbeO6U .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v2gfJbeO6U .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2gfJbeO6U .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2gfJbeO6U .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v2gfJbeO6U .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJbeO6U .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-v2gfJbeO6U .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-v2gfJbeO6U .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v2gfJbeO6U .nav-link:hover,
.cid-v2gfJbeO6U .dropdown-item:hover {
  color: #f9f453 !important;
}
.cid-v2gfJe8yRn {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/s051-subway-scenery-800x622.jpg");
}
.cid-v2gfJe8yRn .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJe8yRn .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-v2gfJe8yRn .mbr-text,
.cid-v2gfJe8yRn .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v2gfJe8yRn img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-v2gfJe8yRn H1 {
  color: #ffffff;
}
.cid-v2gfJe8yRn H3 {
  color: #f1edb9;
}
.cid-v2gfJeT00S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJeT00S .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJeT00S .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJeT00S .container {
    max-width: 1600px;
  }
}
.cid-v2gfJeT00S .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJeT00S .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJeT00S .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJeT00S .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJeT00S .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJeT00S .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJeT00S .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJeT00S .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJeT00S .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJeT00S .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJeT00S .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJeT00S .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJeT00S .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJeT00S .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJeT00S .item-social {
    opacity: 1;
  }
}
.cid-v2gfJi5j1M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJi5j1M .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJi5j1M .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJi5j1M .container {
    max-width: 1600px;
  }
}
.cid-v2gfJi5j1M .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJi5j1M .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJi5j1M .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJi5j1M .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJi5j1M .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJi5j1M .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJi5j1M .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJi5j1M .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJi5j1M .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJi5j1M .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJi5j1M .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJi5j1M .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJi5j1M .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJi5j1M .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJi5j1M .item-social {
    opacity: 1;
  }
}
.cid-v2gfJlcrcy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJlcrcy .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJlcrcy .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJlcrcy .container {
    max-width: 1600px;
  }
}
.cid-v2gfJlcrcy .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJlcrcy .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJlcrcy .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJlcrcy .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJlcrcy .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJlcrcy .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJlcrcy .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJlcrcy .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJlcrcy .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJlcrcy .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJlcrcy .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJlcrcy .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJlcrcy .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJlcrcy .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJlcrcy .item-social {
    opacity: 1;
  }
}
.cid-v2gfJonNT3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJonNT3 .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJonNT3 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJonNT3 .container {
    max-width: 1600px;
  }
}
.cid-v2gfJonNT3 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJonNT3 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJonNT3 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJonNT3 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJonNT3 .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJonNT3 .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJonNT3 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJonNT3 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJonNT3 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJonNT3 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJonNT3 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJonNT3 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJonNT3 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJonNT3 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJonNT3 .item-social {
    opacity: 1;
  }
}
.cid-v2gfJrj3IW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJrj3IW .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJrj3IW .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJrj3IW .container {
    max-width: 1600px;
  }
}
.cid-v2gfJrj3IW .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJrj3IW .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJrj3IW .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJrj3IW .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJrj3IW .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJrj3IW .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJrj3IW .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJrj3IW .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJrj3IW .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJrj3IW .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJrj3IW .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJrj3IW .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJrj3IW .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJrj3IW .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJrj3IW .item-social {
    opacity: 1;
  }
}
.cid-v2gfJuvZlQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJuvZlQ .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJuvZlQ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJuvZlQ .container {
    max-width: 1600px;
  }
}
.cid-v2gfJuvZlQ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJuvZlQ .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJuvZlQ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJuvZlQ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJuvZlQ .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJuvZlQ .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJuvZlQ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJuvZlQ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJuvZlQ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJuvZlQ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJuvZlQ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJuvZlQ .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJuvZlQ .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJuvZlQ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJuvZlQ .item-social {
    opacity: 1;
  }
}
.cid-v2gfJxJIkM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJxJIkM .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJxJIkM .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJxJIkM .container {
    max-width: 1600px;
  }
}
.cid-v2gfJxJIkM .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJxJIkM .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJxJIkM .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJxJIkM .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJxJIkM .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJxJIkM .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJxJIkM .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJxJIkM .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJxJIkM .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJxJIkM .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJxJIkM .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJxJIkM .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJxJIkM .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJxJIkM .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJxJIkM .item-social {
    opacity: 1;
  }
}
.cid-v2gfJAGPbY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJAGPbY .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJAGPbY .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJAGPbY .container {
    max-width: 1600px;
  }
}
.cid-v2gfJAGPbY .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJAGPbY .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJAGPbY .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJAGPbY .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJAGPbY .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJAGPbY .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJAGPbY .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJAGPbY .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJAGPbY .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJAGPbY .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJAGPbY .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJAGPbY .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJAGPbY .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJAGPbY .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJAGPbY .item-social {
    opacity: 1;
  }
}
.cid-v2gfJDPBTs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJDPBTs .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJDPBTs .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJDPBTs .container {
    max-width: 1600px;
  }
}
.cid-v2gfJDPBTs .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJDPBTs .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJDPBTs .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJDPBTs .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJDPBTs .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJDPBTs .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJDPBTs .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJDPBTs .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJDPBTs .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJDPBTs .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJDPBTs .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJDPBTs .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJDPBTs .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJDPBTs .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJDPBTs .item-social {
    opacity: 1;
  }
}
.cid-v2gfJH6hhP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJH6hhP .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJH6hhP .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJH6hhP .container {
    max-width: 1600px;
  }
}
.cid-v2gfJH6hhP .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJH6hhP .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJH6hhP .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJH6hhP .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJH6hhP .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJH6hhP .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJH6hhP .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJH6hhP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJH6hhP .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJH6hhP .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJH6hhP .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJH6hhP .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJH6hhP .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJH6hhP .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJH6hhP .item-social {
    opacity: 1;
  }
}
.cid-v2gfJK26vE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJK26vE .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJK26vE .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJK26vE .container {
    max-width: 1600px;
  }
}
.cid-v2gfJK26vE .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJK26vE .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJK26vE .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJK26vE .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJK26vE .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJK26vE .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJK26vE .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJK26vE .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJK26vE .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJK26vE .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJK26vE .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJK26vE .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJK26vE .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJK26vE .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJK26vE .item-social {
    opacity: 1;
  }
}
.cid-v2gfJN2YKs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJN2YKs .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJN2YKs .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJN2YKs .container {
    max-width: 1600px;
  }
}
.cid-v2gfJN2YKs .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJN2YKs .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJN2YKs .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJN2YKs .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJN2YKs .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJN2YKs .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJN2YKs .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJN2YKs .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJN2YKs .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJN2YKs .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJN2YKs .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJN2YKs .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJN2YKs .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJN2YKs .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJN2YKs .item-social {
    opacity: 1;
  }
}
.cid-v2gfJQusj4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJQusj4 .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJQusj4 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJQusj4 .container {
    max-width: 1600px;
  }
}
.cid-v2gfJQusj4 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJQusj4 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJQusj4 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJQusj4 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJQusj4 .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJQusj4 .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJQusj4 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJQusj4 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJQusj4 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJQusj4 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJQusj4 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJQusj4 .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJQusj4 .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJQusj4 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJQusj4 .item-social {
    opacity: 1;
  }
}
.cid-v2gfJTqzqD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJTqzqD .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJTqzqD .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJTqzqD .container {
    max-width: 1600px;
  }
}
.cid-v2gfJTqzqD .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJTqzqD .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJTqzqD .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJTqzqD .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJTqzqD .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJTqzqD .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJTqzqD .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJTqzqD .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJTqzqD .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJTqzqD .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJTqzqD .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJTqzqD .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJTqzqD .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJTqzqD .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJTqzqD .item-social {
    opacity: 1;
  }
}
.cid-v2gfJVMbYy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJVMbYy .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJVMbYy .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJVMbYy .container {
    max-width: 1600px;
  }
}
.cid-v2gfJVMbYy .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJVMbYy .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJVMbYy .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJVMbYy .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJVMbYy .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJVMbYy .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJVMbYy .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJVMbYy .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJVMbYy .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJVMbYy .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJVMbYy .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJVMbYy .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJVMbYy .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJVMbYy .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJVMbYy .item-social {
    opacity: 1;
  }
}
.cid-v2gfJYoSDx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfJYoSDx .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfJYoSDx .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfJYoSDx .container {
    max-width: 1600px;
  }
}
.cid-v2gfJYoSDx .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfJYoSDx .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfJYoSDx .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfJYoSDx .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfJYoSDx .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfJYoSDx .team-item .item-image img {
  width: 100%;
}
.cid-v2gfJYoSDx .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfJYoSDx .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfJYoSDx .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfJYoSDx .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfJYoSDx .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfJYoSDx .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfJYoSDx .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfJYoSDx .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfJYoSDx .item-social {
    opacity: 1;
  }
}
.cid-v2gfK1qX2L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfK1qX2L .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfK1qX2L .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfK1qX2L .container {
    max-width: 1600px;
  }
}
.cid-v2gfK1qX2L .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfK1qX2L .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfK1qX2L .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfK1qX2L .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfK1qX2L .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfK1qX2L .team-item .item-image img {
  width: 100%;
}
.cid-v2gfK1qX2L .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfK1qX2L .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfK1qX2L .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfK1qX2L .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfK1qX2L .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfK1qX2L .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfK1qX2L .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfK1qX2L .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfK1qX2L .item-social {
    opacity: 1;
  }
}
.cid-v2gfK5aCdG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfK5aCdG .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfK5aCdG .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfK5aCdG .container {
    max-width: 1600px;
  }
}
.cid-v2gfK5aCdG .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfK5aCdG .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfK5aCdG .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfK5aCdG .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfK5aCdG .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfK5aCdG .team-item .item-image img {
  width: 100%;
}
.cid-v2gfK5aCdG .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfK5aCdG .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfK5aCdG .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfK5aCdG .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfK5aCdG .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfK5aCdG .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfK5aCdG .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfK5aCdG .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfK5aCdG .item-social {
    opacity: 1;
  }
}
.cid-v2gfK7UevX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfK7UevX .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfK7UevX .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfK7UevX .container {
    max-width: 1600px;
  }
}
.cid-v2gfK7UevX .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfK7UevX .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfK7UevX .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfK7UevX .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfK7UevX .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfK7UevX .team-item .item-image img {
  width: 100%;
}
.cid-v2gfK7UevX .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfK7UevX .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfK7UevX .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfK7UevX .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfK7UevX .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfK7UevX .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfK7UevX .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfK7UevX .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfK7UevX .item-social {
    opacity: 1;
  }
}
.cid-v2gfKcnY3u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfKcnY3u .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfKcnY3u .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfKcnY3u .container {
    max-width: 1600px;
  }
}
.cid-v2gfKcnY3u .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfKcnY3u .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfKcnY3u .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfKcnY3u .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfKcnY3u .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfKcnY3u .team-item .item-image img {
  width: 100%;
}
.cid-v2gfKcnY3u .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfKcnY3u .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfKcnY3u .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfKcnY3u .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfKcnY3u .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfKcnY3u .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfKcnY3u .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfKcnY3u .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfKcnY3u .item-social {
    opacity: 1;
  }
}
.cid-v2gfKf6xye {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfKf6xye .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfKf6xye .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfKf6xye .container {
    max-width: 1600px;
  }
}
.cid-v2gfKf6xye .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfKf6xye .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfKf6xye .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfKf6xye .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfKf6xye .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfKf6xye .team-item .item-image img {
  width: 100%;
}
.cid-v2gfKf6xye .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfKf6xye .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfKf6xye .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfKf6xye .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfKf6xye .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfKf6xye .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfKf6xye .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfKf6xye .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfKf6xye .item-social {
    opacity: 1;
  }
}
.cid-v2gfKi65zi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfKi65zi .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfKi65zi .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfKi65zi .container {
    max-width: 1600px;
  }
}
.cid-v2gfKi65zi .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfKi65zi .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfKi65zi .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfKi65zi .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfKi65zi .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfKi65zi .team-item .item-image img {
  width: 100%;
}
.cid-v2gfKi65zi .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfKi65zi .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfKi65zi .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfKi65zi .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfKi65zi .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfKi65zi .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfKi65zi .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfKi65zi .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfKi65zi .item-social {
    opacity: 1;
  }
}
.cid-v2gfKmjf8h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfKmjf8h .mbr-section-subtitle {
  color: #767676;
}
.cid-v2gfKmjf8h .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-v2gfKmjf8h .container {
    max-width: 1600px;
  }
}
.cid-v2gfKmjf8h .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2gfKmjf8h .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-v2gfKmjf8h .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-v2gfKmjf8h .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-v2gfKmjf8h .team-item:hover .item-social {
  opacity: 1;
}
.cid-v2gfKmjf8h .team-item .item-image img {
  width: 100%;
}
.cid-v2gfKmjf8h .team-item .item-name p {
  margin-bottom: 0;
}
.cid-v2gfKmjf8h .team-item .item-role p {
  margin-bottom: 0;
}
.cid-v2gfKmjf8h .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-v2gfKmjf8h .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-v2gfKmjf8h .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfKmjf8h .item-text {
  color: #cccccc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2gfKmjf8h .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-v2gfKmjf8h .item-caption {
    padding: 2rem 1rem;
  }
  .cid-v2gfKmjf8h .item-social {
    opacity: 1;
  }
}
.cid-v2gfKphvlt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/0duais-c395020ae5aed09830833ab0043fa9172317c626b-1822x846.jpg");
}
.cid-v2gfKphvlt h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v2gfKphvlt h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v2gfKphvlt h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v2gfKphvlt .mbr-text,
.cid-v2gfKphvlt .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v2gfKphvlt H1 {
  color: #ffffff;
}
.cid-v2gfKqfaJ8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v2gfKqfaJ8 .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2gfKqfaJ8 .mbr-figure img {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-v2gfKqfaJ8 .mbr-text,
.cid-v2gfKqfaJ8 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-v2gfKqfaJ8 img {
    height: 250px!important;
    width: 250px!important;
  }
}
.cid-v2gfKqfaJ8 H1 {
  color: #cccccc;
}
.cid-v2gfKrFwfy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v2gfKrFwfy .media-container-row .mbr-text {
  color: #767676;
}
