@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00a0e9 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffff00 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00a0e9 !important;
  border-color: #00a0e9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #006492 !important;
  border-color: #006492 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #006492 !important;
  border-color: #006492 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a8a800 !important;
  border-color: #a8a800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #a8a800 !important;
  border-color: #a8a800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00a0e9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #006492 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00a0e9 !important;
  border-color: #00a0e9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffff00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a8a800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #00a0e9 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffff00 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #005a83 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #999900 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00a0e9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffff00;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00a0e9;
  border-color: #00a0e9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00a0e9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b6e8ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffcc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00a0e9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #00a0e9;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00a0e9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00a0e9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00a0e9;
  border-bottom-color: #00a0e9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #00a0e9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2300a0e9' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tByqnTdYhm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tByqnTdYhm nav.navbar {
  position: fixed;
}
.cid-tByqnTdYhm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tByqnTdYhm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tByqnTdYhm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tByqnTdYhm .dropdown-item:hover,
.cid-tByqnTdYhm .dropdown-item:focus {
  background: #00a0e9 !important;
  color: white !important;
}
.cid-tByqnTdYhm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tByqnTdYhm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tByqnTdYhm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tByqnTdYhm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tByqnTdYhm .nav-link {
  position: relative;
}
.cid-tByqnTdYhm .container {
  display: flex;
  margin: auto;
}
.cid-tByqnTdYhm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tByqnTdYhm .dropdown-menu,
.cid-tByqnTdYhm .navbar.opened {
  background: #ffffff !important;
}
.cid-tByqnTdYhm .nav-item:focus,
.cid-tByqnTdYhm .nav-link:focus {
  outline: none;
}
.cid-tByqnTdYhm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tByqnTdYhm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tByqnTdYhm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tByqnTdYhm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tByqnTdYhm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tByqnTdYhm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tByqnTdYhm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tByqnTdYhm .navbar.opened {
  transition: all 0.3s;
}
.cid-tByqnTdYhm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tByqnTdYhm .navbar .navbar-logo img {
  width: auto;
}
.cid-tByqnTdYhm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tByqnTdYhm .navbar.collapsed {
  justify-content: center;
}
.cid-tByqnTdYhm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tByqnTdYhm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tByqnTdYhm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tByqnTdYhm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tByqnTdYhm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tByqnTdYhm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tByqnTdYhm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tByqnTdYhm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tByqnTdYhm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tByqnTdYhm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tByqnTdYhm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tByqnTdYhm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tByqnTdYhm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tByqnTdYhm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tByqnTdYhm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tByqnTdYhm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tByqnTdYhm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tByqnTdYhm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tByqnTdYhm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tByqnTdYhm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tByqnTdYhm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tByqnTdYhm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tByqnTdYhm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tByqnTdYhm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tByqnTdYhm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tByqnTdYhm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tByqnTdYhm .dropdown-item.active,
.cid-tByqnTdYhm .dropdown-item:active {
  background-color: transparent;
}
.cid-tByqnTdYhm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tByqnTdYhm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tByqnTdYhm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tByqnTdYhm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tByqnTdYhm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tByqnTdYhm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tByqnTdYhm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tByqnTdYhm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tByqnTdYhm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tByqnTdYhm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tByqnTdYhm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tByqnTdYhm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tByqnTdYhm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tByqnTdYhm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tByqnTdYhm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tByqnTdYhm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tByqnTdYhm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tByqnTdYhm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tByqnTdYhm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tByqnTdYhm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tByqnTdYhm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tByqnTdYhm .navbar {
    height: 70px;
  }
  .cid-tByqnTdYhm .navbar.opened {
    height: auto;
  }
  .cid-tByqnTdYhm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tByqrLnyxD {
  display: flex;
  background-image: url("../../../assets/images/main.jpg");
}
.cid-tByqrLnyxD .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tByqrLnyxD .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tByqrLnyxD {
    align-items: flex-end;
  }
  .cid-tByqrLnyxD .row {
    justify-content: flex-start;
  }
  .cid-tByqrLnyxD .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tByqrLnyxD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tByqrLnyxD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tByqrLnyxD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tByqrLnyxD .content-wrap {
    width: 100%;
  }
}
.cid-tByrF0ZjrL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
.cid-tByrF0ZjrL .mbr-section-title {
  color: #ffffff;
}
.cid-tByrF0ZjrL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tByzTA6bk0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
.cid-tByzTA6bk0 .mbr-section-title {
  color: #ffff00;
}
.cid-tSPgPPB7mA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #00a0e9;
}
@media (max-width: 767px) {
  .cid-tSPgPPB7mA .card-box {
    padding: 1rem;
  }
  .cid-tSPgPPB7mA .mbr-section-btn,
  .cid-tSPgPPB7mA .price {
    text-align: center;
  }
  .cid-tSPgPPB7mA .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-tSPgPPB7mA .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSPgPPB7mA .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tSPgPPB7mA .card-wrapper {
  border-radius: 30px;
  background-color: #ffffff;
}
.cid-tSPgPPB7mA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSPgPPB7mA .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tSPgPPB7mA .mbr-text {
  color: #353535;
}
.cid-tByyVGQObE {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #00a0e9;
}
@media (max-width: 767px) {
  .cid-tByyVGQObE .card-box {
    padding: 1rem;
  }
  .cid-tByyVGQObE .mbr-section-btn,
  .cid-tByyVGQObE .price {
    text-align: center;
  }
  .cid-tByyVGQObE .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cid-tByyVGQObE .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tByyVGQObE .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tByyVGQObE .card-wrapper {
  border-radius: 30px;
  background-color: #ffffff;
}
.cid-tByyVGQObE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tByyVGQObE .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tByyVGQObE .mbr-text {
  color: #353535;
}
.cid-tByvqTcOjz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tByvqTcOjz .mbr-section-subtitle {
  color: #767676;
}
.cid-tByvqTcOjz .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tByvqTcOjz .container {
    max-width: 1600px;
  }
}
.cid-tByvqTcOjz .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tByvqTcOjz .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tByvqTcOjz .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tByvqTcOjz .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tByvqTcOjz .team-item:hover .item-social {
  opacity: 1;
}
.cid-tByvqTcOjz .team-item .item-image img {
  width: 100%;
}
.cid-tByvqTcOjz .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tByvqTcOjz .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tByvqTcOjz .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tByvqTcOjz .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tByvqTcOjz .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tByvqTcOjz .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tByvqTcOjz .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tByvqTcOjz .item-social {
    opacity: 1;
  }
}
.cid-tByvqTcOjz H2 {
  color: #00a0e9;
}
.cid-tByvqTcOjz .item-name {
  text-align: center;
  color: #555555;
}
.cid-tByvqTcOjz .item-role {
  text-align: center;
}
.cid-tID4VMiwIP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tID4VMiwIP .mbr-section-subtitle {
  color: #767676;
}
.cid-tID4VMiwIP .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tID4VMiwIP .container {
    max-width: 1600px;
  }
}
.cid-tID4VMiwIP .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tID4VMiwIP .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tID4VMiwIP .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tID4VMiwIP .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tID4VMiwIP .team-item:hover .item-social {
  opacity: 1;
}
.cid-tID4VMiwIP .team-item .item-image img {
  width: 100%;
}
.cid-tID4VMiwIP .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tID4VMiwIP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tID4VMiwIP .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tID4VMiwIP .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tID4VMiwIP .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tID4VMiwIP .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tID4VMiwIP .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tID4VMiwIP .item-social {
    opacity: 1;
  }
}
.cid-tID4VMiwIP H2 {
  color: #00a0e9;
}
.cid-tID4VMiwIP .item-name {
  text-align: center;
  color: #555555;
}
.cid-tID4VMiwIP .item-role {
  text-align: center;
}
.cid-tSVcwpufpB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSVcwpufpB .mbr-section-subtitle {
  color: #767676;
}
.cid-tSVcwpufpB .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSVcwpufpB .container {
    max-width: 1600px;
  }
}
.cid-tSVcwpufpB .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSVcwpufpB .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSVcwpufpB .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSVcwpufpB .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSVcwpufpB .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSVcwpufpB .team-item .item-image img {
  width: 100%;
}
.cid-tSVcwpufpB .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSVcwpufpB .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSVcwpufpB .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSVcwpufpB .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSVcwpufpB .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSVcwpufpB .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSVcwpufpB .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSVcwpufpB .item-social {
    opacity: 1;
  }
}
.cid-tSVcwpufpB H2 {
  color: #00a0e9;
}
.cid-tSVcwpufpB .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSVcwpufpB .item-role {
  text-align: center;
}
.cid-tID7JrgIaH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tID7JrgIaH .mbr-section-subtitle {
  color: #767676;
}
.cid-tID7JrgIaH .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tID7JrgIaH .container {
    max-width: 1600px;
  }
}
.cid-tID7JrgIaH .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tID7JrgIaH .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tID7JrgIaH .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tID7JrgIaH .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tID7JrgIaH .team-item:hover .item-social {
  opacity: 1;
}
.cid-tID7JrgIaH .team-item .item-image img {
  width: 100%;
}
.cid-tID7JrgIaH .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tID7JrgIaH .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tID7JrgIaH .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tID7JrgIaH .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tID7JrgIaH .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tID7JrgIaH .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tID7JrgIaH .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tID7JrgIaH .item-social {
    opacity: 1;
  }
}
.cid-tID7JrgIaH H2 {
  color: #00a0e9;
}
.cid-tID7JrgIaH .item-name {
  text-align: center;
  color: #555555;
}
.cid-tID7JrgIaH .item-role {
  text-align: center;
}
.cid-tJbNmD1xOI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJbNmD1xOI .mbr-section-subtitle {
  color: #767676;
}
.cid-tJbNmD1xOI .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJbNmD1xOI .container {
    max-width: 1600px;
  }
}
.cid-tJbNmD1xOI .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJbNmD1xOI .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJbNmD1xOI .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJbNmD1xOI .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJbNmD1xOI .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJbNmD1xOI .team-item .item-image img {
  width: 100%;
}
.cid-tJbNmD1xOI .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJbNmD1xOI .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJbNmD1xOI .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJbNmD1xOI .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJbNmD1xOI .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJbNmD1xOI .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJbNmD1xOI .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJbNmD1xOI .item-social {
    opacity: 1;
  }
}
.cid-tJbNmD1xOI H2 {
  color: #00a0e9;
}
.cid-tJbNmD1xOI .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJbNmD1xOI .item-role {
  text-align: center;
}
.cid-tID8FLhid9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tID8FLhid9 .mbr-section-subtitle {
  color: #767676;
}
.cid-tID8FLhid9 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tID8FLhid9 .container {
    max-width: 1600px;
  }
}
.cid-tID8FLhid9 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tID8FLhid9 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tID8FLhid9 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tID8FLhid9 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tID8FLhid9 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tID8FLhid9 .team-item .item-image img {
  width: 100%;
}
.cid-tID8FLhid9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tID8FLhid9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tID8FLhid9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tID8FLhid9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tID8FLhid9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tID8FLhid9 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tID8FLhid9 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tID8FLhid9 .item-social {
    opacity: 1;
  }
}
.cid-tID8FLhid9 H2 {
  color: #00a0e9;
}
.cid-tID8FLhid9 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tID8FLhid9 .item-role {
  text-align: center;
}
.cid-tID94TCEGE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tID94TCEGE .mbr-section-subtitle {
  color: #767676;
}
.cid-tID94TCEGE .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tID94TCEGE .container {
    max-width: 1600px;
  }
}
.cid-tID94TCEGE .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tID94TCEGE .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tID94TCEGE .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tID94TCEGE .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tID94TCEGE .team-item:hover .item-social {
  opacity: 1;
}
.cid-tID94TCEGE .team-item .item-image img {
  width: 100%;
}
.cid-tID94TCEGE .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tID94TCEGE .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tID94TCEGE .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tID94TCEGE .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tID94TCEGE .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tID94TCEGE .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tID94TCEGE .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tID94TCEGE .item-social {
    opacity: 1;
  }
}
.cid-tID94TCEGE H2 {
  color: #00a0e9;
}
.cid-tID94TCEGE .item-name {
  text-align: center;
  color: #555555;
}
.cid-tID94TCEGE .item-role {
  text-align: center;
}
.cid-tID9mrsBK5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tID9mrsBK5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tID9mrsBK5 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tID9mrsBK5 .container {
    max-width: 1600px;
  }
}
.cid-tID9mrsBK5 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tID9mrsBK5 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tID9mrsBK5 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tID9mrsBK5 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tID9mrsBK5 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tID9mrsBK5 .team-item .item-image img {
  width: 100%;
}
.cid-tID9mrsBK5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tID9mrsBK5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tID9mrsBK5 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tID9mrsBK5 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tID9mrsBK5 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tID9mrsBK5 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tID9mrsBK5 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tID9mrsBK5 .item-social {
    opacity: 1;
  }
}
.cid-tID9mrsBK5 H2 {
  color: #00a0e9;
}
.cid-tID9mrsBK5 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tID9mrsBK5 .item-role {
  text-align: center;
}
.cid-tID9ySSuIG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tID9ySSuIG .mbr-section-subtitle {
  color: #767676;
}
.cid-tID9ySSuIG .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tID9ySSuIG .container {
    max-width: 1600px;
  }
}
.cid-tID9ySSuIG .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tID9ySSuIG .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tID9ySSuIG .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tID9ySSuIG .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tID9ySSuIG .team-item:hover .item-social {
  opacity: 1;
}
.cid-tID9ySSuIG .team-item .item-image img {
  width: 100%;
}
.cid-tID9ySSuIG .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tID9ySSuIG .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tID9ySSuIG .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tID9ySSuIG .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tID9ySSuIG .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tID9ySSuIG .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tID9ySSuIG .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tID9ySSuIG .item-social {
    opacity: 1;
  }
}
.cid-tID9ySSuIG H2 {
  color: #00a0e9;
}
.cid-tID9ySSuIG .item-name {
  text-align: center;
  color: #555555;
}
.cid-tID9ySSuIG .item-role {
  text-align: center;
}
.cid-tID9IFGtrc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tID9IFGtrc .mbr-section-subtitle {
  color: #767676;
}
.cid-tID9IFGtrc .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tID9IFGtrc .container {
    max-width: 1600px;
  }
}
.cid-tID9IFGtrc .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tID9IFGtrc .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tID9IFGtrc .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tID9IFGtrc .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tID9IFGtrc .team-item:hover .item-social {
  opacity: 1;
}
.cid-tID9IFGtrc .team-item .item-image img {
  width: 100%;
}
.cid-tID9IFGtrc .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tID9IFGtrc .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tID9IFGtrc .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tID9IFGtrc .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tID9IFGtrc .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tID9IFGtrc .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tID9IFGtrc .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tID9IFGtrc .item-social {
    opacity: 1;
  }
}
.cid-tID9IFGtrc H2 {
  color: #00a0e9;
}
.cid-tID9IFGtrc .item-name {
  text-align: center;
  color: #555555;
}
.cid-tID9IFGtrc .item-role {
  text-align: center;
}
.cid-tBAaeiuRhS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBAaeiuRhS nav.navbar {
  position: fixed;
}
.cid-tBAaeiuRhS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBAaeiuRhS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBAaeiuRhS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBAaeiuRhS .dropdown-item:hover,
.cid-tBAaeiuRhS .dropdown-item:focus {
  background: #00a0e9 !important;
  color: white !important;
}
.cid-tBAaeiuRhS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBAaeiuRhS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBAaeiuRhS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBAaeiuRhS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBAaeiuRhS .nav-link {
  position: relative;
}
.cid-tBAaeiuRhS .container {
  display: flex;
  margin: auto;
}
.cid-tBAaeiuRhS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBAaeiuRhS .dropdown-menu,
.cid-tBAaeiuRhS .navbar.opened {
  background: #ffffff !important;
}
.cid-tBAaeiuRhS .nav-item:focus,
.cid-tBAaeiuRhS .nav-link:focus {
  outline: none;
}
.cid-tBAaeiuRhS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBAaeiuRhS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBAaeiuRhS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBAaeiuRhS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBAaeiuRhS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBAaeiuRhS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBAaeiuRhS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tBAaeiuRhS .navbar.opened {
  transition: all 0.3s;
}
.cid-tBAaeiuRhS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBAaeiuRhS .navbar .navbar-logo img {
  width: auto;
}
.cid-tBAaeiuRhS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBAaeiuRhS .navbar.collapsed {
  justify-content: center;
}
.cid-tBAaeiuRhS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBAaeiuRhS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBAaeiuRhS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tBAaeiuRhS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBAaeiuRhS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBAaeiuRhS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tBAaeiuRhS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBAaeiuRhS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBAaeiuRhS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBAaeiuRhS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBAaeiuRhS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBAaeiuRhS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBAaeiuRhS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBAaeiuRhS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tBAaeiuRhS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBAaeiuRhS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBAaeiuRhS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBAaeiuRhS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBAaeiuRhS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBAaeiuRhS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBAaeiuRhS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBAaeiuRhS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBAaeiuRhS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBAaeiuRhS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBAaeiuRhS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBAaeiuRhS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBAaeiuRhS .dropdown-item.active,
.cid-tBAaeiuRhS .dropdown-item:active {
  background-color: transparent;
}
.cid-tBAaeiuRhS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBAaeiuRhS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBAaeiuRhS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBAaeiuRhS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBAaeiuRhS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBAaeiuRhS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBAaeiuRhS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBAaeiuRhS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBAaeiuRhS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBAaeiuRhS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tBAaeiuRhS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBAaeiuRhS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBAaeiuRhS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBAaeiuRhS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBAaeiuRhS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBAaeiuRhS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBAaeiuRhS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBAaeiuRhS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBAaeiuRhS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBAaeiuRhS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBAaeiuRhS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBAaeiuRhS .navbar {
    height: 70px;
  }
  .cid-tBAaeiuRhS .navbar.opened {
    height: auto;
  }
  .cid-tBAaeiuRhS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBAaej9O6J {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main-schedule-1.jpg");
}
.cid-tBAaej9O6J .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tBAaej9O6J .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tBAaej9O6J {
    align-items: flex-end;
  }
  .cid-tBAaej9O6J .row {
    justify-content: flex-start;
  }
  .cid-tBAaej9O6J .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tBAaej9O6J .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tBAaej9O6J {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tBAaej9O6J .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tBAaej9O6J .content-wrap {
    width: 100%;
  }
}
.cid-tBAaejpQ8U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #23ac38;
}
.cid-tBAaejpQ8U .mbr-section-title {
  color: #ffff00;
}
.cid-tBAaV0JOSn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #23ac38;
}
.cid-tBAaV0JOSn .card-wrapper {
  background-color: #ffffff;
  margin-bottom: 2rem;
  border-radius: 24px;
  background: #ffffff;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-tBAaV0JOSn .mbr-section-title,
.cid-tBAaV0JOSn .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBAaV0JOSn .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tBAaV0JOSn .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tBAaV0JOSn .mbr-section-title {
  color: #f39800;
}
.cid-tBAaV0JOSn .card-title {
  color: #23ac38;
}
.cid-tBAaV0JOSn .price {
  color: #353535;
}
.cid-tBAaV0JOSn .mbr-text {
  color: #ffffff;
}
.cid-tBAaemy3cN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #23ac38;
}
.cid-tBAaemy3cN .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tBAaemNoup {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBAaemNoup .mbr-section-subtitle {
  color: #767676;
}
.cid-tBAaemNoup .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tBAaemNoup .container {
    max-width: 1600px;
  }
}
.cid-tBAaemNoup .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tBAaemNoup .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tBAaemNoup .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tBAaemNoup .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tBAaemNoup .team-item:hover .item-social {
  opacity: 1;
}
.cid-tBAaemNoup .team-item .item-image img {
  width: 100%;
}
.cid-tBAaemNoup .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tBAaemNoup .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tBAaemNoup .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tBAaemNoup .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tBAaemNoup .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tBAaemNoup .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tBAaemNoup .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tBAaemNoup .item-social {
    opacity: 1;
  }
}
.cid-tBAaemNoup H2 {
  color: #00a0e9;
}
.cid-tBAaemNoup .item-name {
  text-align: center;
  color: #555555;
}
.cid-tBAaemNoup .item-role {
  text-align: center;
}
.cid-tJiF0kAnCF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJiF0kAnCF .mbr-section-subtitle {
  color: #767676;
}
.cid-tJiF0kAnCF .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJiF0kAnCF .container {
    max-width: 1600px;
  }
}
.cid-tJiF0kAnCF .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJiF0kAnCF .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJiF0kAnCF .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJiF0kAnCF .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJiF0kAnCF .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJiF0kAnCF .team-item .item-image img {
  width: 100%;
}
.cid-tJiF0kAnCF .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJiF0kAnCF .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJiF0kAnCF .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJiF0kAnCF .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJiF0kAnCF .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJiF0kAnCF .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJiF0kAnCF .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJiF0kAnCF .item-social {
    opacity: 1;
  }
}
.cid-tJiF0kAnCF H2 {
  color: #00a0e9;
}
.cid-tJiF0kAnCF .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJiF0kAnCF .item-role {
  text-align: center;
}
.cid-tSVcGXc7Kb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSVcGXc7Kb .mbr-section-subtitle {
  color: #767676;
}
.cid-tSVcGXc7Kb .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSVcGXc7Kb .container {
    max-width: 1600px;
  }
}
.cid-tSVcGXc7Kb .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSVcGXc7Kb .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSVcGXc7Kb .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSVcGXc7Kb .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSVcGXc7Kb .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSVcGXc7Kb .team-item .item-image img {
  width: 100%;
}
.cid-tSVcGXc7Kb .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSVcGXc7Kb .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSVcGXc7Kb .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSVcGXc7Kb .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSVcGXc7Kb .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSVcGXc7Kb .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSVcGXc7Kb .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSVcGXc7Kb .item-social {
    opacity: 1;
  }
}
.cid-tSVcGXc7Kb H2 {
  color: #00a0e9;
}
.cid-tSVcGXc7Kb .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSVcGXc7Kb .item-role {
  text-align: center;
}
.cid-tIDbjIwaNY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbjIwaNY .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbjIwaNY .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbjIwaNY .container {
    max-width: 1600px;
  }
}
.cid-tIDbjIwaNY .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbjIwaNY .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbjIwaNY .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbjIwaNY .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbjIwaNY .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbjIwaNY .team-item .item-image img {
  width: 100%;
}
.cid-tIDbjIwaNY .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbjIwaNY .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbjIwaNY .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbjIwaNY .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbjIwaNY .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbjIwaNY .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbjIwaNY .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbjIwaNY .item-social {
    opacity: 1;
  }
}
.cid-tIDbjIwaNY H2 {
  color: #00a0e9;
}
.cid-tIDbjIwaNY .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbjIwaNY .item-role {
  text-align: center;
}
.cid-tJbNHrdlqE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJbNHrdlqE .mbr-section-subtitle {
  color: #767676;
}
.cid-tJbNHrdlqE .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJbNHrdlqE .container {
    max-width: 1600px;
  }
}
.cid-tJbNHrdlqE .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJbNHrdlqE .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJbNHrdlqE .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJbNHrdlqE .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJbNHrdlqE .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJbNHrdlqE .team-item .item-image img {
  width: 100%;
}
.cid-tJbNHrdlqE .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJbNHrdlqE .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJbNHrdlqE .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJbNHrdlqE .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJbNHrdlqE .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJbNHrdlqE .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJbNHrdlqE .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJbNHrdlqE .item-social {
    opacity: 1;
  }
}
.cid-tJbNHrdlqE H2 {
  color: #00a0e9;
}
.cid-tJbNHrdlqE .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJbNHrdlqE .item-role {
  text-align: center;
}
.cid-tIDbkjSfBp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbkjSfBp .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbkjSfBp .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbkjSfBp .container {
    max-width: 1600px;
  }
}
.cid-tIDbkjSfBp .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbkjSfBp .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbkjSfBp .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbkjSfBp .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbkjSfBp .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbkjSfBp .team-item .item-image img {
  width: 100%;
}
.cid-tIDbkjSfBp .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbkjSfBp .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbkjSfBp .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbkjSfBp .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbkjSfBp .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbkjSfBp .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbkjSfBp .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbkjSfBp .item-social {
    opacity: 1;
  }
}
.cid-tIDbkjSfBp H2 {
  color: #00a0e9;
}
.cid-tIDbkjSfBp .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbkjSfBp .item-role {
  text-align: center;
}
.cid-tIDbkZ8FQy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbkZ8FQy .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbkZ8FQy .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbkZ8FQy .container {
    max-width: 1600px;
  }
}
.cid-tIDbkZ8FQy .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbkZ8FQy .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbkZ8FQy .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbkZ8FQy .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbkZ8FQy .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbkZ8FQy .team-item .item-image img {
  width: 100%;
}
.cid-tIDbkZ8FQy .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbkZ8FQy .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbkZ8FQy .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbkZ8FQy .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbkZ8FQy .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbkZ8FQy .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbkZ8FQy .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbkZ8FQy .item-social {
    opacity: 1;
  }
}
.cid-tIDbkZ8FQy H2 {
  color: #00a0e9;
}
.cid-tIDbkZ8FQy .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbkZ8FQy .item-role {
  text-align: center;
}
.cid-tIDblv3fWm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDblv3fWm .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDblv3fWm .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDblv3fWm .container {
    max-width: 1600px;
  }
}
.cid-tIDblv3fWm .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDblv3fWm .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDblv3fWm .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDblv3fWm .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDblv3fWm .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDblv3fWm .team-item .item-image img {
  width: 100%;
}
.cid-tIDblv3fWm .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDblv3fWm .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDblv3fWm .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDblv3fWm .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDblv3fWm .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDblv3fWm .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDblv3fWm .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDblv3fWm .item-social {
    opacity: 1;
  }
}
.cid-tIDblv3fWm H2 {
  color: #00a0e9;
}
.cid-tIDblv3fWm .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDblv3fWm .item-role {
  text-align: center;
}
.cid-tIDbm3WVfZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbm3WVfZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbm3WVfZ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbm3WVfZ .container {
    max-width: 1600px;
  }
}
.cid-tIDbm3WVfZ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbm3WVfZ .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbm3WVfZ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbm3WVfZ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbm3WVfZ .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbm3WVfZ .team-item .item-image img {
  width: 100%;
}
.cid-tIDbm3WVfZ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbm3WVfZ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbm3WVfZ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbm3WVfZ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbm3WVfZ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbm3WVfZ .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbm3WVfZ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbm3WVfZ .item-social {
    opacity: 1;
  }
}
.cid-tIDbm3WVfZ H2 {
  color: #00a0e9;
}
.cid-tIDbm3WVfZ .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbm3WVfZ .item-role {
  text-align: center;
}
.cid-tIDbmwSqgk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbmwSqgk .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbmwSqgk .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbmwSqgk .container {
    max-width: 1600px;
  }
}
.cid-tIDbmwSqgk .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbmwSqgk .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbmwSqgk .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbmwSqgk .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbmwSqgk .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbmwSqgk .team-item .item-image img {
  width: 100%;
}
.cid-tIDbmwSqgk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbmwSqgk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbmwSqgk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbmwSqgk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbmwSqgk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbmwSqgk .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbmwSqgk .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbmwSqgk .item-social {
    opacity: 1;
  }
}
.cid-tIDbmwSqgk H2 {
  color: #00a0e9;
}
.cid-tIDbmwSqgk .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbmwSqgk .item-role {
  text-align: center;
}
.cid-tBAcQy2bir {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBAcQy2bir nav.navbar {
  position: fixed;
}
.cid-tBAcQy2bir .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBAcQy2bir .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBAcQy2bir .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBAcQy2bir .dropdown-item:hover,
.cid-tBAcQy2bir .dropdown-item:focus {
  background: #00a0e9 !important;
  color: white !important;
}
.cid-tBAcQy2bir .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBAcQy2bir .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBAcQy2bir .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBAcQy2bir .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBAcQy2bir .nav-link {
  position: relative;
}
.cid-tBAcQy2bir .container {
  display: flex;
  margin: auto;
}
.cid-tBAcQy2bir .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBAcQy2bir .dropdown-menu,
.cid-tBAcQy2bir .navbar.opened {
  background: #ffffff !important;
}
.cid-tBAcQy2bir .nav-item:focus,
.cid-tBAcQy2bir .nav-link:focus {
  outline: none;
}
.cid-tBAcQy2bir .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBAcQy2bir .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBAcQy2bir .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBAcQy2bir .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBAcQy2bir .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBAcQy2bir .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBAcQy2bir .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tBAcQy2bir .navbar.opened {
  transition: all 0.3s;
}
.cid-tBAcQy2bir .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBAcQy2bir .navbar .navbar-logo img {
  width: auto;
}
.cid-tBAcQy2bir .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBAcQy2bir .navbar.collapsed {
  justify-content: center;
}
.cid-tBAcQy2bir .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBAcQy2bir .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBAcQy2bir .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tBAcQy2bir .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBAcQy2bir .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBAcQy2bir .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tBAcQy2bir .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBAcQy2bir .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBAcQy2bir .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBAcQy2bir .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBAcQy2bir .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBAcQy2bir .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBAcQy2bir .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBAcQy2bir .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tBAcQy2bir .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBAcQy2bir .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBAcQy2bir .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBAcQy2bir .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBAcQy2bir .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBAcQy2bir .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBAcQy2bir .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBAcQy2bir .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBAcQy2bir .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBAcQy2bir .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBAcQy2bir .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBAcQy2bir .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBAcQy2bir .dropdown-item.active,
.cid-tBAcQy2bir .dropdown-item:active {
  background-color: transparent;
}
.cid-tBAcQy2bir .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBAcQy2bir .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBAcQy2bir .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBAcQy2bir .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBAcQy2bir .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBAcQy2bir .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBAcQy2bir ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBAcQy2bir .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBAcQy2bir button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBAcQy2bir button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tBAcQy2bir button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBAcQy2bir button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBAcQy2bir button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBAcQy2bir button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBAcQy2bir nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBAcQy2bir nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBAcQy2bir nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBAcQy2bir nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBAcQy2bir .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBAcQy2bir a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBAcQy2bir .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBAcQy2bir .navbar {
    height: 70px;
  }
  .cid-tBAcQy2bir .navbar.opened {
    height: auto;
  }
  .cid-tBAcQy2bir .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBAcQyy43Y {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main-contact-us-1.jpg");
}
.cid-tBAcQyy43Y .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tBAcQyy43Y .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tBAcQyy43Y {
    align-items: flex-end;
  }
  .cid-tBAcQyy43Y .row {
    justify-content: flex-start;
  }
  .cid-tBAcQyy43Y .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tBAcQyy43Y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tBAcQyy43Y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tBAcQyy43Y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tBAcQyy43Y .content-wrap {
    width: 100%;
  }
}
.cid-tBAcQyN03j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f39700;
}
.cid-tBAcQyN03j .mbr-section-title {
  color: #ffff00;
}
.cid-tBAesWbbWE {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f39700;
}
.cid-tBAesWbbWE .row-bg {
  background: #f39700;
  margin: 0;
  padding: 2rem 1rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tBAesWbbWE .row-bg {
    padding: 1rem 0;
  }
}
.cid-tBAesWbbWE .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 8rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-tBAesWbbWE .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tBAesWbbWE .mbr-flex {
  justify-content: center;
}
.cid-tBAesWbbWE .mbr-flex {
  justify-content: center;
}
.cid-tBAesWbbWE .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-tBAesWbbWE .item:focus,
.cid-tBAesWbbWE span:focus {
  outline: none;
}
.cid-tBAesWbbWE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tBAesWbbWE .card1 {
  background: #ffffff;
}
.cid-tBAesWbbWE .card2 {
  background: #ffffff;
}
.cid-tBAesWbbWE .card3 {
  background: #ffffff;
}
.cid-tBAesWbbWE .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-tBAesWbbWE .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tBAesWbbWE .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tBAesWbbWE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBAesWbbWE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBAesWbbWE .item-title1 {
  color: #ffffff;
}
.cid-tBAesWbbWE .mbr-text,
.cid-tBAesWbbWE .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-tBAesWbbWE .item-subtitle {
  text-align: center;
  color: #f39700;
}
.cid-tBAesWbbWE .item-title2 {
  text-align: center;
  color: #121212;
}
.cid-tBAesWbbWE .price {
  color: #121212;
}
.cid-tBAesWbbWE .item-title2,
.cid-tBAesWbbWE .iconfont-wrapper {
  text-align: center;
}
.cid-tBAcQzdJl2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBAcQzdJl2 .mbr-section-subtitle {
  color: #767676;
}
.cid-tBAcQzdJl2 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tBAcQzdJl2 .container {
    max-width: 1600px;
  }
}
.cid-tBAcQzdJl2 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tBAcQzdJl2 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tBAcQzdJl2 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tBAcQzdJl2 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tBAcQzdJl2 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tBAcQzdJl2 .team-item .item-image img {
  width: 100%;
}
.cid-tBAcQzdJl2 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tBAcQzdJl2 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tBAcQzdJl2 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tBAcQzdJl2 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tBAcQzdJl2 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tBAcQzdJl2 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tBAcQzdJl2 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tBAcQzdJl2 .item-social {
    opacity: 1;
  }
}
.cid-tBAcQzdJl2 H2 {
  color: #00a0e9;
}
.cid-tBAcQzdJl2 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tBAcQzdJl2 .item-role {
  text-align: center;
}
.cid-tJiF7fUFxs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJiF7fUFxs .mbr-section-subtitle {
  color: #767676;
}
.cid-tJiF7fUFxs .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJiF7fUFxs .container {
    max-width: 1600px;
  }
}
.cid-tJiF7fUFxs .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJiF7fUFxs .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJiF7fUFxs .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJiF7fUFxs .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJiF7fUFxs .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJiF7fUFxs .team-item .item-image img {
  width: 100%;
}
.cid-tJiF7fUFxs .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJiF7fUFxs .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJiF7fUFxs .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJiF7fUFxs .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJiF7fUFxs .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJiF7fUFxs .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJiF7fUFxs .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJiF7fUFxs .item-social {
    opacity: 1;
  }
}
.cid-tJiF7fUFxs H2 {
  color: #00a0e9;
}
.cid-tJiF7fUFxs .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJiF7fUFxs .item-role {
  text-align: center;
}
.cid-tSVdykLL7V {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSVdykLL7V .mbr-section-subtitle {
  color: #767676;
}
.cid-tSVdykLL7V .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSVdykLL7V .container {
    max-width: 1600px;
  }
}
.cid-tSVdykLL7V .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSVdykLL7V .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSVdykLL7V .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSVdykLL7V .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSVdykLL7V .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSVdykLL7V .team-item .item-image img {
  width: 100%;
}
.cid-tSVdykLL7V .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSVdykLL7V .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSVdykLL7V .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSVdykLL7V .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSVdykLL7V .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSVdykLL7V .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSVdykLL7V .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSVdykLL7V .item-social {
    opacity: 1;
  }
}
.cid-tSVdykLL7V H2 {
  color: #00a0e9;
}
.cid-tSVdykLL7V .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSVdykLL7V .item-role {
  text-align: center;
}
.cid-tIDbS9hDvm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbS9hDvm .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbS9hDvm .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbS9hDvm .container {
    max-width: 1600px;
  }
}
.cid-tIDbS9hDvm .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbS9hDvm .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbS9hDvm .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbS9hDvm .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbS9hDvm .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbS9hDvm .team-item .item-image img {
  width: 100%;
}
.cid-tIDbS9hDvm .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbS9hDvm .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbS9hDvm .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbS9hDvm .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbS9hDvm .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbS9hDvm .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbS9hDvm .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbS9hDvm .item-social {
    opacity: 1;
  }
}
.cid-tIDbS9hDvm H2 {
  color: #00a0e9;
}
.cid-tIDbS9hDvm .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbS9hDvm .item-role {
  text-align: center;
}
.cid-tJbO5mPKhW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJbO5mPKhW .mbr-section-subtitle {
  color: #767676;
}
.cid-tJbO5mPKhW .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJbO5mPKhW .container {
    max-width: 1600px;
  }
}
.cid-tJbO5mPKhW .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJbO5mPKhW .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJbO5mPKhW .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJbO5mPKhW .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJbO5mPKhW .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJbO5mPKhW .team-item .item-image img {
  width: 100%;
}
.cid-tJbO5mPKhW .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJbO5mPKhW .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJbO5mPKhW .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJbO5mPKhW .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJbO5mPKhW .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJbO5mPKhW .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJbO5mPKhW .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJbO5mPKhW .item-social {
    opacity: 1;
  }
}
.cid-tJbO5mPKhW H2 {
  color: #00a0e9;
}
.cid-tJbO5mPKhW .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJbO5mPKhW .item-role {
  text-align: center;
}
.cid-tIDbUBdIfa {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbUBdIfa .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbUBdIfa .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbUBdIfa .container {
    max-width: 1600px;
  }
}
.cid-tIDbUBdIfa .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbUBdIfa .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbUBdIfa .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbUBdIfa .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbUBdIfa .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbUBdIfa .team-item .item-image img {
  width: 100%;
}
.cid-tIDbUBdIfa .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbUBdIfa .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbUBdIfa .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbUBdIfa .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbUBdIfa .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbUBdIfa .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbUBdIfa .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbUBdIfa .item-social {
    opacity: 1;
  }
}
.cid-tIDbUBdIfa H2 {
  color: #00a0e9;
}
.cid-tIDbUBdIfa .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbUBdIfa .item-role {
  text-align: center;
}
.cid-tIDbX72UwB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbX72UwB .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbX72UwB .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbX72UwB .container {
    max-width: 1600px;
  }
}
.cid-tIDbX72UwB .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbX72UwB .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbX72UwB .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbX72UwB .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbX72UwB .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbX72UwB .team-item .item-image img {
  width: 100%;
}
.cid-tIDbX72UwB .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbX72UwB .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbX72UwB .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbX72UwB .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbX72UwB .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbX72UwB .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbX72UwB .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbX72UwB .item-social {
    opacity: 1;
  }
}
.cid-tIDbX72UwB H2 {
  color: #00a0e9;
}
.cid-tIDbX72UwB .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbX72UwB .item-role {
  text-align: center;
}
.cid-tIDbXKV2Wx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbXKV2Wx .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbXKV2Wx .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbXKV2Wx .container {
    max-width: 1600px;
  }
}
.cid-tIDbXKV2Wx .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbXKV2Wx .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbXKV2Wx .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbXKV2Wx .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbXKV2Wx .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbXKV2Wx .team-item .item-image img {
  width: 100%;
}
.cid-tIDbXKV2Wx .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbXKV2Wx .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbXKV2Wx .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbXKV2Wx .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbXKV2Wx .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbXKV2Wx .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbXKV2Wx .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbXKV2Wx .item-social {
    opacity: 1;
  }
}
.cid-tIDbXKV2Wx H2 {
  color: #00a0e9;
}
.cid-tIDbXKV2Wx .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbXKV2Wx .item-role {
  text-align: center;
}
.cid-tIDbYoz9v2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbYoz9v2 .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbYoz9v2 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbYoz9v2 .container {
    max-width: 1600px;
  }
}
.cid-tIDbYoz9v2 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbYoz9v2 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbYoz9v2 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbYoz9v2 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbYoz9v2 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbYoz9v2 .team-item .item-image img {
  width: 100%;
}
.cid-tIDbYoz9v2 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbYoz9v2 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbYoz9v2 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbYoz9v2 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbYoz9v2 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbYoz9v2 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbYoz9v2 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbYoz9v2 .item-social {
    opacity: 1;
  }
}
.cid-tIDbYoz9v2 H2 {
  color: #00a0e9;
}
.cid-tIDbYoz9v2 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbYoz9v2 .item-role {
  text-align: center;
}
.cid-tIDbZ3TT4g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbZ3TT4g .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbZ3TT4g .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbZ3TT4g .container {
    max-width: 1600px;
  }
}
.cid-tIDbZ3TT4g .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbZ3TT4g .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbZ3TT4g .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbZ3TT4g .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbZ3TT4g .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbZ3TT4g .team-item .item-image img {
  width: 100%;
}
.cid-tIDbZ3TT4g .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbZ3TT4g .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbZ3TT4g .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbZ3TT4g .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbZ3TT4g .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbZ3TT4g .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbZ3TT4g .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbZ3TT4g .item-social {
    opacity: 1;
  }
}
.cid-tIDbZ3TT4g H2 {
  color: #00a0e9;
}
.cid-tIDbZ3TT4g .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbZ3TT4g .item-role {
  text-align: center;
}
.cid-tBzEBDe2eg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBzEBDe2eg nav.navbar {
  position: fixed;
}
.cid-tBzEBDe2eg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBzEBDe2eg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBzEBDe2eg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBzEBDe2eg .dropdown-item:hover,
.cid-tBzEBDe2eg .dropdown-item:focus {
  background: #00a0e9 !important;
  color: white !important;
}
.cid-tBzEBDe2eg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBzEBDe2eg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBzEBDe2eg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBzEBDe2eg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBzEBDe2eg .nav-link {
  position: relative;
}
.cid-tBzEBDe2eg .container {
  display: flex;
  margin: auto;
}
.cid-tBzEBDe2eg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBzEBDe2eg .dropdown-menu,
.cid-tBzEBDe2eg .navbar.opened {
  background: #ffffff !important;
}
.cid-tBzEBDe2eg .nav-item:focus,
.cid-tBzEBDe2eg .nav-link:focus {
  outline: none;
}
.cid-tBzEBDe2eg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBzEBDe2eg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBzEBDe2eg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBzEBDe2eg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBzEBDe2eg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBzEBDe2eg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBzEBDe2eg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tBzEBDe2eg .navbar.opened {
  transition: all 0.3s;
}
.cid-tBzEBDe2eg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBzEBDe2eg .navbar .navbar-logo img {
  width: auto;
}
.cid-tBzEBDe2eg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBzEBDe2eg .navbar.collapsed {
  justify-content: center;
}
.cid-tBzEBDe2eg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBzEBDe2eg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBzEBDe2eg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tBzEBDe2eg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBzEBDe2eg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBzEBDe2eg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tBzEBDe2eg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBzEBDe2eg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBzEBDe2eg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBzEBDe2eg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBzEBDe2eg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBzEBDe2eg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBzEBDe2eg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBzEBDe2eg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tBzEBDe2eg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBzEBDe2eg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBzEBDe2eg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBzEBDe2eg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBzEBDe2eg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBzEBDe2eg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBzEBDe2eg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBzEBDe2eg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBzEBDe2eg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBzEBDe2eg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBzEBDe2eg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBzEBDe2eg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBzEBDe2eg .dropdown-item.active,
.cid-tBzEBDe2eg .dropdown-item:active {
  background-color: transparent;
}
.cid-tBzEBDe2eg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBzEBDe2eg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBzEBDe2eg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBzEBDe2eg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBzEBDe2eg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBzEBDe2eg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBzEBDe2eg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBzEBDe2eg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBzEBDe2eg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBzEBDe2eg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tBzEBDe2eg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBzEBDe2eg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBzEBDe2eg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBzEBDe2eg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBzEBDe2eg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBzEBDe2eg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBzEBDe2eg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBzEBDe2eg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBzEBDe2eg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBzEBDe2eg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBzEBDe2eg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBzEBDe2eg .navbar {
    height: 70px;
  }
  .cid-tBzEBDe2eg .navbar.opened {
    height: auto;
  }
  .cid-tBzEBDe2eg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBzEBE6ZOS {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main-about-3.jpg");
}
.cid-tBzEBE6ZOS .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tBzEBE6ZOS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tBzEBE6ZOS {
    align-items: flex-end;
  }
  .cid-tBzEBE6ZOS .row {
    justify-content: flex-start;
  }
  .cid-tBzEBE6ZOS .content-wrap {
    width: 55%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tBzEBE6ZOS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tBzEBE6ZOS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tBzEBE6ZOS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tBzEBE6ZOS .content-wrap {
    width: 100%;
  }
}
.cid-tBzEBEM4E7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f39700;
}
.cid-tBzEBEM4E7 .mbr-section-title {
  color: #ffff00;
}
.cid-tBzKRvG1Qp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f39700;
}
@media (max-width: 991px) {
  .cid-tBzKRvG1Qp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBzKRvG1Qp .row {
  flex-direction: row-reverse;
}
.cid-tBzKRvG1Qp img {
  width: 100%;
}
.cid-tBzKRvG1Qp .mbr-description {
  color: #ffffff;
}
.cid-tBzGR748mt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8b62c;
}
.cid-tBzGR748mt .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tBzGR748mt .card-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
  display: flex;
  background: #ffffff;
}
.cid-tBzGR748mt .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 991px) {
  .cid-tBzGR748mt .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBzGR748mt .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tBzGR748mt .mbr-iconfont {
  font-size: 4rem;
  padding-right: 2rem;
  color: #00a0e9;
}
@media (max-width: 767px) {
  .cid-tBzGR748mt .mbr-iconfont {
    font-size: 2.8rem;
  }
}
.cid-tBzGR748mt .mbr-section-subtitle {
  color: #696969;
}
.cid-tBzGR748mt .mbr-section-title {
  color: #ffffff;
}
.cid-tBzGR748mt .card-title {
  color: #353535;
}
.cid-tBzHsDsEUk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f39700;
}
.cid-tBzHsDsEUk .mbr-section-title {
  color: #ffffff;
}
.cid-tBzHsDsEUk .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tBzHsDsEUk H3 {
  color: #ffffff;
}
.cid-tBzJzDT9Ur {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8b62c;
}
.cid-tBzJzDT9Ur .mbr-section-title {
  text-align: center;
  color: #f39700;
}
.cid-tBzJzDT9Ur .mbr-text2 {
  text-decoration: underline;
  text-align: center;
}
.cid-tBzJzDT9Ur .row-bg {
  align-items: center;
  background: #ffffff;
  padding: 3rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBzJzDT9Ur .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBzJzDT9Ur .image-wrapper {
    padding: 1rem;
  }
}
.cid-tBzJzDT9Ur .mbr-text,
.cid-tBzJzDT9Ur .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tBzJzDT9Ur .mbr-text3 {
  text-align: center;
  color: #121212;
}
.cid-tBzN4buLL8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f39700;
}
.cid-tBzN4buLL8 .mbr-section-title {
  color: #ffff00;
}
.cid-tBzN4buLL8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tBzPty52Vt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f39700;
}
.cid-tBzPty52Vt .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #00a0e9;
  margin-bottom: 2rem;
}
.cid-tBzPty52Vt .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tBzPty52Vt .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBzPty52Vt .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tBzPty52Vt .mbr-section-title {
  color: #ffff00;
  text-align: center;
}
.cid-tBzPty52Vt .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tBzPty52Vt .mbr-text {
  color: #353535;
}
.cid-tBzPty52Vt .card-title {
  color: #353535;
}
.cid-tCm0pmC5D6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f39700;
}
.cid-tCm0pmC5D6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCm0pmC5D6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCm0pmC5D6 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tCxumA25Vn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f39700;
}
.cid-tCxumA25Vn .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #00a0e9;
  margin-bottom: 2rem;
}
.cid-tCxumA25Vn .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 30px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBzNtbgoLx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f39700;
}
.cid-tBzNtbgoLx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tBzNtbgoLx .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tBzQP1WwGM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8b62c;
}
.cid-tBzQP1WwGM .mbr-section-title {
  text-align: center;
  color: #f39700;
}
.cid-tBzQP1WwGM .mbr-text2 {
  text-decoration: underline;
  text-align: center;
}
.cid-tBzQP1WwGM .row-bg {
  align-items: center;
  background: #ffffff;
  padding: 3rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tBzQP1WwGM .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBzQP1WwGM .image-wrapper {
    padding: 1rem;
  }
}
.cid-tBzQP1WwGM .mbr-text,
.cid-tBzQP1WwGM .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-tBzQP1WwGM .mbr-text3 {
  text-align: center;
  color: #121212;
}
.cid-tBA8dgwALB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f39700;
}
.cid-tBA8dgwALB .mbr-section-title {
  color: #ffff00;
}
.cid-tBA8dgwALB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tBYiXl3cfY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f39700;
}
.cid-tBYiXl3cfY .row-bg {
  background: #f8b62c;
  margin: 0;
  padding: 2rem 1rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tBYiXl3cfY .row-bg {
    padding: 1rem 0;
  }
}
.cid-tBYiXl3cfY .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-tBYiXl3cfY .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tBYiXl3cfY .mbr-flex {
  justify-content: center;
}
.cid-tBYiXl3cfY .mbr-flex {
  justify-content: center;
}
.cid-tBYiXl3cfY .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-tBYiXl3cfY .item:focus,
.cid-tBYiXl3cfY span:focus {
  outline: none;
}
.cid-tBYiXl3cfY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tBYiXl3cfY .card1 {
  background: #ffffff;
}
.cid-tBYiXl3cfY .card2 {
  background: #ffffff;
}
.cid-tBYiXl3cfY .card3 {
  background: #ffffff;
}
.cid-tBYiXl3cfY .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-tBYiXl3cfY .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tBYiXl3cfY .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tBYiXl3cfY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBYiXl3cfY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBYiXl3cfY .item-title1 {
  color: #ffffff;
}
.cid-tBYiXl3cfY .mbr-text,
.cid-tBYiXl3cfY .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-tBYiXl3cfY .item-subtitle {
  text-align: center;
  color: #f39700;
}
.cid-tBYiXl3cfY .item-title2 {
  text-align: center;
  color: #121212;
}
.cid-tBYiXl3cfY .price {
  color: #121212;
}
.cid-tBYiXl3cfY .item-title2,
.cid-tBYiXl3cfY .iconfont-wrapper {
  text-align: center;
}
.cid-tBYjzcCMVA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f39700;
}
.cid-tBYjzcCMVA .row-bg {
  background: #f8b62c;
  margin: 0;
  padding: 2rem 1rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tBYjzcCMVA .row-bg {
    padding: 1rem 0;
  }
}
.cid-tBYjzcCMVA .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-tBYjzcCMVA .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tBYjzcCMVA .mbr-flex {
  justify-content: center;
}
.cid-tBYjzcCMVA .mbr-flex {
  justify-content: center;
}
.cid-tBYjzcCMVA .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-tBYjzcCMVA .item:focus,
.cid-tBYjzcCMVA span:focus {
  outline: none;
}
.cid-tBYjzcCMVA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tBYjzcCMVA .card1 {
  background: #ffffff;
}
.cid-tBYjzcCMVA .card2 {
  background: #ffffff;
}
.cid-tBYjzcCMVA .card3 {
  background: #ffffff;
}
.cid-tBYjzcCMVA .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-tBYjzcCMVA .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tBYjzcCMVA .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tBYjzcCMVA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBYjzcCMVA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBYjzcCMVA .item-title1 {
  color: #ffffff;
}
.cid-tBYjzcCMVA .mbr-text,
.cid-tBYjzcCMVA .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-tBYjzcCMVA .item-subtitle {
  text-align: center;
  color: #f39700;
}
.cid-tBYjzcCMVA .item-title2 {
  text-align: center;
  color: #121212;
}
.cid-tBYjzcCMVA .price {
  color: #121212;
}
.cid-tBYjzcCMVA .item-title2,
.cid-tBYjzcCMVA .iconfont-wrapper {
  text-align: center;
}
.cid-tBYjS53N5r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f39700;
}
.cid-tBYjS53N5r .row-bg {
  background: #f39700;
  margin: 0;
  padding: 2rem 1rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tBYjS53N5r .row-bg {
    padding: 1rem 0;
  }
}
.cid-tBYjS53N5r .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-tBYjS53N5r .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tBYjS53N5r .mbr-flex {
  justify-content: center;
}
.cid-tBYjS53N5r .mbr-flex {
  justify-content: center;
}
.cid-tBYjS53N5r .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-tBYjS53N5r .item:focus,
.cid-tBYjS53N5r span:focus {
  outline: none;
}
.cid-tBYjS53N5r .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tBYjS53N5r .card1 {
  background: #ffffff;
}
.cid-tBYjS53N5r .card2 {
  background: #ffffff;
}
.cid-tBYjS53N5r .card3 {
  background: #ffffff;
}
.cid-tBYjS53N5r .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-tBYjS53N5r .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tBYjS53N5r .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tBYjS53N5r .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBYjS53N5r .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBYjS53N5r .item-title1 {
  color: #ffffff;
}
.cid-tBYjS53N5r .mbr-text,
.cid-tBYjS53N5r .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-tBYjS53N5r .item-subtitle {
  text-align: center;
  color: #f39700;
}
.cid-tBYjS53N5r .item-title2 {
  text-align: center;
  color: #121212;
}
.cid-tBYjS53N5r .price {
  color: #121212;
}
.cid-tBYjS53N5r .item-title2,
.cid-tBYjS53N5r .iconfont-wrapper {
  text-align: center;
}
.cid-tBA98mYzfu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f39700;
}
.cid-tBA98mYzfu .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tBA98mYzfu .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tClLaB4qYE {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f39700;
}
.cid-tClLaB4qYE .mbr-text,
.cid-tClLaB4qYE .mbr-section-btn {
  color: #232323;
}
.cid-tClLaB4qYE .card-title,
.cid-tClLaB4qYE .card-box {
  color: #ffffff;
}
.cid-tClLaB4qYE .mbr-text,
.cid-tClLaB4qYE .link-wrap {
  color: #ffffff;
}
.cid-tBzEBFOdvE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBzEBFOdvE .mbr-section-subtitle {
  color: #767676;
}
.cid-tBzEBFOdvE .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tBzEBFOdvE .container {
    max-width: 1600px;
  }
}
.cid-tBzEBFOdvE .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tBzEBFOdvE .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tBzEBFOdvE .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tBzEBFOdvE .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tBzEBFOdvE .team-item:hover .item-social {
  opacity: 1;
}
.cid-tBzEBFOdvE .team-item .item-image img {
  width: 100%;
}
.cid-tBzEBFOdvE .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tBzEBFOdvE .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tBzEBFOdvE .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tBzEBFOdvE .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tBzEBFOdvE .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tBzEBFOdvE .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tBzEBFOdvE .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tBzEBFOdvE .item-social {
    opacity: 1;
  }
}
.cid-tBzEBFOdvE H2 {
  color: #00a0e9;
}
.cid-tBzEBFOdvE .item-name {
  text-align: center;
  color: #555555;
}
.cid-tBzEBFOdvE .item-role {
  text-align: center;
}
.cid-tJiEXvK4D9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJiEXvK4D9 .mbr-section-subtitle {
  color: #767676;
}
.cid-tJiEXvK4D9 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJiEXvK4D9 .container {
    max-width: 1600px;
  }
}
.cid-tJiEXvK4D9 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJiEXvK4D9 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJiEXvK4D9 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJiEXvK4D9 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJiEXvK4D9 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJiEXvK4D9 .team-item .item-image img {
  width: 100%;
}
.cid-tJiEXvK4D9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJiEXvK4D9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJiEXvK4D9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJiEXvK4D9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJiEXvK4D9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJiEXvK4D9 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJiEXvK4D9 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJiEXvK4D9 .item-social {
    opacity: 1;
  }
}
.cid-tJiEXvK4D9 H2 {
  color: #00a0e9;
}
.cid-tJiEXvK4D9 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJiEXvK4D9 .item-role {
  text-align: center;
}
.cid-tSVcDw7Jca {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSVcDw7Jca .mbr-section-subtitle {
  color: #767676;
}
.cid-tSVcDw7Jca .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSVcDw7Jca .container {
    max-width: 1600px;
  }
}
.cid-tSVcDw7Jca .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSVcDw7Jca .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSVcDw7Jca .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSVcDw7Jca .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSVcDw7Jca .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSVcDw7Jca .team-item .item-image img {
  width: 100%;
}
.cid-tSVcDw7Jca .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSVcDw7Jca .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSVcDw7Jca .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSVcDw7Jca .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSVcDw7Jca .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSVcDw7Jca .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSVcDw7Jca .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSVcDw7Jca .item-social {
    opacity: 1;
  }
}
.cid-tSVcDw7Jca H2 {
  color: #00a0e9;
}
.cid-tSVcDw7Jca .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSVcDw7Jca .item-role {
  text-align: center;
}
.cid-tIDaZVthEV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDaZVthEV .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDaZVthEV .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDaZVthEV .container {
    max-width: 1600px;
  }
}
.cid-tIDaZVthEV .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDaZVthEV .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDaZVthEV .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDaZVthEV .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDaZVthEV .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDaZVthEV .team-item .item-image img {
  width: 100%;
}
.cid-tIDaZVthEV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDaZVthEV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDaZVthEV .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDaZVthEV .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDaZVthEV .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDaZVthEV .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDaZVthEV .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDaZVthEV .item-social {
    opacity: 1;
  }
}
.cid-tIDaZVthEV H2 {
  color: #00a0e9;
}
.cid-tIDaZVthEV .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDaZVthEV .item-role {
  text-align: center;
}
.cid-tJbNzT03rX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJbNzT03rX .mbr-section-subtitle {
  color: #767676;
}
.cid-tJbNzT03rX .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJbNzT03rX .container {
    max-width: 1600px;
  }
}
.cid-tJbNzT03rX .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJbNzT03rX .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJbNzT03rX .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJbNzT03rX .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJbNzT03rX .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJbNzT03rX .team-item .item-image img {
  width: 100%;
}
.cid-tJbNzT03rX .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJbNzT03rX .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJbNzT03rX .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJbNzT03rX .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJbNzT03rX .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJbNzT03rX .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJbNzT03rX .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJbNzT03rX .item-social {
    opacity: 1;
  }
}
.cid-tJbNzT03rX H2 {
  color: #00a0e9;
}
.cid-tJbNzT03rX .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJbNzT03rX .item-role {
  text-align: center;
}
.cid-tIDb12MQ2M {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDb12MQ2M .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDb12MQ2M .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDb12MQ2M .container {
    max-width: 1600px;
  }
}
.cid-tIDb12MQ2M .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDb12MQ2M .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDb12MQ2M .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDb12MQ2M .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDb12MQ2M .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDb12MQ2M .team-item .item-image img {
  width: 100%;
}
.cid-tIDb12MQ2M .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDb12MQ2M .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDb12MQ2M .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDb12MQ2M .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDb12MQ2M .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDb12MQ2M .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDb12MQ2M .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDb12MQ2M .item-social {
    opacity: 1;
  }
}
.cid-tIDb12MQ2M H2 {
  color: #00a0e9;
}
.cid-tIDb12MQ2M .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDb12MQ2M .item-role {
  text-align: center;
}
.cid-tIDb5bQ9qs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDb5bQ9qs .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDb5bQ9qs .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDb5bQ9qs .container {
    max-width: 1600px;
  }
}
.cid-tIDb5bQ9qs .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDb5bQ9qs .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDb5bQ9qs .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDb5bQ9qs .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDb5bQ9qs .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDb5bQ9qs .team-item .item-image img {
  width: 100%;
}
.cid-tIDb5bQ9qs .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDb5bQ9qs .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDb5bQ9qs .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDb5bQ9qs .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDb5bQ9qs .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDb5bQ9qs .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDb5bQ9qs .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDb5bQ9qs .item-social {
    opacity: 1;
  }
}
.cid-tIDb5bQ9qs H2 {
  color: #00a0e9;
}
.cid-tIDb5bQ9qs .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDb5bQ9qs .item-role {
  text-align: center;
}
.cid-tIDb71xdZt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDb71xdZt .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDb71xdZt .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDb71xdZt .container {
    max-width: 1600px;
  }
}
.cid-tIDb71xdZt .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDb71xdZt .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDb71xdZt .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDb71xdZt .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDb71xdZt .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDb71xdZt .team-item .item-image img {
  width: 100%;
}
.cid-tIDb71xdZt .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDb71xdZt .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDb71xdZt .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDb71xdZt .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDb71xdZt .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDb71xdZt .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDb71xdZt .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDb71xdZt .item-social {
    opacity: 1;
  }
}
.cid-tIDb71xdZt H2 {
  color: #00a0e9;
}
.cid-tIDb71xdZt .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDb71xdZt .item-role {
  text-align: center;
}
.cid-tIDb8ogMiT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDb8ogMiT .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDb8ogMiT .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDb8ogMiT .container {
    max-width: 1600px;
  }
}
.cid-tIDb8ogMiT .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDb8ogMiT .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDb8ogMiT .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDb8ogMiT .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDb8ogMiT .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDb8ogMiT .team-item .item-image img {
  width: 100%;
}
.cid-tIDb8ogMiT .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDb8ogMiT .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDb8ogMiT .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDb8ogMiT .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDb8ogMiT .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDb8ogMiT .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDb8ogMiT .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDb8ogMiT .item-social {
    opacity: 1;
  }
}
.cid-tIDb8ogMiT H2 {
  color: #00a0e9;
}
.cid-tIDb8ogMiT .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDb8ogMiT .item-role {
  text-align: center;
}
.cid-tIDb8PKHhZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDb8PKHhZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDb8PKHhZ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDb8PKHhZ .container {
    max-width: 1600px;
  }
}
.cid-tIDb8PKHhZ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDb8PKHhZ .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDb8PKHhZ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDb8PKHhZ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDb8PKHhZ .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDb8PKHhZ .team-item .item-image img {
  width: 100%;
}
.cid-tIDb8PKHhZ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDb8PKHhZ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDb8PKHhZ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDb8PKHhZ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDb8PKHhZ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDb8PKHhZ .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDb8PKHhZ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDb8PKHhZ .item-social {
    opacity: 1;
  }
}
.cid-tIDb8PKHhZ H2 {
  color: #00a0e9;
}
.cid-tIDb8PKHhZ .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDb8PKHhZ .item-role {
  text-align: center;
}
.cid-tJZp7tRPRv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJZp7tRPRv nav.navbar {
  position: fixed;
}
.cid-tJZp7tRPRv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJZp7tRPRv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJZp7tRPRv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJZp7tRPRv .dropdown-item:hover,
.cid-tJZp7tRPRv .dropdown-item:focus {
  background: #00a0e9 !important;
  color: white !important;
}
.cid-tJZp7tRPRv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJZp7tRPRv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJZp7tRPRv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJZp7tRPRv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJZp7tRPRv .nav-link {
  position: relative;
}
.cid-tJZp7tRPRv .container {
  display: flex;
  margin: auto;
}
.cid-tJZp7tRPRv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJZp7tRPRv .dropdown-menu,
.cid-tJZp7tRPRv .navbar.opened {
  background: #ffffff !important;
}
.cid-tJZp7tRPRv .nav-item:focus,
.cid-tJZp7tRPRv .nav-link:focus {
  outline: none;
}
.cid-tJZp7tRPRv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJZp7tRPRv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJZp7tRPRv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJZp7tRPRv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJZp7tRPRv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJZp7tRPRv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJZp7tRPRv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tJZp7tRPRv .navbar.opened {
  transition: all 0.3s;
}
.cid-tJZp7tRPRv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJZp7tRPRv .navbar .navbar-logo img {
  width: auto;
}
.cid-tJZp7tRPRv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJZp7tRPRv .navbar.collapsed {
  justify-content: center;
}
.cid-tJZp7tRPRv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJZp7tRPRv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJZp7tRPRv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tJZp7tRPRv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJZp7tRPRv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJZp7tRPRv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJZp7tRPRv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJZp7tRPRv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJZp7tRPRv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJZp7tRPRv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJZp7tRPRv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJZp7tRPRv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJZp7tRPRv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJZp7tRPRv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJZp7tRPRv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJZp7tRPRv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJZp7tRPRv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJZp7tRPRv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJZp7tRPRv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJZp7tRPRv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJZp7tRPRv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJZp7tRPRv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJZp7tRPRv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJZp7tRPRv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJZp7tRPRv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJZp7tRPRv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJZp7tRPRv .dropdown-item.active,
.cid-tJZp7tRPRv .dropdown-item:active {
  background-color: transparent;
}
.cid-tJZp7tRPRv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJZp7tRPRv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJZp7tRPRv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJZp7tRPRv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJZp7tRPRv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJZp7tRPRv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJZp7tRPRv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJZp7tRPRv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJZp7tRPRv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJZp7tRPRv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJZp7tRPRv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJZp7tRPRv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJZp7tRPRv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJZp7tRPRv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJZp7tRPRv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJZp7tRPRv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJZp7tRPRv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJZp7tRPRv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJZp7tRPRv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJZp7tRPRv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJZp7tRPRv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJZp7tRPRv .navbar {
    height: 70px;
  }
  .cid-tJZp7tRPRv .navbar.opened {
    height: auto;
  }
  .cid-tJZp7tRPRv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJZp7unQu1 {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main-event-record-1.jpg");
}
.cid-tJZp7unQu1 .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tJZp7unQu1 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tJZp7unQu1 {
    align-items: flex-end;
  }
  .cid-tJZp7unQu1 .row {
    justify-content: flex-start;
  }
  .cid-tJZp7unQu1 .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJZp7unQu1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tJZp7unQu1 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJZp7unQu1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJZp7unQu1 .content-wrap {
    width: 100%;
  }
}
.cid-tJZp7uHLOk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
.cid-tJZp7uHLOk .mbr-section-title {
  color: #ffff00;
}
.cid-tJZp7uHLOk .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tK2AoygMjZ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #00a0e9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tK2AoygMjZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tK2AoygMjZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tK2AoygMjZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tK2AoygMjZ .mbr-gallery-item {
  width: 33.3%;
}
.cid-tK2AoygMjZ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tK2AoygMjZ .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tK2AoygMjZ .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tK2AoygMjZ .mbr-gallery-row {
  justify-content: center;
}
.cid-tK2AoygMjZ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tK2AoygMjZ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tK2AoygMjZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tK2AoygMjZ .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tK2AoygMjZ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tK2AoygMjZ .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tK2AoygMjZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tK2AoygMjZ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tK2AoygMjZ img {
  transition: all 2s !important;
  border: 8px solid #ffffff;
}
.cid-tK2AoygMjZ .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-tK2AoygMjZ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tK2AoygMjZ .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tJZp7voBza {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZp7voBza .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZp7voBza .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZp7voBza .container {
    max-width: 1600px;
  }
}
.cid-tJZp7voBza .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZp7voBza .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZp7voBza .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZp7voBza .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZp7voBza .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZp7voBza .team-item .item-image img {
  width: 100%;
}
.cid-tJZp7voBza .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZp7voBza .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZp7voBza .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZp7voBza .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZp7voBza .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZp7voBza .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZp7voBza .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZp7voBza .item-social {
    opacity: 1;
  }
}
.cid-tJZp7voBza H2 {
  color: #00a0e9;
}
.cid-tJZp7voBza .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZp7voBza .item-role {
  text-align: center;
}
.cid-tJZp7vI1ht {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZp7vI1ht .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZp7vI1ht .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZp7vI1ht .container {
    max-width: 1600px;
  }
}
.cid-tJZp7vI1ht .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZp7vI1ht .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZp7vI1ht .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZp7vI1ht .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZp7vI1ht .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZp7vI1ht .team-item .item-image img {
  width: 100%;
}
.cid-tJZp7vI1ht .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZp7vI1ht .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZp7vI1ht .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZp7vI1ht .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZp7vI1ht .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZp7vI1ht .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZp7vI1ht .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZp7vI1ht .item-social {
    opacity: 1;
  }
}
.cid-tJZp7vI1ht H2 {
  color: #00a0e9;
}
.cid-tJZp7vI1ht .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZp7vI1ht .item-role {
  text-align: center;
}
.cid-tSVdeI5t75 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSVdeI5t75 .mbr-section-subtitle {
  color: #767676;
}
.cid-tSVdeI5t75 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSVdeI5t75 .container {
    max-width: 1600px;
  }
}
.cid-tSVdeI5t75 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSVdeI5t75 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSVdeI5t75 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSVdeI5t75 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSVdeI5t75 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSVdeI5t75 .team-item .item-image img {
  width: 100%;
}
.cid-tSVdeI5t75 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSVdeI5t75 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSVdeI5t75 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSVdeI5t75 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSVdeI5t75 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSVdeI5t75 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSVdeI5t75 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSVdeI5t75 .item-social {
    opacity: 1;
  }
}
.cid-tSVdeI5t75 H2 {
  color: #00a0e9;
}
.cid-tSVdeI5t75 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSVdeI5t75 .item-role {
  text-align: center;
}
.cid-tJZp7wyaR8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZp7wyaR8 .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZp7wyaR8 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZp7wyaR8 .container {
    max-width: 1600px;
  }
}
.cid-tJZp7wyaR8 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZp7wyaR8 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZp7wyaR8 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZp7wyaR8 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZp7wyaR8 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZp7wyaR8 .team-item .item-image img {
  width: 100%;
}
.cid-tJZp7wyaR8 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZp7wyaR8 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZp7wyaR8 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZp7wyaR8 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZp7wyaR8 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZp7wyaR8 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZp7wyaR8 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZp7wyaR8 .item-social {
    opacity: 1;
  }
}
.cid-tJZp7wyaR8 H2 {
  color: #00a0e9;
}
.cid-tJZp7wyaR8 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZp7wyaR8 .item-role {
  text-align: center;
}
.cid-tJZp7zTiLw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZp7zTiLw .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZp7zTiLw .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZp7zTiLw .container {
    max-width: 1600px;
  }
}
.cid-tJZp7zTiLw .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZp7zTiLw .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZp7zTiLw .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZp7zTiLw .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZp7zTiLw .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZp7zTiLw .team-item .item-image img {
  width: 100%;
}
.cid-tJZp7zTiLw .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZp7zTiLw .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZp7zTiLw .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZp7zTiLw .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZp7zTiLw .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZp7zTiLw .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZp7zTiLw .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZp7zTiLw .item-social {
    opacity: 1;
  }
}
.cid-tJZp7zTiLw H2 {
  color: #00a0e9;
}
.cid-tJZp7zTiLw .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZp7zTiLw .item-role {
  text-align: center;
}
.cid-tJZp7wSiwL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZp7wSiwL .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZp7wSiwL .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZp7wSiwL .container {
    max-width: 1600px;
  }
}
.cid-tJZp7wSiwL .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZp7wSiwL .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZp7wSiwL .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZp7wSiwL .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZp7wSiwL .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZp7wSiwL .team-item .item-image img {
  width: 100%;
}
.cid-tJZp7wSiwL .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZp7wSiwL .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZp7wSiwL .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZp7wSiwL .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZp7wSiwL .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZp7wSiwL .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZp7wSiwL .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZp7wSiwL .item-social {
    opacity: 1;
  }
}
.cid-tJZp7wSiwL H2 {
  color: #00a0e9;
}
.cid-tJZp7wSiwL .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZp7wSiwL .item-role {
  text-align: center;
}
.cid-tJZp7xwLZ9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZp7xwLZ9 .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZp7xwLZ9 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZp7xwLZ9 .container {
    max-width: 1600px;
  }
}
.cid-tJZp7xwLZ9 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZp7xwLZ9 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZp7xwLZ9 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZp7xwLZ9 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZp7xwLZ9 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZp7xwLZ9 .team-item .item-image img {
  width: 100%;
}
.cid-tJZp7xwLZ9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZp7xwLZ9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZp7xwLZ9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZp7xwLZ9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZp7xwLZ9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZp7xwLZ9 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZp7xwLZ9 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZp7xwLZ9 .item-social {
    opacity: 1;
  }
}
.cid-tJZp7xwLZ9 H2 {
  color: #00a0e9;
}
.cid-tJZp7xwLZ9 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZp7xwLZ9 .item-role {
  text-align: center;
}
.cid-tJZp7yazAm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZp7yazAm .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZp7yazAm .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZp7yazAm .container {
    max-width: 1600px;
  }
}
.cid-tJZp7yazAm .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZp7yazAm .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZp7yazAm .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZp7yazAm .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZp7yazAm .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZp7yazAm .team-item .item-image img {
  width: 100%;
}
.cid-tJZp7yazAm .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZp7yazAm .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZp7yazAm .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZp7yazAm .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZp7yazAm .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZp7yazAm .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZp7yazAm .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZp7yazAm .item-social {
    opacity: 1;
  }
}
.cid-tJZp7yazAm H2 {
  color: #00a0e9;
}
.cid-tJZp7yazAm .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZp7yazAm .item-role {
  text-align: center;
}
.cid-tJZp7yNtwC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZp7yNtwC .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZp7yNtwC .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZp7yNtwC .container {
    max-width: 1600px;
  }
}
.cid-tJZp7yNtwC .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZp7yNtwC .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZp7yNtwC .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZp7yNtwC .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZp7yNtwC .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZp7yNtwC .team-item .item-image img {
  width: 100%;
}
.cid-tJZp7yNtwC .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZp7yNtwC .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZp7yNtwC .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZp7yNtwC .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZp7yNtwC .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZp7yNtwC .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZp7yNtwC .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZp7yNtwC .item-social {
    opacity: 1;
  }
}
.cid-tJZp7yNtwC H2 {
  color: #00a0e9;
}
.cid-tJZp7yNtwC .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZp7yNtwC .item-role {
  text-align: center;
}
.cid-tJZp7zptte {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZp7zptte .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZp7zptte .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZp7zptte .container {
    max-width: 1600px;
  }
}
.cid-tJZp7zptte .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZp7zptte .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZp7zptte .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZp7zptte .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZp7zptte .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZp7zptte .team-item .item-image img {
  width: 100%;
}
.cid-tJZp7zptte .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZp7zptte .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZp7zptte .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZp7zptte .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZp7zptte .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZp7zptte .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZp7zptte .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZp7zptte .item-social {
    opacity: 1;
  }
}
.cid-tJZp7zptte H2 {
  color: #00a0e9;
}
.cid-tJZp7zptte .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZp7zptte .item-role {
  text-align: center;
}
.cid-tJZr6CKh5V {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJZr6CKh5V nav.navbar {
  position: fixed;
}
.cid-tJZr6CKh5V .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJZr6CKh5V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJZr6CKh5V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJZr6CKh5V .dropdown-item:hover,
.cid-tJZr6CKh5V .dropdown-item:focus {
  background: #00a0e9 !important;
  color: white !important;
}
.cid-tJZr6CKh5V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJZr6CKh5V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJZr6CKh5V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJZr6CKh5V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJZr6CKh5V .nav-link {
  position: relative;
}
.cid-tJZr6CKh5V .container {
  display: flex;
  margin: auto;
}
.cid-tJZr6CKh5V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJZr6CKh5V .dropdown-menu,
.cid-tJZr6CKh5V .navbar.opened {
  background: #ffffff !important;
}
.cid-tJZr6CKh5V .nav-item:focus,
.cid-tJZr6CKh5V .nav-link:focus {
  outline: none;
}
.cid-tJZr6CKh5V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJZr6CKh5V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJZr6CKh5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJZr6CKh5V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJZr6CKh5V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJZr6CKh5V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJZr6CKh5V .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tJZr6CKh5V .navbar.opened {
  transition: all 0.3s;
}
.cid-tJZr6CKh5V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJZr6CKh5V .navbar .navbar-logo img {
  width: auto;
}
.cid-tJZr6CKh5V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJZr6CKh5V .navbar.collapsed {
  justify-content: center;
}
.cid-tJZr6CKh5V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJZr6CKh5V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJZr6CKh5V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tJZr6CKh5V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJZr6CKh5V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJZr6CKh5V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJZr6CKh5V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJZr6CKh5V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJZr6CKh5V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJZr6CKh5V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJZr6CKh5V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJZr6CKh5V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJZr6CKh5V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJZr6CKh5V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJZr6CKh5V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJZr6CKh5V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJZr6CKh5V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJZr6CKh5V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJZr6CKh5V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJZr6CKh5V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJZr6CKh5V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJZr6CKh5V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJZr6CKh5V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJZr6CKh5V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJZr6CKh5V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJZr6CKh5V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJZr6CKh5V .dropdown-item.active,
.cid-tJZr6CKh5V .dropdown-item:active {
  background-color: transparent;
}
.cid-tJZr6CKh5V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJZr6CKh5V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJZr6CKh5V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJZr6CKh5V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJZr6CKh5V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJZr6CKh5V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJZr6CKh5V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJZr6CKh5V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJZr6CKh5V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJZr6CKh5V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJZr6CKh5V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJZr6CKh5V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJZr6CKh5V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJZr6CKh5V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJZr6CKh5V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJZr6CKh5V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJZr6CKh5V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJZr6CKh5V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJZr6CKh5V .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJZr6CKh5V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJZr6CKh5V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJZr6CKh5V .navbar {
    height: 70px;
  }
  .cid-tJZr6CKh5V .navbar.opened {
    height: auto;
  }
  .cid-tJZr6CKh5V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJZr6DlUDN {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main-event-record-1.jpg");
}
.cid-tJZr6DlUDN .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tJZr6DlUDN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tJZr6DlUDN {
    align-items: flex-end;
  }
  .cid-tJZr6DlUDN .row {
    justify-content: flex-start;
  }
  .cid-tJZr6DlUDN .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJZr6DlUDN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tJZr6DlUDN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJZr6DlUDN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJZr6DlUDN .content-wrap {
    width: 100%;
  }
}
.cid-tJZr6DBIrU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
.cid-tJZr6DBIrU .mbr-section-title {
  color: #ffff00;
}
.cid-tK2BpzoCcE {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #00a0e9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tK2BpzoCcE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tK2BpzoCcE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tK2BpzoCcE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tK2BpzoCcE .mbr-gallery-item {
  width: 33.3%;
}
.cid-tK2BpzoCcE .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tK2BpzoCcE .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tK2BpzoCcE .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tK2BpzoCcE .mbr-gallery-row {
  justify-content: center;
}
.cid-tK2BpzoCcE .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tK2BpzoCcE .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tK2BpzoCcE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tK2BpzoCcE .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tK2BpzoCcE .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tK2BpzoCcE .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tK2BpzoCcE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tK2BpzoCcE .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tK2BpzoCcE img {
  transition: all 2s !important;
  border: 8px solid #ffffff;
}
.cid-tK2BpzoCcE .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-tK2BpzoCcE .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tK2BpzoCcE .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tJZr6F3PtT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZr6F3PtT .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZr6F3PtT .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZr6F3PtT .container {
    max-width: 1600px;
  }
}
.cid-tJZr6F3PtT .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZr6F3PtT .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZr6F3PtT .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZr6F3PtT .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZr6F3PtT .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZr6F3PtT .team-item .item-image img {
  width: 100%;
}
.cid-tJZr6F3PtT .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZr6F3PtT .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZr6F3PtT .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZr6F3PtT .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZr6F3PtT .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZr6F3PtT .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZr6F3PtT .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZr6F3PtT .item-social {
    opacity: 1;
  }
}
.cid-tJZr6F3PtT H2 {
  color: #00a0e9;
}
.cid-tJZr6F3PtT .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZr6F3PtT .item-role {
  text-align: center;
}
.cid-tJZr6FpMoF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZr6FpMoF .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZr6FpMoF .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZr6FpMoF .container {
    max-width: 1600px;
  }
}
.cid-tJZr6FpMoF .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZr6FpMoF .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZr6FpMoF .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZr6FpMoF .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZr6FpMoF .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZr6FpMoF .team-item .item-image img {
  width: 100%;
}
.cid-tJZr6FpMoF .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZr6FpMoF .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZr6FpMoF .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZr6FpMoF .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZr6FpMoF .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZr6FpMoF .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZr6FpMoF .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZr6FpMoF .item-social {
    opacity: 1;
  }
}
.cid-tJZr6FpMoF H2 {
  color: #00a0e9;
}
.cid-tJZr6FpMoF .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZr6FpMoF .item-role {
  text-align: center;
}
.cid-tSVd7VtuFC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSVd7VtuFC .mbr-section-subtitle {
  color: #767676;
}
.cid-tSVd7VtuFC .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSVd7VtuFC .container {
    max-width: 1600px;
  }
}
.cid-tSVd7VtuFC .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSVd7VtuFC .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSVd7VtuFC .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSVd7VtuFC .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSVd7VtuFC .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSVd7VtuFC .team-item .item-image img {
  width: 100%;
}
.cid-tSVd7VtuFC .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSVd7VtuFC .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSVd7VtuFC .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSVd7VtuFC .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSVd7VtuFC .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSVd7VtuFC .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSVd7VtuFC .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSVd7VtuFC .item-social {
    opacity: 1;
  }
}
.cid-tSVd7VtuFC H2 {
  color: #00a0e9;
}
.cid-tSVd7VtuFC .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSVd7VtuFC .item-role {
  text-align: center;
}
.cid-tJZr6H0Bhj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZr6H0Bhj .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZr6H0Bhj .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZr6H0Bhj .container {
    max-width: 1600px;
  }
}
.cid-tJZr6H0Bhj .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZr6H0Bhj .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZr6H0Bhj .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZr6H0Bhj .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZr6H0Bhj .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZr6H0Bhj .team-item .item-image img {
  width: 100%;
}
.cid-tJZr6H0Bhj .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZr6H0Bhj .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZr6H0Bhj .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZr6H0Bhj .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZr6H0Bhj .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZr6H0Bhj .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZr6H0Bhj .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZr6H0Bhj .item-social {
    opacity: 1;
  }
}
.cid-tJZr6H0Bhj H2 {
  color: #00a0e9;
}
.cid-tJZr6H0Bhj .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZr6H0Bhj .item-role {
  text-align: center;
}
.cid-tJZr6KCxd9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZr6KCxd9 .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZr6KCxd9 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZr6KCxd9 .container {
    max-width: 1600px;
  }
}
.cid-tJZr6KCxd9 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZr6KCxd9 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZr6KCxd9 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZr6KCxd9 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZr6KCxd9 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZr6KCxd9 .team-item .item-image img {
  width: 100%;
}
.cid-tJZr6KCxd9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZr6KCxd9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZr6KCxd9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZr6KCxd9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZr6KCxd9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZr6KCxd9 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZr6KCxd9 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZr6KCxd9 .item-social {
    opacity: 1;
  }
}
.cid-tJZr6KCxd9 H2 {
  color: #00a0e9;
}
.cid-tJZr6KCxd9 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZr6KCxd9 .item-role {
  text-align: center;
}
.cid-tJZr6HlK31 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZr6HlK31 .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZr6HlK31 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZr6HlK31 .container {
    max-width: 1600px;
  }
}
.cid-tJZr6HlK31 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZr6HlK31 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZr6HlK31 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZr6HlK31 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZr6HlK31 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZr6HlK31 .team-item .item-image img {
  width: 100%;
}
.cid-tJZr6HlK31 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZr6HlK31 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZr6HlK31 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZr6HlK31 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZr6HlK31 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZr6HlK31 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZr6HlK31 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZr6HlK31 .item-social {
    opacity: 1;
  }
}
.cid-tJZr6HlK31 H2 {
  color: #00a0e9;
}
.cid-tJZr6HlK31 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZr6HlK31 .item-role {
  text-align: center;
}
.cid-tJZr6I0HLr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZr6I0HLr .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZr6I0HLr .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZr6I0HLr .container {
    max-width: 1600px;
  }
}
.cid-tJZr6I0HLr .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZr6I0HLr .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZr6I0HLr .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZr6I0HLr .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZr6I0HLr .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZr6I0HLr .team-item .item-image img {
  width: 100%;
}
.cid-tJZr6I0HLr .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZr6I0HLr .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZr6I0HLr .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZr6I0HLr .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZr6I0HLr .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZr6I0HLr .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZr6I0HLr .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZr6I0HLr .item-social {
    opacity: 1;
  }
}
.cid-tJZr6I0HLr H2 {
  color: #00a0e9;
}
.cid-tJZr6I0HLr .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZr6I0HLr .item-role {
  text-align: center;
}
.cid-tJZr6IK5m4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZr6IK5m4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZr6IK5m4 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZr6IK5m4 .container {
    max-width: 1600px;
  }
}
.cid-tJZr6IK5m4 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZr6IK5m4 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZr6IK5m4 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZr6IK5m4 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZr6IK5m4 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZr6IK5m4 .team-item .item-image img {
  width: 100%;
}
.cid-tJZr6IK5m4 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZr6IK5m4 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZr6IK5m4 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZr6IK5m4 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZr6IK5m4 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZr6IK5m4 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZr6IK5m4 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZr6IK5m4 .item-social {
    opacity: 1;
  }
}
.cid-tJZr6IK5m4 H2 {
  color: #00a0e9;
}
.cid-tJZr6IK5m4 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZr6IK5m4 .item-role {
  text-align: center;
}
.cid-tJZr6Jqoo5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZr6Jqoo5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZr6Jqoo5 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZr6Jqoo5 .container {
    max-width: 1600px;
  }
}
.cid-tJZr6Jqoo5 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZr6Jqoo5 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZr6Jqoo5 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZr6Jqoo5 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZr6Jqoo5 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZr6Jqoo5 .team-item .item-image img {
  width: 100%;
}
.cid-tJZr6Jqoo5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZr6Jqoo5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZr6Jqoo5 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZr6Jqoo5 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZr6Jqoo5 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZr6Jqoo5 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZr6Jqoo5 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZr6Jqoo5 .item-social {
    opacity: 1;
  }
}
.cid-tJZr6Jqoo5 H2 {
  color: #00a0e9;
}
.cid-tJZr6Jqoo5 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZr6Jqoo5 .item-role {
  text-align: center;
}
.cid-tJZr6KaH4s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZr6KaH4s .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZr6KaH4s .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZr6KaH4s .container {
    max-width: 1600px;
  }
}
.cid-tJZr6KaH4s .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZr6KaH4s .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZr6KaH4s .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZr6KaH4s .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZr6KaH4s .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZr6KaH4s .team-item .item-image img {
  width: 100%;
}
.cid-tJZr6KaH4s .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZr6KaH4s .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZr6KaH4s .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZr6KaH4s .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZr6KaH4s .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZr6KaH4s .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZr6KaH4s .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZr6KaH4s .item-social {
    opacity: 1;
  }
}
.cid-tJZr6KaH4s H2 {
  color: #00a0e9;
}
.cid-tJZr6KaH4s .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZr6KaH4s .item-role {
  text-align: center;
}
.cid-tJZwJ8kDto {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tJZwJ8kDto nav.navbar {
  position: fixed;
}
.cid-tJZwJ8kDto .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJZwJ8kDto .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJZwJ8kDto .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJZwJ8kDto .dropdown-item:hover,
.cid-tJZwJ8kDto .dropdown-item:focus {
  background: #00a0e9 !important;
  color: white !important;
}
.cid-tJZwJ8kDto .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJZwJ8kDto .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJZwJ8kDto .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJZwJ8kDto .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJZwJ8kDto .nav-link {
  position: relative;
}
.cid-tJZwJ8kDto .container {
  display: flex;
  margin: auto;
}
.cid-tJZwJ8kDto .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJZwJ8kDto .dropdown-menu,
.cid-tJZwJ8kDto .navbar.opened {
  background: #ffffff !important;
}
.cid-tJZwJ8kDto .nav-item:focus,
.cid-tJZwJ8kDto .nav-link:focus {
  outline: none;
}
.cid-tJZwJ8kDto .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJZwJ8kDto .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJZwJ8kDto .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJZwJ8kDto .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJZwJ8kDto .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJZwJ8kDto .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJZwJ8kDto .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tJZwJ8kDto .navbar.opened {
  transition: all 0.3s;
}
.cid-tJZwJ8kDto .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJZwJ8kDto .navbar .navbar-logo img {
  width: auto;
}
.cid-tJZwJ8kDto .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJZwJ8kDto .navbar.collapsed {
  justify-content: center;
}
.cid-tJZwJ8kDto .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJZwJ8kDto .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJZwJ8kDto .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tJZwJ8kDto .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJZwJ8kDto .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJZwJ8kDto .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJZwJ8kDto .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJZwJ8kDto .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJZwJ8kDto .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJZwJ8kDto .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJZwJ8kDto .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJZwJ8kDto .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJZwJ8kDto .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJZwJ8kDto .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJZwJ8kDto .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJZwJ8kDto .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJZwJ8kDto .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJZwJ8kDto .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJZwJ8kDto .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJZwJ8kDto .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJZwJ8kDto .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJZwJ8kDto .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJZwJ8kDto .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJZwJ8kDto .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJZwJ8kDto .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJZwJ8kDto .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJZwJ8kDto .dropdown-item.active,
.cid-tJZwJ8kDto .dropdown-item:active {
  background-color: transparent;
}
.cid-tJZwJ8kDto .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJZwJ8kDto .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJZwJ8kDto .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJZwJ8kDto .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJZwJ8kDto .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJZwJ8kDto .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJZwJ8kDto ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJZwJ8kDto .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJZwJ8kDto button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJZwJ8kDto button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJZwJ8kDto button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJZwJ8kDto button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJZwJ8kDto button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJZwJ8kDto button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJZwJ8kDto nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJZwJ8kDto nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJZwJ8kDto nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJZwJ8kDto nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJZwJ8kDto .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJZwJ8kDto a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJZwJ8kDto .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJZwJ8kDto .navbar {
    height: 70px;
  }
  .cid-tJZwJ8kDto .navbar.opened {
    height: auto;
  }
  .cid-tJZwJ8kDto .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJZwJ90p5x {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main-about-3.jpg");
}
.cid-tJZwJ90p5x .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tJZwJ90p5x .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tJZwJ90p5x {
    align-items: flex-end;
  }
  .cid-tJZwJ90p5x .row {
    justify-content: flex-start;
  }
  .cid-tJZwJ90p5x .content-wrap {
    width: 55%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tJZwJ90p5x .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tJZwJ90p5x {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tJZwJ90p5x .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tJZwJ90p5x .content-wrap {
    width: 100%;
  }
}
.cid-tJZwJ9gwsq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f39700;
}
.cid-tJZwJ9gwsq .mbr-section-title {
  color: #ffff00;
}
.cid-tJZwJ9ZVQA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f39700;
}
.cid-tJZwJ9ZVQA .mbr-section-title {
  color: #ffffff;
}
.cid-tJZwJ9ZVQA .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tJZwJ9ZVQA H3 {
  color: #ffffff;
}
.cid-tJZzGs9VwV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f39700;
}
.cid-tJZzGs9VwV .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-tJZzGs9VwV .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tJZzGs9VwV .mbr-flex {
  justify-content: center;
}
.cid-tJZzGs9VwV .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-tJZzGs9VwV .item:focus,
.cid-tJZzGs9VwV span:focus {
  outline: none;
}
.cid-tJZzGs9VwV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tJZzGs9VwV .card1 {
  background: #ffffff;
}
.cid-tJZzGs9VwV .card2 {
  background: #ffffff;
}
.cid-tJZzGs9VwV .card3 {
  background: #ffffff;
}
.cid-tJZzGs9VwV .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 1rem 1rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-tJZzGs9VwV .item-wrapper {
    padding: 1rem;
    padding-top: 1rem;
  }
}
.cid-tJZzGs9VwV .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tJZzGs9VwV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJZzGs9VwV .mbr-section-title {
  color: #ffff00;
  text-align: center;
}
.cid-tJZzGs9VwV .item-title1 {
  color: #ffffff;
}
.cid-tJZzGs9VwV .mbr-text,
.cid-tJZzGs9VwV .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-tJZzGs9VwV .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tJZzGs9VwV .item-title2 {
  text-align: center;
  color: #121212;
}
.cid-tJZzGs9VwV .price {
  color: #121212;
}
.cid-tJZzGs9VwV .item-title2,
.cid-tJZzGs9VwV .iconfont-wrapper {
  text-align: center;
}
.cid-tJZCBT02Wt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f39700;
}
.cid-tJZCBT02Wt .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-tJZCBT02Wt .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tJZCBT02Wt .mbr-flex {
  justify-content: center;
}
.cid-tJZCBT02Wt .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-tJZCBT02Wt .item:focus,
.cid-tJZCBT02Wt span:focus {
  outline: none;
}
.cid-tJZCBT02Wt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tJZCBT02Wt .card1 {
  background: #ffffff;
}
.cid-tJZCBT02Wt .card2 {
  background: #ffffff;
}
.cid-tJZCBT02Wt .card3 {
  background: #ffffff;
}
.cid-tJZCBT02Wt .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 1rem 1rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-tJZCBT02Wt .item-wrapper {
    padding: 1rem;
    padding-top: 1rem;
  }
}
.cid-tJZCBT02Wt .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tJZCBT02Wt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJZCBT02Wt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tJZCBT02Wt .item-title1 {
  color: #ffffff;
}
.cid-tJZCBT02Wt .mbr-text,
.cid-tJZCBT02Wt .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-tJZCBT02Wt .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tJZCBT02Wt .item-title2 {
  text-align: center;
  color: #121212;
}
.cid-tJZCBT02Wt .price {
  color: #121212;
}
.cid-tJZCBT02Wt .item-title2,
.cid-tJZCBT02Wt .iconfont-wrapper {
  text-align: center;
}
.cid-tJZCCoMccC {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #f39700;
}
.cid-tJZCCoMccC .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-tJZCCoMccC .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tJZCCoMccC .mbr-flex {
  justify-content: center;
}
.cid-tJZCCoMccC .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-tJZCCoMccC .item:focus,
.cid-tJZCCoMccC span:focus {
  outline: none;
}
.cid-tJZCCoMccC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tJZCCoMccC .card1 {
  background: #ffffff;
}
.cid-tJZCCoMccC .card2 {
  background: #ffffff;
}
.cid-tJZCCoMccC .card3 {
  background: #ffffff;
}
.cid-tJZCCoMccC .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 1rem 1rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-tJZCCoMccC .item-wrapper {
    padding: 1rem;
    padding-top: 1rem;
  }
}
.cid-tJZCCoMccC .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-tJZCCoMccC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJZCCoMccC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tJZCCoMccC .item-title1 {
  color: #ffffff;
}
.cid-tJZCCoMccC .mbr-text,
.cid-tJZCCoMccC .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-tJZCCoMccC .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tJZCCoMccC .item-title2 {
  text-align: center;
  color: #121212;
}
.cid-tJZCCoMccC .price {
  color: #121212;
}
.cid-tJZCCoMccC .item-title2,
.cid-tJZCCoMccC .iconfont-wrapper {
  text-align: center;
}
.cid-tJZFhz3cIL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
.cid-tJZFhz3cIL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tJZFhz3cIL .mbr-section-subtitle {
  text-align: center;
  color: #ffff00;
}
.cid-tJZFhz3cIL .mbr-text {
  text-align: center;
  color: #ffff00;
}
.cid-tJZEqPpYjU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #00a0e9;
}
@media (max-width: 991px) {
  .cid-tJZEqPpYjU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJZEqPpYjU .row {
  flex-direction: row-reverse;
}
.cid-tJZEqPpYjU img {
  width: 100%;
}
.cid-tJZEqPpYjU .mbr-description {
  color: #ffffff;
}
.cid-tJZwJdguYs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZwJdguYs .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZwJdguYs .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZwJdguYs .container {
    max-width: 1600px;
  }
}
.cid-tJZwJdguYs .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZwJdguYs .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZwJdguYs .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZwJdguYs .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZwJdguYs .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZwJdguYs .team-item .item-image img {
  width: 100%;
}
.cid-tJZwJdguYs .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZwJdguYs .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZwJdguYs .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZwJdguYs .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZwJdguYs .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZwJdguYs .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZwJdguYs .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZwJdguYs .item-social {
    opacity: 1;
  }
}
.cid-tJZwJdguYs H2 {
  color: #00a0e9;
}
.cid-tJZwJdguYs .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZwJdguYs .item-role {
  text-align: center;
}
.cid-tJZwJdDBlY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZwJdDBlY .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZwJdDBlY .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZwJdDBlY .container {
    max-width: 1600px;
  }
}
.cid-tJZwJdDBlY .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZwJdDBlY .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZwJdDBlY .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZwJdDBlY .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZwJdDBlY .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZwJdDBlY .team-item .item-image img {
  width: 100%;
}
.cid-tJZwJdDBlY .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZwJdDBlY .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZwJdDBlY .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZwJdDBlY .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZwJdDBlY .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZwJdDBlY .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZwJdDBlY .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZwJdDBlY .item-social {
    opacity: 1;
  }
}
.cid-tJZwJdDBlY H2 {
  color: #00a0e9;
}
.cid-tJZwJdDBlY .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZwJdDBlY .item-role {
  text-align: center;
}
.cid-tSVduPDoEA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSVduPDoEA .mbr-section-subtitle {
  color: #767676;
}
.cid-tSVduPDoEA .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSVduPDoEA .container {
    max-width: 1600px;
  }
}
.cid-tSVduPDoEA .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSVduPDoEA .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSVduPDoEA .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSVduPDoEA .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSVduPDoEA .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSVduPDoEA .team-item .item-image img {
  width: 100%;
}
.cid-tSVduPDoEA .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSVduPDoEA .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSVduPDoEA .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSVduPDoEA .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSVduPDoEA .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSVduPDoEA .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSVduPDoEA .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSVduPDoEA .item-social {
    opacity: 1;
  }
}
.cid-tSVduPDoEA H2 {
  color: #00a0e9;
}
.cid-tSVduPDoEA .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSVduPDoEA .item-role {
  text-align: center;
}
.cid-tJZwJeAJk4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZwJeAJk4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZwJeAJk4 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZwJeAJk4 .container {
    max-width: 1600px;
  }
}
.cid-tJZwJeAJk4 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZwJeAJk4 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZwJeAJk4 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZwJeAJk4 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZwJeAJk4 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZwJeAJk4 .team-item .item-image img {
  width: 100%;
}
.cid-tJZwJeAJk4 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZwJeAJk4 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZwJeAJk4 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZwJeAJk4 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZwJeAJk4 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZwJeAJk4 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZwJeAJk4 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZwJeAJk4 .item-social {
    opacity: 1;
  }
}
.cid-tJZwJeAJk4 H2 {
  color: #00a0e9;
}
.cid-tJZwJeAJk4 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZwJeAJk4 .item-role {
  text-align: center;
}
.cid-tJZwJibPNn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZwJibPNn .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZwJibPNn .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZwJibPNn .container {
    max-width: 1600px;
  }
}
.cid-tJZwJibPNn .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZwJibPNn .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZwJibPNn .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZwJibPNn .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZwJibPNn .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZwJibPNn .team-item .item-image img {
  width: 100%;
}
.cid-tJZwJibPNn .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZwJibPNn .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZwJibPNn .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZwJibPNn .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZwJibPNn .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZwJibPNn .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZwJibPNn .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZwJibPNn .item-social {
    opacity: 1;
  }
}
.cid-tJZwJibPNn H2 {
  color: #00a0e9;
}
.cid-tJZwJibPNn .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZwJibPNn .item-role {
  text-align: center;
}
.cid-tJZwJeVQ9E {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZwJeVQ9E .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZwJeVQ9E .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZwJeVQ9E .container {
    max-width: 1600px;
  }
}
.cid-tJZwJeVQ9E .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZwJeVQ9E .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZwJeVQ9E .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZwJeVQ9E .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZwJeVQ9E .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZwJeVQ9E .team-item .item-image img {
  width: 100%;
}
.cid-tJZwJeVQ9E .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZwJeVQ9E .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZwJeVQ9E .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZwJeVQ9E .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZwJeVQ9E .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZwJeVQ9E .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZwJeVQ9E .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZwJeVQ9E .item-social {
    opacity: 1;
  }
}
.cid-tJZwJeVQ9E H2 {
  color: #00a0e9;
}
.cid-tJZwJeVQ9E .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZwJeVQ9E .item-role {
  text-align: center;
}
.cid-tJZwJfDNA9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZwJfDNA9 .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZwJfDNA9 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZwJfDNA9 .container {
    max-width: 1600px;
  }
}
.cid-tJZwJfDNA9 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZwJfDNA9 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZwJfDNA9 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZwJfDNA9 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZwJfDNA9 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZwJfDNA9 .team-item .item-image img {
  width: 100%;
}
.cid-tJZwJfDNA9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZwJfDNA9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZwJfDNA9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZwJfDNA9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZwJfDNA9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZwJfDNA9 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZwJfDNA9 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZwJfDNA9 .item-social {
    opacity: 1;
  }
}
.cid-tJZwJfDNA9 H2 {
  color: #00a0e9;
}
.cid-tJZwJfDNA9 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZwJfDNA9 .item-role {
  text-align: center;
}
.cid-tJZwJgiwDw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZwJgiwDw .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZwJgiwDw .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZwJgiwDw .container {
    max-width: 1600px;
  }
}
.cid-tJZwJgiwDw .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZwJgiwDw .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZwJgiwDw .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZwJgiwDw .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZwJgiwDw .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZwJgiwDw .team-item .item-image img {
  width: 100%;
}
.cid-tJZwJgiwDw .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZwJgiwDw .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZwJgiwDw .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZwJgiwDw .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZwJgiwDw .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZwJgiwDw .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZwJgiwDw .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZwJgiwDw .item-social {
    opacity: 1;
  }
}
.cid-tJZwJgiwDw H2 {
  color: #00a0e9;
}
.cid-tJZwJgiwDw .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZwJgiwDw .item-role {
  text-align: center;
}
.cid-tJZwJh1Uz4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZwJh1Uz4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZwJh1Uz4 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZwJh1Uz4 .container {
    max-width: 1600px;
  }
}
.cid-tJZwJh1Uz4 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZwJh1Uz4 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZwJh1Uz4 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZwJh1Uz4 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZwJh1Uz4 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZwJh1Uz4 .team-item .item-image img {
  width: 100%;
}
.cid-tJZwJh1Uz4 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZwJh1Uz4 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZwJh1Uz4 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZwJh1Uz4 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZwJh1Uz4 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZwJh1Uz4 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZwJh1Uz4 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZwJh1Uz4 .item-social {
    opacity: 1;
  }
}
.cid-tJZwJh1Uz4 H2 {
  color: #00a0e9;
}
.cid-tJZwJh1Uz4 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZwJh1Uz4 .item-role {
  text-align: center;
}
.cid-tJZwJhF5nV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJZwJhF5nV .mbr-section-subtitle {
  color: #767676;
}
.cid-tJZwJhF5nV .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJZwJhF5nV .container {
    max-width: 1600px;
  }
}
.cid-tJZwJhF5nV .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJZwJhF5nV .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJZwJhF5nV .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJZwJhF5nV .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJZwJhF5nV .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJZwJhF5nV .team-item .item-image img {
  width: 100%;
}
.cid-tJZwJhF5nV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJZwJhF5nV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJZwJhF5nV .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJZwJhF5nV .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJZwJhF5nV .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJZwJhF5nV .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJZwJhF5nV .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJZwJhF5nV .item-social {
    opacity: 1;
  }
}
.cid-tJZwJhF5nV H2 {
  color: #00a0e9;
}
.cid-tJZwJhF5nV .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJZwJhF5nV .item-role {
  text-align: center;
}
.cid-tBAbXciSlM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBAbXciSlM nav.navbar {
  position: fixed;
}
.cid-tBAbXciSlM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBAbXciSlM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBAbXciSlM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBAbXciSlM .dropdown-item:hover,
.cid-tBAbXciSlM .dropdown-item:focus {
  background: #00a0e9 !important;
  color: white !important;
}
.cid-tBAbXciSlM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBAbXciSlM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBAbXciSlM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBAbXciSlM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBAbXciSlM .nav-link {
  position: relative;
}
.cid-tBAbXciSlM .container {
  display: flex;
  margin: auto;
}
.cid-tBAbXciSlM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBAbXciSlM .dropdown-menu,
.cid-tBAbXciSlM .navbar.opened {
  background: #ffffff !important;
}
.cid-tBAbXciSlM .nav-item:focus,
.cid-tBAbXciSlM .nav-link:focus {
  outline: none;
}
.cid-tBAbXciSlM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBAbXciSlM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBAbXciSlM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBAbXciSlM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBAbXciSlM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBAbXciSlM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBAbXciSlM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tBAbXciSlM .navbar.opened {
  transition: all 0.3s;
}
.cid-tBAbXciSlM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBAbXciSlM .navbar .navbar-logo img {
  width: auto;
}
.cid-tBAbXciSlM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBAbXciSlM .navbar.collapsed {
  justify-content: center;
}
.cid-tBAbXciSlM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBAbXciSlM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBAbXciSlM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tBAbXciSlM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBAbXciSlM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBAbXciSlM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tBAbXciSlM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBAbXciSlM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBAbXciSlM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBAbXciSlM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBAbXciSlM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBAbXciSlM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBAbXciSlM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBAbXciSlM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tBAbXciSlM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBAbXciSlM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBAbXciSlM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBAbXciSlM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBAbXciSlM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBAbXciSlM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBAbXciSlM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBAbXciSlM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBAbXciSlM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBAbXciSlM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBAbXciSlM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBAbXciSlM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBAbXciSlM .dropdown-item.active,
.cid-tBAbXciSlM .dropdown-item:active {
  background-color: transparent;
}
.cid-tBAbXciSlM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBAbXciSlM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBAbXciSlM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBAbXciSlM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBAbXciSlM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBAbXciSlM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBAbXciSlM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBAbXciSlM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBAbXciSlM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBAbXciSlM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tBAbXciSlM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBAbXciSlM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBAbXciSlM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBAbXciSlM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBAbXciSlM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBAbXciSlM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBAbXciSlM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBAbXciSlM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBAbXciSlM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBAbXciSlM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBAbXciSlM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBAbXciSlM .navbar {
    height: 70px;
  }
  .cid-tBAbXciSlM .navbar.opened {
    height: auto;
  }
  .cid-tBAbXciSlM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBAbXcUJHp {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main-event-record-1.jpg");
}
.cid-tBAbXcUJHp .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tBAbXcUJHp .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tBAbXcUJHp {
    align-items: flex-end;
  }
  .cid-tBAbXcUJHp .row {
    justify-content: flex-start;
  }
  .cid-tBAbXcUJHp .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tBAbXcUJHp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tBAbXcUJHp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tBAbXcUJHp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tBAbXcUJHp .content-wrap {
    width: 100%;
  }
}
.cid-tBAbXdbJvb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
.cid-tBAbXdbJvb .mbr-section-title {
  color: #ffff00;
}
.cid-tTAWGrsk5b {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #00a0e9;
}
.cid-tTAWGrsk5b .content-wrapper {
  background: #fafafa;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .cid-tTAWGrsk5b .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tTAWGrsk5b .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tTAWGrsk5b .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTAWGrsk5b .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tTAWGrsk5b .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tTAWGrsk5b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tTAWGrsk5b .card-title {
  color: #f39700;
}
.cid-tSPivSpRli {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #00a0e9;
}
.cid-tSPivSpRli .content-wrapper {
  background: #fafafa;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .cid-tSPivSpRli .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tSPivSpRli .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSPivSpRli .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSPivSpRli .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSPivSpRli .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tSPivSpRli .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tSPivSpRli .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tSPivSpRli .card-title {
  color: #f39700;
}
.cid-tJZkawT2i0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #00a0e9;
}
.cid-tJZkawT2i0 .content-wrapper {
  background: #fafafa;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .cid-tJZkawT2i0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJZkawT2i0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJZkawT2i0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJZkawT2i0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tJZkawT2i0 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tJZkawT2i0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJZkawT2i0 .card-title {
  color: #f39700;
}
.cid-tJZlV0y3lc {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #00a0e9;
}
.cid-tJZlV0y3lc .content-wrapper {
  background: #fafafa;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .cid-tJZlV0y3lc .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tJZlV0y3lc .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJZlV0y3lc .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJZlV0y3lc .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJZlV0y3lc .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tJZlV0y3lc .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tJZlV0y3lc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJZlV0y3lc .card-title {
  color: #f39700;
}
.cid-tBAbXe8k4m {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBAbXe8k4m .mbr-section-subtitle {
  color: #767676;
}
.cid-tBAbXe8k4m .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tBAbXe8k4m .container {
    max-width: 1600px;
  }
}
.cid-tBAbXe8k4m .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tBAbXe8k4m .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tBAbXe8k4m .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tBAbXe8k4m .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tBAbXe8k4m .team-item:hover .item-social {
  opacity: 1;
}
.cid-tBAbXe8k4m .team-item .item-image img {
  width: 100%;
}
.cid-tBAbXe8k4m .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tBAbXe8k4m .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tBAbXe8k4m .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tBAbXe8k4m .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tBAbXe8k4m .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tBAbXe8k4m .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tBAbXe8k4m .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tBAbXe8k4m .item-social {
    opacity: 1;
  }
}
.cid-tBAbXe8k4m H2 {
  color: #00a0e9;
}
.cid-tBAbXe8k4m .item-name {
  text-align: center;
  color: #555555;
}
.cid-tBAbXe8k4m .item-role {
  text-align: center;
}
.cid-tJiF2Japqe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJiF2Japqe .mbr-section-subtitle {
  color: #767676;
}
.cid-tJiF2Japqe .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJiF2Japqe .container {
    max-width: 1600px;
  }
}
.cid-tJiF2Japqe .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJiF2Japqe .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJiF2Japqe .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJiF2Japqe .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJiF2Japqe .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJiF2Japqe .team-item .item-image img {
  width: 100%;
}
.cid-tJiF2Japqe .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJiF2Japqe .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJiF2Japqe .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJiF2Japqe .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJiF2Japqe .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJiF2Japqe .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJiF2Japqe .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJiF2Japqe .item-social {
    opacity: 1;
  }
}
.cid-tJiF2Japqe H2 {
  color: #00a0e9;
}
.cid-tJiF2Japqe .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJiF2Japqe .item-role {
  text-align: center;
}
.cid-tSVcTZOLRj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSVcTZOLRj .mbr-section-subtitle {
  color: #767676;
}
.cid-tSVcTZOLRj .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSVcTZOLRj .container {
    max-width: 1600px;
  }
}
.cid-tSVcTZOLRj .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSVcTZOLRj .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSVcTZOLRj .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSVcTZOLRj .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSVcTZOLRj .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSVcTZOLRj .team-item .item-image img {
  width: 100%;
}
.cid-tSVcTZOLRj .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSVcTZOLRj .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSVcTZOLRj .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSVcTZOLRj .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSVcTZOLRj .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSVcTZOLRj .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSVcTZOLRj .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSVcTZOLRj .item-social {
    opacity: 1;
  }
}
.cid-tSVcTZOLRj H2 {
  color: #00a0e9;
}
.cid-tSVcTZOLRj .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSVcTZOLRj .item-role {
  text-align: center;
}
.cid-tIDbrRgYUA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbrRgYUA .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbrRgYUA .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbrRgYUA .container {
    max-width: 1600px;
  }
}
.cid-tIDbrRgYUA .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbrRgYUA .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbrRgYUA .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbrRgYUA .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbrRgYUA .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbrRgYUA .team-item .item-image img {
  width: 100%;
}
.cid-tIDbrRgYUA .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbrRgYUA .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbrRgYUA .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbrRgYUA .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbrRgYUA .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbrRgYUA .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbrRgYUA .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbrRgYUA .item-social {
    opacity: 1;
  }
}
.cid-tIDbrRgYUA H2 {
  color: #00a0e9;
}
.cid-tIDbrRgYUA .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbrRgYUA .item-role {
  text-align: center;
}
.cid-tJbNOBZ08A {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tJbNOBZ08A .mbr-section-subtitle {
  color: #767676;
}
.cid-tJbNOBZ08A .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tJbNOBZ08A .container {
    max-width: 1600px;
  }
}
.cid-tJbNOBZ08A .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJbNOBZ08A .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tJbNOBZ08A .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tJbNOBZ08A .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tJbNOBZ08A .team-item:hover .item-social {
  opacity: 1;
}
.cid-tJbNOBZ08A .team-item .item-image img {
  width: 100%;
}
.cid-tJbNOBZ08A .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tJbNOBZ08A .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tJbNOBZ08A .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tJbNOBZ08A .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tJbNOBZ08A .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tJbNOBZ08A .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tJbNOBZ08A .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tJbNOBZ08A .item-social {
    opacity: 1;
  }
}
.cid-tJbNOBZ08A H2 {
  color: #00a0e9;
}
.cid-tJbNOBZ08A .item-name {
  text-align: center;
  color: #555555;
}
.cid-tJbNOBZ08A .item-role {
  text-align: center;
}
.cid-tIDbvJ5uOP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbvJ5uOP .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbvJ5uOP .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbvJ5uOP .container {
    max-width: 1600px;
  }
}
.cid-tIDbvJ5uOP .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbvJ5uOP .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbvJ5uOP .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbvJ5uOP .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbvJ5uOP .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbvJ5uOP .team-item .item-image img {
  width: 100%;
}
.cid-tIDbvJ5uOP .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbvJ5uOP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbvJ5uOP .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbvJ5uOP .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbvJ5uOP .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbvJ5uOP .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbvJ5uOP .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbvJ5uOP .item-social {
    opacity: 1;
  }
}
.cid-tIDbvJ5uOP H2 {
  color: #00a0e9;
}
.cid-tIDbvJ5uOP .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbvJ5uOP .item-role {
  text-align: center;
}
.cid-tIDbwhIBa8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbwhIBa8 .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbwhIBa8 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbwhIBa8 .container {
    max-width: 1600px;
  }
}
.cid-tIDbwhIBa8 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbwhIBa8 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbwhIBa8 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbwhIBa8 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbwhIBa8 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbwhIBa8 .team-item .item-image img {
  width: 100%;
}
.cid-tIDbwhIBa8 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbwhIBa8 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbwhIBa8 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbwhIBa8 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbwhIBa8 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbwhIBa8 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbwhIBa8 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbwhIBa8 .item-social {
    opacity: 1;
  }
}
.cid-tIDbwhIBa8 H2 {
  color: #00a0e9;
}
.cid-tIDbwhIBa8 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbwhIBa8 .item-role {
  text-align: center;
}
.cid-tIDbwNdb9v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbwNdb9v .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbwNdb9v .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbwNdb9v .container {
    max-width: 1600px;
  }
}
.cid-tIDbwNdb9v .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbwNdb9v .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbwNdb9v .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbwNdb9v .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbwNdb9v .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbwNdb9v .team-item .item-image img {
  width: 100%;
}
.cid-tIDbwNdb9v .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbwNdb9v .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbwNdb9v .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbwNdb9v .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbwNdb9v .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbwNdb9v .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbwNdb9v .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbwNdb9v .item-social {
    opacity: 1;
  }
}
.cid-tIDbwNdb9v H2 {
  color: #00a0e9;
}
.cid-tIDbwNdb9v .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbwNdb9v .item-role {
  text-align: center;
}
.cid-tIDbzQJmXk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbzQJmXk .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbzQJmXk .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbzQJmXk .container {
    max-width: 1600px;
  }
}
.cid-tIDbzQJmXk .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbzQJmXk .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbzQJmXk .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbzQJmXk .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbzQJmXk .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbzQJmXk .team-item .item-image img {
  width: 100%;
}
.cid-tIDbzQJmXk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbzQJmXk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbzQJmXk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbzQJmXk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbzQJmXk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbzQJmXk .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbzQJmXk .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbzQJmXk .item-social {
    opacity: 1;
  }
}
.cid-tIDbzQJmXk H2 {
  color: #00a0e9;
}
.cid-tIDbzQJmXk .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbzQJmXk .item-role {
  text-align: center;
}
.cid-tIDbAqhPvM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIDbAqhPvM .mbr-section-subtitle {
  color: #767676;
}
.cid-tIDbAqhPvM .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tIDbAqhPvM .container {
    max-width: 1600px;
  }
}
.cid-tIDbAqhPvM .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tIDbAqhPvM .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tIDbAqhPvM .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tIDbAqhPvM .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tIDbAqhPvM .team-item:hover .item-social {
  opacity: 1;
}
.cid-tIDbAqhPvM .team-item .item-image img {
  width: 100%;
}
.cid-tIDbAqhPvM .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tIDbAqhPvM .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tIDbAqhPvM .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tIDbAqhPvM .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tIDbAqhPvM .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIDbAqhPvM .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tIDbAqhPvM .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tIDbAqhPvM .item-social {
    opacity: 1;
  }
}
.cid-tIDbAqhPvM H2 {
  color: #00a0e9;
}
.cid-tIDbAqhPvM .item-name {
  text-align: center;
  color: #555555;
}
.cid-tIDbAqhPvM .item-role {
  text-align: center;
}
.cid-tSPjsI95yL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tSPjsI95yL nav.navbar {
  position: fixed;
}
.cid-tSPjsI95yL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSPjsI95yL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSPjsI95yL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSPjsI95yL .dropdown-item:hover,
.cid-tSPjsI95yL .dropdown-item:focus {
  background: #00a0e9 !important;
  color: white !important;
}
.cid-tSPjsI95yL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSPjsI95yL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSPjsI95yL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSPjsI95yL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSPjsI95yL .nav-link {
  position: relative;
}
.cid-tSPjsI95yL .container {
  display: flex;
  margin: auto;
}
.cid-tSPjsI95yL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSPjsI95yL .dropdown-menu,
.cid-tSPjsI95yL .navbar.opened {
  background: #ffffff !important;
}
.cid-tSPjsI95yL .nav-item:focus,
.cid-tSPjsI95yL .nav-link:focus {
  outline: none;
}
.cid-tSPjsI95yL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSPjsI95yL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSPjsI95yL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSPjsI95yL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSPjsI95yL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSPjsI95yL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSPjsI95yL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tSPjsI95yL .navbar.opened {
  transition: all 0.3s;
}
.cid-tSPjsI95yL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSPjsI95yL .navbar .navbar-logo img {
  width: auto;
}
.cid-tSPjsI95yL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSPjsI95yL .navbar.collapsed {
  justify-content: center;
}
.cid-tSPjsI95yL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSPjsI95yL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSPjsI95yL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tSPjsI95yL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSPjsI95yL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSPjsI95yL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSPjsI95yL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSPjsI95yL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSPjsI95yL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSPjsI95yL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSPjsI95yL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSPjsI95yL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSPjsI95yL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSPjsI95yL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSPjsI95yL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSPjsI95yL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSPjsI95yL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSPjsI95yL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSPjsI95yL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSPjsI95yL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSPjsI95yL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSPjsI95yL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSPjsI95yL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSPjsI95yL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSPjsI95yL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSPjsI95yL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSPjsI95yL .dropdown-item.active,
.cid-tSPjsI95yL .dropdown-item:active {
  background-color: transparent;
}
.cid-tSPjsI95yL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSPjsI95yL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSPjsI95yL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSPjsI95yL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSPjsI95yL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSPjsI95yL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSPjsI95yL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSPjsI95yL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSPjsI95yL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSPjsI95yL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tSPjsI95yL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSPjsI95yL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSPjsI95yL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSPjsI95yL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSPjsI95yL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSPjsI95yL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSPjsI95yL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSPjsI95yL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSPjsI95yL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSPjsI95yL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSPjsI95yL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSPjsI95yL .navbar {
    height: 70px;
  }
  .cid-tSPjsI95yL .navbar.opened {
    height: auto;
  }
  .cid-tSPjsI95yL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSPjsIKd5M {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main-event-record-1.jpg");
}
.cid-tSPjsIKd5M .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tSPjsIKd5M .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tSPjsIKd5M {
    align-items: flex-end;
  }
  .cid-tSPjsIKd5M .row {
    justify-content: flex-start;
  }
  .cid-tSPjsIKd5M .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tSPjsIKd5M .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tSPjsIKd5M {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tSPjsIKd5M .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tSPjsIKd5M .content-wrap {
    width: 100%;
  }
}
.cid-tSPjsIXBGy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
.cid-tSPjsIXBGy .mbr-section-title {
  color: #ffff00;
}
.cid-tSPjsIXBGy .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tSPjsJaEEo {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #00a0e9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tSPjsJaEEo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tSPjsJaEEo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tSPjsJaEEo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tSPjsJaEEo .mbr-gallery-item {
  width: 33.3%;
}
.cid-tSPjsJaEEo .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tSPjsJaEEo .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tSPjsJaEEo .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tSPjsJaEEo .mbr-gallery-row {
  justify-content: center;
}
.cid-tSPjsJaEEo .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tSPjsJaEEo .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tSPjsJaEEo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tSPjsJaEEo .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tSPjsJaEEo .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tSPjsJaEEo .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tSPjsJaEEo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tSPjsJaEEo .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tSPjsJaEEo img {
  transition: all 2s !important;
  border: 8px solid #ffffff;
}
.cid-tSPjsJaEEo .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-tSPjsJaEEo .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tSPjsJaEEo .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tSPjsJLUX6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPjsJLUX6 .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPjsJLUX6 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPjsJLUX6 .container {
    max-width: 1600px;
  }
}
.cid-tSPjsJLUX6 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPjsJLUX6 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPjsJLUX6 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPjsJLUX6 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPjsJLUX6 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPjsJLUX6 .team-item .item-image img {
  width: 100%;
}
.cid-tSPjsJLUX6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPjsJLUX6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPjsJLUX6 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPjsJLUX6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPjsJLUX6 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPjsJLUX6 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPjsJLUX6 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPjsJLUX6 .item-social {
    opacity: 1;
  }
}
.cid-tSPjsJLUX6 H2 {
  color: #00a0e9;
}
.cid-tSPjsJLUX6 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPjsJLUX6 .item-role {
  text-align: center;
}
.cid-tSPjsKaJKi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPjsKaJKi .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPjsKaJKi .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPjsKaJKi .container {
    max-width: 1600px;
  }
}
.cid-tSPjsKaJKi .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPjsKaJKi .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPjsKaJKi .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPjsKaJKi .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPjsKaJKi .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPjsKaJKi .team-item .item-image img {
  width: 100%;
}
.cid-tSPjsKaJKi .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPjsKaJKi .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPjsKaJKi .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPjsKaJKi .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPjsKaJKi .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPjsKaJKi .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPjsKaJKi .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPjsKaJKi .item-social {
    opacity: 1;
  }
}
.cid-tSPjsKaJKi H2 {
  color: #00a0e9;
}
.cid-tSPjsKaJKi .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPjsKaJKi .item-role {
  text-align: center;
}
.cid-tSVdmfDRMH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSVdmfDRMH .mbr-section-subtitle {
  color: #767676;
}
.cid-tSVdmfDRMH .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSVdmfDRMH .container {
    max-width: 1600px;
  }
}
.cid-tSVdmfDRMH .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSVdmfDRMH .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSVdmfDRMH .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSVdmfDRMH .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSVdmfDRMH .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSVdmfDRMH .team-item .item-image img {
  width: 100%;
}
.cid-tSVdmfDRMH .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSVdmfDRMH .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSVdmfDRMH .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSVdmfDRMH .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSVdmfDRMH .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSVdmfDRMH .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSVdmfDRMH .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSVdmfDRMH .item-social {
    opacity: 1;
  }
}
.cid-tSVdmfDRMH H2 {
  color: #00a0e9;
}
.cid-tSVdmfDRMH .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSVdmfDRMH .item-role {
  text-align: center;
}
.cid-tSPjsL18qw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPjsL18qw .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPjsL18qw .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPjsL18qw .container {
    max-width: 1600px;
  }
}
.cid-tSPjsL18qw .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPjsL18qw .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPjsL18qw .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPjsL18qw .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPjsL18qw .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPjsL18qw .team-item .item-image img {
  width: 100%;
}
.cid-tSPjsL18qw .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPjsL18qw .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPjsL18qw .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPjsL18qw .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPjsL18qw .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPjsL18qw .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPjsL18qw .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPjsL18qw .item-social {
    opacity: 1;
  }
}
.cid-tSPjsL18qw H2 {
  color: #00a0e9;
}
.cid-tSPjsL18qw .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPjsL18qw .item-role {
  text-align: center;
}
.cid-tSPjsP4z1q {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPjsP4z1q .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPjsP4z1q .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPjsP4z1q .container {
    max-width: 1600px;
  }
}
.cid-tSPjsP4z1q .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPjsP4z1q .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPjsP4z1q .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPjsP4z1q .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPjsP4z1q .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPjsP4z1q .team-item .item-image img {
  width: 100%;
}
.cid-tSPjsP4z1q .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPjsP4z1q .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPjsP4z1q .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPjsP4z1q .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPjsP4z1q .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPjsP4z1q .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPjsP4z1q .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPjsP4z1q .item-social {
    opacity: 1;
  }
}
.cid-tSPjsP4z1q H2 {
  color: #00a0e9;
}
.cid-tSPjsP4z1q .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPjsP4z1q .item-role {
  text-align: center;
}
.cid-tSPjsLofY7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPjsLofY7 .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPjsLofY7 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPjsLofY7 .container {
    max-width: 1600px;
  }
}
.cid-tSPjsLofY7 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPjsLofY7 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPjsLofY7 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPjsLofY7 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPjsLofY7 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPjsLofY7 .team-item .item-image img {
  width: 100%;
}
.cid-tSPjsLofY7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPjsLofY7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPjsLofY7 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPjsLofY7 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPjsLofY7 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPjsLofY7 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPjsLofY7 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPjsLofY7 .item-social {
    opacity: 1;
  }
}
.cid-tSPjsLofY7 H2 {
  color: #00a0e9;
}
.cid-tSPjsLofY7 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPjsLofY7 .item-role {
  text-align: center;
}
.cid-tSPjsM9orT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPjsM9orT .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPjsM9orT .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPjsM9orT .container {
    max-width: 1600px;
  }
}
.cid-tSPjsM9orT .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPjsM9orT .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPjsM9orT .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPjsM9orT .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPjsM9orT .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPjsM9orT .team-item .item-image img {
  width: 100%;
}
.cid-tSPjsM9orT .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPjsM9orT .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPjsM9orT .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPjsM9orT .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPjsM9orT .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPjsM9orT .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPjsM9orT .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPjsM9orT .item-social {
    opacity: 1;
  }
}
.cid-tSPjsM9orT H2 {
  color: #00a0e9;
}
.cid-tSPjsM9orT .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPjsM9orT .item-role {
  text-align: center;
}
.cid-tSPjsMYBXU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPjsMYBXU .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPjsMYBXU .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPjsMYBXU .container {
    max-width: 1600px;
  }
}
.cid-tSPjsMYBXU .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPjsMYBXU .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPjsMYBXU .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPjsMYBXU .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPjsMYBXU .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPjsMYBXU .team-item .item-image img {
  width: 100%;
}
.cid-tSPjsMYBXU .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPjsMYBXU .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPjsMYBXU .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPjsMYBXU .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPjsMYBXU .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPjsMYBXU .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPjsMYBXU .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPjsMYBXU .item-social {
    opacity: 1;
  }
}
.cid-tSPjsMYBXU H2 {
  color: #00a0e9;
}
.cid-tSPjsMYBXU .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPjsMYBXU .item-role {
  text-align: center;
}
.cid-tSPjsNKMkZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPjsNKMkZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPjsNKMkZ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPjsNKMkZ .container {
    max-width: 1600px;
  }
}
.cid-tSPjsNKMkZ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPjsNKMkZ .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPjsNKMkZ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPjsNKMkZ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPjsNKMkZ .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPjsNKMkZ .team-item .item-image img {
  width: 100%;
}
.cid-tSPjsNKMkZ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPjsNKMkZ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPjsNKMkZ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPjsNKMkZ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPjsNKMkZ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPjsNKMkZ .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPjsNKMkZ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPjsNKMkZ .item-social {
    opacity: 1;
  }
}
.cid-tSPjsNKMkZ H2 {
  color: #00a0e9;
}
.cid-tSPjsNKMkZ .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPjsNKMkZ .item-role {
  text-align: center;
}
.cid-tSPjsOuVtV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPjsOuVtV .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPjsOuVtV .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPjsOuVtV .container {
    max-width: 1600px;
  }
}
.cid-tSPjsOuVtV .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPjsOuVtV .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPjsOuVtV .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPjsOuVtV .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPjsOuVtV .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPjsOuVtV .team-item .item-image img {
  width: 100%;
}
.cid-tSPjsOuVtV .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPjsOuVtV .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPjsOuVtV .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPjsOuVtV .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPjsOuVtV .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPjsOuVtV .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPjsOuVtV .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPjsOuVtV .item-social {
    opacity: 1;
  }
}
.cid-tSPjsOuVtV H2 {
  color: #00a0e9;
}
.cid-tSPjsOuVtV .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPjsOuVtV .item-role {
  text-align: center;
}
.cid-tSPlvgyVFD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tSPlvgyVFD nav.navbar {
  position: fixed;
}
.cid-tSPlvgyVFD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSPlvgyVFD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSPlvgyVFD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSPlvgyVFD .dropdown-item:hover,
.cid-tSPlvgyVFD .dropdown-item:focus {
  background: #00a0e9 !important;
  color: white !important;
}
.cid-tSPlvgyVFD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSPlvgyVFD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSPlvgyVFD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSPlvgyVFD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSPlvgyVFD .nav-link {
  position: relative;
}
.cid-tSPlvgyVFD .container {
  display: flex;
  margin: auto;
}
.cid-tSPlvgyVFD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSPlvgyVFD .dropdown-menu,
.cid-tSPlvgyVFD .navbar.opened {
  background: #ffffff !important;
}
.cid-tSPlvgyVFD .nav-item:focus,
.cid-tSPlvgyVFD .nav-link:focus {
  outline: none;
}
.cid-tSPlvgyVFD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSPlvgyVFD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSPlvgyVFD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSPlvgyVFD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSPlvgyVFD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSPlvgyVFD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSPlvgyVFD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tSPlvgyVFD .navbar.opened {
  transition: all 0.3s;
}
.cid-tSPlvgyVFD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSPlvgyVFD .navbar .navbar-logo img {
  width: auto;
}
.cid-tSPlvgyVFD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSPlvgyVFD .navbar.collapsed {
  justify-content: center;
}
.cid-tSPlvgyVFD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSPlvgyVFD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSPlvgyVFD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tSPlvgyVFD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSPlvgyVFD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSPlvgyVFD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tSPlvgyVFD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSPlvgyVFD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSPlvgyVFD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSPlvgyVFD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSPlvgyVFD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSPlvgyVFD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSPlvgyVFD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSPlvgyVFD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tSPlvgyVFD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSPlvgyVFD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSPlvgyVFD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSPlvgyVFD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSPlvgyVFD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSPlvgyVFD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSPlvgyVFD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSPlvgyVFD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSPlvgyVFD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSPlvgyVFD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tSPlvgyVFD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSPlvgyVFD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSPlvgyVFD .dropdown-item.active,
.cid-tSPlvgyVFD .dropdown-item:active {
  background-color: transparent;
}
.cid-tSPlvgyVFD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSPlvgyVFD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSPlvgyVFD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSPlvgyVFD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSPlvgyVFD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSPlvgyVFD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSPlvgyVFD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSPlvgyVFD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSPlvgyVFD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSPlvgyVFD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tSPlvgyVFD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSPlvgyVFD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSPlvgyVFD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSPlvgyVFD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSPlvgyVFD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSPlvgyVFD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSPlvgyVFD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSPlvgyVFD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSPlvgyVFD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSPlvgyVFD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSPlvgyVFD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSPlvgyVFD .navbar {
    height: 70px;
  }
  .cid-tSPlvgyVFD .navbar.opened {
    height: auto;
  }
  .cid-tSPlvgyVFD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSPlvhhGVv {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main-event-record-1.jpg");
}
.cid-tSPlvhhGVv .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tSPlvhhGVv .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tSPlvhhGVv {
    align-items: flex-end;
  }
  .cid-tSPlvhhGVv .row {
    justify-content: flex-start;
  }
  .cid-tSPlvhhGVv .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tSPlvhhGVv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tSPlvhhGVv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tSPlvhhGVv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tSPlvhhGVv .content-wrap {
    width: 100%;
  }
}
.cid-tSPlvhxjs5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
.cid-tSPlvhxjs5 .mbr-section-title {
  color: #ffff00;
}
.cid-tSPlvhxjs5 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tSPnIKUqUM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #47b5ed;
}
.cid-tSPnIKUqUM img,
.cid-tSPnIKUqUM .item-img {
  width: 100%;
}
.cid-tSPnIKUqUM .item:focus,
.cid-tSPnIKUqUM span:focus {
  outline: none;
}
.cid-tSPnIKUqUM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tSPnIKUqUM .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tSPnIKUqUM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSPnIKUqUM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tSPnIKUqUM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tSPnIKUqUM .mbr-section-title {
  color: #ffffff;
}
.cid-tSPnIKUqUM .mbr-text,
.cid-tSPnIKUqUM .mbr-section-btn {
  text-align: left;
}
.cid-tSPnIKUqUM .item-title {
  text-align: left;
}
.cid-tSPnIKUqUM .item-subtitle {
  text-align: left;
}
.cid-tSPrwznSI4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #00a0e9;
}
.cid-tSPrwznSI4 img,
.cid-tSPrwznSI4 .item-img {
  width: 100%;
}
.cid-tSPrwznSI4 .item:focus,
.cid-tSPrwznSI4 span:focus {
  outline: none;
}
.cid-tSPrwznSI4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tSPrwznSI4 .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tSPrwznSI4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tSPrwznSI4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tSPrwznSI4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tSPrwznSI4 .mbr-section-title {
  color: #ffffff;
}
.cid-tSPrwznSI4 .mbr-text,
.cid-tSPrwznSI4 .mbr-section-btn {
  text-align: left;
}
.cid-tSPrwznSI4 .item-title {
  text-align: left;
}
.cid-tSPrwznSI4 .item-subtitle {
  text-align: left;
}
.cid-tSPlviGWlK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPlviGWlK .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPlviGWlK .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPlviGWlK .container {
    max-width: 1600px;
  }
}
.cid-tSPlviGWlK .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPlviGWlK .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPlviGWlK .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPlviGWlK .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPlviGWlK .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPlviGWlK .team-item .item-image img {
  width: 100%;
}
.cid-tSPlviGWlK .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPlviGWlK .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPlviGWlK .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPlviGWlK .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPlviGWlK .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPlviGWlK .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPlviGWlK .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPlviGWlK .item-social {
    opacity: 1;
  }
}
.cid-tSPlviGWlK H2 {
  color: #00a0e9;
}
.cid-tSPlviGWlK .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPlviGWlK .item-role {
  text-align: center;
}
.cid-tSPlvjgIyZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPlvjgIyZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPlvjgIyZ .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPlvjgIyZ .container {
    max-width: 1600px;
  }
}
.cid-tSPlvjgIyZ .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPlvjgIyZ .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPlvjgIyZ .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPlvjgIyZ .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPlvjgIyZ .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPlvjgIyZ .team-item .item-image img {
  width: 100%;
}
.cid-tSPlvjgIyZ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPlvjgIyZ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPlvjgIyZ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPlvjgIyZ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPlvjgIyZ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPlvjgIyZ .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPlvjgIyZ .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPlvjgIyZ .item-social {
    opacity: 1;
  }
}
.cid-tSPlvjgIyZ H2 {
  color: #00a0e9;
}
.cid-tSPlvjgIyZ .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPlvjgIyZ .item-role {
  text-align: center;
}
.cid-tSVdrftdw6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSVdrftdw6 .mbr-section-subtitle {
  color: #767676;
}
.cid-tSVdrftdw6 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSVdrftdw6 .container {
    max-width: 1600px;
  }
}
.cid-tSVdrftdw6 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSVdrftdw6 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSVdrftdw6 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSVdrftdw6 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSVdrftdw6 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSVdrftdw6 .team-item .item-image img {
  width: 100%;
}
.cid-tSVdrftdw6 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSVdrftdw6 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSVdrftdw6 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSVdrftdw6 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSVdrftdw6 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSVdrftdw6 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSVdrftdw6 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSVdrftdw6 .item-social {
    opacity: 1;
  }
}
.cid-tSVdrftdw6 H2 {
  color: #00a0e9;
}
.cid-tSVdrftdw6 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSVdrftdw6 .item-role {
  text-align: center;
}
.cid-tSPlvktaVy {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPlvktaVy .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPlvktaVy .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPlvktaVy .container {
    max-width: 1600px;
  }
}
.cid-tSPlvktaVy .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPlvktaVy .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPlvktaVy .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPlvktaVy .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPlvktaVy .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPlvktaVy .team-item .item-image img {
  width: 100%;
}
.cid-tSPlvktaVy .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPlvktaVy .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPlvktaVy .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPlvktaVy .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPlvktaVy .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPlvktaVy .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPlvktaVy .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPlvktaVy .item-social {
    opacity: 1;
  }
}
.cid-tSPlvktaVy H2 {
  color: #00a0e9;
}
.cid-tSPlvktaVy .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPlvktaVy .item-role {
  text-align: center;
}
.cid-tSPlvpgMQi {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPlvpgMQi .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPlvpgMQi .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPlvpgMQi .container {
    max-width: 1600px;
  }
}
.cid-tSPlvpgMQi .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPlvpgMQi .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPlvpgMQi .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPlvpgMQi .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPlvpgMQi .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPlvpgMQi .team-item .item-image img {
  width: 100%;
}
.cid-tSPlvpgMQi .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPlvpgMQi .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPlvpgMQi .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPlvpgMQi .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPlvpgMQi .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPlvpgMQi .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPlvpgMQi .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPlvpgMQi .item-social {
    opacity: 1;
  }
}
.cid-tSPlvpgMQi H2 {
  color: #00a0e9;
}
.cid-tSPlvpgMQi .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPlvpgMQi .item-role {
  text-align: center;
}
.cid-tSPlvkZvuk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPlvkZvuk .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPlvkZvuk .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPlvkZvuk .container {
    max-width: 1600px;
  }
}
.cid-tSPlvkZvuk .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPlvkZvuk .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPlvkZvuk .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPlvkZvuk .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPlvkZvuk .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPlvkZvuk .team-item .item-image img {
  width: 100%;
}
.cid-tSPlvkZvuk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPlvkZvuk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPlvkZvuk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPlvkZvuk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPlvkZvuk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPlvkZvuk .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPlvkZvuk .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPlvkZvuk .item-social {
    opacity: 1;
  }
}
.cid-tSPlvkZvuk H2 {
  color: #00a0e9;
}
.cid-tSPlvkZvuk .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPlvkZvuk .item-role {
  text-align: center;
}
.cid-tSPlvlP3gz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPlvlP3gz .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPlvlP3gz .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPlvlP3gz .container {
    max-width: 1600px;
  }
}
.cid-tSPlvlP3gz .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPlvlP3gz .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPlvlP3gz .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPlvlP3gz .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPlvlP3gz .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPlvlP3gz .team-item .item-image img {
  width: 100%;
}
.cid-tSPlvlP3gz .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPlvlP3gz .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPlvlP3gz .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPlvlP3gz .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPlvlP3gz .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPlvlP3gz .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPlvlP3gz .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPlvlP3gz .item-social {
    opacity: 1;
  }
}
.cid-tSPlvlP3gz H2 {
  color: #00a0e9;
}
.cid-tSPlvlP3gz .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPlvlP3gz .item-role {
  text-align: center;
}
.cid-tSPlvmEf3Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPlvmEf3Z .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPlvmEf3Z .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPlvmEf3Z .container {
    max-width: 1600px;
  }
}
.cid-tSPlvmEf3Z .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPlvmEf3Z .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPlvmEf3Z .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPlvmEf3Z .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPlvmEf3Z .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPlvmEf3Z .team-item .item-image img {
  width: 100%;
}
.cid-tSPlvmEf3Z .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPlvmEf3Z .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPlvmEf3Z .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPlvmEf3Z .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPlvmEf3Z .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPlvmEf3Z .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPlvmEf3Z .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPlvmEf3Z .item-social {
    opacity: 1;
  }
}
.cid-tSPlvmEf3Z H2 {
  color: #00a0e9;
}
.cid-tSPlvmEf3Z .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPlvmEf3Z .item-role {
  text-align: center;
}
.cid-tSPlvnvp7o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPlvnvp7o .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPlvnvp7o .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPlvnvp7o .container {
    max-width: 1600px;
  }
}
.cid-tSPlvnvp7o .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPlvnvp7o .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPlvnvp7o .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPlvnvp7o .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPlvnvp7o .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPlvnvp7o .team-item .item-image img {
  width: 100%;
}
.cid-tSPlvnvp7o .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPlvnvp7o .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPlvnvp7o .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPlvnvp7o .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPlvnvp7o .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPlvnvp7o .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPlvnvp7o .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPlvnvp7o .item-social {
    opacity: 1;
  }
}
.cid-tSPlvnvp7o H2 {
  color: #00a0e9;
}
.cid-tSPlvnvp7o .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPlvnvp7o .item-role {
  text-align: center;
}
.cid-tSPlvoivns {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSPlvoivns .mbr-section-subtitle {
  color: #767676;
}
.cid-tSPlvoivns .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tSPlvoivns .container {
    max-width: 1600px;
  }
}
.cid-tSPlvoivns .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tSPlvoivns .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tSPlvoivns .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tSPlvoivns .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tSPlvoivns .team-item:hover .item-social {
  opacity: 1;
}
.cid-tSPlvoivns .team-item .item-image img {
  width: 100%;
}
.cid-tSPlvoivns .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tSPlvoivns .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tSPlvoivns .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tSPlvoivns .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tSPlvoivns .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tSPlvoivns .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tSPlvoivns .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tSPlvoivns .item-social {
    opacity: 1;
  }
}
.cid-tSPlvoivns H2 {
  color: #00a0e9;
}
.cid-tSPlvoivns .item-name {
  text-align: center;
  color: #555555;
}
.cid-tSPlvoivns .item-role {
  text-align: center;
}
.cid-tTB1DrcPDm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tTB1DrcPDm nav.navbar {
  position: fixed;
}
.cid-tTB1DrcPDm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTB1DrcPDm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTB1DrcPDm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTB1DrcPDm .dropdown-item:hover,
.cid-tTB1DrcPDm .dropdown-item:focus {
  background: #00a0e9 !important;
  color: white !important;
}
.cid-tTB1DrcPDm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTB1DrcPDm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTB1DrcPDm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTB1DrcPDm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTB1DrcPDm .nav-link {
  position: relative;
}
.cid-tTB1DrcPDm .container {
  display: flex;
  margin: auto;
}
.cid-tTB1DrcPDm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTB1DrcPDm .dropdown-menu,
.cid-tTB1DrcPDm .navbar.opened {
  background: #ffffff !important;
}
.cid-tTB1DrcPDm .nav-item:focus,
.cid-tTB1DrcPDm .nav-link:focus {
  outline: none;
}
.cid-tTB1DrcPDm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTB1DrcPDm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTB1DrcPDm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTB1DrcPDm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTB1DrcPDm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTB1DrcPDm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTB1DrcPDm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tTB1DrcPDm .navbar.opened {
  transition: all 0.3s;
}
.cid-tTB1DrcPDm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTB1DrcPDm .navbar .navbar-logo img {
  width: auto;
}
.cid-tTB1DrcPDm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTB1DrcPDm .navbar.collapsed {
  justify-content: center;
}
.cid-tTB1DrcPDm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTB1DrcPDm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTB1DrcPDm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tTB1DrcPDm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTB1DrcPDm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTB1DrcPDm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tTB1DrcPDm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTB1DrcPDm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTB1DrcPDm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTB1DrcPDm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTB1DrcPDm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTB1DrcPDm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTB1DrcPDm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTB1DrcPDm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tTB1DrcPDm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTB1DrcPDm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTB1DrcPDm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTB1DrcPDm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTB1DrcPDm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTB1DrcPDm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTB1DrcPDm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTB1DrcPDm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTB1DrcPDm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTB1DrcPDm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTB1DrcPDm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTB1DrcPDm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTB1DrcPDm .dropdown-item.active,
.cid-tTB1DrcPDm .dropdown-item:active {
  background-color: transparent;
}
.cid-tTB1DrcPDm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTB1DrcPDm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTB1DrcPDm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTB1DrcPDm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTB1DrcPDm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTB1DrcPDm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTB1DrcPDm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTB1DrcPDm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTB1DrcPDm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTB1DrcPDm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tTB1DrcPDm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTB1DrcPDm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTB1DrcPDm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTB1DrcPDm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTB1DrcPDm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTB1DrcPDm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTB1DrcPDm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTB1DrcPDm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTB1DrcPDm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tTB1DrcPDm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTB1DrcPDm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTB1DrcPDm .navbar {
    height: 70px;
  }
  .cid-tTB1DrcPDm .navbar.opened {
    height: auto;
  }
  .cid-tTB1DrcPDm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTB1DrLN7a {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main-event-record-1.jpg");
}
.cid-tTB1DrLN7a .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTB1DrLN7a .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTB1DrLN7a {
    align-items: flex-end;
  }
  .cid-tTB1DrLN7a .row {
    justify-content: flex-start;
  }
  .cid-tTB1DrLN7a .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTB1DrLN7a .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTB1DrLN7a {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTB1DrLN7a .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTB1DrLN7a .content-wrap {
    width: 100%;
  }
}
.cid-tTB1DrXRRy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
.cid-tTB1DrXRRy .mbr-section-title {
  color: #ffff00;
}
.cid-tTB1DrXRRy .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tTB1Dsbd2I {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #00a0e9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tTB1Dsbd2I .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tTB1Dsbd2I .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTB1Dsbd2I .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tTB1Dsbd2I .mbr-gallery-item {
  width: 33.3%;
}
.cid-tTB1Dsbd2I .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tTB1Dsbd2I .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tTB1Dsbd2I .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tTB1Dsbd2I .mbr-gallery-row {
  justify-content: center;
}
.cid-tTB1Dsbd2I .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tTB1Dsbd2I .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tTB1Dsbd2I .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tTB1Dsbd2I .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tTB1Dsbd2I .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tTB1Dsbd2I .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tTB1Dsbd2I .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tTB1Dsbd2I .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tTB1Dsbd2I img {
  transition: all 2s !important;
  border: 8px solid #ffffff;
}
.cid-tTB1Dsbd2I .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-tTB1Dsbd2I .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tTB1Dsbd2I .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tTB1DsM1Wr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB1DsM1Wr .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB1DsM1Wr .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB1DsM1Wr .container {
    max-width: 1600px;
  }
}
.cid-tTB1DsM1Wr .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB1DsM1Wr .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB1DsM1Wr .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB1DsM1Wr .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB1DsM1Wr .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB1DsM1Wr .team-item .item-image img {
  width: 100%;
}
.cid-tTB1DsM1Wr .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB1DsM1Wr .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB1DsM1Wr .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB1DsM1Wr .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB1DsM1Wr .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB1DsM1Wr .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB1DsM1Wr .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB1DsM1Wr .item-social {
    opacity: 1;
  }
}
.cid-tTB1DsM1Wr H2 {
  color: #00a0e9;
}
.cid-tTB1DsM1Wr .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB1DsM1Wr .item-role {
  text-align: center;
}
.cid-tTB1Dt9c1A {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB1Dt9c1A .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB1Dt9c1A .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB1Dt9c1A .container {
    max-width: 1600px;
  }
}
.cid-tTB1Dt9c1A .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB1Dt9c1A .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB1Dt9c1A .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB1Dt9c1A .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB1Dt9c1A .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB1Dt9c1A .team-item .item-image img {
  width: 100%;
}
.cid-tTB1Dt9c1A .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB1Dt9c1A .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB1Dt9c1A .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB1Dt9c1A .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB1Dt9c1A .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB1Dt9c1A .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB1Dt9c1A .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB1Dt9c1A .item-social {
    opacity: 1;
  }
}
.cid-tTB1Dt9c1A H2 {
  color: #00a0e9;
}
.cid-tTB1Dt9c1A .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB1Dt9c1A .item-role {
  text-align: center;
}
.cid-tTB1DtGabY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB1DtGabY .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB1DtGabY .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB1DtGabY .container {
    max-width: 1600px;
  }
}
.cid-tTB1DtGabY .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB1DtGabY .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB1DtGabY .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB1DtGabY .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB1DtGabY .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB1DtGabY .team-item .item-image img {
  width: 100%;
}
.cid-tTB1DtGabY .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB1DtGabY .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB1DtGabY .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB1DtGabY .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB1DtGabY .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB1DtGabY .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB1DtGabY .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB1DtGabY .item-social {
    opacity: 1;
  }
}
.cid-tTB1DtGabY H2 {
  color: #00a0e9;
}
.cid-tTB1DtGabY .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB1DtGabY .item-role {
  text-align: center;
}
.cid-tTB1Du0JZu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB1Du0JZu .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB1Du0JZu .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB1Du0JZu .container {
    max-width: 1600px;
  }
}
.cid-tTB1Du0JZu .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB1Du0JZu .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB1Du0JZu .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB1Du0JZu .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB1Du0JZu .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB1Du0JZu .team-item .item-image img {
  width: 100%;
}
.cid-tTB1Du0JZu .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB1Du0JZu .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB1Du0JZu .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB1Du0JZu .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB1Du0JZu .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB1Du0JZu .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB1Du0JZu .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB1Du0JZu .item-social {
    opacity: 1;
  }
}
.cid-tTB1Du0JZu H2 {
  color: #00a0e9;
}
.cid-tTB1Du0JZu .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB1Du0JZu .item-role {
  text-align: center;
}
.cid-tTB1DuoV4a {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB1DuoV4a .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB1DuoV4a .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB1DuoV4a .container {
    max-width: 1600px;
  }
}
.cid-tTB1DuoV4a .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB1DuoV4a .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB1DuoV4a .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB1DuoV4a .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB1DuoV4a .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB1DuoV4a .team-item .item-image img {
  width: 100%;
}
.cid-tTB1DuoV4a .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB1DuoV4a .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB1DuoV4a .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB1DuoV4a .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB1DuoV4a .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB1DuoV4a .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB1DuoV4a .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB1DuoV4a .item-social {
    opacity: 1;
  }
}
.cid-tTB1DuoV4a H2 {
  color: #00a0e9;
}
.cid-tTB1DuoV4a .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB1DuoV4a .item-role {
  text-align: center;
}
.cid-tTB1DuJyAX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB1DuJyAX .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB1DuJyAX .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB1DuJyAX .container {
    max-width: 1600px;
  }
}
.cid-tTB1DuJyAX .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB1DuJyAX .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB1DuJyAX .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB1DuJyAX .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB1DuJyAX .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB1DuJyAX .team-item .item-image img {
  width: 100%;
}
.cid-tTB1DuJyAX .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB1DuJyAX .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB1DuJyAX .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB1DuJyAX .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB1DuJyAX .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB1DuJyAX .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB1DuJyAX .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB1DuJyAX .item-social {
    opacity: 1;
  }
}
.cid-tTB1DuJyAX H2 {
  color: #00a0e9;
}
.cid-tTB1DuJyAX .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB1DuJyAX .item-role {
  text-align: center;
}
.cid-tTB1DvmHmF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB1DvmHmF .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB1DvmHmF .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB1DvmHmF .container {
    max-width: 1600px;
  }
}
.cid-tTB1DvmHmF .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB1DvmHmF .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB1DvmHmF .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB1DvmHmF .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB1DvmHmF .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB1DvmHmF .team-item .item-image img {
  width: 100%;
}
.cid-tTB1DvmHmF .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB1DvmHmF .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB1DvmHmF .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB1DvmHmF .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB1DvmHmF .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB1DvmHmF .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB1DvmHmF .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB1DvmHmF .item-social {
    opacity: 1;
  }
}
.cid-tTB1DvmHmF H2 {
  color: #00a0e9;
}
.cid-tTB1DvmHmF .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB1DvmHmF .item-role {
  text-align: center;
}
.cid-tTB1Dw5gG4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB1Dw5gG4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB1Dw5gG4 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB1Dw5gG4 .container {
    max-width: 1600px;
  }
}
.cid-tTB1Dw5gG4 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB1Dw5gG4 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB1Dw5gG4 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB1Dw5gG4 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB1Dw5gG4 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB1Dw5gG4 .team-item .item-image img {
  width: 100%;
}
.cid-tTB1Dw5gG4 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB1Dw5gG4 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB1Dw5gG4 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB1Dw5gG4 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB1Dw5gG4 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB1Dw5gG4 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB1Dw5gG4 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB1Dw5gG4 .item-social {
    opacity: 1;
  }
}
.cid-tTB1Dw5gG4 H2 {
  color: #00a0e9;
}
.cid-tTB1Dw5gG4 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB1Dw5gG4 .item-role {
  text-align: center;
}
.cid-tTB1DwNKOD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB1DwNKOD .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB1DwNKOD .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB1DwNKOD .container {
    max-width: 1600px;
  }
}
.cid-tTB1DwNKOD .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB1DwNKOD .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB1DwNKOD .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB1DwNKOD .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB1DwNKOD .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB1DwNKOD .team-item .item-image img {
  width: 100%;
}
.cid-tTB1DwNKOD .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB1DwNKOD .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB1DwNKOD .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB1DwNKOD .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB1DwNKOD .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB1DwNKOD .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB1DwNKOD .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB1DwNKOD .item-social {
    opacity: 1;
  }
}
.cid-tTB1DwNKOD H2 {
  color: #00a0e9;
}
.cid-tTB1DwNKOD .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB1DwNKOD .item-role {
  text-align: center;
}
.cid-tTB1DxvAJw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB1DxvAJw .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB1DxvAJw .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB1DxvAJw .container {
    max-width: 1600px;
  }
}
.cid-tTB1DxvAJw .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB1DxvAJw .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB1DxvAJw .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB1DxvAJw .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB1DxvAJw .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB1DxvAJw .team-item .item-image img {
  width: 100%;
}
.cid-tTB1DxvAJw .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB1DxvAJw .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB1DxvAJw .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB1DxvAJw .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB1DxvAJw .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB1DxvAJw .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB1DxvAJw .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB1DxvAJw .item-social {
    opacity: 1;
  }
}
.cid-tTB1DxvAJw H2 {
  color: #00a0e9;
}
.cid-tTB1DxvAJw .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB1DxvAJw .item-role {
  text-align: center;
}
.cid-tTFhd6fJaX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tTFhd6fJaX nav.navbar {
  position: fixed;
}
.cid-tTFhd6fJaX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTFhd6fJaX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTFhd6fJaX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTFhd6fJaX .dropdown-item:hover,
.cid-tTFhd6fJaX .dropdown-item:focus {
  background: #00a0e9 !important;
  color: white !important;
}
.cid-tTFhd6fJaX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTFhd6fJaX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTFhd6fJaX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTFhd6fJaX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTFhd6fJaX .nav-link {
  position: relative;
}
.cid-tTFhd6fJaX .container {
  display: flex;
  margin: auto;
}
.cid-tTFhd6fJaX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTFhd6fJaX .dropdown-menu,
.cid-tTFhd6fJaX .navbar.opened {
  background: #ffffff !important;
}
.cid-tTFhd6fJaX .nav-item:focus,
.cid-tTFhd6fJaX .nav-link:focus {
  outline: none;
}
.cid-tTFhd6fJaX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTFhd6fJaX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTFhd6fJaX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTFhd6fJaX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTFhd6fJaX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTFhd6fJaX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTFhd6fJaX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tTFhd6fJaX .navbar.opened {
  transition: all 0.3s;
}
.cid-tTFhd6fJaX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTFhd6fJaX .navbar .navbar-logo img {
  width: auto;
}
.cid-tTFhd6fJaX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTFhd6fJaX .navbar.collapsed {
  justify-content: center;
}
.cid-tTFhd6fJaX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTFhd6fJaX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTFhd6fJaX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tTFhd6fJaX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTFhd6fJaX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTFhd6fJaX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tTFhd6fJaX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTFhd6fJaX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTFhd6fJaX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTFhd6fJaX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTFhd6fJaX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTFhd6fJaX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTFhd6fJaX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTFhd6fJaX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tTFhd6fJaX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTFhd6fJaX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTFhd6fJaX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTFhd6fJaX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTFhd6fJaX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTFhd6fJaX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTFhd6fJaX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTFhd6fJaX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTFhd6fJaX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTFhd6fJaX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTFhd6fJaX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTFhd6fJaX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTFhd6fJaX .dropdown-item.active,
.cid-tTFhd6fJaX .dropdown-item:active {
  background-color: transparent;
}
.cid-tTFhd6fJaX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTFhd6fJaX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTFhd6fJaX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTFhd6fJaX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTFhd6fJaX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTFhd6fJaX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTFhd6fJaX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTFhd6fJaX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTFhd6fJaX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTFhd6fJaX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tTFhd6fJaX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTFhd6fJaX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTFhd6fJaX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTFhd6fJaX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTFhd6fJaX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTFhd6fJaX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTFhd6fJaX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTFhd6fJaX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTFhd6fJaX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tTFhd6fJaX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTFhd6fJaX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTFhd6fJaX .navbar {
    height: 70px;
  }
  .cid-tTFhd6fJaX .navbar.opened {
    height: auto;
  }
  .cid-tTFhd6fJaX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTFhd6GTQH {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main-about-3.jpg");
}
.cid-tTFhd6GTQH .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTFhd6GTQH .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTFhd6GTQH {
    align-items: flex-end;
  }
  .cid-tTFhd6GTQH .row {
    justify-content: flex-start;
  }
  .cid-tTFhd6GTQH .content-wrap {
    width: 55%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTFhd6GTQH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTFhd6GTQH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTFhd6GTQH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTFhd6GTQH .content-wrap {
    width: 100%;
  }
}
.cid-tTFhVxWuA7 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f39700;
}
.cid-tTFhVxWuA7 .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-tTFhVxWuA7 .mbr-section-title,
.cid-tTFhVxWuA7 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tTFhVxWuA7 .card-wrapper {
    border-radius: 30px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tTFhVxWuA7 .card-wrapper {
    border-radius: 30px;
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tTFhVxWuA7 .mbr-section-title {
  color: #ffff00;
}
.cid-tTFhd8pn57 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTFhd8pn57 .mbr-section-subtitle {
  color: #767676;
}
.cid-tTFhd8pn57 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTFhd8pn57 .container {
    max-width: 1600px;
  }
}
.cid-tTFhd8pn57 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTFhd8pn57 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTFhd8pn57 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTFhd8pn57 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTFhd8pn57 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTFhd8pn57 .team-item .item-image img {
  width: 100%;
}
.cid-tTFhd8pn57 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTFhd8pn57 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTFhd8pn57 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTFhd8pn57 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTFhd8pn57 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTFhd8pn57 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTFhd8pn57 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTFhd8pn57 .item-social {
    opacity: 1;
  }
}
.cid-tTFhd8pn57 H2 {
  color: #00a0e9;
}
.cid-tTFhd8pn57 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTFhd8pn57 .item-role {
  text-align: center;
}
.cid-tTFhd8IPxj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTFhd8IPxj .mbr-section-subtitle {
  color: #767676;
}
.cid-tTFhd8IPxj .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTFhd8IPxj .container {
    max-width: 1600px;
  }
}
.cid-tTFhd8IPxj .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTFhd8IPxj .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTFhd8IPxj .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTFhd8IPxj .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTFhd8IPxj .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTFhd8IPxj .team-item .item-image img {
  width: 100%;
}
.cid-tTFhd8IPxj .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTFhd8IPxj .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTFhd8IPxj .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTFhd8IPxj .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTFhd8IPxj .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTFhd8IPxj .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTFhd8IPxj .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTFhd8IPxj .item-social {
    opacity: 1;
  }
}
.cid-tTFhd8IPxj H2 {
  color: #00a0e9;
}
.cid-tTFhd8IPxj .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTFhd8IPxj .item-role {
  text-align: center;
}
.cid-tTFhd9e3xK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTFhd9e3xK .mbr-section-subtitle {
  color: #767676;
}
.cid-tTFhd9e3xK .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTFhd9e3xK .container {
    max-width: 1600px;
  }
}
.cid-tTFhd9e3xK .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTFhd9e3xK .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTFhd9e3xK .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTFhd9e3xK .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTFhd9e3xK .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTFhd9e3xK .team-item .item-image img {
  width: 100%;
}
.cid-tTFhd9e3xK .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTFhd9e3xK .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTFhd9e3xK .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTFhd9e3xK .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTFhd9e3xK .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTFhd9e3xK .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTFhd9e3xK .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTFhd9e3xK .item-social {
    opacity: 1;
  }
}
.cid-tTFhd9e3xK H2 {
  color: #00a0e9;
}
.cid-tTFhd9e3xK .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTFhd9e3xK .item-role {
  text-align: center;
}
.cid-tTFhd9wRhm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTFhd9wRhm .mbr-section-subtitle {
  color: #767676;
}
.cid-tTFhd9wRhm .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTFhd9wRhm .container {
    max-width: 1600px;
  }
}
.cid-tTFhd9wRhm .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTFhd9wRhm .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTFhd9wRhm .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTFhd9wRhm .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTFhd9wRhm .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTFhd9wRhm .team-item .item-image img {
  width: 100%;
}
.cid-tTFhd9wRhm .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTFhd9wRhm .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTFhd9wRhm .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTFhd9wRhm .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTFhd9wRhm .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTFhd9wRhm .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTFhd9wRhm .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTFhd9wRhm .item-social {
    opacity: 1;
  }
}
.cid-tTFhd9wRhm H2 {
  color: #00a0e9;
}
.cid-tTFhd9wRhm .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTFhd9wRhm .item-role {
  text-align: center;
}
.cid-tTFhd9Qvz9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTFhd9Qvz9 .mbr-section-subtitle {
  color: #767676;
}
.cid-tTFhd9Qvz9 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTFhd9Qvz9 .container {
    max-width: 1600px;
  }
}
.cid-tTFhd9Qvz9 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTFhd9Qvz9 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTFhd9Qvz9 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTFhd9Qvz9 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTFhd9Qvz9 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTFhd9Qvz9 .team-item .item-image img {
  width: 100%;
}
.cid-tTFhd9Qvz9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTFhd9Qvz9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTFhd9Qvz9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTFhd9Qvz9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTFhd9Qvz9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTFhd9Qvz9 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTFhd9Qvz9 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTFhd9Qvz9 .item-social {
    opacity: 1;
  }
}
.cid-tTFhd9Qvz9 H2 {
  color: #00a0e9;
}
.cid-tTFhd9Qvz9 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTFhd9Qvz9 .item-role {
  text-align: center;
}
.cid-tTFhda8Kjz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTFhda8Kjz .mbr-section-subtitle {
  color: #767676;
}
.cid-tTFhda8Kjz .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTFhda8Kjz .container {
    max-width: 1600px;
  }
}
.cid-tTFhda8Kjz .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTFhda8Kjz .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTFhda8Kjz .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTFhda8Kjz .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTFhda8Kjz .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTFhda8Kjz .team-item .item-image img {
  width: 100%;
}
.cid-tTFhda8Kjz .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTFhda8Kjz .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTFhda8Kjz .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTFhda8Kjz .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTFhda8Kjz .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTFhda8Kjz .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTFhda8Kjz .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTFhda8Kjz .item-social {
    opacity: 1;
  }
}
.cid-tTFhda8Kjz H2 {
  color: #00a0e9;
}
.cid-tTFhda8Kjz .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTFhda8Kjz .item-role {
  text-align: center;
}
.cid-tTFhdaNx1d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTFhdaNx1d .mbr-section-subtitle {
  color: #767676;
}
.cid-tTFhdaNx1d .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTFhdaNx1d .container {
    max-width: 1600px;
  }
}
.cid-tTFhdaNx1d .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTFhdaNx1d .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTFhdaNx1d .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTFhdaNx1d .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTFhdaNx1d .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTFhdaNx1d .team-item .item-image img {
  width: 100%;
}
.cid-tTFhdaNx1d .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTFhdaNx1d .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTFhdaNx1d .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTFhdaNx1d .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTFhdaNx1d .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTFhdaNx1d .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTFhdaNx1d .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTFhdaNx1d .item-social {
    opacity: 1;
  }
}
.cid-tTFhdaNx1d H2 {
  color: #00a0e9;
}
.cid-tTFhdaNx1d .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTFhdaNx1d .item-role {
  text-align: center;
}
.cid-tTFhdbpjeN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTFhdbpjeN .mbr-section-subtitle {
  color: #767676;
}
.cid-tTFhdbpjeN .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTFhdbpjeN .container {
    max-width: 1600px;
  }
}
.cid-tTFhdbpjeN .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTFhdbpjeN .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTFhdbpjeN .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTFhdbpjeN .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTFhdbpjeN .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTFhdbpjeN .team-item .item-image img {
  width: 100%;
}
.cid-tTFhdbpjeN .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTFhdbpjeN .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTFhdbpjeN .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTFhdbpjeN .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTFhdbpjeN .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTFhdbpjeN .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTFhdbpjeN .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTFhdbpjeN .item-social {
    opacity: 1;
  }
}
.cid-tTFhdbpjeN H2 {
  color: #00a0e9;
}
.cid-tTFhdbpjeN .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTFhdbpjeN .item-role {
  text-align: center;
}
.cid-tTFhdc4dAe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTFhdc4dAe .mbr-section-subtitle {
  color: #767676;
}
.cid-tTFhdc4dAe .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTFhdc4dAe .container {
    max-width: 1600px;
  }
}
.cid-tTFhdc4dAe .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTFhdc4dAe .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTFhdc4dAe .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTFhdc4dAe .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTFhdc4dAe .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTFhdc4dAe .team-item .item-image img {
  width: 100%;
}
.cid-tTFhdc4dAe .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTFhdc4dAe .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTFhdc4dAe .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTFhdc4dAe .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTFhdc4dAe .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTFhdc4dAe .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTFhdc4dAe .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTFhdc4dAe .item-social {
    opacity: 1;
  }
}
.cid-tTFhdc4dAe H2 {
  color: #00a0e9;
}
.cid-tTFhdc4dAe .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTFhdc4dAe .item-role {
  text-align: center;
}
.cid-tTFhdcHljD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTFhdcHljD .mbr-section-subtitle {
  color: #767676;
}
.cid-tTFhdcHljD .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTFhdcHljD .container {
    max-width: 1600px;
  }
}
.cid-tTFhdcHljD .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTFhdcHljD .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTFhdcHljD .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTFhdcHljD .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTFhdcHljD .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTFhdcHljD .team-item .item-image img {
  width: 100%;
}
.cid-tTFhdcHljD .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTFhdcHljD .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTFhdcHljD .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTFhdcHljD .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTFhdcHljD .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTFhdcHljD .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTFhdcHljD .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTFhdcHljD .item-social {
    opacity: 1;
  }
}
.cid-tTFhdcHljD H2 {
  color: #00a0e9;
}
.cid-tTFhdcHljD .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTFhdcHljD .item-role {
  text-align: center;
}
.cid-tTB39suAYY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tTB39suAYY nav.navbar {
  position: fixed;
}
.cid-tTB39suAYY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTB39suAYY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTB39suAYY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTB39suAYY .dropdown-item:hover,
.cid-tTB39suAYY .dropdown-item:focus {
  background: #00a0e9 !important;
  color: white !important;
}
.cid-tTB39suAYY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTB39suAYY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTB39suAYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTB39suAYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tTB39suAYY .nav-link {
  position: relative;
}
.cid-tTB39suAYY .container {
  display: flex;
  margin: auto;
}
.cid-tTB39suAYY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTB39suAYY .dropdown-menu,
.cid-tTB39suAYY .navbar.opened {
  background: #ffffff !important;
}
.cid-tTB39suAYY .nav-item:focus,
.cid-tTB39suAYY .nav-link:focus {
  outline: none;
}
.cid-tTB39suAYY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTB39suAYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTB39suAYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTB39suAYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTB39suAYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTB39suAYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTB39suAYY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tTB39suAYY .navbar.opened {
  transition: all 0.3s;
}
.cid-tTB39suAYY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTB39suAYY .navbar .navbar-logo img {
  width: auto;
}
.cid-tTB39suAYY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTB39suAYY .navbar.collapsed {
  justify-content: center;
}
.cid-tTB39suAYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTB39suAYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTB39suAYY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tTB39suAYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTB39suAYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTB39suAYY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tTB39suAYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTB39suAYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTB39suAYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTB39suAYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTB39suAYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTB39suAYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTB39suAYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTB39suAYY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tTB39suAYY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTB39suAYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTB39suAYY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTB39suAYY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTB39suAYY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTB39suAYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tTB39suAYY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTB39suAYY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTB39suAYY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTB39suAYY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTB39suAYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTB39suAYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTB39suAYY .dropdown-item.active,
.cid-tTB39suAYY .dropdown-item:active {
  background-color: transparent;
}
.cid-tTB39suAYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTB39suAYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTB39suAYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTB39suAYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tTB39suAYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTB39suAYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTB39suAYY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTB39suAYY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTB39suAYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTB39suAYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tTB39suAYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTB39suAYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTB39suAYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTB39suAYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTB39suAYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTB39suAYY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTB39suAYY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTB39suAYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTB39suAYY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tTB39suAYY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTB39suAYY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tTB39suAYY .navbar {
    height: 70px;
  }
  .cid-tTB39suAYY .navbar.opened {
    height: auto;
  }
  .cid-tTB39suAYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTB39t2VPi {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main-event-record-1.jpg");
}
.cid-tTB39t2VPi .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tTB39t2VPi .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTB39t2VPi {
    align-items: flex-end;
  }
  .cid-tTB39t2VPi .row {
    justify-content: flex-start;
  }
  .cid-tTB39t2VPi .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTB39t2VPi .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTB39t2VPi {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTB39t2VPi .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTB39t2VPi .content-wrap {
    width: 100%;
  }
}
.cid-tTB39tijH3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
.cid-tTB39tijH3 .mbr-section-title {
  color: #ffff00;
}
.cid-tTB39tijH3 .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tTB39tyzWy {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #00a0e9;
}
.cid-tTB39tyzWy img,
.cid-tTB39tyzWy .item-img {
  width: 100%;
}
.cid-tTB39tyzWy .item:focus,
.cid-tTB39tyzWy span:focus {
  outline: none;
}
.cid-tTB39tyzWy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tTB39tyzWy .item-wrapper {
  position: relative;
  border-radius: 20px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tTB39tyzWy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tTB39tyzWy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tTB39tyzWy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tTB39tyzWy .mbr-section-title {
  color: #ffffff;
}
.cid-tTB39tyzWy .mbr-text,
.cid-tTB39tyzWy .mbr-section-btn {
  text-align: left;
}
.cid-tTB39tyzWy .item-title {
  text-align: left;
  color: #f39700;
}
.cid-tTB39tyzWy .item-subtitle {
  text-align: left;
}
.cid-tTB39uV13a {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB39uV13a .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB39uV13a .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB39uV13a .container {
    max-width: 1600px;
  }
}
.cid-tTB39uV13a .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB39uV13a .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB39uV13a .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB39uV13a .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB39uV13a .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB39uV13a .team-item .item-image img {
  width: 100%;
}
.cid-tTB39uV13a .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB39uV13a .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB39uV13a .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB39uV13a .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB39uV13a .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB39uV13a .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB39uV13a .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB39uV13a .item-social {
    opacity: 1;
  }
}
.cid-tTB39uV13a H2 {
  color: #00a0e9;
}
.cid-tTB39uV13a .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB39uV13a .item-role {
  text-align: center;
}
.cid-tTB39vmDFk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB39vmDFk .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB39vmDFk .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB39vmDFk .container {
    max-width: 1600px;
  }
}
.cid-tTB39vmDFk .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB39vmDFk .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB39vmDFk .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB39vmDFk .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB39vmDFk .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB39vmDFk .team-item .item-image img {
  width: 100%;
}
.cid-tTB39vmDFk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB39vmDFk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB39vmDFk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB39vmDFk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB39vmDFk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB39vmDFk .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB39vmDFk .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB39vmDFk .item-social {
    opacity: 1;
  }
}
.cid-tTB39vmDFk H2 {
  color: #00a0e9;
}
.cid-tTB39vmDFk .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB39vmDFk .item-role {
  text-align: center;
}
.cid-tTB39vUdCw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB39vUdCw .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB39vUdCw .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB39vUdCw .container {
    max-width: 1600px;
  }
}
.cid-tTB39vUdCw .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB39vUdCw .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB39vUdCw .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB39vUdCw .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB39vUdCw .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB39vUdCw .team-item .item-image img {
  width: 100%;
}
.cid-tTB39vUdCw .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB39vUdCw .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB39vUdCw .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB39vUdCw .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB39vUdCw .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB39vUdCw .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB39vUdCw .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB39vUdCw .item-social {
    opacity: 1;
  }
}
.cid-tTB39vUdCw H2 {
  color: #00a0e9;
}
.cid-tTB39vUdCw .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB39vUdCw .item-role {
  text-align: center;
}
.cid-tTB39whRcH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB39whRcH .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB39whRcH .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB39whRcH .container {
    max-width: 1600px;
  }
}
.cid-tTB39whRcH .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB39whRcH .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB39whRcH .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB39whRcH .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB39whRcH .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB39whRcH .team-item .item-image img {
  width: 100%;
}
.cid-tTB39whRcH .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB39whRcH .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB39whRcH .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB39whRcH .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB39whRcH .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB39whRcH .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB39whRcH .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB39whRcH .item-social {
    opacity: 1;
  }
}
.cid-tTB39whRcH H2 {
  color: #00a0e9;
}
.cid-tTB39whRcH .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB39whRcH .item-role {
  text-align: center;
}
.cid-tTB39wFNlo {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB39wFNlo .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB39wFNlo .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB39wFNlo .container {
    max-width: 1600px;
  }
}
.cid-tTB39wFNlo .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB39wFNlo .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB39wFNlo .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB39wFNlo .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB39wFNlo .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB39wFNlo .team-item .item-image img {
  width: 100%;
}
.cid-tTB39wFNlo .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB39wFNlo .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB39wFNlo .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB39wFNlo .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB39wFNlo .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB39wFNlo .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB39wFNlo .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB39wFNlo .item-social {
    opacity: 1;
  }
}
.cid-tTB39wFNlo H2 {
  color: #00a0e9;
}
.cid-tTB39wFNlo .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB39wFNlo .item-role {
  text-align: center;
}
.cid-tTB39wZxSP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB39wZxSP .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB39wZxSP .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB39wZxSP .container {
    max-width: 1600px;
  }
}
.cid-tTB39wZxSP .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB39wZxSP .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB39wZxSP .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB39wZxSP .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB39wZxSP .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB39wZxSP .team-item .item-image img {
  width: 100%;
}
.cid-tTB39wZxSP .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB39wZxSP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB39wZxSP .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB39wZxSP .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB39wZxSP .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB39wZxSP .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB39wZxSP .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB39wZxSP .item-social {
    opacity: 1;
  }
}
.cid-tTB39wZxSP H2 {
  color: #00a0e9;
}
.cid-tTB39wZxSP .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB39wZxSP .item-role {
  text-align: center;
}
.cid-tTB39xGLUF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB39xGLUF .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB39xGLUF .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB39xGLUF .container {
    max-width: 1600px;
  }
}
.cid-tTB39xGLUF .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB39xGLUF .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB39xGLUF .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB39xGLUF .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB39xGLUF .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB39xGLUF .team-item .item-image img {
  width: 100%;
}
.cid-tTB39xGLUF .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB39xGLUF .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB39xGLUF .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB39xGLUF .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB39xGLUF .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB39xGLUF .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB39xGLUF .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB39xGLUF .item-social {
    opacity: 1;
  }
}
.cid-tTB39xGLUF H2 {
  color: #00a0e9;
}
.cid-tTB39xGLUF .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB39xGLUF .item-role {
  text-align: center;
}
.cid-tTB39ypou1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB39ypou1 .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB39ypou1 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB39ypou1 .container {
    max-width: 1600px;
  }
}
.cid-tTB39ypou1 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB39ypou1 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB39ypou1 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB39ypou1 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB39ypou1 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB39ypou1 .team-item .item-image img {
  width: 100%;
}
.cid-tTB39ypou1 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB39ypou1 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB39ypou1 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB39ypou1 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB39ypou1 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB39ypou1 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB39ypou1 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB39ypou1 .item-social {
    opacity: 1;
  }
}
.cid-tTB39ypou1 H2 {
  color: #00a0e9;
}
.cid-tTB39ypou1 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB39ypou1 .item-role {
  text-align: center;
}
.cid-tTB39zaupP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB39zaupP .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB39zaupP .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB39zaupP .container {
    max-width: 1600px;
  }
}
.cid-tTB39zaupP .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB39zaupP .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB39zaupP .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB39zaupP .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB39zaupP .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB39zaupP .team-item .item-image img {
  width: 100%;
}
.cid-tTB39zaupP .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB39zaupP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB39zaupP .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB39zaupP .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB39zaupP .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB39zaupP .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB39zaupP .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB39zaupP .item-social {
    opacity: 1;
  }
}
.cid-tTB39zaupP H2 {
  color: #00a0e9;
}
.cid-tTB39zaupP .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB39zaupP .item-role {
  text-align: center;
}
.cid-tTB39zRKNo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tTB39zRKNo .mbr-section-subtitle {
  color: #767676;
}
.cid-tTB39zRKNo .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tTB39zRKNo .container {
    max-width: 1600px;
  }
}
.cid-tTB39zRKNo .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tTB39zRKNo .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tTB39zRKNo .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tTB39zRKNo .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tTB39zRKNo .team-item:hover .item-social {
  opacity: 1;
}
.cid-tTB39zRKNo .team-item .item-image img {
  width: 100%;
}
.cid-tTB39zRKNo .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tTB39zRKNo .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tTB39zRKNo .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tTB39zRKNo .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tTB39zRKNo .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tTB39zRKNo .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tTB39zRKNo .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tTB39zRKNo .item-social {
    opacity: 1;
  }
}
.cid-tTB39zRKNo H2 {
  color: #00a0e9;
}
.cid-tTB39zRKNo .item-name {
  text-align: center;
  color: #555555;
}
.cid-tTB39zRKNo .item-role {
  text-align: center;
}
.cid-tU932Evepp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tU932Evepp nav.navbar {
  position: fixed;
}
.cid-tU932Evepp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tU932Evepp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tU932Evepp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tU932Evepp .dropdown-item:hover,
.cid-tU932Evepp .dropdown-item:focus {
  background: #00a0e9 !important;
  color: white !important;
}
.cid-tU932Evepp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tU932Evepp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tU932Evepp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tU932Evepp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tU932Evepp .nav-link {
  position: relative;
}
.cid-tU932Evepp .container {
  display: flex;
  margin: auto;
}
.cid-tU932Evepp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tU932Evepp .dropdown-menu,
.cid-tU932Evepp .navbar.opened {
  background: #ffffff !important;
}
.cid-tU932Evepp .nav-item:focus,
.cid-tU932Evepp .nav-link:focus {
  outline: none;
}
.cid-tU932Evepp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tU932Evepp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tU932Evepp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tU932Evepp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tU932Evepp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tU932Evepp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tU932Evepp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tU932Evepp .navbar.opened {
  transition: all 0.3s;
}
.cid-tU932Evepp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tU932Evepp .navbar .navbar-logo img {
  width: auto;
}
.cid-tU932Evepp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tU932Evepp .navbar.collapsed {
  justify-content: center;
}
.cid-tU932Evepp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tU932Evepp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tU932Evepp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tU932Evepp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tU932Evepp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tU932Evepp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tU932Evepp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tU932Evepp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tU932Evepp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tU932Evepp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tU932Evepp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tU932Evepp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tU932Evepp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tU932Evepp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tU932Evepp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tU932Evepp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tU932Evepp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tU932Evepp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tU932Evepp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tU932Evepp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tU932Evepp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tU932Evepp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tU932Evepp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tU932Evepp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tU932Evepp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tU932Evepp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tU932Evepp .dropdown-item.active,
.cid-tU932Evepp .dropdown-item:active {
  background-color: transparent;
}
.cid-tU932Evepp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tU932Evepp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tU932Evepp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tU932Evepp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tU932Evepp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tU932Evepp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tU932Evepp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tU932Evepp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tU932Evepp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tU932Evepp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tU932Evepp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tU932Evepp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tU932Evepp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tU932Evepp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tU932Evepp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tU932Evepp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tU932Evepp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tU932Evepp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tU932Evepp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tU932Evepp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tU932Evepp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tU932Evepp .navbar {
    height: 70px;
  }
  .cid-tU932Evepp .navbar.opened {
    height: auto;
  }
  .cid-tU932Evepp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tU932F7gtQ {
  display: flex;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/main-event-record-1.jpg");
}
.cid-tU932F7gtQ .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tU932F7gtQ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tU932F7gtQ {
    align-items: flex-end;
  }
  .cid-tU932F7gtQ .row {
    justify-content: flex-start;
  }
  .cid-tU932F7gtQ .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tU932F7gtQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tU932F7gtQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tU932F7gtQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tU932F7gtQ .content-wrap {
    width: 100%;
  }
}
.cid-tU932FrLuK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
.cid-tU932FrLuK .mbr-section-title {
  color: #ffff00;
}
.cid-tU932FrLuK .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tU93DHgXD4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffff00;
}
@media (min-width: 992px) {
  .cid-tU93DHgXD4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tU93DHgXD4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tU93DHgXD4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tU93DHgXD4 .mbr-section-title {
  color: #00a0e9;
}
.cid-tU93DHgXD4 .mbr-text {
  color: #00a0e9;
}
.cid-tU94ryZtyB {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffff00;
}
.cid-tU94ryZtyB .item {
  padding-bottom: 2rem;
}
.cid-tU94ryZtyB .item-wrapper {
  position: relative;
}
.cid-tU94ryZtyB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tU94ryZtyB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tU94ryZtyB .carousel-control,
.cid-tU94ryZtyB .close {
  background: #1b1b1b;
}
.cid-tU94ryZtyB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tU94ryZtyB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tU94ryZtyB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tU94ryZtyB .carousel-control-next span {
  margin-left: 5px;
}
.cid-tU94ryZtyB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tU94ryZtyB .close::before {
  content: '\e91a';
}
.cid-tU94ryZtyB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tU94ryZtyB .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tU94ryZtyB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tU94ryZtyB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tU94ryZtyB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tU94ryZtyB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tU94ryZtyB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tU94ryZtyB .carousel-indicators li.active,
.cid-tU94ryZtyB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tU94ryZtyB .carousel-indicators li::after,
.cid-tU94ryZtyB .carousel-indicators li::before {
  content: none;
}
.cid-tU94ryZtyB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tU94ryZtyB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tU94ryZtyB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tU94ryZtyB .carousel-indicators {
    display: none;
  }
}
.cid-tU94ryZtyB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tU94ryZtyB .carousel-inner > .active {
  display: block;
}
.cid-tU94ryZtyB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tU94ryZtyB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tU94ryZtyB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tU94ryZtyB .carousel-control,
  .cid-tU94ryZtyB .carousel-indicators,
  .cid-tU94ryZtyB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tU94ryZtyB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tU94ryZtyB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tU94ryZtyB .carousel-indicators .active,
.cid-tU94ryZtyB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tU94ryZtyB .carousel-indicators .active {
  background: #fff;
}
.cid-tU94ryZtyB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tU94ryZtyB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tU94ryZtyB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tU94ryZtyB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tU94ryZtyB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tU94ryZtyB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tU94ryZtyB .carousel {
  width: 100%;
}
.cid-tU94ryZtyB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tU94ryZtyB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tU94ryZtyB .modal.fade .modal-dialog,
.cid-tU94ryZtyB .modal.in .modal-dialog {
  transform: none;
}
.cid-tU94ryZtyB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tU94ryZtyB H6 {
  text-align: center;
}
.cid-tU95iuKhgA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
@media (min-width: 992px) {
  .cid-tU95iuKhgA .text-wrapper {
    padding: 2rem;
  }
}
.cid-tU95iuKhgA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tU95iuKhgA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tU95iuKhgA .mbr-section-title {
  color: #ffff00;
}
.cid-tU95iuKhgA .mbr-text {
  color: #ffff00;
}
.cid-tU9VuRgz9y {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00a0e9;
}
.cid-tU9VuRgz9y .item {
  padding-bottom: 2rem;
}
.cid-tU9VuRgz9y .item-wrapper {
  position: relative;
}
.cid-tU9VuRgz9y .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tU9VuRgz9y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tU9VuRgz9y .carousel-control,
.cid-tU9VuRgz9y .close {
  background: #1b1b1b;
}
.cid-tU9VuRgz9y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tU9VuRgz9y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tU9VuRgz9y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tU9VuRgz9y .carousel-control-next span {
  margin-left: 5px;
}
.cid-tU9VuRgz9y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tU9VuRgz9y .close::before {
  content: '\e91a';
}
.cid-tU9VuRgz9y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tU9VuRgz9y .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tU9VuRgz9y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tU9VuRgz9y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tU9VuRgz9y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tU9VuRgz9y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tU9VuRgz9y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tU9VuRgz9y .carousel-indicators li.active,
.cid-tU9VuRgz9y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tU9VuRgz9y .carousel-indicators li::after,
.cid-tU9VuRgz9y .carousel-indicators li::before {
  content: none;
}
.cid-tU9VuRgz9y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tU9VuRgz9y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tU9VuRgz9y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tU9VuRgz9y .carousel-indicators {
    display: none;
  }
}
.cid-tU9VuRgz9y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tU9VuRgz9y .carousel-inner > .active {
  display: block;
}
.cid-tU9VuRgz9y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tU9VuRgz9y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tU9VuRgz9y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tU9VuRgz9y .carousel-control,
  .cid-tU9VuRgz9y .carousel-indicators,
  .cid-tU9VuRgz9y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tU9VuRgz9y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tU9VuRgz9y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tU9VuRgz9y .carousel-indicators .active,
.cid-tU9VuRgz9y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tU9VuRgz9y .carousel-indicators .active {
  background: #fff;
}
.cid-tU9VuRgz9y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tU9VuRgz9y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tU9VuRgz9y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tU9VuRgz9y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tU9VuRgz9y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tU9VuRgz9y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tU9VuRgz9y .carousel {
  width: 100%;
}
.cid-tU9VuRgz9y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tU9VuRgz9y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tU9VuRgz9y .modal.fade .modal-dialog,
.cid-tU9VuRgz9y .modal.in .modal-dialog {
  transform: none;
}
.cid-tU9VuRgz9y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tU9VuRgz9y H6 {
  text-align: center;
}
.cid-tUeewAgk26 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffff00;
}
@media (min-width: 992px) {
  .cid-tUeewAgk26 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUeewAgk26 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tUeewAgk26 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tUeewAgk26 .mbr-section-title {
  color: #00a0e9;
}
.cid-tUeewAgk26 .mbr-text {
  color: #00a0e9;
}
.cid-tUeexPAVbq {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffff00;
}
.cid-tUeexPAVbq .item {
  padding-bottom: 2rem;
}
.cid-tUeexPAVbq .item-wrapper {
  position: relative;
}
.cid-tUeexPAVbq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUeexPAVbq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUeexPAVbq .carousel-control,
.cid-tUeexPAVbq .close {
  background: #1b1b1b;
}
.cid-tUeexPAVbq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUeexPAVbq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUeexPAVbq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUeexPAVbq .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUeexPAVbq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUeexPAVbq .close::before {
  content: '\e91a';
}
.cid-tUeexPAVbq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUeexPAVbq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUeexPAVbq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUeexPAVbq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUeexPAVbq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUeexPAVbq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUeexPAVbq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUeexPAVbq .carousel-indicators li.active,
.cid-tUeexPAVbq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUeexPAVbq .carousel-indicators li::after,
.cid-tUeexPAVbq .carousel-indicators li::before {
  content: none;
}
.cid-tUeexPAVbq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUeexPAVbq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUeexPAVbq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUeexPAVbq .carousel-indicators {
    display: none;
  }
}
.cid-tUeexPAVbq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUeexPAVbq .carousel-inner > .active {
  display: block;
}
.cid-tUeexPAVbq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUeexPAVbq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUeexPAVbq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUeexPAVbq .carousel-control,
  .cid-tUeexPAVbq .carousel-indicators,
  .cid-tUeexPAVbq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUeexPAVbq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUeexPAVbq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUeexPAVbq .carousel-indicators .active,
.cid-tUeexPAVbq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUeexPAVbq .carousel-indicators .active {
  background: #fff;
}
.cid-tUeexPAVbq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUeexPAVbq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUeexPAVbq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUeexPAVbq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUeexPAVbq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUeexPAVbq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUeexPAVbq .carousel {
  width: 100%;
}
.cid-tUeexPAVbq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUeexPAVbq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUeexPAVbq .modal.fade .modal-dialog,
.cid-tUeexPAVbq .modal.in .modal-dialog {
  transform: none;
}
.cid-tUeexPAVbq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUeexPAVbq H6 {
  text-align: center;
}
.cid-tUeeY1WGn6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
@media (min-width: 992px) {
  .cid-tUeeY1WGn6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUeeY1WGn6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tUeeY1WGn6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tUeeY1WGn6 .mbr-section-title {
  color: #ffff00;
}
.cid-tUeeY1WGn6 .mbr-text {
  color: #ffff00;
}
.cid-tUeeYIBSea {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00a0e9;
}
.cid-tUeeYIBSea .item {
  padding-bottom: 2rem;
}
.cid-tUeeYIBSea .item-wrapper {
  position: relative;
}
.cid-tUeeYIBSea .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUeeYIBSea .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUeeYIBSea .carousel-control,
.cid-tUeeYIBSea .close {
  background: #1b1b1b;
}
.cid-tUeeYIBSea .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUeeYIBSea .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUeeYIBSea .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUeeYIBSea .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUeeYIBSea .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUeeYIBSea .close::before {
  content: '\e91a';
}
.cid-tUeeYIBSea .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUeeYIBSea .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUeeYIBSea .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUeeYIBSea .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUeeYIBSea .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUeeYIBSea .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUeeYIBSea .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUeeYIBSea .carousel-indicators li.active,
.cid-tUeeYIBSea .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUeeYIBSea .carousel-indicators li::after,
.cid-tUeeYIBSea .carousel-indicators li::before {
  content: none;
}
.cid-tUeeYIBSea .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUeeYIBSea .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUeeYIBSea .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUeeYIBSea .carousel-indicators {
    display: none;
  }
}
.cid-tUeeYIBSea .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUeeYIBSea .carousel-inner > .active {
  display: block;
}
.cid-tUeeYIBSea .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUeeYIBSea .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUeeYIBSea .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUeeYIBSea .carousel-control,
  .cid-tUeeYIBSea .carousel-indicators,
  .cid-tUeeYIBSea .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUeeYIBSea .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUeeYIBSea .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUeeYIBSea .carousel-indicators .active,
.cid-tUeeYIBSea .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUeeYIBSea .carousel-indicators .active {
  background: #fff;
}
.cid-tUeeYIBSea .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUeeYIBSea .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUeeYIBSea .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUeeYIBSea .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUeeYIBSea .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUeeYIBSea .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUeeYIBSea .carousel {
  width: 100%;
}
.cid-tUeeYIBSea .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUeeYIBSea .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUeeYIBSea .modal.fade .modal-dialog,
.cid-tUeeYIBSea .modal.in .modal-dialog {
  transform: none;
}
.cid-tUeeYIBSea .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUeeYIBSea H6 {
  text-align: center;
}
.cid-tUefoLMzp6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffff00;
}
@media (min-width: 992px) {
  .cid-tUefoLMzp6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUefoLMzp6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tUefoLMzp6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tUefoLMzp6 .mbr-section-title {
  color: #00a0e9;
}
.cid-tUefoLMzp6 .mbr-text {
  color: #00a0e9;
}
.cid-tUefpSdLJA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffff00;
}
.cid-tUefpSdLJA .item {
  padding-bottom: 2rem;
}
.cid-tUefpSdLJA .item-wrapper {
  position: relative;
}
.cid-tUefpSdLJA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUefpSdLJA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUefpSdLJA .carousel-control,
.cid-tUefpSdLJA .close {
  background: #1b1b1b;
}
.cid-tUefpSdLJA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUefpSdLJA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUefpSdLJA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUefpSdLJA .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUefpSdLJA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUefpSdLJA .close::before {
  content: '\e91a';
}
.cid-tUefpSdLJA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUefpSdLJA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUefpSdLJA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUefpSdLJA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUefpSdLJA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUefpSdLJA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUefpSdLJA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUefpSdLJA .carousel-indicators li.active,
.cid-tUefpSdLJA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUefpSdLJA .carousel-indicators li::after,
.cid-tUefpSdLJA .carousel-indicators li::before {
  content: none;
}
.cid-tUefpSdLJA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUefpSdLJA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUefpSdLJA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUefpSdLJA .carousel-indicators {
    display: none;
  }
}
.cid-tUefpSdLJA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUefpSdLJA .carousel-inner > .active {
  display: block;
}
.cid-tUefpSdLJA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUefpSdLJA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUefpSdLJA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUefpSdLJA .carousel-control,
  .cid-tUefpSdLJA .carousel-indicators,
  .cid-tUefpSdLJA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUefpSdLJA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUefpSdLJA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUefpSdLJA .carousel-indicators .active,
.cid-tUefpSdLJA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUefpSdLJA .carousel-indicators .active {
  background: #fff;
}
.cid-tUefpSdLJA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUefpSdLJA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUefpSdLJA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUefpSdLJA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUefpSdLJA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUefpSdLJA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUefpSdLJA .carousel {
  width: 100%;
}
.cid-tUefpSdLJA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUefpSdLJA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUefpSdLJA .modal.fade .modal-dialog,
.cid-tUefpSdLJA .modal.in .modal-dialog {
  transform: none;
}
.cid-tUefpSdLJA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUefpSdLJA H6 {
  text-align: center;
}
.cid-tUeg0uVRqM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
@media (min-width: 992px) {
  .cid-tUeg0uVRqM .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUeg0uVRqM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tUeg0uVRqM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tUeg0uVRqM .mbr-section-title {
  color: #ffff00;
}
.cid-tUeg0uVRqM .mbr-text {
  color: #ffff00;
}
.cid-tUeg1aKm7I {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00a0e9;
}
.cid-tUeg1aKm7I .item {
  padding-bottom: 2rem;
}
.cid-tUeg1aKm7I .item-wrapper {
  position: relative;
}
.cid-tUeg1aKm7I .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUeg1aKm7I .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUeg1aKm7I .carousel-control,
.cid-tUeg1aKm7I .close {
  background: #1b1b1b;
}
.cid-tUeg1aKm7I .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUeg1aKm7I .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUeg1aKm7I .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUeg1aKm7I .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUeg1aKm7I .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUeg1aKm7I .close::before {
  content: '\e91a';
}
.cid-tUeg1aKm7I .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUeg1aKm7I .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUeg1aKm7I .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUeg1aKm7I .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUeg1aKm7I .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUeg1aKm7I .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUeg1aKm7I .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUeg1aKm7I .carousel-indicators li.active,
.cid-tUeg1aKm7I .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUeg1aKm7I .carousel-indicators li::after,
.cid-tUeg1aKm7I .carousel-indicators li::before {
  content: none;
}
.cid-tUeg1aKm7I .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUeg1aKm7I .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUeg1aKm7I .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUeg1aKm7I .carousel-indicators {
    display: none;
  }
}
.cid-tUeg1aKm7I .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUeg1aKm7I .carousel-inner > .active {
  display: block;
}
.cid-tUeg1aKm7I .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUeg1aKm7I .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUeg1aKm7I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUeg1aKm7I .carousel-control,
  .cid-tUeg1aKm7I .carousel-indicators,
  .cid-tUeg1aKm7I .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUeg1aKm7I .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUeg1aKm7I .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUeg1aKm7I .carousel-indicators .active,
.cid-tUeg1aKm7I .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUeg1aKm7I .carousel-indicators .active {
  background: #fff;
}
.cid-tUeg1aKm7I .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUeg1aKm7I .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUeg1aKm7I .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUeg1aKm7I .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUeg1aKm7I .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUeg1aKm7I .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUeg1aKm7I .carousel {
  width: 100%;
}
.cid-tUeg1aKm7I .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUeg1aKm7I .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUeg1aKm7I .modal.fade .modal-dialog,
.cid-tUeg1aKm7I .modal.in .modal-dialog {
  transform: none;
}
.cid-tUeg1aKm7I .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUeg1aKm7I H6 {
  text-align: center;
}
.cid-tUegpzPsnu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffff00;
}
@media (min-width: 992px) {
  .cid-tUegpzPsnu .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUegpzPsnu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tUegpzPsnu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tUegpzPsnu .mbr-section-title {
  color: #00a0e9;
}
.cid-tUegpzPsnu .mbr-text {
  color: #00a0e9;
}
.cid-tUegqHsOZX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffff00;
}
.cid-tUegqHsOZX .item {
  padding-bottom: 2rem;
}
.cid-tUegqHsOZX .item-wrapper {
  position: relative;
}
.cid-tUegqHsOZX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUegqHsOZX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUegqHsOZX .carousel-control,
.cid-tUegqHsOZX .close {
  background: #1b1b1b;
}
.cid-tUegqHsOZX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUegqHsOZX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUegqHsOZX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUegqHsOZX .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUegqHsOZX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUegqHsOZX .close::before {
  content: '\e91a';
}
.cid-tUegqHsOZX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUegqHsOZX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUegqHsOZX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUegqHsOZX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUegqHsOZX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUegqHsOZX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUegqHsOZX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUegqHsOZX .carousel-indicators li.active,
.cid-tUegqHsOZX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUegqHsOZX .carousel-indicators li::after,
.cid-tUegqHsOZX .carousel-indicators li::before {
  content: none;
}
.cid-tUegqHsOZX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUegqHsOZX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUegqHsOZX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUegqHsOZX .carousel-indicators {
    display: none;
  }
}
.cid-tUegqHsOZX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUegqHsOZX .carousel-inner > .active {
  display: block;
}
.cid-tUegqHsOZX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUegqHsOZX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUegqHsOZX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUegqHsOZX .carousel-control,
  .cid-tUegqHsOZX .carousel-indicators,
  .cid-tUegqHsOZX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUegqHsOZX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUegqHsOZX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUegqHsOZX .carousel-indicators .active,
.cid-tUegqHsOZX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUegqHsOZX .carousel-indicators .active {
  background: #fff;
}
.cid-tUegqHsOZX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUegqHsOZX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUegqHsOZX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUegqHsOZX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUegqHsOZX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUegqHsOZX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUegqHsOZX .carousel {
  width: 100%;
}
.cid-tUegqHsOZX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUegqHsOZX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUegqHsOZX .modal.fade .modal-dialog,
.cid-tUegqHsOZX .modal.in .modal-dialog {
  transform: none;
}
.cid-tUegqHsOZX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUegqHsOZX H6 {
  text-align: center;
}
.cid-tUegKKp9mV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
@media (min-width: 992px) {
  .cid-tUegKKp9mV .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUegKKp9mV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tUegKKp9mV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tUegKKp9mV .mbr-section-title {
  color: #ffff00;
}
.cid-tUegKKp9mV .mbr-text {
  color: #ffff00;
}
.cid-tUegLq11hj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00a0e9;
}
.cid-tUegLq11hj .item {
  padding-bottom: 2rem;
}
.cid-tUegLq11hj .item-wrapper {
  position: relative;
}
.cid-tUegLq11hj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUegLq11hj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUegLq11hj .carousel-control,
.cid-tUegLq11hj .close {
  background: #1b1b1b;
}
.cid-tUegLq11hj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUegLq11hj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUegLq11hj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUegLq11hj .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUegLq11hj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUegLq11hj .close::before {
  content: '\e91a';
}
.cid-tUegLq11hj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUegLq11hj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUegLq11hj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUegLq11hj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUegLq11hj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUegLq11hj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUegLq11hj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUegLq11hj .carousel-indicators li.active,
.cid-tUegLq11hj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUegLq11hj .carousel-indicators li::after,
.cid-tUegLq11hj .carousel-indicators li::before {
  content: none;
}
.cid-tUegLq11hj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUegLq11hj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUegLq11hj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUegLq11hj .carousel-indicators {
    display: none;
  }
}
.cid-tUegLq11hj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUegLq11hj .carousel-inner > .active {
  display: block;
}
.cid-tUegLq11hj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUegLq11hj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUegLq11hj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUegLq11hj .carousel-control,
  .cid-tUegLq11hj .carousel-indicators,
  .cid-tUegLq11hj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUegLq11hj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUegLq11hj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUegLq11hj .carousel-indicators .active,
.cid-tUegLq11hj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUegLq11hj .carousel-indicators .active {
  background: #fff;
}
.cid-tUegLq11hj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUegLq11hj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUegLq11hj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUegLq11hj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUegLq11hj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUegLq11hj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUegLq11hj .carousel {
  width: 100%;
}
.cid-tUegLq11hj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUegLq11hj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUegLq11hj .modal.fade .modal-dialog,
.cid-tUegLq11hj .modal.in .modal-dialog {
  transform: none;
}
.cid-tUegLq11hj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUegLq11hj H6 {
  text-align: center;
}
.cid-tUeh4E174N {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffff00;
}
@media (min-width: 992px) {
  .cid-tUeh4E174N .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUeh4E174N .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tUeh4E174N .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tUeh4E174N .mbr-section-title {
  color: #00a0e9;
}
.cid-tUeh4E174N .mbr-text {
  color: #00a0e9;
}
.cid-tUeh5SH1HL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffff00;
}
.cid-tUeh5SH1HL .item {
  padding-bottom: 2rem;
}
.cid-tUeh5SH1HL .item-wrapper {
  position: relative;
}
.cid-tUeh5SH1HL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUeh5SH1HL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUeh5SH1HL .carousel-control,
.cid-tUeh5SH1HL .close {
  background: #1b1b1b;
}
.cid-tUeh5SH1HL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUeh5SH1HL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUeh5SH1HL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUeh5SH1HL .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUeh5SH1HL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUeh5SH1HL .close::before {
  content: '\e91a';
}
.cid-tUeh5SH1HL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUeh5SH1HL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUeh5SH1HL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUeh5SH1HL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUeh5SH1HL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUeh5SH1HL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUeh5SH1HL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUeh5SH1HL .carousel-indicators li.active,
.cid-tUeh5SH1HL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUeh5SH1HL .carousel-indicators li::after,
.cid-tUeh5SH1HL .carousel-indicators li::before {
  content: none;
}
.cid-tUeh5SH1HL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUeh5SH1HL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUeh5SH1HL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUeh5SH1HL .carousel-indicators {
    display: none;
  }
}
.cid-tUeh5SH1HL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUeh5SH1HL .carousel-inner > .active {
  display: block;
}
.cid-tUeh5SH1HL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUeh5SH1HL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUeh5SH1HL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUeh5SH1HL .carousel-control,
  .cid-tUeh5SH1HL .carousel-indicators,
  .cid-tUeh5SH1HL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUeh5SH1HL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUeh5SH1HL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUeh5SH1HL .carousel-indicators .active,
.cid-tUeh5SH1HL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUeh5SH1HL .carousel-indicators .active {
  background: #fff;
}
.cid-tUeh5SH1HL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUeh5SH1HL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUeh5SH1HL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUeh5SH1HL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUeh5SH1HL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUeh5SH1HL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUeh5SH1HL .carousel {
  width: 100%;
}
.cid-tUeh5SH1HL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUeh5SH1HL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUeh5SH1HL .modal.fade .modal-dialog,
.cid-tUeh5SH1HL .modal.in .modal-dialog {
  transform: none;
}
.cid-tUeh5SH1HL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUeh5SH1HL H6 {
  text-align: center;
}
.cid-tUehtUJIQq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
@media (min-width: 992px) {
  .cid-tUehtUJIQq .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUehtUJIQq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tUehtUJIQq .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tUehtUJIQq .mbr-section-title {
  color: #ffff00;
}
.cid-tUehtUJIQq .mbr-text {
  color: #ffff00;
}
.cid-tUehuAxA0O {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00a0e9;
}
.cid-tUehuAxA0O .item {
  padding-bottom: 2rem;
}
.cid-tUehuAxA0O .item-wrapper {
  position: relative;
}
.cid-tUehuAxA0O .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUehuAxA0O .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUehuAxA0O .carousel-control,
.cid-tUehuAxA0O .close {
  background: #1b1b1b;
}
.cid-tUehuAxA0O .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUehuAxA0O .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUehuAxA0O .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUehuAxA0O .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUehuAxA0O .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUehuAxA0O .close::before {
  content: '\e91a';
}
.cid-tUehuAxA0O .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUehuAxA0O .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUehuAxA0O .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUehuAxA0O .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUehuAxA0O .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUehuAxA0O .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUehuAxA0O .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUehuAxA0O .carousel-indicators li.active,
.cid-tUehuAxA0O .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUehuAxA0O .carousel-indicators li::after,
.cid-tUehuAxA0O .carousel-indicators li::before {
  content: none;
}
.cid-tUehuAxA0O .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUehuAxA0O .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUehuAxA0O .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUehuAxA0O .carousel-indicators {
    display: none;
  }
}
.cid-tUehuAxA0O .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUehuAxA0O .carousel-inner > .active {
  display: block;
}
.cid-tUehuAxA0O .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUehuAxA0O .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUehuAxA0O .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUehuAxA0O .carousel-control,
  .cid-tUehuAxA0O .carousel-indicators,
  .cid-tUehuAxA0O .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUehuAxA0O .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUehuAxA0O .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUehuAxA0O .carousel-indicators .active,
.cid-tUehuAxA0O .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUehuAxA0O .carousel-indicators .active {
  background: #fff;
}
.cid-tUehuAxA0O .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUehuAxA0O .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUehuAxA0O .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUehuAxA0O .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUehuAxA0O .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUehuAxA0O .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUehuAxA0O .carousel {
  width: 100%;
}
.cid-tUehuAxA0O .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUehuAxA0O .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUehuAxA0O .modal.fade .modal-dialog,
.cid-tUehuAxA0O .modal.in .modal-dialog {
  transform: none;
}
.cid-tUehuAxA0O .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUehuAxA0O H6 {
  text-align: center;
}
.cid-tUehPi45LA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffff00;
}
@media (min-width: 992px) {
  .cid-tUehPi45LA .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUehPi45LA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tUehPi45LA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tUehPi45LA .mbr-section-title {
  color: #00a0e9;
}
.cid-tUehPi45LA .mbr-text {
  color: #00a0e9;
}
.cid-tUehQpY7kA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffff00;
}
.cid-tUehQpY7kA .item {
  padding-bottom: 2rem;
}
.cid-tUehQpY7kA .item-wrapper {
  position: relative;
}
.cid-tUehQpY7kA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUehQpY7kA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUehQpY7kA .carousel-control,
.cid-tUehQpY7kA .close {
  background: #1b1b1b;
}
.cid-tUehQpY7kA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUehQpY7kA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUehQpY7kA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUehQpY7kA .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUehQpY7kA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUehQpY7kA .close::before {
  content: '\e91a';
}
.cid-tUehQpY7kA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUehQpY7kA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUehQpY7kA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUehQpY7kA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUehQpY7kA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUehQpY7kA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUehQpY7kA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUehQpY7kA .carousel-indicators li.active,
.cid-tUehQpY7kA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUehQpY7kA .carousel-indicators li::after,
.cid-tUehQpY7kA .carousel-indicators li::before {
  content: none;
}
.cid-tUehQpY7kA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUehQpY7kA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUehQpY7kA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUehQpY7kA .carousel-indicators {
    display: none;
  }
}
.cid-tUehQpY7kA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUehQpY7kA .carousel-inner > .active {
  display: block;
}
.cid-tUehQpY7kA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUehQpY7kA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUehQpY7kA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUehQpY7kA .carousel-control,
  .cid-tUehQpY7kA .carousel-indicators,
  .cid-tUehQpY7kA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUehQpY7kA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUehQpY7kA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUehQpY7kA .carousel-indicators .active,
.cid-tUehQpY7kA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUehQpY7kA .carousel-indicators .active {
  background: #fff;
}
.cid-tUehQpY7kA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUehQpY7kA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUehQpY7kA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUehQpY7kA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUehQpY7kA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUehQpY7kA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUehQpY7kA .carousel {
  width: 100%;
}
.cid-tUehQpY7kA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUehQpY7kA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUehQpY7kA .modal.fade .modal-dialog,
.cid-tUehQpY7kA .modal.in .modal-dialog {
  transform: none;
}
.cid-tUehQpY7kA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUehQpY7kA H6 {
  text-align: center;
}
.cid-tUeiaOQ2RR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00a0e9;
}
@media (min-width: 992px) {
  .cid-tUeiaOQ2RR .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUeiaOQ2RR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tUeiaOQ2RR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tUeiaOQ2RR .mbr-section-title {
  color: #ffff00;
}
.cid-tUeiaOQ2RR .mbr-text {
  color: #ffff00;
}
.cid-tUeibqubaS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #00a0e9;
}
.cid-tUeibqubaS .item {
  padding-bottom: 2rem;
}
.cid-tUeibqubaS .item-wrapper {
  position: relative;
}
.cid-tUeibqubaS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUeibqubaS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUeibqubaS .carousel-control,
.cid-tUeibqubaS .close {
  background: #1b1b1b;
}
.cid-tUeibqubaS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUeibqubaS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUeibqubaS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUeibqubaS .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUeibqubaS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUeibqubaS .close::before {
  content: '\e91a';
}
.cid-tUeibqubaS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUeibqubaS .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUeibqubaS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUeibqubaS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUeibqubaS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUeibqubaS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUeibqubaS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUeibqubaS .carousel-indicators li.active,
.cid-tUeibqubaS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUeibqubaS .carousel-indicators li::after,
.cid-tUeibqubaS .carousel-indicators li::before {
  content: none;
}
.cid-tUeibqubaS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUeibqubaS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUeibqubaS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUeibqubaS .carousel-indicators {
    display: none;
  }
}
.cid-tUeibqubaS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUeibqubaS .carousel-inner > .active {
  display: block;
}
.cid-tUeibqubaS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUeibqubaS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUeibqubaS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUeibqubaS .carousel-control,
  .cid-tUeibqubaS .carousel-indicators,
  .cid-tUeibqubaS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUeibqubaS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUeibqubaS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUeibqubaS .carousel-indicators .active,
.cid-tUeibqubaS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUeibqubaS .carousel-indicators .active {
  background: #fff;
}
.cid-tUeibqubaS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUeibqubaS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUeibqubaS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUeibqubaS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUeibqubaS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUeibqubaS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUeibqubaS .carousel {
  width: 100%;
}
.cid-tUeibqubaS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUeibqubaS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUeibqubaS .modal.fade .modal-dialog,
.cid-tUeibqubaS .modal.in .modal-dialog {
  transform: none;
}
.cid-tUeibqubaS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUeibqubaS H6 {
  text-align: center;
}
.cid-tU932GrsBx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tU932GrsBx .mbr-section-subtitle {
  color: #767676;
}
.cid-tU932GrsBx .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tU932GrsBx .container {
    max-width: 1600px;
  }
}
.cid-tU932GrsBx .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tU932GrsBx .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tU932GrsBx .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tU932GrsBx .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tU932GrsBx .team-item:hover .item-social {
  opacity: 1;
}
.cid-tU932GrsBx .team-item .item-image img {
  width: 100%;
}
.cid-tU932GrsBx .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tU932GrsBx .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tU932GrsBx .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tU932GrsBx .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tU932GrsBx .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tU932GrsBx .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tU932GrsBx .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tU932GrsBx .item-social {
    opacity: 1;
  }
}
.cid-tU932GrsBx H2 {
  color: #00a0e9;
}
.cid-tU932GrsBx .item-name {
  text-align: center;
  color: #555555;
}
.cid-tU932GrsBx .item-role {
  text-align: center;
}
.cid-tU932GOH6G {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tU932GOH6G .mbr-section-subtitle {
  color: #767676;
}
.cid-tU932GOH6G .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tU932GOH6G .container {
    max-width: 1600px;
  }
}
.cid-tU932GOH6G .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tU932GOH6G .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tU932GOH6G .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tU932GOH6G .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tU932GOH6G .team-item:hover .item-social {
  opacity: 1;
}
.cid-tU932GOH6G .team-item .item-image img {
  width: 100%;
}
.cid-tU932GOH6G .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tU932GOH6G .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tU932GOH6G .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tU932GOH6G .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tU932GOH6G .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tU932GOH6G .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tU932GOH6G .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tU932GOH6G .item-social {
    opacity: 1;
  }
}
.cid-tU932GOH6G H2 {
  color: #00a0e9;
}
.cid-tU932GOH6G .item-name {
  text-align: center;
  color: #555555;
}
.cid-tU932GOH6G .item-role {
  text-align: center;
}
.cid-tU932Hn5R1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tU932Hn5R1 .mbr-section-subtitle {
  color: #767676;
}
.cid-tU932Hn5R1 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tU932Hn5R1 .container {
    max-width: 1600px;
  }
}
.cid-tU932Hn5R1 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tU932Hn5R1 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tU932Hn5R1 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tU932Hn5R1 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tU932Hn5R1 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tU932Hn5R1 .team-item .item-image img {
  width: 100%;
}
.cid-tU932Hn5R1 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tU932Hn5R1 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tU932Hn5R1 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tU932Hn5R1 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tU932Hn5R1 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tU932Hn5R1 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tU932Hn5R1 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tU932Hn5R1 .item-social {
    opacity: 1;
  }
}
.cid-tU932Hn5R1 H2 {
  color: #00a0e9;
}
.cid-tU932Hn5R1 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tU932Hn5R1 .item-role {
  text-align: center;
}
.cid-tU932HIirM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tU932HIirM .mbr-section-subtitle {
  color: #767676;
}
.cid-tU932HIirM .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tU932HIirM .container {
    max-width: 1600px;
  }
}
.cid-tU932HIirM .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tU932HIirM .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tU932HIirM .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tU932HIirM .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tU932HIirM .team-item:hover .item-social {
  opacity: 1;
}
.cid-tU932HIirM .team-item .item-image img {
  width: 100%;
}
.cid-tU932HIirM .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tU932HIirM .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tU932HIirM .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tU932HIirM .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tU932HIirM .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tU932HIirM .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tU932HIirM .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tU932HIirM .item-social {
    opacity: 1;
  }
}
.cid-tU932HIirM H2 {
  color: #00a0e9;
}
.cid-tU932HIirM .item-name {
  text-align: center;
  color: #555555;
}
.cid-tU932HIirM .item-role {
  text-align: center;
}
.cid-tU932I2MqA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tU932I2MqA .mbr-section-subtitle {
  color: #767676;
}
.cid-tU932I2MqA .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tU932I2MqA .container {
    max-width: 1600px;
  }
}
.cid-tU932I2MqA .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tU932I2MqA .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tU932I2MqA .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tU932I2MqA .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tU932I2MqA .team-item:hover .item-social {
  opacity: 1;
}
.cid-tU932I2MqA .team-item .item-image img {
  width: 100%;
}
.cid-tU932I2MqA .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tU932I2MqA .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tU932I2MqA .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tU932I2MqA .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tU932I2MqA .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tU932I2MqA .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tU932I2MqA .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tU932I2MqA .item-social {
    opacity: 1;
  }
}
.cid-tU932I2MqA H2 {
  color: #00a0e9;
}
.cid-tU932I2MqA .item-name {
  text-align: center;
  color: #555555;
}
.cid-tU932I2MqA .item-role {
  text-align: center;
}
.cid-tU932IoKAc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tU932IoKAc .mbr-section-subtitle {
  color: #767676;
}
.cid-tU932IoKAc .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tU932IoKAc .container {
    max-width: 1600px;
  }
}
.cid-tU932IoKAc .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tU932IoKAc .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tU932IoKAc .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tU932IoKAc .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tU932IoKAc .team-item:hover .item-social {
  opacity: 1;
}
.cid-tU932IoKAc .team-item .item-image img {
  width: 100%;
}
.cid-tU932IoKAc .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tU932IoKAc .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tU932IoKAc .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tU932IoKAc .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tU932IoKAc .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tU932IoKAc .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tU932IoKAc .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tU932IoKAc .item-social {
    opacity: 1;
  }
}
.cid-tU932IoKAc H2 {
  color: #00a0e9;
}
.cid-tU932IoKAc .item-name {
  text-align: center;
  color: #555555;
}
.cid-tU932IoKAc .item-role {
  text-align: center;
}
.cid-tU932JrCJj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tU932JrCJj .mbr-section-subtitle {
  color: #767676;
}
.cid-tU932JrCJj .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tU932JrCJj .container {
    max-width: 1600px;
  }
}
.cid-tU932JrCJj .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tU932JrCJj .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tU932JrCJj .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tU932JrCJj .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tU932JrCJj .team-item:hover .item-social {
  opacity: 1;
}
.cid-tU932JrCJj .team-item .item-image img {
  width: 100%;
}
.cid-tU932JrCJj .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tU932JrCJj .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tU932JrCJj .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tU932JrCJj .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tU932JrCJj .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tU932JrCJj .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tU932JrCJj .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tU932JrCJj .item-social {
    opacity: 1;
  }
}
.cid-tU932JrCJj H2 {
  color: #00a0e9;
}
.cid-tU932JrCJj .item-name {
  text-align: center;
  color: #555555;
}
.cid-tU932JrCJj .item-role {
  text-align: center;
}
.cid-tU932K5nI7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tU932K5nI7 .mbr-section-subtitle {
  color: #767676;
}
.cid-tU932K5nI7 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tU932K5nI7 .container {
    max-width: 1600px;
  }
}
.cid-tU932K5nI7 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tU932K5nI7 .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tU932K5nI7 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tU932K5nI7 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tU932K5nI7 .team-item:hover .item-social {
  opacity: 1;
}
.cid-tU932K5nI7 .team-item .item-image img {
  width: 100%;
}
.cid-tU932K5nI7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tU932K5nI7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tU932K5nI7 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tU932K5nI7 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tU932K5nI7 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tU932K5nI7 .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tU932K5nI7 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tU932K5nI7 .item-social {
    opacity: 1;
  }
}
.cid-tU932K5nI7 H2 {
  color: #00a0e9;
}
.cid-tU932K5nI7 .item-name {
  text-align: center;
  color: #555555;
}
.cid-tU932K5nI7 .item-role {
  text-align: center;
}
.cid-tU932KIJxb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tU932KIJxb .mbr-section-subtitle {
  color: #767676;
}
.cid-tU932KIJxb .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tU932KIJxb .container {
    max-width: 1600px;
  }
}
.cid-tU932KIJxb .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tU932KIJxb .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tU932KIJxb .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tU932KIJxb .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tU932KIJxb .team-item:hover .item-social {
  opacity: 1;
}
.cid-tU932KIJxb .team-item .item-image img {
  width: 100%;
}
.cid-tU932KIJxb .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tU932KIJxb .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tU932KIJxb .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tU932KIJxb .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tU932KIJxb .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tU932KIJxb .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tU932KIJxb .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tU932KIJxb .item-social {
    opacity: 1;
  }
}
.cid-tU932KIJxb H2 {
  color: #00a0e9;
}
.cid-tU932KIJxb .item-name {
  text-align: center;
  color: #555555;
}
.cid-tU932KIJxb .item-role {
  text-align: center;
}
.cid-tU932LpQNx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tU932LpQNx .mbr-section-subtitle {
  color: #767676;
}
.cid-tU932LpQNx .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tU932LpQNx .container {
    max-width: 1600px;
  }
}
.cid-tU932LpQNx .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tU932LpQNx .item-caption {
  padding: 2rem;
  padding-bottom: 1rem;
}
.cid-tU932LpQNx .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tU932LpQNx .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tU932LpQNx .team-item:hover .item-social {
  opacity: 1;
}
.cid-tU932LpQNx .team-item .item-image img {
  width: 100%;
}
.cid-tU932LpQNx .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tU932LpQNx .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tU932LpQNx .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tU932LpQNx .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tU932LpQNx .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tU932LpQNx .item-text {
  color: #555555;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tU932LpQNx .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tU932LpQNx .item-social {
    opacity: 1;
  }
}
.cid-tU932LpQNx H2 {
  color: #00a0e9;
}
.cid-tU932LpQNx .item-name {
  text-align: center;
  color: #555555;
}
.cid-tU932LpQNx .item-role {
  text-align: center;
}
