body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Dream MMA';
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Dream MMA';
  font-size: 0.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1rem;
}
.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: 'Dream MMA';
  font-size: 4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (0.93rem + (0.8 - 0.93) * ((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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((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: #4df700 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4df700 !important;
  border-color: #4df700 !important;
  color: #000000 !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: #32a000 !important;
  border-color: #32a000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #32a000 !important;
  border-color: #32a000 !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: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !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: #4df700;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #32a000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #4df700 !important;
  border-color: #4df700 !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: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !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: #4df700 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !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: #2d9100 !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: #facb00 !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]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4df700;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4df700;
  border-color: #4df700;
  color: #051100;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4df700;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d6ffc4;
}
.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: #ffffff;
}
.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: #4df700 !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: #4df700;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4df700;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4df700;
}
.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: #4df700;
  border-bottom-color: #4df700;
}
.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: #4df700 !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='%234df700' %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-sFbc2FSwa0 {
  background-image: url("../../../assets/images/whatsapp-image-2024-11-13-at-3.49.53-pm-3-1600x1066.jpg");
}
.cid-sFbc2FSwa0 .mbr-section-title {
  color: #fff0b0;
  text-align: center;
}
.cid-sFbc2FSwa0 .mbr-text,
.cid-sFbc2FSwa0 .mbr-section-btn {
  color: #fff0b0;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwQNneEbY8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwQNneEbY8 .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwQNneEbY8 .mbr-text {
  color: #ff9966;
}
.cid-sFUApRoHcr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFUApRoHcr .text-wrapper {
    padding: 2rem;
  }
}
.cid-sFUApRoHcr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sFUApRoHcr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVUoVAazbd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUoVAazbd .carousel {
    min-height: 500px;
  }
  .cid-tVUoVAazbd .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVUoVAazbd .carousel {
    min-height: 325px;
  }
  .cid-tVUoVAazbd .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tVUoVAazbd .carousel {
    min-height: 275px;
  }
  .cid-tVUoVAazbd .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tVUoVAazbd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVUoVAazbd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tVUoVAazbd .carousel,
.cid-tVUoVAazbd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVUoVAazbd .item-wrapper {
  width: 100%;
}
.cid-tVUoVAazbd .carousel-caption {
  bottom: 40px;
}
.cid-tVUoVAazbd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tVUoVAazbd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tVUoVAazbd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tVUoVAazbd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVUoVAazbd .carousel-control {
  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-tVUoVAazbd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUoVAazbd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVUoVAazbd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVUoVAazbd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVUoVAazbd .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-tVUoVAazbd .carousel-indicators li.active,
.cid-tVUoVAazbd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVUoVAazbd .carousel-indicators li::after,
.cid-tVUoVAazbd .carousel-indicators li::before {
  content: none;
}
.cid-tVUoVAazbd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVUoVAazbd .carousel-indicators {
    display: none !important;
  }
}
.cid-sFUAsUOlsR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sFUAsUOlsR .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFUAsUOlsR .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFUAsUOlsR .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFUAsUOlsR .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFUAsUOlsR .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFUAsUOlsR .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFUAsUOlsR .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFUAsUOlsR .social-row {
  text-align: center;
}
.cid-sFUAsUOlsR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFUAsUOlsR .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFUAsUOlsR .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFUAsUOlsR .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFUE4AKplG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sFUE4AKplG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFUE4AKplG .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFUE4AKplG .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFUE4AKplG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFUE4AKplG .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFUE4AKplG .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFUE4AKplG .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFUE4AKplG .social-row {
  text-align: center;
}
.cid-sFUE4AKplG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFUE4AKplG .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFUE4AKplG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFUE4AKplG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFUGIM4DT7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sFUGIM4DT7 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFUGIM4DT7 .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFUGIM4DT7 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFUGIM4DT7 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFUGIM4DT7 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFUGIM4DT7 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFUGIM4DT7 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFUGIM4DT7 .social-row {
  text-align: center;
}
.cid-sFUGIM4DT7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFUGIM4DT7 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFUGIM4DT7 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFUGIM4DT7 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFUGXabbBB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sFUGXabbBB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFUGXabbBB .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFUGXabbBB .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFUGXabbBB .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFUGXabbBB .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFUGXabbBB .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFUGXabbBB .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFUGXabbBB .social-row {
  text-align: center;
}
.cid-sFUGXabbBB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFUGXabbBB .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFUGXabbBB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFUGXabbBB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFUHAx5qXY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sFUHAx5qXY .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFUHAx5qXY .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFUHAx5qXY .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFUHAx5qXY .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFUHAx5qXY .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFUHAx5qXY .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFUHAx5qXY .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFUHAx5qXY .social-row {
  text-align: center;
}
.cid-sFUHAx5qXY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFUHAx5qXY .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFUHAx5qXY .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFUHAx5qXY .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFUIb04BNG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sFUIb04BNG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFUIb04BNG .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFUIb04BNG .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFUIb04BNG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFUIb04BNG .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFUIb04BNG .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFUIb04BNG .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFUIb04BNG .social-row {
  text-align: center;
}
.cid-sFUIb04BNG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFUIb04BNG .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFUIb04BNG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFUIb04BNG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFUHZUcq3g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sFUHZUcq3g .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFUHZUcq3g .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFUHZUcq3g .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFUHZUcq3g .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFUHZUcq3g .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFUHZUcq3g .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFUHZUcq3g .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFUHZUcq3g .social-row {
  text-align: center;
}
.cid-sFUHZUcq3g .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFUHZUcq3g .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFUHZUcq3g .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFUHZUcq3g .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFULpLIZg3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sFULpLIZg3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFULpLIZg3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFULpLIZg3 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFULpLIZg3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFULpLIZg3 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFULpLIZg3 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFULpLIZg3 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFULpLIZg3 .social-row {
  text-align: center;
}
.cid-sFULpLIZg3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFULpLIZg3 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFULpLIZg3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFULpLIZg3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFULXCtpbV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sFULXCtpbV .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFULXCtpbV .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFULXCtpbV .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFULXCtpbV .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFULXCtpbV .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFULXCtpbV .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFULXCtpbV .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFULXCtpbV .social-row {
  text-align: center;
}
.cid-sFULXCtpbV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFULXCtpbV .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFULXCtpbV .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFULXCtpbV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uwQNwv4V9e {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uwQNwv4V9e .container {
    max-width: 1400px;
  }
}
.cid-uwQNwv4V9e .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-uwQNwv4V9e .card-wrapper {
  margin-top: 3rem;
}
.cid-uwQNwv4V9e .row {
  justify-content: center;
}
.cid-sFUPAHtAOO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFUPAHtAOO .text-wrapper {
    padding: 2rem;
  }
}
.cid-sFUPAHtAOO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sFUPAHtAOO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-txhStDeGct {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txhStDeGct .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-txhStDeGct .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-txhStDeGct .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-txhStDeGct .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-txhStDeGct .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-txhStDeGct .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-txhStDeGct .carousel-control,
.cid-txhStDeGct .close {
  background: #1b1b1b;
}
.cid-txhStDeGct .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-txhStDeGct .carousel-control-prev span {
  margin-right: 5px;
}
.cid-txhStDeGct .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-txhStDeGct .carousel-control-next span {
  margin-left: 5px;
}
.cid-txhStDeGct .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-txhStDeGct .close::before {
  content: '\e91a';
}
.cid-txhStDeGct .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-txhStDeGct .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-txhStDeGct .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txhStDeGct .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txhStDeGct .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-txhStDeGct .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-txhStDeGct .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-txhStDeGct .carousel-indicators li.active,
.cid-txhStDeGct .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-txhStDeGct .carousel-indicators li::after,
.cid-txhStDeGct .carousel-indicators li::before {
  content: none;
}
.cid-txhStDeGct .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-txhStDeGct .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-txhStDeGct .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-txhStDeGct .carousel-indicators {
    display: none;
  }
}
.cid-txhStDeGct .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-txhStDeGct .carousel-inner > .active {
  display: block;
}
.cid-txhStDeGct .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txhStDeGct .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txhStDeGct .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-txhStDeGct .carousel-control,
  .cid-txhStDeGct .carousel-indicators,
  .cid-txhStDeGct .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-txhStDeGct .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-txhStDeGct .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-txhStDeGct .carousel-indicators .active,
.cid-txhStDeGct .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-txhStDeGct .carousel-indicators .active {
  background: #fff;
}
.cid-txhStDeGct .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-txhStDeGct .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-txhStDeGct .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-txhStDeGct .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-txhStDeGct .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-txhStDeGct .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-txhStDeGct .carousel {
  width: 100%;
}
.cid-txhStDeGct .modal-backdrop.in {
  opacity: 0.8;
}
.cid-txhStDeGct .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-txhStDeGct .modal.fade .modal-dialog,
.cid-txhStDeGct .modal.in .modal-dialog {
  transform: none;
}
.cid-txhStDeGct .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-txhStDeGct H6 {
  text-align: center;
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwR52s35N9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwR52s35N9 .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwR52s35N9 .mbr-text {
  color: #ff9966;
}
.cid-uwR5nfu1vO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwR5nfu1vO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwR5nfu1vO .row {
  flex-direction: row-reverse;
}
.cid-uwR5nfu1vO img {
  width: 100%;
}
.cid-sF8J1b5vAg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sF8J1b5vAg .text-wrapper {
    padding: 2rem;
  }
}
.cid-sF8J1b5vAg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sF8J1b5vAg .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tbXhOo7ZWC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbXhOo7ZWC .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tbXhNxbXF5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbXhNxbXF5 .mbr-section-subtitle {
  color: #767676;
}
.cid-tbXhNxbXF5 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbXhNxbXF5 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-tbXhNxbXF5 .team-item .item-image img {
  width: 100%;
}
.cid-tbXhNxbXF5 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tbXhNxbXF5 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tbXhNxbXF5 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tbXhNxbXF5 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tbXhNxbXF5 .team-item .item-caption {
  background: #efefef;
}
.cid-tbXhNxbXF5 H2 {
  color: #5b686b;
}
.cid-tbXhNxbXF5 .item-role P {
  color: #5b686b;
}
.cid-tbXXtTdTgQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbXXtTdTgQ .mbr-section-subtitle {
  color: #767676;
}
.cid-tbXXtTdTgQ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbXXtTdTgQ .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-tbXXtTdTgQ .team-item .item-image img {
  width: 100%;
}
.cid-tbXXtTdTgQ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tbXXtTdTgQ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tbXXtTdTgQ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tbXXtTdTgQ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tbXXtTdTgQ .team-item .item-caption {
  background: #efefef;
}
.cid-tbXXtTdTgQ H2 {
  color: #5b686b;
}
.cid-tbXXtTdTgQ .item-role P {
  color: #5b686b;
}
.cid-tbY6qLt91u {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbY6qLt91u .mbr-section-subtitle {
  color: #767676;
}
.cid-tbY6qLt91u .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbY6qLt91u .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-tbY6qLt91u .team-item .item-image img {
  width: 100%;
}
.cid-tbY6qLt91u .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tbY6qLt91u .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tbY6qLt91u .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tbY6qLt91u .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tbY6qLt91u .team-item .item-caption {
  background: #efefef;
}
.cid-tbY6qLt91u H2 {
  color: #5b686b;
}
.cid-tbY6qLt91u .item-role P {
  color: #5b686b;
}
.cid-sF8JnJD2hn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sF8JnJD2hn .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sF8JsHdFpK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF8JsHdFpK .mbr-section-subtitle {
  color: #767676;
}
.cid-sF8JsHdFpK .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sF8JsHdFpK .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sF8JsHdFpK .team-item .item-image img {
  width: 100%;
}
.cid-sF8JsHdFpK .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sF8JsHdFpK .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sF8JsHdFpK .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sF8JsHdFpK .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sF8JsHdFpK .team-item .item-caption {
  background: #efefef;
}
.cid-sF8JsHdFpK H2 {
  color: #5b686b;
}
.cid-sF8JsHdFpK .item-role P {
  color: #5b686b;
}
.cid-sF8LJUb4w7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF8LJUb4w7 .mbr-section-subtitle {
  color: #767676;
}
.cid-sF8LJUb4w7 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sF8LJUb4w7 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sF8LJUb4w7 .team-item .item-image img {
  width: 100%;
}
.cid-sF8LJUb4w7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sF8LJUb4w7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sF8LJUb4w7 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sF8LJUb4w7 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sF8LJUb4w7 .team-item .item-caption {
  background: #efefef;
}
.cid-sF8LJUb4w7 H2 {
  color: #5b686b;
}
.cid-sF8LJUb4w7 .item-role P {
  color: #5b686b;
}
.cid-sF8OItpnUk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF8OItpnUk .mbr-section-subtitle {
  color: #767676;
}
.cid-sF8OItpnUk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sF8OItpnUk .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sF8OItpnUk .team-item .item-image img {
  width: 100%;
}
.cid-sF8OItpnUk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sF8OItpnUk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sF8OItpnUk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sF8OItpnUk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sF8OItpnUk .team-item .item-caption {
  background: #efefef;
}
.cid-sF8OItpnUk H2 {
  color: #5b686b;
}
.cid-sF8OItpnUk .item-role P {
  color: #5b686b;
}
.cid-sF96RmD3li {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF96RmD3li .mbr-section-subtitle {
  color: #767676;
}
.cid-sF96RmD3li .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sF96RmD3li .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sF96RmD3li .team-item .item-image img {
  width: 100%;
}
.cid-sF96RmD3li .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sF96RmD3li .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sF96RmD3li .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sF96RmD3li .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sF96RmD3li .team-item .item-caption {
  background: #efefef;
}
.cid-sF96RmD3li H2 {
  color: #5b686b;
}
.cid-sF96RmD3li .item-role P {
  color: #5b686b;
}
.cid-sF8PH0FHBv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sF8PH0FHBv .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sF8Q1DebzO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF8Q1DebzO .mbr-section-subtitle {
  color: #767676;
}
.cid-sF8Q1DebzO .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sF8Q1DebzO .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sF8Q1DebzO .team-item .item-image img {
  width: 100%;
}
.cid-sF8Q1DebzO .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sF8Q1DebzO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sF8Q1DebzO .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sF8Q1DebzO .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sF8Q1DebzO .team-item .item-caption {
  background: #efefef;
}
.cid-sF8Q1DebzO H2 {
  color: #5b686b;
}
.cid-sF8Q1DebzO .item-role P {
  color: #5b686b;
}
.cid-sF8RLKflm4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF8RLKflm4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sF8RLKflm4 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sF8RLKflm4 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sF8RLKflm4 .team-item .item-image img {
  width: 100%;
}
.cid-sF8RLKflm4 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sF8RLKflm4 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sF8RLKflm4 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sF8RLKflm4 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sF8RLKflm4 .team-item .item-caption {
  background: #efefef;
}
.cid-sF8RLKflm4 H2 {
  color: #5b686b;
}
.cid-sF8RLKflm4 .item-role P {
  color: #5b686b;
}
.cid-sF95q9llwO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF95q9llwO .mbr-section-subtitle {
  color: #767676;
}
.cid-sF95q9llwO .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sF95q9llwO .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sF95q9llwO .team-item .item-image img {
  width: 100%;
}
.cid-sF95q9llwO .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sF95q9llwO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sF95q9llwO .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sF95q9llwO .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sF95q9llwO .team-item .item-caption {
  background: #efefef;
}
.cid-sF95q9llwO H2 {
  color: #5b686b;
}
.cid-sF95q9llwO .item-role P {
  color: #5b686b;
}
.cid-sF96xaNor4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF96xaNor4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sF96xaNor4 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sF96xaNor4 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sF96xaNor4 .team-item .item-image img {
  width: 100%;
}
.cid-sF96xaNor4 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sF96xaNor4 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sF96xaNor4 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sF96xaNor4 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sF96xaNor4 .team-item .item-caption {
  background: #efefef;
}
.cid-sF96xaNor4 H2 {
  color: #5b686b;
}
.cid-sF96xaNor4 .item-role P {
  color: #5b686b;
}
.cid-uwR54GI8Fs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uwR54GI8Fs .container {
    max-width: 1400px;
  }
}
.cid-uwR54GI8Fs .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-uwR54GI8Fs .card-wrapper {
  margin-top: 3rem;
}
.cid-uwR54GI8Fs .row {
  justify-content: center;
}
.cid-tbXozrtveF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbXozrtveF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tbXozrtveF .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbXozrtveF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tbXozrtveF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tbXozrtveF .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-tbXozrtveF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tbXozrtveF .carousel-control,
.cid-tbXozrtveF .close {
  background: #1b1b1b;
}
.cid-tbXozrtveF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tbXozrtveF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tbXozrtveF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tbXozrtveF .carousel-control-next span {
  margin-left: 5px;
}
.cid-tbXozrtveF .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-tbXozrtveF .close::before {
  content: '\e91a';
}
.cid-tbXozrtveF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tbXozrtveF .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-tbXozrtveF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbXozrtveF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbXozrtveF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbXozrtveF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tbXozrtveF .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-tbXozrtveF .carousel-indicators li.active,
.cid-tbXozrtveF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbXozrtveF .carousel-indicators li::after,
.cid-tbXozrtveF .carousel-indicators li::before {
  content: none;
}
.cid-tbXozrtveF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbXozrtveF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tbXozrtveF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tbXozrtveF .carousel-indicators {
    display: none;
  }
}
.cid-tbXozrtveF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tbXozrtveF .carousel-inner > .active {
  display: block;
}
.cid-tbXozrtveF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbXozrtveF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbXozrtveF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tbXozrtveF .carousel-control,
  .cid-tbXozrtveF .carousel-indicators,
  .cid-tbXozrtveF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tbXozrtveF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tbXozrtveF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tbXozrtveF .carousel-indicators .active,
.cid-tbXozrtveF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tbXozrtveF .carousel-indicators .active {
  background: #fff;
}
.cid-tbXozrtveF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tbXozrtveF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tbXozrtveF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tbXozrtveF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tbXozrtveF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tbXozrtveF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tbXozrtveF .carousel {
  width: 100%;
}
.cid-tbXozrtveF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tbXozrtveF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tbXozrtveF .modal.fade .modal-dialog,
.cid-tbXozrtveF .modal.in .modal-dialog {
  transform: none;
}
.cid-tbXozrtveF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tbXozrtveF H6 {
  text-align: center;
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwNPtqkzg9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwNPtqkzg9 .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwNPtqkzg9 .mbr-text {
  color: #ff9966;
}
.cid-sF4x1mCaYm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sF4x1mCaYm .text-wrapper {
    padding: 2rem;
  }
}
.cid-sF4x1mCaYm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sF4x1mCaYm .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVUSBwGjN7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUSBwGjN7 .carousel {
    min-height: 600px;
  }
  .cid-tVUSBwGjN7 .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVUSBwGjN7 .carousel {
    min-height: 390px;
  }
  .cid-tVUSBwGjN7 .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tVUSBwGjN7 .carousel {
    min-height: 330px;
  }
  .cid-tVUSBwGjN7 .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tVUSBwGjN7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVUSBwGjN7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tVUSBwGjN7 .carousel,
.cid-tVUSBwGjN7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVUSBwGjN7 .item-wrapper {
  width: 100%;
}
.cid-tVUSBwGjN7 .carousel-caption {
  bottom: 40px;
}
.cid-tVUSBwGjN7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tVUSBwGjN7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tVUSBwGjN7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tVUSBwGjN7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVUSBwGjN7 .carousel-control {
  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-tVUSBwGjN7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUSBwGjN7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVUSBwGjN7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVUSBwGjN7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVUSBwGjN7 .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-tVUSBwGjN7 .carousel-indicators li.active,
.cid-tVUSBwGjN7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVUSBwGjN7 .carousel-indicators li::after,
.cid-tVUSBwGjN7 .carousel-indicators li::before {
  content: none;
}
.cid-tVUSBwGjN7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVUSBwGjN7 .carousel-indicators {
    display: none !important;
  }
}
.cid-uwNPCLyXIx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uwNPCLyXIx .container {
    max-width: 1400px;
  }
}
.cid-uwNPCLyXIx .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uwNPCLyXIx .card-wrapper {
  margin-top: 3rem;
}
.cid-uwNPCLyXIx .row {
  justify-content: center;
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-uwQTAQnsyN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwQTAQnsyN .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwQTAQnsyN .mbr-text {
  color: #ff9966;
}
.cid-uwQTK6sNy8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 991px) {
  .cid-uwQTK6sNy8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwQTK6sNy8 .row {
  flex-direction: row-reverse;
}
.cid-uwQTK6sNy8 img {
  width: 100%;
}
.cid-sF9HMbml4Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sF9HMbml4Y .text-wrapper {
    padding: 2rem;
  }
}
.cid-sF9HMbml4Y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sF9HMbml4Y .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVUYMKTf4g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUYMKTf4g .carousel {
    min-height: 600px;
  }
  .cid-tVUYMKTf4g .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVUYMKTf4g .carousel {
    min-height: 390px;
  }
  .cid-tVUYMKTf4g .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tVUYMKTf4g .carousel {
    min-height: 330px;
  }
  .cid-tVUYMKTf4g .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tVUYMKTf4g .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVUYMKTf4g .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tVUYMKTf4g .carousel,
.cid-tVUYMKTf4g .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVUYMKTf4g .item-wrapper {
  width: 100%;
}
.cid-tVUYMKTf4g .carousel-caption {
  bottom: 40px;
}
.cid-tVUYMKTf4g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tVUYMKTf4g .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tVUYMKTf4g .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tVUYMKTf4g .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVUYMKTf4g .carousel-control {
  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-tVUYMKTf4g .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUYMKTf4g .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVUYMKTf4g .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVUYMKTf4g .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVUYMKTf4g .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-tVUYMKTf4g .carousel-indicators li.active,
.cid-tVUYMKTf4g .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVUYMKTf4g .carousel-indicators li::after,
.cid-tVUYMKTf4g .carousel-indicators li::before {
  content: none;
}
.cid-tVUYMKTf4g .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVUYMKTf4g .carousel-indicators {
    display: none !important;
  }
}
.cid-uwQTEVi007 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uwQTEVi007 .container {
    max-width: 1400px;
  }
}
.cid-uwQTEVi007 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-uwQTEVi007 .card-wrapper {
  margin-top: 3rem;
}
.cid-uwQTEVi007 .row {
  justify-content: center;
}
.cid-tbXxLqywlv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbXxLqywlv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tbXxLqywlv .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbXxLqywlv .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tbXxLqywlv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tbXxLqywlv .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-tbXxLqywlv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tbXxLqywlv .carousel-control,
.cid-tbXxLqywlv .close {
  background: #1b1b1b;
}
.cid-tbXxLqywlv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tbXxLqywlv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tbXxLqywlv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tbXxLqywlv .carousel-control-next span {
  margin-left: 5px;
}
.cid-tbXxLqywlv .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-tbXxLqywlv .close::before {
  content: '\e91a';
}
.cid-tbXxLqywlv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tbXxLqywlv .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-tbXxLqywlv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbXxLqywlv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbXxLqywlv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbXxLqywlv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tbXxLqywlv .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-tbXxLqywlv .carousel-indicators li.active,
.cid-tbXxLqywlv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbXxLqywlv .carousel-indicators li::after,
.cid-tbXxLqywlv .carousel-indicators li::before {
  content: none;
}
.cid-tbXxLqywlv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbXxLqywlv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tbXxLqywlv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tbXxLqywlv .carousel-indicators {
    display: none;
  }
}
.cid-tbXxLqywlv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tbXxLqywlv .carousel-inner > .active {
  display: block;
}
.cid-tbXxLqywlv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbXxLqywlv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbXxLqywlv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tbXxLqywlv .carousel-control,
  .cid-tbXxLqywlv .carousel-indicators,
  .cid-tbXxLqywlv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tbXxLqywlv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tbXxLqywlv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tbXxLqywlv .carousel-indicators .active,
.cid-tbXxLqywlv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tbXxLqywlv .carousel-indicators .active {
  background: #fff;
}
.cid-tbXxLqywlv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tbXxLqywlv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tbXxLqywlv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tbXxLqywlv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tbXxLqywlv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tbXxLqywlv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tbXxLqywlv .carousel {
  width: 100%;
}
.cid-tbXxLqywlv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tbXxLqywlv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tbXxLqywlv .modal.fade .modal-dialog,
.cid-tbXxLqywlv .modal.in .modal-dialog {
  transform: none;
}
.cid-tbXxLqywlv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tbXxLqywlv H6 {
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwNQWQLMai {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwNQWQLMai .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwNQWQLMai .mbr-text {
  color: #ff9966;
}
.cid-sF4A7Z6f4j {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sF4A7Z6f4j .text-wrapper {
    padding: 2rem;
  }
}
.cid-sF4A7Z6f4j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sF4A7Z6f4j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVUEWjKd3g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUEWjKd3g .carousel {
    min-height: 600px;
  }
  .cid-tVUEWjKd3g .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVUEWjKd3g .carousel {
    min-height: 390px;
  }
  .cid-tVUEWjKd3g .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tVUEWjKd3g .carousel {
    min-height: 330px;
  }
  .cid-tVUEWjKd3g .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tVUEWjKd3g .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVUEWjKd3g .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tVUEWjKd3g .carousel,
.cid-tVUEWjKd3g .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVUEWjKd3g .item-wrapper {
  width: 100%;
}
.cid-tVUEWjKd3g .carousel-caption {
  bottom: 40px;
}
.cid-tVUEWjKd3g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tVUEWjKd3g .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tVUEWjKd3g .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tVUEWjKd3g .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVUEWjKd3g .carousel-control {
  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-tVUEWjKd3g .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUEWjKd3g .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVUEWjKd3g .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVUEWjKd3g .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVUEWjKd3g .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-tVUEWjKd3g .carousel-indicators li.active,
.cid-tVUEWjKd3g .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVUEWjKd3g .carousel-indicators li::after,
.cid-tVUEWjKd3g .carousel-indicators li::before {
  content: none;
}
.cid-tVUEWjKd3g .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVUEWjKd3g .carousel-indicators {
    display: none !important;
  }
}
.cid-tVUGc0AjUq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tVUGc0AjUq .line {
  background-color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVUGc0AjUq .mbr-text {
  color: #000000;
}
.cid-uwRQcq7zi9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uwRQcq7zi9 .container {
    max-width: 1400px;
  }
}
.cid-uwRQcq7zi9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-uwRQcq7zi9 .card-wrapper {
  margin-top: 3rem;
}
.cid-uwRQcq7zi9 .row {
  justify-content: center;
}
.cid-tbXt7sI6PG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbXt7sI6PG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tbXt7sI6PG .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbXt7sI6PG .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tbXt7sI6PG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tbXt7sI6PG .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-tbXt7sI6PG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tbXt7sI6PG .carousel-control,
.cid-tbXt7sI6PG .close {
  background: #1b1b1b;
}
.cid-tbXt7sI6PG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tbXt7sI6PG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tbXt7sI6PG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tbXt7sI6PG .carousel-control-next span {
  margin-left: 5px;
}
.cid-tbXt7sI6PG .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-tbXt7sI6PG .close::before {
  content: '\e91a';
}
.cid-tbXt7sI6PG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tbXt7sI6PG .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-tbXt7sI6PG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbXt7sI6PG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbXt7sI6PG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbXt7sI6PG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tbXt7sI6PG .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-tbXt7sI6PG .carousel-indicators li.active,
.cid-tbXt7sI6PG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbXt7sI6PG .carousel-indicators li::after,
.cid-tbXt7sI6PG .carousel-indicators li::before {
  content: none;
}
.cid-tbXt7sI6PG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbXt7sI6PG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tbXt7sI6PG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tbXt7sI6PG .carousel-indicators {
    display: none;
  }
}
.cid-tbXt7sI6PG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tbXt7sI6PG .carousel-inner > .active {
  display: block;
}
.cid-tbXt7sI6PG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbXt7sI6PG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbXt7sI6PG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tbXt7sI6PG .carousel-control,
  .cid-tbXt7sI6PG .carousel-indicators,
  .cid-tbXt7sI6PG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tbXt7sI6PG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tbXt7sI6PG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tbXt7sI6PG .carousel-indicators .active,
.cid-tbXt7sI6PG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tbXt7sI6PG .carousel-indicators .active {
  background: #fff;
}
.cid-tbXt7sI6PG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tbXt7sI6PG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tbXt7sI6PG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tbXt7sI6PG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tbXt7sI6PG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tbXt7sI6PG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tbXt7sI6PG .carousel {
  width: 100%;
}
.cid-tbXt7sI6PG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tbXt7sI6PG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tbXt7sI6PG .modal.fade .modal-dialog,
.cid-tbXt7sI6PG .modal.in .modal-dialog {
  transform: none;
}
.cid-tbXt7sI6PG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tbXt7sI6PG H6 {
  text-align: center;
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwR6zpIWqB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwR6zpIWqB .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwR6zpIWqB .mbr-text {
  color: #ff9966;
}
.cid-sF4w9mRa1o {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sF4w9mRa1o .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sF4w9mRa1o .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sF4w9mRa1o .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4w9mRa1o .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sF4w9mRa1o .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #4df700;
}
.cid-sF4w9mRa1o .mbr-section-title {
  text-align: center;
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwQOlB3Z9g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwQOlB3Z9g .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwQOlB3Z9g .mbr-text {
  color: #ff9966;
}
.cid-uwQOBUlXPP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 991px) {
  .cid-uwQOBUlXPP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwQOBUlXPP .row {
  flex-direction: row-reverse;
}
.cid-uwQOBUlXPP img {
  width: 100%;
}
.cid-sFTcav84FH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFTcav84FH .text-wrapper {
    padding: 2rem;
  }
}
.cid-sFTcav84FH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sFTcav84FH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tbYdQuRorQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tbYdQuRorQ .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tbYdQuRorQ .mbr-text {
  color: #ff8a8a;
}
.cid-tbYdPxyxKz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbYdPxyxKz .mbr-section-subtitle {
  color: #767676;
}
.cid-tbYdPxyxKz .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbYdPxyxKz .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-tbYdPxyxKz .team-item .item-image img {
  width: 100%;
}
.cid-tbYdPxyxKz .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tbYdPxyxKz .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tbYdPxyxKz .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tbYdPxyxKz .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tbYdPxyxKz .team-item .item-caption {
  background: #efefef;
}
.cid-tbYdPxyxKz H2 {
  color: #5b686b;
}
.cid-tbYdPxyxKz .item-role P {
  color: #5b686b;
}
.cid-tbYvmqef2W {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbYvmqef2W .mbr-section-subtitle {
  color: #767676;
}
.cid-tbYvmqef2W .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbYvmqef2W .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-tbYvmqef2W .team-item .item-image img {
  width: 100%;
}
.cid-tbYvmqef2W .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tbYvmqef2W .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tbYvmqef2W .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tbYvmqef2W .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tbYvmqef2W .team-item .item-caption {
  background: #efefef;
}
.cid-tbYvmqef2W H2 {
  color: #5b686b;
}
.cid-tbYvmqef2W .item-role P {
  color: #5b686b;
}
.cid-tbYCMYcBjS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbYCMYcBjS .mbr-section-subtitle {
  color: #767676;
}
.cid-tbYCMYcBjS .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbYCMYcBjS .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-tbYCMYcBjS .team-item .item-image img {
  width: 100%;
}
.cid-tbYCMYcBjS .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tbYCMYcBjS .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tbYCMYcBjS .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tbYCMYcBjS .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tbYCMYcBjS .team-item .item-caption {
  background: #efefef;
}
.cid-tbYCMYcBjS H2 {
  color: #5b686b;
}
.cid-tbYCMYcBjS .item-role P {
  color: #5b686b;
}
.cid-tbYdHOUob2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tbYdHOUob2 .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tbYdHOUob2 .mbr-text {
  color: #ff8a8a;
}
.cid-sFTs8jrSVB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sFTs8jrSVB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFTs8jrSVB .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFTs8jrSVB .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFTs8jrSVB .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFTs8jrSVB .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFTs8jrSVB .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFTs8jrSVB .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFTs8jrSVB .social-row {
  text-align: center;
}
.cid-sFTs8jrSVB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFTs8jrSVB .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFTs8jrSVB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFTs8jrSVB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFTt8KdA8w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sFTt8KdA8w .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFTt8KdA8w .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFTt8KdA8w .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFTt8KdA8w .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFTt8KdA8w .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFTt8KdA8w .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFTt8KdA8w .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFTt8KdA8w .social-row {
  text-align: center;
}
.cid-sFTt8KdA8w .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFTt8KdA8w .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFTt8KdA8w .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFTt8KdA8w .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFTunV9web {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sFTunV9web .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFTunV9web .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFTunV9web .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFTunV9web .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFTunV9web .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFTunV9web .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFTunV9web .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFTunV9web .social-row {
  text-align: center;
}
.cid-sFTunV9web .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFTunV9web .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFTunV9web .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFTunV9web .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFTz91RhMU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sFTz91RhMU .line {
  background-color: #ff9966;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFTz91RhMU .mbr-text {
  color: #ff9966;
}
.cid-uwQRwwkfuF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uwQRwwkfuF .container {
    max-width: 1400px;
  }
}
.cid-uwQRwwkfuF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-uwQRwwkfuF .card-wrapper {
  margin-top: 3rem;
}
.cid-uwQRwwkfuF .row {
  justify-content: center;
}
.cid-sFTzfaH7iW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sFTzfaH7iW .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFTzfaH7iW .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFTzfaH7iW .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFTzfaH7iW .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFTzfaH7iW .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFTzfaH7iW .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFTzfaH7iW .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFTzfaH7iW .social-row {
  text-align: center;
}
.cid-sFTzfaH7iW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFTzfaH7iW .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFTzfaH7iW .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFTzfaH7iW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tbXgpvktnN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbXgpvktnN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tbXgpvktnN .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbXgpvktnN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tbXgpvktnN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tbXgpvktnN .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-tbXgpvktnN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tbXgpvktnN .carousel-control,
.cid-tbXgpvktnN .close {
  background: #1b1b1b;
}
.cid-tbXgpvktnN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tbXgpvktnN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tbXgpvktnN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tbXgpvktnN .carousel-control-next span {
  margin-left: 5px;
}
.cid-tbXgpvktnN .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-tbXgpvktnN .close::before {
  content: '\e91a';
}
.cid-tbXgpvktnN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tbXgpvktnN .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-tbXgpvktnN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbXgpvktnN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbXgpvktnN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbXgpvktnN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tbXgpvktnN .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-tbXgpvktnN .carousel-indicators li.active,
.cid-tbXgpvktnN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbXgpvktnN .carousel-indicators li::after,
.cid-tbXgpvktnN .carousel-indicators li::before {
  content: none;
}
.cid-tbXgpvktnN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbXgpvktnN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tbXgpvktnN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tbXgpvktnN .carousel-indicators {
    display: none;
  }
}
.cid-tbXgpvktnN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tbXgpvktnN .carousel-inner > .active {
  display: block;
}
.cid-tbXgpvktnN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbXgpvktnN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbXgpvktnN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tbXgpvktnN .carousel-control,
  .cid-tbXgpvktnN .carousel-indicators,
  .cid-tbXgpvktnN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tbXgpvktnN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tbXgpvktnN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tbXgpvktnN .carousel-indicators .active,
.cid-tbXgpvktnN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tbXgpvktnN .carousel-indicators .active {
  background: #fff;
}
.cid-tbXgpvktnN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tbXgpvktnN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tbXgpvktnN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tbXgpvktnN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tbXgpvktnN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tbXgpvktnN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tbXgpvktnN .carousel {
  width: 100%;
}
.cid-tbXgpvktnN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tbXgpvktnN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tbXgpvktnN .modal.fade .modal-dialog,
.cid-tbXgpvktnN .modal.in .modal-dialog {
  transform: none;
}
.cid-tbXgpvktnN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tbXgpvktnN H6 {
  text-align: center;
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-tbYbc0oIrz .navbar-dropdown {
  position: relative !important;
}
.cid-tbYbc0oIrz .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-tbYbc0oIrz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tbYbc0oIrz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tbYbc0oIrz .dropdown-item:hover,
.cid-tbYbc0oIrz .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-tbYbc0oIrz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tbYbc0oIrz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tbYbc0oIrz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tbYbc0oIrz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbYbc0oIrz .nav-link {
  position: relative;
}
.cid-tbYbc0oIrz .container {
  display: flex;
  margin: auto;
}
.cid-tbYbc0oIrz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tbYbc0oIrz .dropdown-menu,
.cid-tbYbc0oIrz .navbar.opened {
  background: #000000 !important;
}
.cid-tbYbc0oIrz .nav-item:focus,
.cid-tbYbc0oIrz .nav-link:focus {
  outline: none;
}
.cid-tbYbc0oIrz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbYbc0oIrz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbYbc0oIrz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbYbc0oIrz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbYbc0oIrz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbYbc0oIrz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbYbc0oIrz .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: #000000;
}
.cid-tbYbc0oIrz .navbar.opened {
  transition: all 0.3s;
}
.cid-tbYbc0oIrz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tbYbc0oIrz .navbar .navbar-logo img {
  width: auto;
}
.cid-tbYbc0oIrz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbYbc0oIrz .navbar.collapsed {
  justify-content: center;
}
.cid-tbYbc0oIrz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbYbc0oIrz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbYbc0oIrz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tbYbc0oIrz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbYbc0oIrz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbYbc0oIrz .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-tbYbc0oIrz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbYbc0oIrz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tbYbc0oIrz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tbYbc0oIrz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbYbc0oIrz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbYbc0oIrz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbYbc0oIrz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbYbc0oIrz .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-tbYbc0oIrz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbYbc0oIrz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbYbc0oIrz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tbYbc0oIrz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbYbc0oIrz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbYbc0oIrz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tbYbc0oIrz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbYbc0oIrz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbYbc0oIrz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbYbc0oIrz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbYbc0oIrz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbYbc0oIrz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbYbc0oIrz .dropdown-item.active,
.cid-tbYbc0oIrz .dropdown-item:active {
  background-color: transparent;
}
.cid-tbYbc0oIrz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbYbc0oIrz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbYbc0oIrz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbYbc0oIrz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tbYbc0oIrz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbYbc0oIrz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbYbc0oIrz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbYbc0oIrz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbYbc0oIrz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tbYbc0oIrz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tbYbc0oIrz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbYbc0oIrz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbYbc0oIrz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbYbc0oIrz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbYbc0oIrz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbYbc0oIrz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbYbc0oIrz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbYbc0oIrz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbYbc0oIrz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tbYbc0oIrz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbYbc0oIrz .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-tbYbc0oIrz .navbar {
    height: 70px;
  }
  .cid-tbYbc0oIrz .navbar.opened {
    height: auto;
  }
  .cid-tbYbc0oIrz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwQS3yQlpD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwQS3yQlpD .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwQS3yQlpD .mbr-text {
  color: #ff9966;
}
.cid-uwQSdSZ5lC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
@media (max-width: 991px) {
  .cid-uwQSdSZ5lC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwQSdSZ5lC .row {
  flex-direction: row-reverse;
}
.cid-uwQSdSZ5lC img {
  width: 100%;
}
.cid-tbYbckKo8a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tbYbckKo8a .text-wrapper {
    padding: 2rem;
  }
}
.cid-tbYbckKo8a .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tbYbckKo8a .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tbYFwrfPTG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbYFwrfPTG .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tbYFwrfPTG .mbr-text {
  color: #ff8a8a;
}
.cid-tbYFAsVAX9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbYFAsVAX9 .mbr-section-subtitle {
  color: #767676;
}
.cid-tbYFAsVAX9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbYFAsVAX9 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-tbYFAsVAX9 .team-item .item-image img {
  width: 100%;
}
.cid-tbYFAsVAX9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tbYFAsVAX9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tbYFAsVAX9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tbYFAsVAX9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tbYFAsVAX9 .team-item .item-caption {
  background: #efefef;
}
.cid-tbYFAsVAX9 H2 {
  color: #5b686b;
}
.cid-tbYFAsVAX9 .item-role P {
  color: #5b686b;
}
.cid-tbZlzWYtZf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbZlzWYtZf .mbr-section-subtitle {
  color: #767676;
}
.cid-tbZlzWYtZf .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tbZlzWYtZf .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-tbZlzWYtZf .team-item .item-image img {
  width: 100%;
}
.cid-tbZlzWYtZf .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tbZlzWYtZf .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tbZlzWYtZf .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tbZlzWYtZf .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tbZlzWYtZf .team-item .item-caption {
  background: #efefef;
}
.cid-tbZlzWYtZf H2 {
  color: #5b686b;
}
.cid-tbZlzWYtZf .item-role P {
  color: #5b686b;
}
.cid-uwQS71fCOD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uwQS71fCOD .container {
    max-width: 1400px;
  }
}
.cid-uwQS71fCOD .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-uwQS71fCOD .card-wrapper {
  margin-top: 3rem;
}
.cid-uwQS71fCOD .row {
  justify-content: center;
}
.cid-tbYbc59OPE {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbYbc59OPE .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tbYbc59OPE .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tbYbc59OPE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tbYbc59OPE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tbYbc59OPE .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-tbYbc59OPE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tbYbc59OPE .carousel-control,
.cid-tbYbc59OPE .close {
  background: #1b1b1b;
}
.cid-tbYbc59OPE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tbYbc59OPE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tbYbc59OPE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tbYbc59OPE .carousel-control-next span {
  margin-left: 5px;
}
.cid-tbYbc59OPE .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-tbYbc59OPE .close::before {
  content: '\e91a';
}
.cid-tbYbc59OPE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tbYbc59OPE .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-tbYbc59OPE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbYbc59OPE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbYbc59OPE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbYbc59OPE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tbYbc59OPE .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-tbYbc59OPE .carousel-indicators li.active,
.cid-tbYbc59OPE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbYbc59OPE .carousel-indicators li::after,
.cid-tbYbc59OPE .carousel-indicators li::before {
  content: none;
}
.cid-tbYbc59OPE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbYbc59OPE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tbYbc59OPE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tbYbc59OPE .carousel-indicators {
    display: none;
  }
}
.cid-tbYbc59OPE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tbYbc59OPE .carousel-inner > .active {
  display: block;
}
.cid-tbYbc59OPE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbYbc59OPE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbYbc59OPE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tbYbc59OPE .carousel-control,
  .cid-tbYbc59OPE .carousel-indicators,
  .cid-tbYbc59OPE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tbYbc59OPE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tbYbc59OPE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tbYbc59OPE .carousel-indicators .active,
.cid-tbYbc59OPE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tbYbc59OPE .carousel-indicators .active {
  background: #fff;
}
.cid-tbYbc59OPE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tbYbc59OPE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tbYbc59OPE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tbYbc59OPE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tbYbc59OPE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tbYbc59OPE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tbYbc59OPE .carousel {
  width: 100%;
}
.cid-tbYbc59OPE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tbYbc59OPE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tbYbc59OPE .modal.fade .modal-dialog,
.cid-tbYbc59OPE .modal.in .modal-dialog {
  transform: none;
}
.cid-tbYbc59OPE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tbYbc59OPE H6 {
  text-align: center;
}
.cid-tbYbcoZE1o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tbYbcoZE1o .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tbYbcoZE1o .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tbYbcoZE1o .row {
    text-align: center;
  }
  .cid-tbYbcoZE1o .row > div {
    margin: auto;
  }
  .cid-tbYbcoZE1o .social-row {
    justify-content: center;
  }
}
.cid-tbYbcoZE1o .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tbYbcoZE1o .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tbYbcoZE1o .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbYbcoZE1o .list {
    margin-bottom: 0rem;
  }
}
.cid-tbYbcoZE1o .mbr-text {
  color: #bbbbbb;
}
.cid-tbYbcoZE1o .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tbYbcoZE1o .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tbYbcoZE1o div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tbYbcoZE1o H5 {
  color: #ff9966;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwQT8b28OY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwQT8b28OY .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwQT8b28OY .mbr-text {
  color: #ff9966;
}
.cid-sFfZsINdtO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFfZsINdtO .text-wrapper {
    padding: 2rem;
  }
}
.cid-sFfZsINdtO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sFfZsINdtO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVUtyTeX2M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUtyTeX2M .carousel {
    min-height: 500px;
  }
  .cid-tVUtyTeX2M .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVUtyTeX2M .carousel {
    min-height: 325px;
  }
  .cid-tVUtyTeX2M .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tVUtyTeX2M .carousel {
    min-height: 275px;
  }
  .cid-tVUtyTeX2M .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tVUtyTeX2M .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVUtyTeX2M .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tVUtyTeX2M .carousel,
.cid-tVUtyTeX2M .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVUtyTeX2M .item-wrapper {
  width: 100%;
}
.cid-tVUtyTeX2M .carousel-caption {
  bottom: 40px;
}
.cid-tVUtyTeX2M .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tVUtyTeX2M .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tVUtyTeX2M .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tVUtyTeX2M .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVUtyTeX2M .carousel-control {
  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-tVUtyTeX2M .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUtyTeX2M .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVUtyTeX2M .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVUtyTeX2M .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVUtyTeX2M .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-tVUtyTeX2M .carousel-indicators li.active,
.cid-tVUtyTeX2M .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVUtyTeX2M .carousel-indicators li::after,
.cid-tVUtyTeX2M .carousel-indicators li::before {
  content: none;
}
.cid-tVUtyTeX2M .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVUtyTeX2M .carousel-indicators {
    display: none !important;
  }
}
.cid-tVUup16Jjn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tVUup16Jjn .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVUup16Jjn .mbr-text {
  color: #000000;
}
.cid-sFg6ClpJnh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFg6ClpJnh .mbr-section-subtitle {
  color: #767676;
}
.cid-sFg6ClpJnh .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFg6ClpJnh .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFg6ClpJnh .team-item .item-image img {
  width: 100%;
}
.cid-sFg6ClpJnh .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFg6ClpJnh .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFg6ClpJnh .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFg6ClpJnh .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFg6ClpJnh .team-item .item-caption {
  background: #000000;
}
.cid-sFg6ClpJnh H2 {
  color: #5b686b;
}
.cid-sFg6ClpJnh .item-role P {
  color: #5b686b;
}
.cid-sFg6ClpJnh .item-name {
  color: #e43f3f;
}
.cid-sFkDJk9Cv9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFkDJk9Cv9 .mbr-section-subtitle {
  color: #767676;
}
.cid-sFkDJk9Cv9 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFkDJk9Cv9 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFkDJk9Cv9 .team-item .item-image img {
  width: 100%;
}
.cid-sFkDJk9Cv9 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFkDJk9Cv9 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFkDJk9Cv9 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFkDJk9Cv9 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFkDJk9Cv9 .team-item .item-caption {
  background: #000000;
}
.cid-sFkDJk9Cv9 H2 {
  color: #5b686b;
}
.cid-sFkDJk9Cv9 .item-role P {
  color: #5b686b;
}
.cid-sFkDJk9Cv9 .item-name {
  color: #e43f3f;
}
.cid-sFkEi3Cv1m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFkEi3Cv1m .mbr-section-subtitle {
  color: #767676;
}
.cid-sFkEi3Cv1m .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFkEi3Cv1m .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFkEi3Cv1m .team-item .item-image img {
  width: 100%;
}
.cid-sFkEi3Cv1m .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFkEi3Cv1m .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFkEi3Cv1m .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFkEi3Cv1m .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFkEi3Cv1m .team-item .item-caption {
  background: #000000;
}
.cid-sFkEi3Cv1m H2 {
  color: #5b686b;
}
.cid-sFkEi3Cv1m .item-role P {
  color: #5b686b;
}
.cid-sFkEi3Cv1m .item-name {
  color: #e43f3f;
}
.cid-sFkHOKshOe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFkHOKshOe .mbr-section-subtitle {
  color: #767676;
}
.cid-sFkHOKshOe .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFkHOKshOe .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFkHOKshOe .team-item .item-image img {
  width: 100%;
}
.cid-sFkHOKshOe .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFkHOKshOe .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFkHOKshOe .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFkHOKshOe .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFkHOKshOe .team-item .item-caption {
  background: #000000;
}
.cid-sFkHOKshOe H2 {
  color: #5b686b;
}
.cid-sFkHOKshOe .item-role P {
  color: #5b686b;
}
.cid-sFkHOKshOe .item-name {
  color: #e43f3f;
}
.cid-sFkIqQzDI7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFkIqQzDI7 .mbr-section-subtitle {
  color: #767676;
}
.cid-sFkIqQzDI7 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFkIqQzDI7 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFkIqQzDI7 .team-item .item-image img {
  width: 100%;
}
.cid-sFkIqQzDI7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFkIqQzDI7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFkIqQzDI7 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFkIqQzDI7 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFkIqQzDI7 .team-item .item-caption {
  background: #000000;
}
.cid-sFkIqQzDI7 H2 {
  color: #5b686b;
}
.cid-sFkIqQzDI7 .item-role P {
  color: #5b686b;
}
.cid-sFkIqQzDI7 .item-name {
  color: #e43f3f;
}
.cid-sFDNDtwIaR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDNDtwIaR .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDNDtwIaR .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDNDtwIaR .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDNDtwIaR .team-item .item-image img {
  width: 100%;
}
.cid-sFDNDtwIaR .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDNDtwIaR .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDNDtwIaR .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDNDtwIaR .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDNDtwIaR .team-item .item-caption {
  background: #000000;
}
.cid-sFDNDtwIaR H2 {
  color: #5b686b;
}
.cid-sFDNDtwIaR .item-role P {
  color: #5b686b;
}
.cid-sFDNDtwIaR .item-name {
  color: #e43f3f;
}
.cid-sFDNYsaZ4M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDNYsaZ4M .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDNYsaZ4M .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDNYsaZ4M .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDNYsaZ4M .team-item .item-image img {
  width: 100%;
}
.cid-sFDNYsaZ4M .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDNYsaZ4M .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDNYsaZ4M .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDNYsaZ4M .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDNYsaZ4M .team-item .item-caption {
  background: #000000;
}
.cid-sFDNYsaZ4M H2 {
  color: #5b686b;
}
.cid-sFDNYsaZ4M .item-role P {
  color: #5b686b;
}
.cid-sFDNYsaZ4M .item-name {
  color: #e43f3f;
}
.cid-sFDOmtL1VT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDOmtL1VT .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDOmtL1VT .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDOmtL1VT .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDOmtL1VT .team-item .item-image img {
  width: 100%;
}
.cid-sFDOmtL1VT .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDOmtL1VT .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDOmtL1VT .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDOmtL1VT .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDOmtL1VT .team-item .item-caption {
  background: #000000;
}
.cid-sFDOmtL1VT H2 {
  color: #5b686b;
}
.cid-sFDOmtL1VT .item-role P {
  color: #5b686b;
}
.cid-sFDOmtL1VT .item-name {
  color: #e43f3f;
}
.cid-sFDOJ85Q4a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDOJ85Q4a .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDOJ85Q4a .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDOJ85Q4a .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDOJ85Q4a .team-item .item-image img {
  width: 100%;
}
.cid-sFDOJ85Q4a .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDOJ85Q4a .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDOJ85Q4a .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDOJ85Q4a .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDOJ85Q4a .team-item .item-caption {
  background: #000000;
}
.cid-sFDOJ85Q4a H2 {
  color: #5b686b;
}
.cid-sFDOJ85Q4a .item-role P {
  color: #5b686b;
}
.cid-sFDOJ85Q4a .item-name {
  color: #e43f3f;
}
.cid-sFDP4qabug {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDP4qabug .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDP4qabug .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDP4qabug .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDP4qabug .team-item .item-image img {
  width: 100%;
}
.cid-sFDP4qabug .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDP4qabug .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDP4qabug .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDP4qabug .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDP4qabug .team-item .item-caption {
  background: #000000;
}
.cid-sFDP4qabug H2 {
  color: #5b686b;
}
.cid-sFDP4qabug .item-role P {
  color: #5b686b;
}
.cid-sFDP4qabug .item-name {
  color: #e43f3f;
}
.cid-sFDPpaIwx3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDPpaIwx3 .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDPpaIwx3 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDPpaIwx3 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDPpaIwx3 .team-item .item-image img {
  width: 100%;
}
.cid-sFDPpaIwx3 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDPpaIwx3 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDPpaIwx3 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDPpaIwx3 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDPpaIwx3 .team-item .item-caption {
  background: #000000;
}
.cid-sFDPpaIwx3 H2 {
  color: #5b686b;
}
.cid-sFDPpaIwx3 .item-role P {
  color: #5b686b;
}
.cid-sFDPpaIwx3 .item-name {
  color: #e43f3f;
}
.cid-sFDPVnfgAk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDPVnfgAk .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDPVnfgAk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDPVnfgAk .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDPVnfgAk .team-item .item-image img {
  width: 100%;
}
.cid-sFDPVnfgAk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDPVnfgAk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDPVnfgAk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDPVnfgAk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDPVnfgAk .team-item .item-caption {
  background: #000000;
}
.cid-sFDPVnfgAk H2 {
  color: #5b686b;
}
.cid-sFDPVnfgAk .item-role P {
  color: #5b686b;
}
.cid-sFDPVnfgAk .item-name {
  color: #e43f3f;
}
.cid-sFDQezSMJ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDQezSMJ1 .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDQezSMJ1 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDQezSMJ1 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDQezSMJ1 .team-item .item-image img {
  width: 100%;
}
.cid-sFDQezSMJ1 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDQezSMJ1 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDQezSMJ1 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDQezSMJ1 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDQezSMJ1 .team-item .item-caption {
  background: #000000;
}
.cid-sFDQezSMJ1 H2 {
  color: #5b686b;
}
.cid-sFDQezSMJ1 .item-role P {
  color: #5b686b;
}
.cid-sFDQezSMJ1 .item-name {
  color: #e43f3f;
}
.cid-sFDSKdzTmt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDSKdzTmt .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDSKdzTmt .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDSKdzTmt .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDSKdzTmt .team-item .item-image img {
  width: 100%;
}
.cid-sFDSKdzTmt .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDSKdzTmt .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDSKdzTmt .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDSKdzTmt .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDSKdzTmt .team-item .item-caption {
  background: #000000;
}
.cid-sFDSKdzTmt H2 {
  color: #5b686b;
}
.cid-sFDSKdzTmt .item-role P {
  color: #5b686b;
}
.cid-sFDSKdzTmt .item-name {
  color: #e43f3f;
}
.cid-sFDT8792ku {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDT8792ku .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDT8792ku .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDT8792ku .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDT8792ku .team-item .item-image img {
  width: 100%;
}
.cid-sFDT8792ku .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDT8792ku .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDT8792ku .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDT8792ku .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDT8792ku .team-item .item-caption {
  background: #000000;
}
.cid-sFDT8792ku H2 {
  color: #5b686b;
}
.cid-sFDT8792ku .item-role P {
  color: #5b686b;
}
.cid-sFDT8792ku .item-name {
  color: #e43f3f;
}
.cid-sFDReNCpCM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sFDReNCpCM .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFDReNCpCM .mbr-text {
  color: #e6c63b;
}
.cid-sFDTuAF7uR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDTuAF7uR .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDTuAF7uR .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDTuAF7uR .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDTuAF7uR .team-item .item-image img {
  width: 100%;
}
.cid-sFDTuAF7uR .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDTuAF7uR .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDTuAF7uR .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDTuAF7uR .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDTuAF7uR .team-item .item-caption {
  background: #efefef;
}
.cid-sFDTuAF7uR H2 {
  color: #5b686b;
}
.cid-sFDTuAF7uR .item-role P {
  color: #5b686b;
}
.cid-sFDVEQefik {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDVEQefik .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDVEQefik .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDVEQefik .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDVEQefik .team-item .item-image img {
  width: 100%;
}
.cid-sFDVEQefik .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDVEQefik .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDVEQefik .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDVEQefik .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDVEQefik .team-item .item-caption {
  background: #efefef;
}
.cid-sFDVEQefik H2 {
  color: #5b686b;
}
.cid-sFDVEQefik .item-role P {
  color: #5b686b;
}
.cid-sFDVG3oyX7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDVG3oyX7 .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDVG3oyX7 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDVG3oyX7 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDVG3oyX7 .team-item .item-image img {
  width: 100%;
}
.cid-sFDVG3oyX7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDVG3oyX7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDVG3oyX7 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDVG3oyX7 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDVG3oyX7 .team-item .item-caption {
  background: #efefef;
}
.cid-sFDVG3oyX7 H2 {
  color: #5b686b;
}
.cid-sFDVG3oyX7 .item-role P {
  color: #5b686b;
}
.cid-sFDVGMnjqL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDVGMnjqL .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDVGMnjqL .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDVGMnjqL .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDVGMnjqL .team-item .item-image img {
  width: 100%;
}
.cid-sFDVGMnjqL .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDVGMnjqL .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDVGMnjqL .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDVGMnjqL .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDVGMnjqL .team-item .item-caption {
  background: #efefef;
}
.cid-sFDVGMnjqL H2 {
  color: #5b686b;
}
.cid-sFDVGMnjqL .item-role P {
  color: #5b686b;
}
.cid-sFDWLq5scI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDWLq5scI .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDWLq5scI .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDWLq5scI .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDWLq5scI .team-item .item-image img {
  width: 100%;
}
.cid-sFDWLq5scI .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDWLq5scI .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDWLq5scI .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDWLq5scI .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDWLq5scI .team-item .item-caption {
  background: #efefef;
}
.cid-sFDWLq5scI H2 {
  color: #5b686b;
}
.cid-sFDWLq5scI .item-role P {
  color: #5b686b;
}
.cid-sFDZrUzLKk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDZrUzLKk .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDZrUzLKk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDZrUzLKk .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDZrUzLKk .team-item .item-image img {
  width: 100%;
}
.cid-sFDZrUzLKk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDZrUzLKk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDZrUzLKk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDZrUzLKk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDZrUzLKk .team-item .item-caption {
  background: #efefef;
}
.cid-sFDZrUzLKk H2 {
  color: #5b686b;
}
.cid-sFDZrUzLKk .item-role P {
  color: #5b686b;
}
.cid-sFDZsDfvuQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFDZsDfvuQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sFDZsDfvuQ .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFDZsDfvuQ .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFDZsDfvuQ .team-item .item-image img {
  width: 100%;
}
.cid-sFDZsDfvuQ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFDZsDfvuQ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFDZsDfvuQ .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFDZsDfvuQ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFDZsDfvuQ .team-item .item-caption {
  background: #efefef;
}
.cid-sFDZsDfvuQ H2 {
  color: #5b686b;
}
.cid-sFDZsDfvuQ .item-role P {
  color: #5b686b;
}
.cid-sFE3PJAjmO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFE3PJAjmO .mbr-section-subtitle {
  color: #767676;
}
.cid-sFE3PJAjmO .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFE3PJAjmO .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFE3PJAjmO .team-item .item-image img {
  width: 100%;
}
.cid-sFE3PJAjmO .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFE3PJAjmO .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFE3PJAjmO .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFE3PJAjmO .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFE3PJAjmO .team-item .item-caption {
  background: #efefef;
}
.cid-sFE3PJAjmO H2 {
  color: #5b686b;
}
.cid-sFE3PJAjmO .item-role P {
  color: #5b686b;
}
.cid-sFE46jkrha {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFE46jkrha .mbr-section-subtitle {
  color: #767676;
}
.cid-sFE46jkrha .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFE46jkrha .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFE46jkrha .team-item .item-image img {
  width: 100%;
}
.cid-sFE46jkrha .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFE46jkrha .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFE46jkrha .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFE46jkrha .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFE46jkrha .team-item .item-caption {
  background: #efefef;
}
.cid-sFE46jkrha H2 {
  color: #5b686b;
}
.cid-sFE46jkrha .item-role P {
  color: #5b686b;
}
.cid-sFE4xqzmMk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFE4xqzmMk .mbr-section-subtitle {
  color: #767676;
}
.cid-sFE4xqzmMk .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFE4xqzmMk .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFE4xqzmMk .team-item .item-image img {
  width: 100%;
}
.cid-sFE4xqzmMk .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFE4xqzmMk .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFE4xqzmMk .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFE4xqzmMk .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFE4xqzmMk .team-item .item-caption {
  background: #efefef;
}
.cid-sFE4xqzmMk H2 {
  color: #5b686b;
}
.cid-sFE4xqzmMk .item-role P {
  color: #5b686b;
}
.cid-sFE4L6TjnP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFE4L6TjnP .mbr-section-subtitle {
  color: #767676;
}
.cid-sFE4L6TjnP .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFE4L6TjnP .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFE4L6TjnP .team-item .item-image img {
  width: 100%;
}
.cid-sFE4L6TjnP .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFE4L6TjnP .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFE4L6TjnP .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFE4L6TjnP .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFE4L6TjnP .team-item .item-caption {
  background: #efefef;
}
.cid-sFE4L6TjnP H2 {
  color: #5b686b;
}
.cid-sFE4L6TjnP .item-role P {
  color: #5b686b;
}
.cid-sFE56l96ae {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFE56l96ae .mbr-section-subtitle {
  color: #767676;
}
.cid-sFE56l96ae .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFE56l96ae .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFE56l96ae .team-item .item-image img {
  width: 100%;
}
.cid-sFE56l96ae .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFE56l96ae .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFE56l96ae .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFE56l96ae .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFE56l96ae .team-item .item-caption {
  background: #efefef;
}
.cid-sFE56l96ae H2 {
  color: #5b686b;
}
.cid-sFE56l96ae .item-role P {
  color: #5b686b;
}
.cid-sFE6hT9NGq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFE6hT9NGq .mbr-section-subtitle {
  color: #767676;
}
.cid-sFE6hT9NGq .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFE6hT9NGq .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFE6hT9NGq .team-item .item-image img {
  width: 100%;
}
.cid-sFE6hT9NGq .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFE6hT9NGq .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFE6hT9NGq .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFE6hT9NGq .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFE6hT9NGq .team-item .item-caption {
  background: #efefef;
}
.cid-sFE6hT9NGq H2 {
  color: #5b686b;
}
.cid-sFE6hT9NGq .item-role P {
  color: #5b686b;
}
.cid-sFE6yh8oDB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFE6yh8oDB .mbr-section-subtitle {
  color: #767676;
}
.cid-sFE6yh8oDB .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sFE6yh8oDB .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sFE6yh8oDB .team-item .item-image img {
  width: 100%;
}
.cid-sFE6yh8oDB .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sFE6yh8oDB .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sFE6yh8oDB .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sFE6yh8oDB .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sFE6yh8oDB .team-item .item-caption {
  background: #efefef;
}
.cid-sFE6yh8oDB H2 {
  color: #5b686b;
}
.cid-sFE6yh8oDB .item-role P {
  color: #5b686b;
}
.cid-uwQThoW090 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uwQThoW090 .container {
    max-width: 1400px;
  }
}
.cid-uwQThoW090 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-uwQThoW090 .card-wrapper {
  margin-top: 3rem;
}
.cid-uwQThoW090 .row {
  justify-content: center;
}
.cid-txhCHm0N3I {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txhCHm0N3I .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-txhCHm0N3I .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-txhCHm0N3I .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-txhCHm0N3I .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-txhCHm0N3I .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-txhCHm0N3I .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-txhCHm0N3I .carousel-control,
.cid-txhCHm0N3I .close {
  background: #1b1b1b;
}
.cid-txhCHm0N3I .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-txhCHm0N3I .carousel-control-prev span {
  margin-right: 5px;
}
.cid-txhCHm0N3I .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-txhCHm0N3I .carousel-control-next span {
  margin-left: 5px;
}
.cid-txhCHm0N3I .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-txhCHm0N3I .close::before {
  content: '\e91a';
}
.cid-txhCHm0N3I .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-txhCHm0N3I .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-txhCHm0N3I .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txhCHm0N3I .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txhCHm0N3I .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-txhCHm0N3I .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-txhCHm0N3I .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-txhCHm0N3I .carousel-indicators li.active,
.cid-txhCHm0N3I .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-txhCHm0N3I .carousel-indicators li::after,
.cid-txhCHm0N3I .carousel-indicators li::before {
  content: none;
}
.cid-txhCHm0N3I .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-txhCHm0N3I .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-txhCHm0N3I .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-txhCHm0N3I .carousel-indicators {
    display: none;
  }
}
.cid-txhCHm0N3I .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-txhCHm0N3I .carousel-inner > .active {
  display: block;
}
.cid-txhCHm0N3I .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txhCHm0N3I .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txhCHm0N3I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-txhCHm0N3I .carousel-control,
  .cid-txhCHm0N3I .carousel-indicators,
  .cid-txhCHm0N3I .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-txhCHm0N3I .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-txhCHm0N3I .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-txhCHm0N3I .carousel-indicators .active,
.cid-txhCHm0N3I .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-txhCHm0N3I .carousel-indicators .active {
  background: #fff;
}
.cid-txhCHm0N3I .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-txhCHm0N3I .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-txhCHm0N3I .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-txhCHm0N3I .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-txhCHm0N3I .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-txhCHm0N3I .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-txhCHm0N3I .carousel {
  width: 100%;
}
.cid-txhCHm0N3I .modal-backdrop.in {
  opacity: 0.8;
}
.cid-txhCHm0N3I .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-txhCHm0N3I .modal.fade .modal-dialog,
.cid-txhCHm0N3I .modal.in .modal-dialog {
  transform: none;
}
.cid-txhCHm0N3I .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-txhCHm0N3I H6 {
  text-align: center;
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwQMFmV0AZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwQMFmV0AZ .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwQMFmV0AZ .mbr-text {
  color: #ff9966;
}
.cid-sFUAXZjM3Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFUAXZjM3Z .text-wrapper {
    padding: 2rem;
  }
}
.cid-sFUAXZjM3Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sFUAXZjM3Z .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVUIXQxfNq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUIXQxfNq .carousel {
    min-height: 600px;
  }
  .cid-tVUIXQxfNq .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVUIXQxfNq .carousel {
    min-height: 390px;
  }
  .cid-tVUIXQxfNq .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tVUIXQxfNq .carousel {
    min-height: 330px;
  }
  .cid-tVUIXQxfNq .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tVUIXQxfNq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVUIXQxfNq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tVUIXQxfNq .carousel,
.cid-tVUIXQxfNq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVUIXQxfNq .item-wrapper {
  width: 100%;
}
.cid-tVUIXQxfNq .carousel-caption {
  bottom: 40px;
}
.cid-tVUIXQxfNq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tVUIXQxfNq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tVUIXQxfNq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tVUIXQxfNq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVUIXQxfNq .carousel-control {
  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-tVUIXQxfNq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUIXQxfNq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVUIXQxfNq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVUIXQxfNq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVUIXQxfNq .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-tVUIXQxfNq .carousel-indicators li.active,
.cid-tVUIXQxfNq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVUIXQxfNq .carousel-indicators li::after,
.cid-tVUIXQxfNq .carousel-indicators li::before {
  content: none;
}
.cid-tVUIXQxfNq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVUIXQxfNq .carousel-indicators {
    display: none !important;
  }
}
.cid-sFUAYARogq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sFUAYARogq .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFUAYARogq .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFUAYARogq .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFUAYARogq .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFUAYARogq .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFUAYARogq .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFUAYARogq .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFUAYARogq .social-row {
  text-align: center;
}
.cid-sFUAYARogq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFUAYARogq .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFUAYARogq .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFUAYARogq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFVhKGQnhd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sFVhKGQnhd .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFVhKGQnhd .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFVhKGQnhd .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFVhKGQnhd .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFVhKGQnhd .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFVhKGQnhd .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFVhKGQnhd .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFVhKGQnhd .social-row {
  text-align: center;
}
.cid-sFVhKGQnhd .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFVhKGQnhd .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFVhKGQnhd .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFVhKGQnhd .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uwQML1SXsZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uwQML1SXsZ .container {
    max-width: 1400px;
  }
}
.cid-uwQML1SXsZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-uwQML1SXsZ .card-wrapper {
  margin-top: 3rem;
}
.cid-uwQML1SXsZ .row {
  justify-content: center;
}
.cid-txhGKwD38o {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txhGKwD38o .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-txhGKwD38o .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-txhGKwD38o .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-txhGKwD38o .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-txhGKwD38o .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-txhGKwD38o .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-txhGKwD38o .carousel-control,
.cid-txhGKwD38o .close {
  background: #1b1b1b;
}
.cid-txhGKwD38o .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-txhGKwD38o .carousel-control-prev span {
  margin-right: 5px;
}
.cid-txhGKwD38o .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-txhGKwD38o .carousel-control-next span {
  margin-left: 5px;
}
.cid-txhGKwD38o .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-txhGKwD38o .close::before {
  content: '\e91a';
}
.cid-txhGKwD38o .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-txhGKwD38o .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-txhGKwD38o .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txhGKwD38o .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-txhGKwD38o .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-txhGKwD38o .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-txhGKwD38o .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-txhGKwD38o .carousel-indicators li.active,
.cid-txhGKwD38o .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-txhGKwD38o .carousel-indicators li::after,
.cid-txhGKwD38o .carousel-indicators li::before {
  content: none;
}
.cid-txhGKwD38o .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-txhGKwD38o .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-txhGKwD38o .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-txhGKwD38o .carousel-indicators {
    display: none;
  }
}
.cid-txhGKwD38o .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-txhGKwD38o .carousel-inner > .active {
  display: block;
}
.cid-txhGKwD38o .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txhGKwD38o .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txhGKwD38o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-txhGKwD38o .carousel-control,
  .cid-txhGKwD38o .carousel-indicators,
  .cid-txhGKwD38o .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-txhGKwD38o .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-txhGKwD38o .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-txhGKwD38o .carousel-indicators .active,
.cid-txhGKwD38o .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-txhGKwD38o .carousel-indicators .active {
  background: #fff;
}
.cid-txhGKwD38o .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-txhGKwD38o .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-txhGKwD38o .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-txhGKwD38o .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-txhGKwD38o .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-txhGKwD38o .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-txhGKwD38o .carousel {
  width: 100%;
}
.cid-txhGKwD38o .modal-backdrop.in {
  opacity: 0.8;
}
.cid-txhGKwD38o .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-txhGKwD38o .modal.fade .modal-dialog,
.cid-txhGKwD38o .modal.in .modal-dialog {
  transform: none;
}
.cid-txhGKwD38o .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-txhGKwD38o H6 {
  text-align: center;
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwQLwm9xfe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwQLwm9xfe .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwQLwm9xfe .mbr-text {
  color: #ff9966;
}
.cid-tVUsqCXTwT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUsqCXTwT .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVUsqCXTwT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tVUsqCXTwT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVUoqegfp8 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUoqegfp8 .carousel {
    min-height: 600px;
  }
  .cid-tVUoqegfp8 .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVUoqegfp8 .carousel {
    min-height: 390px;
  }
  .cid-tVUoqegfp8 .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tVUoqegfp8 .carousel {
    min-height: 330px;
  }
  .cid-tVUoqegfp8 .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tVUoqegfp8 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVUoqegfp8 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tVUoqegfp8 .carousel,
.cid-tVUoqegfp8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVUoqegfp8 .item-wrapper {
  width: 100%;
}
.cid-tVUoqegfp8 .carousel-caption {
  bottom: 40px;
}
.cid-tVUoqegfp8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tVUoqegfp8 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tVUoqegfp8 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tVUoqegfp8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVUoqegfp8 .carousel-control {
  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-tVUoqegfp8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUoqegfp8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVUoqegfp8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVUoqegfp8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVUoqegfp8 .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-tVUoqegfp8 .carousel-indicators li.active,
.cid-tVUoqegfp8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVUoqegfp8 .carousel-indicators li::after,
.cid-tVUoqegfp8 .carousel-indicators li::before {
  content: none;
}
.cid-tVUoqegfp8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVUoqegfp8 .carousel-indicators {
    display: none !important;
  }
}
.cid-uwQLx4Fz6W {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uwQLx4Fz6W .container {
    max-width: 1400px;
  }
}
.cid-uwQLx4Fz6W .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-uwQLx4Fz6W .card-wrapper {
  margin-top: 3rem;
}
.cid-uwQLx4Fz6W .row {
  justify-content: center;
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-tVUYr830FM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tVUYr830FM .line {
  background-color: #ff9966;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVUYr830FM .mbr-text {
  color: #ff9966;
}
.cid-tVUlgByfgN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUlgByfgN .carousel {
    min-height: 600px;
  }
  .cid-tVUlgByfgN .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVUlgByfgN .carousel {
    min-height: 390px;
  }
  .cid-tVUlgByfgN .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tVUlgByfgN .carousel {
    min-height: 330px;
  }
  .cid-tVUlgByfgN .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tVUlgByfgN .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVUlgByfgN .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tVUlgByfgN .carousel,
.cid-tVUlgByfgN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVUlgByfgN .item-wrapper {
  width: 100%;
}
.cid-tVUlgByfgN .carousel-caption {
  bottom: 40px;
}
.cid-tVUlgByfgN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tVUlgByfgN .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tVUlgByfgN .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tVUlgByfgN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVUlgByfgN .carousel-control {
  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-tVUlgByfgN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUlgByfgN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVUlgByfgN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVUlgByfgN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVUlgByfgN .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-tVUlgByfgN .carousel-indicators li.active,
.cid-tVUlgByfgN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVUlgByfgN .carousel-indicators li::after,
.cid-tVUlgByfgN .carousel-indicators li::before {
  content: none;
}
.cid-tVUlgByfgN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVUlgByfgN .carousel-indicators {
    display: none !important;
  }
}
.cid-txhJVzASSP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-txhJVzASSP .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-txhJVzASSP .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-txhJVzASSP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txhJVzASSP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-txhJVzASSP .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-txhJVzASSP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-txhJVzASSP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txhJVzASSP .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-txhJVzASSP .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txhJVzASSP .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwNKF3YsYq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uwNKF3YsYq .container {
    max-width: 1400px;
  }
}
.cid-uwNKF3YsYq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-uwNKF3YsYq .card-wrapper {
  margin-top: 3rem;
}
.cid-uwNKF3YsYq .row {
  justify-content: center;
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFTnFwb4MK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFVpdrVPIF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
@media (min-width: 991px) {
  .cid-sFVpdrVPIF .container-fluid {
    padding-left: 0;
  }
}
.cid-sFVpdrVPIF .mbr-text,
.cid-sFVpdrVPIF .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-sFVpdrVPIF .mbr-text,
  .cid-sFVpdrVPIF .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sFVpdrVPIF .mbr-text,
  .cid-sFVpdrVPIF .mbr-section-title {
    text-align: center;
  }
}
.cid-sFVpdrVPIF a.btn {
  height: 100%;
  margin: 0;
}
.cid-sFVpdrVPIF .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-sFVpdrVPIF .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sFVpdrVPIF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFVpdrVPIF .justify-content-center {
  align-items: center;
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwQO862ozu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwQO862ozu .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwQO862ozu .mbr-text {
  color: #ff9966;
}
.cid-sFTmaQSetD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFTmaQSetD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFTmaQSetD form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFTmaQSetD form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFTmaQSetD form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  position: relative !important;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sF4pJDS4Qw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sF4pJDS4Qw .dropdown-item:hover,
.cid-sF4pJDS4Qw .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-sF4pJDS4Qw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sF4pJDS4Qw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sF4pJDS4Qw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sF4pJDS4Qw .nav-link {
  position: relative;
}
.cid-sF4pJDS4Qw .container {
  display: flex;
  margin: auto;
}
.cid-sF4pJDS4Qw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown-menu,
.cid-sF4pJDS4Qw .navbar.opened {
  background: #000000 !important;
}
.cid-sF4pJDS4Qw .nav-item:focus,
.cid-sF4pJDS4Qw .nav-link:focus {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sF4pJDS4Qw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sF4pJDS4Qw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4pJDS4Qw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4pJDS4Qw .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: #000000;
}
.cid-sF4pJDS4Qw .navbar.opened {
  transition: all 0.3s;
}
.cid-sF4pJDS4Qw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sF4pJDS4Qw .navbar .navbar-logo img {
  width: auto;
}
.cid-sF4pJDS4Qw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar.collapsed {
  justify-content: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4pJDS4Qw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF4pJDS4Qw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4pJDS4Qw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sF4pJDS4Qw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4pJDS4Qw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4pJDS4Qw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sF4pJDS4Qw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4pJDS4Qw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sF4pJDS4Qw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sF4pJDS4Qw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4pJDS4Qw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sF4pJDS4Qw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sF4pJDS4Qw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4pJDS4Qw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4pJDS4Qw .dropdown-item.active,
.cid-sF4pJDS4Qw .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4pJDS4Qw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4pJDS4Qw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF4pJDS4Qw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4pJDS4Qw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4pJDS4Qw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF4pJDS4Qw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sF4pJDS4Qw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4pJDS4Qw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4pJDS4Qw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4pJDS4Qw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sF4pJDS4Qw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sF4pJDS4Qw .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-sF4pJDS4Qw .navbar {
    height: 70px;
  }
  .cid-sF4pJDS4Qw .navbar.opened {
    height: auto;
  }
  .cid-sF4pJDS4Qw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwQOcnCL6l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwQOcnCL6l .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwQOcnCL6l .mbr-text {
  color: #ff9966;
}
.cid-tVUHOzl4YQ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tVUHOzl4YQ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tVUHOzl4YQ .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  background-color: transparent;
}
.cid-tVUHOzl4YQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tVUHOzl4YQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tVUHOzl4YQ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tVUHOzl4YQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tVUHOzl4YQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tVUHOzl4YQ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tVUHOzl4YQ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVUHOzl4YQ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tVUHOzl4YQ .card-title {
  color: #ff9966;
}
.cid-sFTk9ytWJN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFTk9ytWJN .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sFTk9ytWJN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sFTk9ytWJN .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sF4srvAt2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sF4srvAt2f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF4srvAt2f .row {
    text-align: center;
  }
  .cid-sF4srvAt2f .row > div {
    margin: auto;
  }
  .cid-sF4srvAt2f .social-row {
    justify-content: center;
  }
}
.cid-sF4srvAt2f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sF4srvAt2f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF4srvAt2f .list {
    margin-bottom: 0rem;
  }
}
.cid-sF4srvAt2f .mbr-text {
  color: #bbbbbb;
}
.cid-sF4srvAt2f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sF4srvAt2f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sF4srvAt2f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sF4srvAt2f H5 {
  color: #ff9966;
}
.cid-uwQUwPFVpT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwQUwPFVpT .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwQUwPFVpT .mbr-text {
  color: #ff9966;
}
.cid-tVUf3v63FJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUf3v63FJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVUf3v63FJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tVUf3v63FJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVUh0xFOtl {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUh0xFOtl .carousel {
    min-height: 600px;
  }
  .cid-tVUh0xFOtl .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVUh0xFOtl .carousel {
    min-height: 390px;
  }
  .cid-tVUh0xFOtl .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tVUh0xFOtl .carousel {
    min-height: 330px;
  }
  .cid-tVUh0xFOtl .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tVUh0xFOtl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVUh0xFOtl .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tVUh0xFOtl .carousel,
.cid-tVUh0xFOtl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVUh0xFOtl .item-wrapper {
  width: 100%;
}
.cid-tVUh0xFOtl .carousel-caption {
  bottom: 40px;
}
.cid-tVUh0xFOtl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tVUh0xFOtl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tVUh0xFOtl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tVUh0xFOtl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVUh0xFOtl .carousel-control {
  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-tVUh0xFOtl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUh0xFOtl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVUh0xFOtl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVUh0xFOtl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVUh0xFOtl .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-tVUh0xFOtl .carousel-indicators li.active,
.cid-tVUh0xFOtl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVUh0xFOtl .carousel-indicators li::after,
.cid-tVUh0xFOtl .carousel-indicators li::before {
  content: none;
}
.cid-tVUh0xFOtl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVUh0xFOtl .carousel-indicators {
    display: none !important;
  }
}
.cid-tVUB0fIQNx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tVUB0fIQNx .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVUB0fIQNx .mbr-text {
  color: #ff9966;
}
.cid-tVUARmQLTh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUARmQLTh .carousel {
    min-height: 600px;
  }
  .cid-tVUARmQLTh .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVUARmQLTh .carousel {
    min-height: 390px;
  }
  .cid-tVUARmQLTh .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tVUARmQLTh .carousel {
    min-height: 330px;
  }
  .cid-tVUARmQLTh .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tVUARmQLTh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVUARmQLTh .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tVUARmQLTh .carousel,
.cid-tVUARmQLTh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVUARmQLTh .item-wrapper {
  width: 100%;
}
.cid-tVUARmQLTh .carousel-caption {
  bottom: 40px;
}
.cid-tVUARmQLTh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tVUARmQLTh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tVUARmQLTh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tVUARmQLTh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVUARmQLTh .carousel-control {
  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-tVUARmQLTh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUARmQLTh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVUARmQLTh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVUARmQLTh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVUARmQLTh .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-tVUARmQLTh .carousel-indicators li.active,
.cid-tVUARmQLTh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVUARmQLTh .carousel-indicators li::after,
.cid-tVUARmQLTh .carousel-indicators li::before {
  content: none;
}
.cid-tVUARmQLTh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVUARmQLTh .carousel-indicators {
    display: none !important;
  }
}
.cid-tVUBzOhEMV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tVUBzOhEMV .media-container-row {
  justify-content: space-between;
}
.cid-tVUBzOhEMV .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tVUBzOhEMV .text-content {
    max-width: none;
  }
}
.cid-tVUBzOhEMV .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tVUBzOhEMV .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tVUBzOhEMV .mbr-iconfont-social:hover {
  background-color: #6592e6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tVUBzOhEMV .icons {
    justify-content: center !important;
  }
  .cid-tVUBzOhEMV .text-content * {
    text-align: center;
  }
}
.cid-tVUBzOhEMV P {
  text-align: left;
}
.cid-tVUBzOhEMV .mbr-section-title {
  text-align: left;
}
.cid-uwQUCEjKYz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uwQUCEjKYz .container {
    max-width: 1400px;
  }
}
.cid-uwQUCEjKYz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-uwQUCEjKYz .card-wrapper {
  margin-top: 3rem;
}
.cid-uwQUCEjKYz .row {
  justify-content: center;
}
.cid-tVUf3BSQzh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tVUf3BSQzh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tVUf3BSQzh .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tVUf3BSQzh .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tVUf3BSQzh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tVUf3BSQzh .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-tVUf3BSQzh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tVUf3BSQzh .carousel-control,
.cid-tVUf3BSQzh .close {
  background: #1b1b1b;
}
.cid-tVUf3BSQzh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tVUf3BSQzh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tVUf3BSQzh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tVUf3BSQzh .carousel-control-next span {
  margin-left: 5px;
}
.cid-tVUf3BSQzh .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-tVUf3BSQzh .close::before {
  content: '\e91a';
}
.cid-tVUf3BSQzh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tVUf3BSQzh .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-tVUf3BSQzh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUf3BSQzh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVUf3BSQzh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVUf3BSQzh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tVUf3BSQzh .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-tVUf3BSQzh .carousel-indicators li.active,
.cid-tVUf3BSQzh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVUf3BSQzh .carousel-indicators li::after,
.cid-tVUf3BSQzh .carousel-indicators li::before {
  content: none;
}
.cid-tVUf3BSQzh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVUf3BSQzh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tVUf3BSQzh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tVUf3BSQzh .carousel-indicators {
    display: none;
  }
}
.cid-tVUf3BSQzh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVUf3BSQzh .carousel-inner > .active {
  display: block;
}
.cid-tVUf3BSQzh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUf3BSQzh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVUf3BSQzh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tVUf3BSQzh .carousel-control,
  .cid-tVUf3BSQzh .carousel-indicators,
  .cid-tVUf3BSQzh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tVUf3BSQzh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tVUf3BSQzh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tVUf3BSQzh .carousel-indicators .active,
.cid-tVUf3BSQzh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tVUf3BSQzh .carousel-indicators .active {
  background: #fff;
}
.cid-tVUf3BSQzh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tVUf3BSQzh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tVUf3BSQzh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tVUf3BSQzh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tVUf3BSQzh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tVUf3BSQzh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tVUf3BSQzh .carousel {
  width: 100%;
}
.cid-tVUf3BSQzh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tVUf3BSQzh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tVUf3BSQzh .modal.fade .modal-dialog,
.cid-tVUf3BSQzh .modal.in .modal-dialog {
  transform: none;
}
.cid-tVUf3BSQzh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tVUf3BSQzh H6 {
  text-align: center;
}
.cid-tVUf3HG2sO .navbar-dropdown {
  position: relative !important;
}
.cid-tVUf3HG2sO .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-tVUf3HG2sO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVUf3HG2sO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVUf3HG2sO .dropdown-item:hover,
.cid-tVUf3HG2sO .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-tVUf3HG2sO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVUf3HG2sO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVUf3HG2sO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVUf3HG2sO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVUf3HG2sO .nav-link {
  position: relative;
}
.cid-tVUf3HG2sO .container {
  display: flex;
  margin: auto;
}
.cid-tVUf3HG2sO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVUf3HG2sO .dropdown-menu,
.cid-tVUf3HG2sO .navbar.opened {
  background: #000000 !important;
}
.cid-tVUf3HG2sO .nav-item:focus,
.cid-tVUf3HG2sO .nav-link:focus {
  outline: none;
}
.cid-tVUf3HG2sO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVUf3HG2sO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVUf3HG2sO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVUf3HG2sO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVUf3HG2sO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVUf3HG2sO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVUf3HG2sO .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: #000000;
}
.cid-tVUf3HG2sO .navbar.opened {
  transition: all 0.3s;
}
.cid-tVUf3HG2sO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVUf3HG2sO .navbar .navbar-logo img {
  width: auto;
}
.cid-tVUf3HG2sO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVUf3HG2sO .navbar.collapsed {
  justify-content: center;
}
.cid-tVUf3HG2sO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVUf3HG2sO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVUf3HG2sO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tVUf3HG2sO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVUf3HG2sO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVUf3HG2sO .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-tVUf3HG2sO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVUf3HG2sO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVUf3HG2sO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVUf3HG2sO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVUf3HG2sO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVUf3HG2sO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVUf3HG2sO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVUf3HG2sO .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-tVUf3HG2sO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVUf3HG2sO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVUf3HG2sO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVUf3HG2sO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVUf3HG2sO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVUf3HG2sO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVUf3HG2sO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVUf3HG2sO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVUf3HG2sO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVUf3HG2sO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVUf3HG2sO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVUf3HG2sO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVUf3HG2sO .dropdown-item.active,
.cid-tVUf3HG2sO .dropdown-item:active {
  background-color: transparent;
}
.cid-tVUf3HG2sO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVUf3HG2sO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVUf3HG2sO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVUf3HG2sO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tVUf3HG2sO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVUf3HG2sO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVUf3HG2sO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVUf3HG2sO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVUf3HG2sO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVUf3HG2sO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tVUf3HG2sO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVUf3HG2sO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVUf3HG2sO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVUf3HG2sO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVUf3HG2sO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVUf3HG2sO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVUf3HG2sO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVUf3HG2sO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVUf3HG2sO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVUf3HG2sO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVUf3HG2sO .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-tVUf3HG2sO .navbar {
    height: 70px;
  }
  .cid-tVUf3HG2sO .navbar.opened {
    height: auto;
  }
  .cid-tVUf3HG2sO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVUf3TIzyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tVUf3TIzyH .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVUf3TIzyH .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVUf3TIzyH .row {
    text-align: center;
  }
  .cid-tVUf3TIzyH .row > div {
    margin: auto;
  }
  .cid-tVUf3TIzyH .social-row {
    justify-content: center;
  }
}
.cid-tVUf3TIzyH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVUf3TIzyH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tVUf3TIzyH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVUf3TIzyH .list {
    margin-bottom: 0rem;
  }
}
.cid-tVUf3TIzyH .mbr-text {
  color: #bbbbbb;
}
.cid-tVUf3TIzyH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVUf3TIzyH .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVUf3TIzyH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVUf3TIzyH H5 {
  color: #ff9966;
}
.cid-uwR2bBjOOK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwR2bBjOOK .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwR2bBjOOK .mbr-text {
  color: #ff9966;
}
.cid-uwR2jTr66a {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwR2jTr66a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwR2jTr66a .row {
  flex-direction: row-reverse;
}
.cid-uwR2jTr66a img {
  width: 100%;
}
.cid-tVUjQJWC9f {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUjQJWC9f .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVUjQJWC9f .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tVUjQJWC9f .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tVUjQLTawx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUjQLTawx .carousel {
    min-height: 600px;
  }
  .cid-tVUjQLTawx .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVUjQLTawx .carousel {
    min-height: 390px;
  }
  .cid-tVUjQLTawx .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tVUjQLTawx .carousel {
    min-height: 330px;
  }
  .cid-tVUjQLTawx .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tVUjQLTawx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVUjQLTawx .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tVUjQLTawx .carousel,
.cid-tVUjQLTawx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVUjQLTawx .item-wrapper {
  width: 100%;
}
.cid-tVUjQLTawx .carousel-caption {
  bottom: 40px;
}
.cid-tVUjQLTawx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tVUjQLTawx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tVUjQLTawx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tVUjQLTawx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVUjQLTawx .carousel-control {
  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-tVUjQLTawx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUjQLTawx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVUjQLTawx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVUjQLTawx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVUjQLTawx .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-tVUjQLTawx .carousel-indicators li.active,
.cid-tVUjQLTawx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVUjQLTawx .carousel-indicators li::after,
.cid-tVUjQLTawx .carousel-indicators li::before {
  content: none;
}
.cid-tVUjQLTawx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVUjQLTawx .carousel-indicators {
    display: none !important;
  }
}
.cid-uwR2ct9b6c {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uwR2ct9b6c .container {
    max-width: 1400px;
  }
}
.cid-uwR2ct9b6c .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-uwR2ct9b6c .card-wrapper {
  margin-top: 3rem;
}
.cid-uwR2ct9b6c .row {
  justify-content: center;
}
.cid-tVUjQNAbUg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tVUjQNAbUg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tVUjQNAbUg .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tVUjQNAbUg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tVUjQNAbUg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tVUjQNAbUg .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-tVUjQNAbUg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tVUjQNAbUg .carousel-control,
.cid-tVUjQNAbUg .close {
  background: #1b1b1b;
}
.cid-tVUjQNAbUg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tVUjQNAbUg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tVUjQNAbUg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tVUjQNAbUg .carousel-control-next span {
  margin-left: 5px;
}
.cid-tVUjQNAbUg .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-tVUjQNAbUg .close::before {
  content: '\e91a';
}
.cid-tVUjQNAbUg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tVUjQNAbUg .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-tVUjQNAbUg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUjQNAbUg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVUjQNAbUg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVUjQNAbUg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tVUjQNAbUg .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-tVUjQNAbUg .carousel-indicators li.active,
.cid-tVUjQNAbUg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVUjQNAbUg .carousel-indicators li::after,
.cid-tVUjQNAbUg .carousel-indicators li::before {
  content: none;
}
.cid-tVUjQNAbUg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVUjQNAbUg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tVUjQNAbUg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tVUjQNAbUg .carousel-indicators {
    display: none;
  }
}
.cid-tVUjQNAbUg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVUjQNAbUg .carousel-inner > .active {
  display: block;
}
.cid-tVUjQNAbUg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUjQNAbUg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVUjQNAbUg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tVUjQNAbUg .carousel-control,
  .cid-tVUjQNAbUg .carousel-indicators,
  .cid-tVUjQNAbUg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tVUjQNAbUg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tVUjQNAbUg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tVUjQNAbUg .carousel-indicators .active,
.cid-tVUjQNAbUg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tVUjQNAbUg .carousel-indicators .active {
  background: #fff;
}
.cid-tVUjQNAbUg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tVUjQNAbUg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tVUjQNAbUg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tVUjQNAbUg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tVUjQNAbUg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tVUjQNAbUg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tVUjQNAbUg .carousel {
  width: 100%;
}
.cid-tVUjQNAbUg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tVUjQNAbUg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tVUjQNAbUg .modal.fade .modal-dialog,
.cid-tVUjQNAbUg .modal.in .modal-dialog {
  transform: none;
}
.cid-tVUjQNAbUg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tVUjQNAbUg H6 {
  text-align: center;
}
.cid-tVUjQQ8SVa .navbar-dropdown {
  position: relative !important;
}
.cid-tVUjQQ8SVa .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-tVUjQQ8SVa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVUjQQ8SVa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVUjQQ8SVa .dropdown-item:hover,
.cid-tVUjQQ8SVa .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-tVUjQQ8SVa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVUjQQ8SVa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVUjQQ8SVa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVUjQQ8SVa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVUjQQ8SVa .nav-link {
  position: relative;
}
.cid-tVUjQQ8SVa .container {
  display: flex;
  margin: auto;
}
.cid-tVUjQQ8SVa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVUjQQ8SVa .dropdown-menu,
.cid-tVUjQQ8SVa .navbar.opened {
  background: #000000 !important;
}
.cid-tVUjQQ8SVa .nav-item:focus,
.cid-tVUjQQ8SVa .nav-link:focus {
  outline: none;
}
.cid-tVUjQQ8SVa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVUjQQ8SVa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVUjQQ8SVa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVUjQQ8SVa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVUjQQ8SVa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVUjQQ8SVa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVUjQQ8SVa .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: #000000;
}
.cid-tVUjQQ8SVa .navbar.opened {
  transition: all 0.3s;
}
.cid-tVUjQQ8SVa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVUjQQ8SVa .navbar .navbar-logo img {
  width: auto;
}
.cid-tVUjQQ8SVa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVUjQQ8SVa .navbar.collapsed {
  justify-content: center;
}
.cid-tVUjQQ8SVa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVUjQQ8SVa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVUjQQ8SVa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tVUjQQ8SVa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVUjQQ8SVa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVUjQQ8SVa .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-tVUjQQ8SVa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVUjQQ8SVa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVUjQQ8SVa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVUjQQ8SVa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVUjQQ8SVa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVUjQQ8SVa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVUjQQ8SVa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVUjQQ8SVa .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-tVUjQQ8SVa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVUjQQ8SVa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVUjQQ8SVa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVUjQQ8SVa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVUjQQ8SVa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVUjQQ8SVa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVUjQQ8SVa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVUjQQ8SVa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVUjQQ8SVa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVUjQQ8SVa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVUjQQ8SVa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVUjQQ8SVa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVUjQQ8SVa .dropdown-item.active,
.cid-tVUjQQ8SVa .dropdown-item:active {
  background-color: transparent;
}
.cid-tVUjQQ8SVa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVUjQQ8SVa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVUjQQ8SVa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVUjQQ8SVa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tVUjQQ8SVa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVUjQQ8SVa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVUjQQ8SVa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVUjQQ8SVa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVUjQQ8SVa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVUjQQ8SVa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tVUjQQ8SVa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVUjQQ8SVa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVUjQQ8SVa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVUjQQ8SVa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVUjQQ8SVa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVUjQQ8SVa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVUjQQ8SVa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVUjQQ8SVa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVUjQQ8SVa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVUjQQ8SVa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVUjQQ8SVa .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-tVUjQQ8SVa .navbar {
    height: 70px;
  }
  .cid-tVUjQQ8SVa .navbar.opened {
    height: auto;
  }
  .cid-tVUjQQ8SVa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVUjQSvR6w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tVUjQSvR6w .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVUjQSvR6w .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVUjQSvR6w .row {
    text-align: center;
  }
  .cid-tVUjQSvR6w .row > div {
    margin: auto;
  }
  .cid-tVUjQSvR6w .social-row {
    justify-content: center;
  }
}
.cid-tVUjQSvR6w .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVUjQSvR6w .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tVUjQSvR6w .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVUjQSvR6w .list {
    margin-bottom: 0rem;
  }
}
.cid-tVUjQSvR6w .mbr-text {
  color: #bbbbbb;
}
.cid-tVUjQSvR6w .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVUjQSvR6w .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVUjQSvR6w div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVUjQSvR6w H5 {
  color: #ff9966;
}
.cid-tVUv7JN2lh .navbar-dropdown {
  position: relative !important;
}
.cid-tVUv7JN2lh .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-tVUv7JN2lh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVUv7JN2lh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVUv7JN2lh .dropdown-item:hover,
.cid-tVUv7JN2lh .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-tVUv7JN2lh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVUv7JN2lh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVUv7JN2lh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVUv7JN2lh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVUv7JN2lh .nav-link {
  position: relative;
}
.cid-tVUv7JN2lh .container {
  display: flex;
  margin: auto;
}
.cid-tVUv7JN2lh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVUv7JN2lh .dropdown-menu,
.cid-tVUv7JN2lh .navbar.opened {
  background: #000000 !important;
}
.cid-tVUv7JN2lh .nav-item:focus,
.cid-tVUv7JN2lh .nav-link:focus {
  outline: none;
}
.cid-tVUv7JN2lh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVUv7JN2lh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVUv7JN2lh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVUv7JN2lh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVUv7JN2lh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVUv7JN2lh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVUv7JN2lh .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: #000000;
}
.cid-tVUv7JN2lh .navbar.opened {
  transition: all 0.3s;
}
.cid-tVUv7JN2lh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVUv7JN2lh .navbar .navbar-logo img {
  width: auto;
}
.cid-tVUv7JN2lh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVUv7JN2lh .navbar.collapsed {
  justify-content: center;
}
.cid-tVUv7JN2lh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVUv7JN2lh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVUv7JN2lh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tVUv7JN2lh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVUv7JN2lh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVUv7JN2lh .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-tVUv7JN2lh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVUv7JN2lh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVUv7JN2lh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVUv7JN2lh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVUv7JN2lh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVUv7JN2lh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVUv7JN2lh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVUv7JN2lh .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-tVUv7JN2lh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVUv7JN2lh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVUv7JN2lh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVUv7JN2lh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVUv7JN2lh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVUv7JN2lh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVUv7JN2lh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVUv7JN2lh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVUv7JN2lh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVUv7JN2lh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVUv7JN2lh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVUv7JN2lh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVUv7JN2lh .dropdown-item.active,
.cid-tVUv7JN2lh .dropdown-item:active {
  background-color: transparent;
}
.cid-tVUv7JN2lh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVUv7JN2lh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVUv7JN2lh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVUv7JN2lh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tVUv7JN2lh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVUv7JN2lh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVUv7JN2lh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVUv7JN2lh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVUv7JN2lh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVUv7JN2lh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tVUv7JN2lh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVUv7JN2lh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVUv7JN2lh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVUv7JN2lh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVUv7JN2lh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVUv7JN2lh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVUv7JN2lh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVUv7JN2lh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVUv7JN2lh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVUv7JN2lh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVUv7JN2lh .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-tVUv7JN2lh .navbar {
    height: 70px;
  }
  .cid-tVUv7JN2lh .navbar.opened {
    height: auto;
  }
  .cid-tVUv7JN2lh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwQMlTgwYL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwQMlTgwYL .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwQMlTgwYL .mbr-text {
  color: #ff9966;
}
.cid-tVUv7LsSkS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUv7LsSkS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVUv7LsSkS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tVUv7LsSkS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uwQMqgns9F {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uwQMqgns9F .container {
    max-width: 1400px;
  }
}
.cid-uwQMqgns9F .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-uwQMqgns9F .card-wrapper {
  margin-top: 3rem;
}
.cid-uwQMqgns9F .row {
  justify-content: center;
}
.cid-tVUv7OQ0o7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tVUv7OQ0o7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVUv7OQ0o7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVUv7OQ0o7 .row {
    text-align: center;
  }
  .cid-tVUv7OQ0o7 .row > div {
    margin: auto;
  }
  .cid-tVUv7OQ0o7 .social-row {
    justify-content: center;
  }
}
.cid-tVUv7OQ0o7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVUv7OQ0o7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tVUv7OQ0o7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVUv7OQ0o7 .list {
    margin-bottom: 0rem;
  }
}
.cid-tVUv7OQ0o7 .mbr-text {
  color: #bbbbbb;
}
.cid-tVUv7OQ0o7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVUv7OQ0o7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVUv7OQ0o7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVUv7OQ0o7 H5 {
  color: #ff9966;
}
.cid-tVUvOUeATI .navbar-dropdown {
  position: relative !important;
}
.cid-tVUvOUeATI .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-tVUvOUeATI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVUvOUeATI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVUvOUeATI .dropdown-item:hover,
.cid-tVUvOUeATI .dropdown-item:focus {
  background: #4df700 !important;
  color: white !important;
}
.cid-tVUvOUeATI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVUvOUeATI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVUvOUeATI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVUvOUeATI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVUvOUeATI .nav-link {
  position: relative;
}
.cid-tVUvOUeATI .container {
  display: flex;
  margin: auto;
}
.cid-tVUvOUeATI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVUvOUeATI .dropdown-menu,
.cid-tVUvOUeATI .navbar.opened {
  background: #000000 !important;
}
.cid-tVUvOUeATI .nav-item:focus,
.cid-tVUvOUeATI .nav-link:focus {
  outline: none;
}
.cid-tVUvOUeATI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVUvOUeATI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVUvOUeATI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVUvOUeATI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVUvOUeATI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVUvOUeATI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVUvOUeATI .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: #000000;
}
.cid-tVUvOUeATI .navbar.opened {
  transition: all 0.3s;
}
.cid-tVUvOUeATI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVUvOUeATI .navbar .navbar-logo img {
  width: auto;
}
.cid-tVUvOUeATI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVUvOUeATI .navbar.collapsed {
  justify-content: center;
}
.cid-tVUvOUeATI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVUvOUeATI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVUvOUeATI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tVUvOUeATI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVUvOUeATI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVUvOUeATI .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-tVUvOUeATI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVUvOUeATI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVUvOUeATI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVUvOUeATI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVUvOUeATI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVUvOUeATI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVUvOUeATI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVUvOUeATI .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-tVUvOUeATI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVUvOUeATI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVUvOUeATI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVUvOUeATI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVUvOUeATI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVUvOUeATI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVUvOUeATI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVUvOUeATI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVUvOUeATI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVUvOUeATI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVUvOUeATI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVUvOUeATI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVUvOUeATI .dropdown-item.active,
.cid-tVUvOUeATI .dropdown-item:active {
  background-color: transparent;
}
.cid-tVUvOUeATI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVUvOUeATI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVUvOUeATI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVUvOUeATI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tVUvOUeATI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVUvOUeATI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVUvOUeATI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVUvOUeATI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVUvOUeATI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVUvOUeATI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tVUvOUeATI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVUvOUeATI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVUvOUeATI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVUvOUeATI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVUvOUeATI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVUvOUeATI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVUvOUeATI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVUvOUeATI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVUvOUeATI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVUvOUeATI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVUvOUeATI .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-tVUvOUeATI .navbar {
    height: 70px;
  }
  .cid-tVUvOUeATI .navbar.opened {
    height: auto;
  }
  .cid-tVUvOUeATI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwR5GocUXO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwR5GocUXO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwR5GocUXO .row {
  flex-direction: row-reverse;
}
.cid-uwR5GocUXO img {
  width: 100%;
}
.cid-uwR5MzHsIR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwR5MzHsIR .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwR5MzHsIR .mbr-text {
  color: #ff9966;
}
.cid-tVUvOVgAGS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUvOVgAGS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tVUvOVgAGS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tVUvOVgAGS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uwR5OPLYzW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uwR5OPLYzW .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uwR5OPLYzW .mbr-text {
  color: #ff9966;
}
.cid-tVUvW3giyo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tVUvW3giyo .carousel {
    min-height: 600px;
  }
  .cid-tVUvW3giyo .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVUvW3giyo .carousel {
    min-height: 390px;
  }
  .cid-tVUvW3giyo .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tVUvW3giyo .carousel {
    min-height: 330px;
  }
  .cid-tVUvW3giyo .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tVUvW3giyo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tVUvW3giyo .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tVUvW3giyo .carousel,
.cid-tVUvW3giyo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVUvW3giyo .item-wrapper {
  width: 100%;
}
.cid-tVUvW3giyo .carousel-caption {
  bottom: 40px;
}
.cid-tVUvW3giyo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tVUvW3giyo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tVUvW3giyo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tVUvW3giyo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tVUvW3giyo .carousel-control {
  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-tVUvW3giyo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUvW3giyo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVUvW3giyo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVUvW3giyo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tVUvW3giyo .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-tVUvW3giyo .carousel-indicators li.active,
.cid-tVUvW3giyo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVUvW3giyo .carousel-indicators li::after,
.cid-tVUvW3giyo .carousel-indicators li::before {
  content: none;
}
.cid-tVUvW3giyo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVUvW3giyo .carousel-indicators {
    display: none !important;
  }
}
.cid-uwR6eAKfTX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uwR6eAKfTX .container {
    max-width: 1400px;
  }
}
.cid-uwR6eAKfTX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff9966;
  margin-bottom: 2rem;
}
.cid-uwR6eAKfTX .card-wrapper {
  margin-top: 3rem;
}
.cid-uwR6eAKfTX .row {
  justify-content: center;
}
.cid-tVUvPpGx4S {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tVUvPpGx4S .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tVUvPpGx4S .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tVUvPpGx4S .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tVUvPpGx4S .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tVUvPpGx4S .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-tVUvPpGx4S .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tVUvPpGx4S .carousel-control,
.cid-tVUvPpGx4S .close {
  background: #1b1b1b;
}
.cid-tVUvPpGx4S .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tVUvPpGx4S .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tVUvPpGx4S .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tVUvPpGx4S .carousel-control-next span {
  margin-left: 5px;
}
.cid-tVUvPpGx4S .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-tVUvPpGx4S .close::before {
  content: '\e91a';
}
.cid-tVUvPpGx4S .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tVUvPpGx4S .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-tVUvPpGx4S .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUvPpGx4S .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tVUvPpGx4S .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tVUvPpGx4S .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tVUvPpGx4S .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-tVUvPpGx4S .carousel-indicators li.active,
.cid-tVUvPpGx4S .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tVUvPpGx4S .carousel-indicators li::after,
.cid-tVUvPpGx4S .carousel-indicators li::before {
  content: none;
}
.cid-tVUvPpGx4S .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tVUvPpGx4S .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tVUvPpGx4S .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tVUvPpGx4S .carousel-indicators {
    display: none;
  }
}
.cid-tVUvPpGx4S .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tVUvPpGx4S .carousel-inner > .active {
  display: block;
}
.cid-tVUvPpGx4S .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tVUvPpGx4S .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tVUvPpGx4S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tVUvPpGx4S .carousel-control,
  .cid-tVUvPpGx4S .carousel-indicators,
  .cid-tVUvPpGx4S .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tVUvPpGx4S .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tVUvPpGx4S .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tVUvPpGx4S .carousel-indicators .active,
.cid-tVUvPpGx4S .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tVUvPpGx4S .carousel-indicators .active {
  background: #fff;
}
.cid-tVUvPpGx4S .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tVUvPpGx4S .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tVUvPpGx4S .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tVUvPpGx4S .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tVUvPpGx4S .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tVUvPpGx4S .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tVUvPpGx4S .carousel {
  width: 100%;
}
.cid-tVUvPpGx4S .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tVUvPpGx4S .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tVUvPpGx4S .modal.fade .modal-dialog,
.cid-tVUvPpGx4S .modal.in .modal-dialog {
  transform: none;
}
.cid-tVUvPpGx4S .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tVUvPpGx4S H6 {
  text-align: center;
}
.cid-tVUvPrCkNd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tVUvPrCkNd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVUvPrCkNd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVUvPrCkNd .row {
    text-align: center;
  }
  .cid-tVUvPrCkNd .row > div {
    margin: auto;
  }
  .cid-tVUvPrCkNd .social-row {
    justify-content: center;
  }
}
.cid-tVUvPrCkNd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVUvPrCkNd .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tVUvPrCkNd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVUvPrCkNd .list {
    margin-bottom: 0rem;
  }
}
.cid-tVUvPrCkNd .mbr-text {
  color: #bbbbbb;
}
.cid-tVUvPrCkNd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVUvPrCkNd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVUvPrCkNd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVUvPrCkNd H5 {
  color: #ff9966;
}
