.btn {
  border-width: 2px;
}
body {
  font-family: Anuphan;
}
.display-1 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  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: #ff0808 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #0e00ed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0808 !important;
  border-color: #ff0808 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ed0000 !important;
  border-color: #ed0000 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ed0000 !important;
  border-color: #ed0000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cdfb0a !important;
  border-color: #cdfb0a !important;
  color: #050600 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #bce804 !important;
  border-color: #bce804 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #050600 !important;
  background-color: #bce804 !important;
  border-color: #bce804 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3a9eac !important;
  border-color: #3a9eac !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3a9eac !important;
  border-color: #3a9eac !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #473a00 !important;
  background-color: #ffdc47 !important;
  border-color: #ffdc47 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffdc47 !important;
  border-color: #ffdc47 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0e00ed !important;
  border-color: #0e00ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0c00d4 !important;
  border-color: #0c00d4 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0c00d4 !important;
  border-color: #0c00d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff0808;
  color: #ff0808;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b00000 !important;
  background-color: transparent !important;
  border-color: #b00000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0808 !important;
  border-color: #ff0808 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cdfb0a;
  color: #cdfb0a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8bab03 !important;
  background-color: transparent !important;
  border-color: #8bab03 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #050600 !important;
  background-color: #cdfb0a !important;
  border-color: #cdfb0a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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: #40b0bf;
  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: #2a747e !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: #ffe161;
  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: #ffd10a !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: #0e00ed;
  color: #0e00ed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #090096 !important;
  background-color: transparent !important;
  border-color: #090096 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0e00ed !important;
  border-color: #0e00ed !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #ff0808 !important;
}
.text-secondary {
  color: #cdfb0a !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #0e00ed !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a10000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7f9c03 !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: #080087 !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: #ff0808;
}
.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: #0e00ed;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0808;
  border-color: #ff0808;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff0808;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd4d4;
}
.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: #bebaff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ff0808 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff0808;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0808;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0808;
}
.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: #ff0808;
  border-bottom-color: #ff0808;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff0808 !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: #cdfb0a !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='%23ff0808' %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-tBnM1aClNb {
  z-index: 1000;
  width: 100%;
}
.cid-tBnM1aClNb nav.navbar {
  position: fixed;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBnM1aClNb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBnM1aClNb .dropdown-item:hover,
.cid-tBnM1aClNb .dropdown-item:focus {
  background: #ff0808 !important;
  color: white !important;
}
.cid-tBnM1aClNb .dropdown-item:hover span {
  color: white;
}
.cid-tBnM1aClNb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBnM1aClNb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBnM1aClNb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBnM1aClNb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBnM1aClNb .nav-link {
  position: relative;
}
.cid-tBnM1aClNb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBnM1aClNb .container {
    flex-wrap: nowrap;
  }
}
.cid-tBnM1aClNb .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBnM1aClNb .navbar-caption {
  font-weight: 500;
}
.cid-tBnM1aClNb .dropdown-menu,
.cid-tBnM1aClNb .navbar.opened {
  background: #030303 !important;
}
.cid-tBnM1aClNb .nav-item:focus,
.cid-tBnM1aClNb .nav-link:focus {
  outline: none;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBnM1aClNb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBnM1aClNb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBnM1aClNb .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(3, 3, 3, 0.8);
  backdrop-filter: blur(10px);
}
.cid-tBnM1aClNb .navbar.opened {
  transition: all 0.3s;
}
.cid-tBnM1aClNb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBnM1aClNb .navbar .navbar-logo img {
  width: auto;
}
.cid-tBnM1aClNb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBnM1aClNb .navbar.collapsed {
  justify-content: center;
}
.cid-tBnM1aClNb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBnM1aClNb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBnM1aClNb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tBnM1aClNb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBnM1aClNb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBnM1aClNb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBnM1aClNb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBnM1aClNb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBnM1aClNb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBnM1aClNb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBnM1aClNb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBnM1aClNb .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-tBnM1aClNb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBnM1aClNb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBnM1aClNb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBnM1aClNb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBnM1aClNb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBnM1aClNb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBnM1aClNb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBnM1aClNb .navbar.navbar-short {
  min-height: 80px;
}
.cid-tBnM1aClNb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBnM1aClNb .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBnM1aClNb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBnM1aClNb .dropdown-item.active,
.cid-tBnM1aClNb .dropdown-item:active {
  background-color: transparent;
}
.cid-tBnM1aClNb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBnM1aClNb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBnM1aClNb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBnM1aClNb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030303;
}
.cid-tBnM1aClNb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBnM1aClNb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBnM1aClNb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBnM1aClNb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBnM1aClNb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnM1aClNb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBnM1aClNb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .navbar {
    height: 70px;
  }
  .cid-tBnM1aClNb .navbar.opened {
    height: auto;
  }
  .cid-tBnM1aClNb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR1SQrvX79 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/collaborating-around-a-laptop.jpg-2000x1333.jpg");
}
.cid-uR1SQrvX79::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #f1f1f1;
}
.cid-uR1SQrvX79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1SQrvX79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1SQrvX79 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uR1SQrvX79 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR1SQrvX79 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uR1SQrvX79 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR1SQrvX79 .container {
    padding: 0 14px;
  }
}
.cid-uR1SQrvX79 .row {
  position: relative;
  z-index: 1;
}
.cid-uR1SQrvX79 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR1SQrvX79 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR1SQrvX79 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 32px;
}
.cid-uR1SQrvX79 .mbr-desc {
  color: #01004c;
}
.cid-uR1SQrvX79 .mbr-section-title {
  color: #01004c;
}
.cid-uR1SQrvX79 .mbr-text {
  color: #01004c;
}
.cid-uR1SQrvX79 .mbr-section-title,
.cid-uR1SQrvX79 .mbr-section-btn {
  color: #000000;
}
.cid-uR1SQrvX79 .mbr-text,
.cid-uR1SQrvX79 .text-wrapper {
  color: #000000;
}
.cid-uR1WqbnKHX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR1WqbnKHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1WqbnKHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1WqbnKHX .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uR1WqbnKHX .title-container {
    margin-bottom: 25px;
  }
}
.cid-uR1WqbnKHX .mbr-section-title {
  color: #00524F;
}
.cid-uR1WqbnKHX .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uR1WqbnKHX .mbr-text {
    margin-top: 24px;
  }
}
.cid-uR1WqbnKHX .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uR1WqbnKHX .tabl-container {
    margin-top: 25px;
  }
}
.cid-uR1WqbnKHX .item-container {
  width: 100%;
  display: flex;
}
.cid-uR1WqbnKHX .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uR1WqbnKHX .card-text {
  color: #272727;
  width: 100%;
}
.cid-uR1WjOTQXc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR1WjOTQXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1WjOTQXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1WjOTQXc .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uR1WjOTQXc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR1WjOTQXc .container {
    padding: 0 12px;
  }
}
.cid-uR1WjOTQXc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR1WjOTQXc .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uR1WjOTQXc .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR1WjOTQXc .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uR1WjOTQXc .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR1WjOTQXc .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uR1WjOTQXc .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uR1WjOTQXc .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uR1WjOTQXc .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uR1WjOTQXc .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uR1WjOTQXc .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uR1WjOTQXc .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uR1WjOTQXc .mbr-section-subtitle {
  color: #222222;
}
.cid-uR1WjOTQXc .mbr-text {
  color: #222222;
}
.cid-uR1WjOTQXc .list {
  color: #222222;
}
.cid-uR1VRn6tSS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR1VRn6tSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1VRn6tSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR1VRn6tSS .container {
    padding: 0 16px;
  }
}
.cid-uR1VRn6tSS .row {
  position: relative;
  z-index: 1;
}
.cid-uR1VRn6tSS .card {
  justify-content: flex-end;
}
.cid-uR1VRn6tSS .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uR1VRn6tSS .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uR1VRn6tSS .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR1VRn6tSS .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uR1VRn6tSS .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uR1VRn6tSS .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uR1VRn6tSS .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uR1VRn6tSS .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uR1VRn6tSS .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uR1VRn6tSS .card-wrapper .card-wrap {
  background-color: #565454;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uR1VRn6tSS .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uR1VRn6tSS .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uR1VRn6tSS .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uR1VRn6tSS .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uR1VRn6tSS .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uR1VRn6tSS .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR1VRn6tSS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uR1VRn6tSS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uR1VRn6tSS .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uR1VRn6tSS .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uR1VRn6tSS .text-wrapper {
    margin-left: 0;
  }
}
.cid-uR1VRn6tSS .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uR1VRn6tSS .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uR1VRn6tSS .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uR1VRn6tSS .mbr-text {
  color: #000000;
}
.cid-uR1VRn6tSS .card-desc {
  color: #000000;
}
.cid-uR1VRn6tSS .card-text {
  color: #ffffff;
}
.cid-uR1VRn6tSS .card-name {
  color: #ffffff;
}
.cid-uR1VRn6tSS .card-role {
  color: #ffffff;
}
.cid-uR1Tv1g5zQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR1Tv1g5zQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1Tv1g5zQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1Tv1g5zQ .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR1Tv1g5zQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR1Tv1g5zQ .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uR1Tv1g5zQ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR1Tv1g5zQ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uR1Tv1g5zQ .items-wrapper {
  margin: 0 -24px;
}
.cid-uR1Tv1g5zQ .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uR1Tv1g5zQ .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uR1Tv1g5zQ .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 3px dashed #ffffff;
  padding-left: 42px;
}
@media (max-width: 992px) {
  .cid-uR1Tv1g5zQ .items-wrapper .item .item-wrapper {
    padding-left: 22px;
  }
}
.cid-uR1Tv1g5zQ .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-uR1Tv1g5zQ .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  margin-top: 82px;
}
@media (max-width: 992px) {
  .cid-uR1Tv1g5zQ .items-wrapper .item .item-wrapper .item-content .item-desc {
    margin-top: 22px;
  }
}
.cid-uR1Tv1g5zQ .mbr-label {
  color: #c10b02;
}
.cid-uR1Tv1g5zQ .mbr-section-title {
  color: #c10b02;
}
.cid-uR1Tv1g5zQ .item-number {
  color: #ffffff;
  text-align: center;
}
.cid-uR1Tv1g5zQ .item-desc {
  color: #ffffff;
}
.cid-uQWwe47AJ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQWwe47AJ5 .wrapper {
  background: #ffffff;
}
.cid-uQWwe47AJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWwe47AJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWwe47AJ5 .mbr-text {
  color: #000000;
}
.cid-uQWwe47AJ5 .mbr-section-title {
  color: #000000;
}
.cid-uR1Xxzu4ve {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR1Xxzu4ve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1Xxzu4ve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1Xxzu4ve .card-wrapper {
  display: flex;
  background-color: #ffffff;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR1Xxzu4ve .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uR1Xxzu4ve .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR1Xxzu4ve .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uR1Xxzu4ve .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uR1Xxzu4ve .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uR1Xxzu4ve .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uR1Xxzu4ve .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uR1Xxzu4ve .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uR1Xxzu4ve .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uR1Xxzu4ve .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uR1Xxzu4ve .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uR1Xxzu4ve .mbr-section-title {
  color: #ffffff;
}
.cid-uR1Xxzu4ve .mbr-text {
  color: #000000;
}
.cid-uR1Xxzu4ve .mbr-section-title,
.cid-uR1Xxzu4ve .mbr-section-btn {
  color: #030303;
}
.cid-uR1UjXfWTY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR1UjXfWTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1UjXfWTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1UjXfWTY .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uR1UjXfWTY .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uR1UjXfWTY .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uR1UjXfWTY .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uR1UjXfWTY .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uR1UjXfWTY .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR1UjXfWTY .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uR1UjXfWTY .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uR1UjXfWTY .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR1UjXfWTY .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uR1UjXfWTY .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uR1UjXfWTY .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uR1UjXfWTY .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uR1UjXfWTY .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR1UjXfWTY .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uR1UjXfWTY .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uR1UjXfWTY .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uR1UjXfWTY .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR1UjXfWTY .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uR1UjXfWTY .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uR1UjXfWTY .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uR1UjXfWTY .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uR1UjXfWTY .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uR1UjXfWTY .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uR1UjXfWTY .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uR1UjXfWTY .mbr-section-title {
  color: #050f0f;
}
.cid-uR1UjXfWTY .mbr-text {
  color: #050f0f;
}
.cid-uR1UjXfWTY .panel-title-edit {
  color: #050f0f;
}
.cid-uR1UjXfWTY .panel-text {
  color: #050f0f;
}
.cid-uQZXvdA2xC {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQZXvdA2xC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQZXvdA2xC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQZXvdA2xC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQZXvdA2xC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQZXvdA2xC .container {
    padding: 0 12px;
  }
}
.cid-uQZXvdA2xC .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQZXvdA2xC .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQZXvdA2xC .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQZXvdA2xC .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uQZXvdA2xC .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQZXvdA2xC .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uQZXvdA2xC .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uQZXvdA2xC .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uQZXvdA2xC .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uQZXvdA2xC .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uQZXvdA2xC .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQZXvdA2xC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQZXvdA2xC .mbr-section-subtitle {
  color: #222222;
}
.cid-uQZXvdA2xC .mbr-text {
  color: #000000;
}
.cid-uQZXvdA2xC .list {
  color: #222222;
}
.cid-uR1VhgMoWZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR1VhgMoWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1VhgMoWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1VhgMoWZ .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uR1VhgMoWZ .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uR1VhgMoWZ .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR1VhgMoWZ .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uR1VhgMoWZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uR1VhgMoWZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uR1VhgMoWZ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uR1VhgMoWZ .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uR1VhgMoWZ .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uR1VhgMoWZ .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uR1VhgMoWZ .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uR1VhgMoWZ .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uR1VhgMoWZ .mbr-section-title {
  color: #050f0f;
}
.cid-uR1VhgMoWZ .mbr-text {
  color: #050f0f;
}
.cid-uR1VhgMoWZ .mbr-text,
.cid-uR1VhgMoWZ .text-wrapper,
.cid-uR1VhgMoWZ .rating-wrapper {
  color: #ffffff;
}
.cid-uR1VhgMoWZ .mbr-section-title,
.cid-uR1VhgMoWZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uQWydFzuEl {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQWydFzuEl .mbr-text {
  color: #000000;
}
.cid-uQWydFzuEl .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uQWydFzuEl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR22bLk2Kq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR22bLk2Kq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR22bLk2Kq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR22bLk2Kq .container,
.cid-uR22bLk2Kq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uR22bLk2Kq .container,
  .cid-uR22bLk2Kq .container-fluid {
    padding: 0 20px;
  }
}
.cid-uR22bLk2Kq .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uR22bLk2Kq .title-wrapper {
    padding: 25px 0;
  }
}
.cid-uR22bLk2Kq .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-uR22bLk2Kq .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-uR22bLk2Kq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR22bLk2Kq .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uR22bLk2Kq .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR22bLk2Kq .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uR22bLk2Kq .mbr-section-title {
  color: #3d4045;
}
.cid-uR22bLk2Kq .mbr-text {
  color: #030303;
}
.cid-uR22bLk2Kq .mbr-section-btn {
  text-align: right;
}
.cid-uR22bLk2Kq .mbr-section-title,
.cid-uR22bLk2Kq .mbr-section-btn {
  color: #000000;
}
.cid-tBnYUulbUC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tBnYUulbUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnYUulbUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnYUulbUC .google-map {
  height: 35rem;
  position: relative;
}
.cid-tBnYUulbUC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tBnYUulbUC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tBnYUulbUC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBnYUulbUC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBnYUulbUC .mbr-section-title {
  color: #ffffff;
}
.cid-uQWbGrijTV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uQWbGrijTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWbGrijTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWbGrijTV .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQWbGrijTV .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQWbGrijTV .card-wrapper {
    padding: 30px;
  }
}
.cid-uQWbGrijTV .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uQWbGrijTV .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uQWbGrijTV .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQWbGrijTV .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uQWbGrijTV .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQWbGrijTV .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uQWbGrijTV .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uQWbGrijTV .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQWbGrijTV .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uQWbGrijTV .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQWbGrijTV .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQWbGrijTV .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uQWbGrijTV .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uQWbGrijTV .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uQWbGrijTV .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uQWbGrijTV .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uQWbGrijTV .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uQWbGrijTV .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uQWbGrijTV .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uQWbGrijTV .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uQWbGrijTV .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uQWbGrijTV .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQWbGrijTV .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uQWbGrijTV .mbr-section-title {
  color: #000000;
}
.cid-uQWbGrijTV .mbr-text {
  color: #8a8a8a;
}
.cid-uQWbGrijTV .list {
  color: #000000;
}
.cid-uQWbGrijTV .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uQWbGrijTV .mbr-text,
.cid-uQWbGrijTV .mbr-section-btn {
  color: #000000;
}
.cid-uQWSyCpt8f {
  z-index: 1000;
  width: 100%;
}
.cid-uQWSyCpt8f nav.navbar {
  position: fixed;
}
.cid-uQWSyCpt8f .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-uQWSyCpt8f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQWSyCpt8f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQWSyCpt8f .dropdown-item:hover,
.cid-uQWSyCpt8f .dropdown-item:focus {
  background: #ff0808 !important;
  color: white !important;
}
.cid-uQWSyCpt8f .dropdown-item:hover span {
  color: white;
}
.cid-uQWSyCpt8f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWSyCpt8f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWSyCpt8f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWSyCpt8f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWSyCpt8f .nav-link {
  position: relative;
}
.cid-uQWSyCpt8f .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQWSyCpt8f .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWSyCpt8f .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQWSyCpt8f .navbar-caption {
  font-weight: 500;
}
.cid-uQWSyCpt8f .dropdown-menu,
.cid-uQWSyCpt8f .navbar.opened {
  background: #030303 !important;
}
.cid-uQWSyCpt8f .nav-item:focus,
.cid-uQWSyCpt8f .nav-link:focus {
  outline: none;
}
.cid-uQWSyCpt8f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWSyCpt8f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQWSyCpt8f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWSyCpt8f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWSyCpt8f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWSyCpt8f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWSyCpt8f .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(3, 3, 3, 0.8);
  backdrop-filter: blur(10px);
}
.cid-uQWSyCpt8f .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWSyCpt8f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQWSyCpt8f .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWSyCpt8f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWSyCpt8f .navbar.collapsed {
  justify-content: center;
}
.cid-uQWSyCpt8f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWSyCpt8f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWSyCpt8f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWSyCpt8f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWSyCpt8f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWSyCpt8f .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-uQWSyCpt8f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWSyCpt8f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWSyCpt8f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWSyCpt8f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWSyCpt8f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWSyCpt8f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWSyCpt8f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWSyCpt8f .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-uQWSyCpt8f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWSyCpt8f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWSyCpt8f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQWSyCpt8f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQWSyCpt8f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWSyCpt8f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQWSyCpt8f .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQWSyCpt8f .navbar.navbar-short {
  min-height: 80px;
}
.cid-uQWSyCpt8f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQWSyCpt8f .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uQWSyCpt8f .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-uQWSyCpt8f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQWSyCpt8f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWSyCpt8f .dropdown-item.active,
.cid-uQWSyCpt8f .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWSyCpt8f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWSyCpt8f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWSyCpt8f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWSyCpt8f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030303;
}
.cid-uQWSyCpt8f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQWSyCpt8f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWSyCpt8f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQWSyCpt8f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQWSyCpt8f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQWSyCpt8f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uQWSyCpt8f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQWSyCpt8f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQWSyCpt8f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQWSyCpt8f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQWSyCpt8f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWSyCpt8f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWSyCpt8f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWSyCpt8f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWSyCpt8f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWSyCpt8f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWSyCpt8f .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-uQWSyCpt8f .navbar {
    height: 70px;
  }
  .cid-uQWSyCpt8f .navbar.opened {
    height: auto;
  }
  .cid-uQWSyCpt8f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR1Z1xXTGE {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/istock-670953786-1024x683.jpg-1024x683.jpg");
}
.cid-uR1Z1xXTGE::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #f1f1f1;
}
.cid-uR1Z1xXTGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR1Z1xXTGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR1Z1xXTGE .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uR1Z1xXTGE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR1Z1xXTGE .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uR1Z1xXTGE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR1Z1xXTGE .container {
    padding: 0 14px;
  }
}
.cid-uR1Z1xXTGE .row {
  position: relative;
  z-index: 1;
}
.cid-uR1Z1xXTGE .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR1Z1xXTGE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR1Z1xXTGE .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 32px;
}
.cid-uR1Z1xXTGE .mbr-desc {
  color: #01004c;
}
.cid-uR1Z1xXTGE .mbr-section-title {
  color: #01004c;
}
.cid-uR1Z1xXTGE .mbr-text {
  color: #01004c;
}
.cid-uR1Z1xXTGE .mbr-section-title,
.cid-uR1Z1xXTGE .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uR1Z1xXTGE .mbr-text,
.cid-uR1Z1xXTGE .text-wrapper {
  color: #000000;
}
.cid-uQWSyHc1al {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWSyHc1al .wrapper {
  background: #ffffff;
}
.cid-uQWSyHc1al .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWSyHc1al .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWSyHc1al .mbr-text {
  color: #000000;
}
.cid-uQWSySVv0y {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-uQWSySVv0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWSySVv0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWSySVv0y .google-map {
  height: 35rem;
  position: relative;
}
.cid-uQWSySVv0y .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uQWSySVv0y .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQWSySVv0y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQWSySVv0y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQWSySVv0y .mbr-section-title {
  color: #ffffff;
}
.cid-uQWSyTUsnx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uQWSyTUsnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWSyTUsnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWSyTUsnx .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQWSyTUsnx .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQWSyTUsnx .card-wrapper {
    padding: 30px;
  }
}
.cid-uQWSyTUsnx .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uQWSyTUsnx .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uQWSyTUsnx .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQWSyTUsnx .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uQWSyTUsnx .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQWSyTUsnx .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uQWSyTUsnx .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uQWSyTUsnx .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQWSyTUsnx .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uQWSyTUsnx .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQWSyTUsnx .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQWSyTUsnx .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uQWSyTUsnx .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uQWSyTUsnx .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uQWSyTUsnx .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uQWSyTUsnx .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uQWSyTUsnx .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uQWSyTUsnx .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uQWSyTUsnx .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uQWSyTUsnx .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uQWSyTUsnx .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uQWSyTUsnx .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQWSyTUsnx .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uQWSyTUsnx .mbr-section-title {
  color: #000000;
}
.cid-uQWSyTUsnx .mbr-text {
  color: #8a8a8a;
}
.cid-uQWSyTUsnx .list {
  color: #000000;
}
.cid-uQWSyTUsnx .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uQWSyTUsnx .mbr-text,
.cid-uQWSyTUsnx .mbr-section-btn {
  color: #000000;
}
.cid-uQWTTofI7a {
  z-index: 1000;
  width: 100%;
}
.cid-uQWTTofI7a nav.navbar {
  position: fixed;
}
.cid-uQWTTofI7a .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-uQWTTofI7a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQWTTofI7a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQWTTofI7a .dropdown-item:hover,
.cid-uQWTTofI7a .dropdown-item:focus {
  background: #ff0808 !important;
  color: white !important;
}
.cid-uQWTTofI7a .dropdown-item:hover span {
  color: white;
}
.cid-uQWTTofI7a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWTTofI7a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWTTofI7a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWTTofI7a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWTTofI7a .nav-link {
  position: relative;
}
.cid-uQWTTofI7a .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uQWTTofI7a .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWTTofI7a .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQWTTofI7a .navbar-caption {
  font-weight: 500;
}
.cid-uQWTTofI7a .dropdown-menu,
.cid-uQWTTofI7a .navbar.opened {
  background: #030303 !important;
}
.cid-uQWTTofI7a .nav-item:focus,
.cid-uQWTTofI7a .nav-link:focus {
  outline: none;
}
.cid-uQWTTofI7a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWTTofI7a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQWTTofI7a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWTTofI7a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWTTofI7a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWTTofI7a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWTTofI7a .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(3, 3, 3, 0.8);
  backdrop-filter: blur(10px);
}
.cid-uQWTTofI7a .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWTTofI7a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQWTTofI7a .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWTTofI7a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWTTofI7a .navbar.collapsed {
  justify-content: center;
}
.cid-uQWTTofI7a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWTTofI7a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWTTofI7a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWTTofI7a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWTTofI7a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWTTofI7a .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-uQWTTofI7a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWTTofI7a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWTTofI7a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWTTofI7a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWTTofI7a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWTTofI7a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWTTofI7a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWTTofI7a .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-uQWTTofI7a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWTTofI7a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWTTofI7a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQWTTofI7a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQWTTofI7a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWTTofI7a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uQWTTofI7a .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uQWTTofI7a .navbar.navbar-short {
  min-height: 80px;
}
.cid-uQWTTofI7a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQWTTofI7a .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uQWTTofI7a .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-uQWTTofI7a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQWTTofI7a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWTTofI7a .dropdown-item.active,
.cid-uQWTTofI7a .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWTTofI7a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWTTofI7a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWTTofI7a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWTTofI7a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030303;
}
.cid-uQWTTofI7a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQWTTofI7a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWTTofI7a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQWTTofI7a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQWTTofI7a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQWTTofI7a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uQWTTofI7a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQWTTofI7a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQWTTofI7a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQWTTofI7a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQWTTofI7a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWTTofI7a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWTTofI7a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWTTofI7a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWTTofI7a .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWTTofI7a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWTTofI7a .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-uQWTTofI7a .navbar {
    height: 70px;
  }
  .cid-uQWTTofI7a .navbar.opened {
    height: auto;
  }
  .cid-uQWTTofI7a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR20se7J7R {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/1730521766081.jpg-1279x720.jpg");
}
.cid-uR20se7J7R::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #f1f1f1;
}
.cid-uR20se7J7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR20se7J7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR20se7J7R .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uR20se7J7R .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR20se7J7R .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uR20se7J7R .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR20se7J7R .container {
    padding: 0 14px;
  }
}
.cid-uR20se7J7R .row {
  position: relative;
  z-index: 1;
}
.cid-uR20se7J7R .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR20se7J7R .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR20se7J7R .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 32px;
}
.cid-uR20se7J7R .mbr-desc {
  color: #01004c;
}
.cid-uR20se7J7R .mbr-section-title {
  color: #01004c;
}
.cid-uR20se7J7R .mbr-text {
  color: #01004c;
}
.cid-uR20se7J7R .mbr-section-title,
.cid-uR20se7J7R .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uR20se7J7R .mbr-text,
.cid-uR20se7J7R .text-wrapper {
  color: #000000;
}
.cid-uQWTTrbKTm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQWTTrbKTm .wrapper {
  background: #ffffff;
}
.cid-uQWTTrbKTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWTTrbKTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWTTrbKTm .mbr-text {
  color: #000000;
}
.cid-uQWTTrWU4H {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uQWTTrWU4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWTTrWU4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWTTrWU4H .google-map {
  height: 35rem;
  position: relative;
}
.cid-uQWTTrWU4H .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uQWTTrWU4H .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uQWTTrWU4H .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uQWTTrWU4H .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uQWTTrWU4H .mbr-section-title {
  color: #ffffff;
}
.cid-uQWTTsMmwd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uQWTTsMmwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWTTsMmwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWTTsMmwd .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQWTTsMmwd .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uQWTTsMmwd .card-wrapper {
    padding: 30px;
  }
}
.cid-uQWTTsMmwd .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uQWTTsMmwd .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uQWTTsMmwd .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQWTTsMmwd .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uQWTTsMmwd .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uQWTTsMmwd .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uQWTTsMmwd .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uQWTTsMmwd .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uQWTTsMmwd .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uQWTTsMmwd .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQWTTsMmwd .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQWTTsMmwd .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uQWTTsMmwd .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uQWTTsMmwd .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uQWTTsMmwd .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uQWTTsMmwd .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uQWTTsMmwd .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uQWTTsMmwd .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uQWTTsMmwd .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uQWTTsMmwd .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uQWTTsMmwd .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uQWTTsMmwd .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQWTTsMmwd .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uQWTTsMmwd .mbr-section-title {
  color: #000000;
}
.cid-uQWTTsMmwd .mbr-text {
  color: #8a8a8a;
}
.cid-uQWTTsMmwd .list {
  color: #000000;
}
.cid-uQWTTsMmwd .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uQWTTsMmwd .mbr-text,
.cid-uQWTTsMmwd .mbr-section-btn {
  color: #000000;
}
.cid-uR23WqOaoF {
  z-index: 1000;
  width: 100%;
}
.cid-uR23WqOaoF nav.navbar {
  position: fixed;
}
.cid-uR23WqOaoF .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-uR23WqOaoF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uR23WqOaoF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uR23WqOaoF .dropdown-item:hover,
.cid-uR23WqOaoF .dropdown-item:focus {
  background: #ff0808 !important;
  color: white !important;
}
.cid-uR23WqOaoF .dropdown-item:hover span {
  color: white;
}
.cid-uR23WqOaoF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR23WqOaoF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR23WqOaoF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR23WqOaoF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR23WqOaoF .nav-link {
  position: relative;
}
.cid-uR23WqOaoF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uR23WqOaoF .container {
    flex-wrap: nowrap;
  }
}
.cid-uR23WqOaoF .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uR23WqOaoF .navbar-caption {
  font-weight: 500;
}
.cid-uR23WqOaoF .dropdown-menu,
.cid-uR23WqOaoF .navbar.opened {
  background: #030303 !important;
}
.cid-uR23WqOaoF .nav-item:focus,
.cid-uR23WqOaoF .nav-link:focus {
  outline: none;
}
.cid-uR23WqOaoF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR23WqOaoF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR23WqOaoF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR23WqOaoF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR23WqOaoF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR23WqOaoF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR23WqOaoF .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(3, 3, 3, 0.8);
  backdrop-filter: blur(10px);
}
.cid-uR23WqOaoF .navbar.opened {
  transition: all 0.3s;
}
.cid-uR23WqOaoF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uR23WqOaoF .navbar .navbar-logo img {
  width: auto;
}
.cid-uR23WqOaoF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR23WqOaoF .navbar.collapsed {
  justify-content: center;
}
.cid-uR23WqOaoF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR23WqOaoF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR23WqOaoF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uR23WqOaoF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR23WqOaoF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR23WqOaoF .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-uR23WqOaoF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR23WqOaoF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR23WqOaoF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR23WqOaoF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR23WqOaoF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR23WqOaoF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR23WqOaoF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR23WqOaoF .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-uR23WqOaoF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR23WqOaoF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR23WqOaoF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR23WqOaoF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uR23WqOaoF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR23WqOaoF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uR23WqOaoF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uR23WqOaoF .navbar.navbar-short {
  min-height: 80px;
}
.cid-uR23WqOaoF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uR23WqOaoF .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uR23WqOaoF .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-uR23WqOaoF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR23WqOaoF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR23WqOaoF .dropdown-item.active,
.cid-uR23WqOaoF .dropdown-item:active {
  background-color: transparent;
}
.cid-uR23WqOaoF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR23WqOaoF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR23WqOaoF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR23WqOaoF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030303;
}
.cid-uR23WqOaoF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR23WqOaoF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR23WqOaoF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR23WqOaoF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uR23WqOaoF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uR23WqOaoF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uR23WqOaoF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR23WqOaoF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR23WqOaoF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR23WqOaoF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR23WqOaoF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR23WqOaoF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR23WqOaoF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR23WqOaoF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR23WqOaoF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR23WqOaoF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR23WqOaoF .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-uR23WqOaoF .navbar {
    height: 70px;
  }
  .cid-uR23WqOaoF .navbar.opened {
    height: auto;
  }
  .cid-uR23WqOaoF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR23WsAW9v {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/british-inventions.jpg-1024x768.jpg");
}
.cid-uR23WsAW9v::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #f1f1f1;
}
.cid-uR23WsAW9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR23WsAW9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR23WsAW9v .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uR23WsAW9v .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR23WsAW9v .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uR23WsAW9v .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR23WsAW9v .container {
    padding: 0 14px;
  }
}
.cid-uR23WsAW9v .row {
  position: relative;
  z-index: 1;
}
.cid-uR23WsAW9v .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR23WsAW9v .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR23WsAW9v .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 32px;
}
.cid-uR23WsAW9v .mbr-desc {
  color: #01004c;
}
.cid-uR23WsAW9v .mbr-section-title {
  color: #01004c;
}
.cid-uR23WsAW9v .mbr-text {
  color: #01004c;
}
.cid-uR23WsAW9v .mbr-section-title,
.cid-uR23WsAW9v .mbr-section-btn {
  color: #000000;
}
.cid-uR23WsAW9v .mbr-text,
.cid-uR23WsAW9v .text-wrapper {
  color: #000000;
}
.cid-uR23WtIfx1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR23WtIfx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR23WtIfx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR23WtIfx1 .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uR23WtIfx1 .title-container {
    margin-bottom: 25px;
  }
}
.cid-uR23WtIfx1 .mbr-section-title {
  color: #00524F;
}
.cid-uR23WtIfx1 .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uR23WtIfx1 .mbr-text {
    margin-top: 24px;
  }
}
.cid-uR23WtIfx1 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uR23WtIfx1 .tabl-container {
    margin-top: 25px;
  }
}
.cid-uR23WtIfx1 .item-container {
  width: 100%;
  display: flex;
}
.cid-uR23WtIfx1 .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uR23WtIfx1 .card-text {
  color: #272727;
  width: 100%;
}
.cid-uR23WuSJab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR23WuSJab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR23WuSJab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR23WuSJab .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uR23WuSJab .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR23WuSJab .container {
    padding: 0 12px;
  }
}
.cid-uR23WuSJab .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR23WuSJab .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uR23WuSJab .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR23WuSJab .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uR23WuSJab .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR23WuSJab .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uR23WuSJab .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uR23WuSJab .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uR23WuSJab .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uR23WuSJab .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uR23WuSJab .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uR23WuSJab .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uR23WuSJab .mbr-section-subtitle {
  color: #222222;
}
.cid-uR23WuSJab .mbr-text {
  color: #222222;
}
.cid-uR23WuSJab .list {
  color: #222222;
}
.cid-uR23Ww1J8q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR23Ww1J8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR23Ww1J8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR23Ww1J8q .container {
    padding: 0 16px;
  }
}
.cid-uR23Ww1J8q .row {
  position: relative;
  z-index: 1;
}
.cid-uR23Ww1J8q .card {
  justify-content: flex-end;
}
.cid-uR23Ww1J8q .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uR23Ww1J8q .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uR23Ww1J8q .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR23Ww1J8q .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uR23Ww1J8q .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uR23Ww1J8q .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uR23Ww1J8q .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uR23Ww1J8q .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uR23Ww1J8q .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uR23Ww1J8q .card-wrapper .card-wrap {
  background-color: #565454;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uR23Ww1J8q .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uR23Ww1J8q .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uR23Ww1J8q .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uR23Ww1J8q .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uR23Ww1J8q .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uR23Ww1J8q .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR23Ww1J8q .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uR23Ww1J8q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uR23Ww1J8q .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uR23Ww1J8q .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uR23Ww1J8q .text-wrapper {
    margin-left: 0;
  }
}
.cid-uR23Ww1J8q .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uR23Ww1J8q .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uR23Ww1J8q .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uR23Ww1J8q .mbr-text {
  color: #000000;
}
.cid-uR23Ww1J8q .card-desc {
  color: #000000;
}
.cid-uR23Ww1J8q .card-text {
  color: #ffffff;
}
.cid-uR23Ww1J8q .card-name {
  color: #ffffff;
}
.cid-uR23Ww1J8q .card-role {
  color: #ffffff;
}
.cid-uR23WxeS9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR23WxeS9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR23WxeS9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR23WxeS9F .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR23WxeS9F .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR23WxeS9F .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uR23WxeS9F .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR23WxeS9F .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uR23WxeS9F .items-wrapper {
  margin: 0 -24px;
}
.cid-uR23WxeS9F .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uR23WxeS9F .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uR23WxeS9F .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 3px dashed #ffffff;
  padding-left: 42px;
}
@media (max-width: 992px) {
  .cid-uR23WxeS9F .items-wrapper .item .item-wrapper {
    padding-left: 22px;
  }
}
.cid-uR23WxeS9F .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-uR23WxeS9F .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  margin-top: 82px;
}
@media (max-width: 992px) {
  .cid-uR23WxeS9F .items-wrapper .item .item-wrapper .item-content .item-desc {
    margin-top: 22px;
  }
}
.cid-uR23WxeS9F .mbr-label {
  color: #c10b02;
}
.cid-uR23WxeS9F .mbr-section-title {
  color: #c10b02;
}
.cid-uR23WxeS9F .item-number {
  color: #ffffff;
  text-align: center;
}
.cid-uR23WxeS9F .item-desc {
  color: #ffffff;
}
.cid-uR23WyA75l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR23WyA75l .wrapper {
  background: #ffffff;
}
.cid-uR23WyA75l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR23WyA75l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR23WyA75l .mbr-text {
  color: #000000;
}
.cid-uR23WyA75l .mbr-section-title {
  color: #000000;
}
.cid-uR23WzGeDh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR23WzGeDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR23WzGeDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR23WzGeDh .card-wrapper {
  display: flex;
  background-color: #ffffff;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR23WzGeDh .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uR23WzGeDh .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR23WzGeDh .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uR23WzGeDh .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uR23WzGeDh .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uR23WzGeDh .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uR23WzGeDh .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uR23WzGeDh .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uR23WzGeDh .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uR23WzGeDh .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uR23WzGeDh .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uR23WzGeDh .mbr-section-title {
  color: #ffffff;
}
.cid-uR23WzGeDh .mbr-text {
  color: #000000;
}
.cid-uR23WzGeDh .mbr-section-title,
.cid-uR23WzGeDh .mbr-section-btn {
  color: #030303;
}
.cid-uR23WB210X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR23WB210X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR23WB210X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR23WB210X .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uR23WB210X .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uR23WB210X .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uR23WB210X .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uR23WB210X .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uR23WB210X .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR23WB210X .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uR23WB210X .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uR23WB210X .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR23WB210X .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uR23WB210X .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uR23WB210X .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uR23WB210X .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uR23WB210X .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR23WB210X .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uR23WB210X .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uR23WB210X .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uR23WB210X .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR23WB210X .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uR23WB210X .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uR23WB210X .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uR23WB210X .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uR23WB210X .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uR23WB210X .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uR23WB210X .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uR23WB210X .mbr-section-title {
  color: #050f0f;
}
.cid-uR23WB210X .mbr-text {
  color: #050f0f;
}
.cid-uR23WB210X .panel-title-edit {
  color: #050f0f;
}
.cid-uR23WB210X .panel-text {
  color: #050f0f;
}
.cid-uR23WCCBjB {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uR23WCCBjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR23WCCBjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR23WCCBjB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uR23WCCBjB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR23WCCBjB .container {
    padding: 0 12px;
  }
}
.cid-uR23WCCBjB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR23WCCBjB .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uR23WCCBjB .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR23WCCBjB .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uR23WCCBjB .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR23WCCBjB .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uR23WCCBjB .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uR23WCCBjB .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uR23WCCBjB .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uR23WCCBjB .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uR23WCCBjB .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uR23WCCBjB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR23WCCBjB .mbr-section-subtitle {
  color: #222222;
}
.cid-uR23WCCBjB .mbr-text {
  color: #000000;
}
.cid-uR23WCCBjB .list {
  color: #222222;
}
.cid-uR23WDJBTp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR23WDJBTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR23WDJBTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR23WDJBTp .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uR23WDJBTp .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uR23WDJBTp .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR23WDJBTp .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uR23WDJBTp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uR23WDJBTp .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uR23WDJBTp .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uR23WDJBTp .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uR23WDJBTp .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uR23WDJBTp .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uR23WDJBTp .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uR23WDJBTp .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uR23WDJBTp .mbr-section-title {
  color: #050f0f;
}
.cid-uR23WDJBTp .mbr-text {
  color: #050f0f;
}
.cid-uR23WDJBTp .mbr-text,
.cid-uR23WDJBTp .text-wrapper,
.cid-uR23WDJBTp .rating-wrapper {
  color: #ffffff;
}
.cid-uR23WDJBTp .mbr-section-title,
.cid-uR23WDJBTp .mbr-section-btn {
  color: #ffffff;
}
.cid-uR23WF1Fzu {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uR23WF1Fzu .mbr-text {
  color: #000000;
}
.cid-uR23WF1Fzu .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uR23WF1Fzu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR23WHFH3l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR23WHFH3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR23WHFH3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR23WHFH3l .container,
.cid-uR23WHFH3l .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uR23WHFH3l .container,
  .cid-uR23WHFH3l .container-fluid {
    padding: 0 20px;
  }
}
.cid-uR23WHFH3l .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uR23WHFH3l .title-wrapper {
    padding: 25px 0;
  }
}
.cid-uR23WHFH3l .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-uR23WHFH3l .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-uR23WHFH3l .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR23WHFH3l .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uR23WHFH3l .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR23WHFH3l .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uR23WHFH3l .mbr-section-title {
  color: #3d4045;
}
.cid-uR23WHFH3l .mbr-text {
  color: #030303;
}
.cid-uR23WHFH3l .mbr-section-btn {
  text-align: right;
}
.cid-uR23WHFH3l .mbr-section-title,
.cid-uR23WHFH3l .mbr-section-btn {
  color: #000000;
}
.cid-uR2m2YCSIt {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uR2m2YCSIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2m2YCSIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR2m2YCSIt .container {
    padding: 0 20px;
  }
}
.cid-uR2m2YCSIt .row {
  margin: 0;
}
.cid-uR2m2YCSIt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR2m2YCSIt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR2m2YCSIt .video-block .video-wrapper .app-video-wrapper::before {
  color: #030303;
  text-shadow: none;
}
.cid-uR2m2YCSIt .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uR2m2YCSIt .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uR2m2YCSIt .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uR2m2YCSIt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR26SXQU0C {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-uR26SXQU0C .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uR26SXQU0C .row {
  max-width: 900px;
  margin: auto;
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uR26SXQU0C .row {
    padding: 2rem 1rem;
  }
}
.cid-uR26SXQU0C .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uR26SXQU0C .row:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-uR26SXQU0C .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uR26SXQU0C span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uR26SXQU0C .collapsed span {
  transform: rotate(0deg);
}
.cid-uR26SXQU0C .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uR26SXQU0C .panel-group {
  width: 100%;
}
.cid-uR26SXQU0C .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uR26SXQU0C .card {
  border-radius: 0px;
}
.cid-uR26SXQU0C .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uR26SXQU0C .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uR26SXQU0C .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uR26SXQU0C .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uR26SXQU0C .mbr-section-title,
.cid-uR26SXQU0C .mbr-section-subtitle,
.cid-uR26SXQU0C .content-block {
  position: relative;
  z-index: 1;
}
.cid-uR26SXQU0C .panel-text {
  color: #030303;
}
.cid-uR26SXQU0C .header-text,
.cid-uR26SXQU0C .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uR26SXQU0C .mbr-section-title {
  color: #000000;
}
.cid-uR26SXQU0C .header-text,
.cid-uR26SXQU0C .sign,
.cid-uR26SXQU0C .card-header {
  color: #000000;
}
.cid-uR26SXQU0C .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uR23WIY4NM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uR23WIY4NM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR23WIY4NM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR23WIY4NM .google-map {
  height: 35rem;
  position: relative;
}
.cid-uR23WIY4NM .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uR23WIY4NM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uR23WIY4NM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uR23WIY4NM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uR23WIY4NM .mbr-section-title {
  color: #ffffff;
}
.cid-uR23WKwdcB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR23WKwdcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR23WKwdcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR23WKwdcB .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uR23WKwdcB .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uR23WKwdcB .card-wrapper {
    padding: 30px;
  }
}
.cid-uR23WKwdcB .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uR23WKwdcB .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uR23WKwdcB .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uR23WKwdcB .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uR23WKwdcB .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uR23WKwdcB .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uR23WKwdcB .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uR23WKwdcB .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uR23WKwdcB .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uR23WKwdcB .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uR23WKwdcB .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uR23WKwdcB .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uR23WKwdcB .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uR23WKwdcB .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uR23WKwdcB .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uR23WKwdcB .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uR23WKwdcB .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uR23WKwdcB .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uR23WKwdcB .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uR23WKwdcB .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uR23WKwdcB .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uR23WKwdcB .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uR23WKwdcB .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uR23WKwdcB .mbr-section-title {
  color: #000000;
}
.cid-uR23WKwdcB .mbr-text {
  color: #8a8a8a;
}
.cid-uR23WKwdcB .list {
  color: #000000;
}
.cid-uR23WKwdcB .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uR23WKwdcB .mbr-text,
.cid-uR23WKwdcB .mbr-section-btn {
  color: #000000;
}
.cid-uR2ievsv39 {
  z-index: 1000;
  width: 100%;
}
.cid-uR2ievsv39 nav.navbar {
  position: fixed;
}
.cid-uR2ievsv39 .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-uR2ievsv39 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uR2ievsv39 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uR2ievsv39 .dropdown-item:hover,
.cid-uR2ievsv39 .dropdown-item:focus {
  background: #ff0808 !important;
  color: white !important;
}
.cid-uR2ievsv39 .dropdown-item:hover span {
  color: white;
}
.cid-uR2ievsv39 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR2ievsv39 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR2ievsv39 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR2ievsv39 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR2ievsv39 .nav-link {
  position: relative;
}
.cid-uR2ievsv39 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uR2ievsv39 .container {
    flex-wrap: nowrap;
  }
}
.cid-uR2ievsv39 .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uR2ievsv39 .navbar-caption {
  font-weight: 500;
}
.cid-uR2ievsv39 .dropdown-menu,
.cid-uR2ievsv39 .navbar.opened {
  background: #030303 !important;
}
.cid-uR2ievsv39 .nav-item:focus,
.cid-uR2ievsv39 .nav-link:focus {
  outline: none;
}
.cid-uR2ievsv39 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR2ievsv39 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR2ievsv39 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR2ievsv39 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR2ievsv39 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR2ievsv39 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR2ievsv39 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(3, 3, 3, 0.8);
  backdrop-filter: blur(10px);
}
.cid-uR2ievsv39 .navbar.opened {
  transition: all 0.3s;
}
.cid-uR2ievsv39 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uR2ievsv39 .navbar .navbar-logo img {
  width: auto;
}
.cid-uR2ievsv39 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR2ievsv39 .navbar.collapsed {
  justify-content: center;
}
.cid-uR2ievsv39 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR2ievsv39 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR2ievsv39 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uR2ievsv39 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR2ievsv39 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR2ievsv39 .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-uR2ievsv39 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR2ievsv39 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR2ievsv39 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR2ievsv39 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR2ievsv39 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR2ievsv39 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR2ievsv39 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR2ievsv39 .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-uR2ievsv39 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR2ievsv39 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR2ievsv39 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR2ievsv39 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uR2ievsv39 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR2ievsv39 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uR2ievsv39 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uR2ievsv39 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uR2ievsv39 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uR2ievsv39 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uR2ievsv39 .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-uR2ievsv39 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR2ievsv39 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR2ievsv39 .dropdown-item.active,
.cid-uR2ievsv39 .dropdown-item:active {
  background-color: transparent;
}
.cid-uR2ievsv39 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR2ievsv39 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR2ievsv39 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR2ievsv39 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030303;
}
.cid-uR2ievsv39 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR2ievsv39 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR2ievsv39 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR2ievsv39 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uR2ievsv39 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uR2ievsv39 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uR2ievsv39 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR2ievsv39 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR2ievsv39 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR2ievsv39 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR2ievsv39 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR2ievsv39 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR2ievsv39 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR2ievsv39 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR2ievsv39 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR2ievsv39 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR2ievsv39 .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-uR2ievsv39 .navbar {
    height: 70px;
  }
  .cid-uR2ievsv39 .navbar.opened {
    height: auto;
  }
  .cid-uR2ievsv39 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR2iewGZaO {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/untitled-1-1.jpg-2000x1429.jpg");
}
.cid-uR2iewGZaO::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #f1f1f1;
}
.cid-uR2iewGZaO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2iewGZaO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2iewGZaO .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uR2iewGZaO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR2iewGZaO .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uR2iewGZaO .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR2iewGZaO .container {
    padding: 0 14px;
  }
}
.cid-uR2iewGZaO .row {
  position: relative;
  z-index: 1;
}
.cid-uR2iewGZaO .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR2iewGZaO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR2iewGZaO .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 32px;
}
.cid-uR2iewGZaO .mbr-desc {
  color: #01004c;
}
.cid-uR2iewGZaO .mbr-section-title {
  color: #01004c;
}
.cid-uR2iewGZaO .mbr-text {
  color: #01004c;
}
.cid-uR2iewGZaO .mbr-section-title,
.cid-uR2iewGZaO .mbr-section-btn {
  color: #000000;
}
.cid-uR2iewGZaO .mbr-text,
.cid-uR2iewGZaO .text-wrapper {
  color: #000000;
}
.cid-uR2iey2Jhz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR2iey2Jhz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2iey2Jhz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2iey2Jhz .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uR2iey2Jhz .title-container {
    margin-bottom: 25px;
  }
}
.cid-uR2iey2Jhz .mbr-section-title {
  color: #00524F;
}
.cid-uR2iey2Jhz .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uR2iey2Jhz .mbr-text {
    margin-top: 24px;
  }
}
.cid-uR2iey2Jhz .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uR2iey2Jhz .tabl-container {
    margin-top: 25px;
  }
}
.cid-uR2iey2Jhz .item-container {
  width: 100%;
  display: flex;
}
.cid-uR2iey2Jhz .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uR2iey2Jhz .card-text {
  color: #272727;
  width: 100%;
}
.cid-uR2iezxTpU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR2iezxTpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2iezxTpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2iezxTpU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uR2iezxTpU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR2iezxTpU .container {
    padding: 0 12px;
  }
}
.cid-uR2iezxTpU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR2iezxTpU .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uR2iezxTpU .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR2iezxTpU .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uR2iezxTpU .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR2iezxTpU .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uR2iezxTpU .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uR2iezxTpU .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uR2iezxTpU .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uR2iezxTpU .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uR2iezxTpU .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uR2iezxTpU .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uR2iezxTpU .mbr-section-subtitle {
  color: #222222;
}
.cid-uR2iezxTpU .mbr-text {
  color: #222222;
}
.cid-uR2iezxTpU .list {
  color: #222222;
}
.cid-uR2ieAHxjd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR2ieAHxjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2ieAHxjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR2ieAHxjd .container {
    padding: 0 16px;
  }
}
.cid-uR2ieAHxjd .row {
  position: relative;
  z-index: 1;
}
.cid-uR2ieAHxjd .card {
  justify-content: flex-end;
}
.cid-uR2ieAHxjd .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uR2ieAHxjd .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uR2ieAHxjd .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR2ieAHxjd .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uR2ieAHxjd .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uR2ieAHxjd .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uR2ieAHxjd .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uR2ieAHxjd .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uR2ieAHxjd .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uR2ieAHxjd .card-wrapper .card-wrap {
  background-color: #565454;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uR2ieAHxjd .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uR2ieAHxjd .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uR2ieAHxjd .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uR2ieAHxjd .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uR2ieAHxjd .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uR2ieAHxjd .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR2ieAHxjd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uR2ieAHxjd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uR2ieAHxjd .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uR2ieAHxjd .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uR2ieAHxjd .text-wrapper {
    margin-left: 0;
  }
}
.cid-uR2ieAHxjd .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uR2ieAHxjd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uR2ieAHxjd .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uR2ieAHxjd .mbr-text {
  color: #000000;
}
.cid-uR2ieAHxjd .card-desc {
  color: #000000;
}
.cid-uR2ieAHxjd .card-text {
  color: #ffffff;
}
.cid-uR2ieAHxjd .card-name {
  color: #ffffff;
}
.cid-uR2ieAHxjd .card-role {
  color: #ffffff;
}
.cid-uR2ieBKKsc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR2ieBKKsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2ieBKKsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2ieBKKsc .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR2ieBKKsc .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR2ieBKKsc .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uR2ieBKKsc .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR2ieBKKsc .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uR2ieBKKsc .items-wrapper {
  margin: 0 -24px;
}
.cid-uR2ieBKKsc .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uR2ieBKKsc .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uR2ieBKKsc .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 3px dashed #ffffff;
  padding-left: 42px;
}
@media (max-width: 992px) {
  .cid-uR2ieBKKsc .items-wrapper .item .item-wrapper {
    padding-left: 22px;
  }
}
.cid-uR2ieBKKsc .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-uR2ieBKKsc .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  margin-top: 82px;
}
@media (max-width: 992px) {
  .cid-uR2ieBKKsc .items-wrapper .item .item-wrapper .item-content .item-desc {
    margin-top: 22px;
  }
}
.cid-uR2ieBKKsc .mbr-label {
  color: #c10b02;
}
.cid-uR2ieBKKsc .mbr-section-title {
  color: #c10b02;
}
.cid-uR2ieBKKsc .item-number {
  color: #ffffff;
  text-align: center;
}
.cid-uR2ieBKKsc .item-desc {
  color: #ffffff;
}
.cid-uR2ieD3RAU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR2ieD3RAU .wrapper {
  background: #ffffff;
}
.cid-uR2ieD3RAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2ieD3RAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2ieD3RAU .mbr-text {
  color: #000000;
}
.cid-uR2ieD3RAU .mbr-section-title {
  color: #000000;
}
.cid-uR2ieEb00G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR2ieEb00G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2ieEb00G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2ieEb00G .card-wrapper {
  display: flex;
  background-color: #ffffff;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR2ieEb00G .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uR2ieEb00G .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR2ieEb00G .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uR2ieEb00G .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uR2ieEb00G .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uR2ieEb00G .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uR2ieEb00G .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uR2ieEb00G .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uR2ieEb00G .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uR2ieEb00G .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uR2ieEb00G .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uR2ieEb00G .mbr-section-title {
  color: #ffffff;
}
.cid-uR2ieEb00G .mbr-text {
  color: #000000;
}
.cid-uR2ieEb00G .mbr-section-title,
.cid-uR2ieEb00G .mbr-section-btn {
  color: #030303;
}
.cid-uR2ieFyA2V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR2ieFyA2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2ieFyA2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2ieFyA2V .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uR2ieFyA2V .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uR2ieFyA2V .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uR2ieFyA2V .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uR2ieFyA2V .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uR2ieFyA2V .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR2ieFyA2V .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uR2ieFyA2V .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uR2ieFyA2V .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR2ieFyA2V .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uR2ieFyA2V .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uR2ieFyA2V .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uR2ieFyA2V .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uR2ieFyA2V .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR2ieFyA2V .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uR2ieFyA2V .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uR2ieFyA2V .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uR2ieFyA2V .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR2ieFyA2V .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uR2ieFyA2V .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uR2ieFyA2V .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uR2ieFyA2V .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uR2ieFyA2V .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uR2ieFyA2V .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uR2ieFyA2V .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uR2ieFyA2V .mbr-section-title {
  color: #050f0f;
}
.cid-uR2ieFyA2V .mbr-text {
  color: #050f0f;
}
.cid-uR2ieFyA2V .panel-title-edit {
  color: #050f0f;
}
.cid-uR2ieFyA2V .panel-text {
  color: #050f0f;
}
.cid-uR2ieHih3X {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uR2ieHih3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2ieHih3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2ieHih3X .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uR2ieHih3X .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR2ieHih3X .container {
    padding: 0 12px;
  }
}
.cid-uR2ieHih3X .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR2ieHih3X .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uR2ieHih3X .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR2ieHih3X .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uR2ieHih3X .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR2ieHih3X .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uR2ieHih3X .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uR2ieHih3X .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uR2ieHih3X .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uR2ieHih3X .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uR2ieHih3X .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uR2ieHih3X .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR2ieHih3X .mbr-section-subtitle {
  color: #222222;
}
.cid-uR2ieHih3X .mbr-text {
  color: #000000;
}
.cid-uR2ieHih3X .list {
  color: #222222;
}
.cid-uR2ieIEjNA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR2ieIEjNA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2ieIEjNA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2ieIEjNA .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uR2ieIEjNA .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uR2ieIEjNA .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR2ieIEjNA .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uR2ieIEjNA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uR2ieIEjNA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uR2ieIEjNA .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uR2ieIEjNA .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uR2ieIEjNA .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uR2ieIEjNA .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uR2ieIEjNA .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uR2ieIEjNA .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uR2ieIEjNA .mbr-section-title {
  color: #050f0f;
}
.cid-uR2ieIEjNA .mbr-text {
  color: #050f0f;
}
.cid-uR2ieIEjNA .mbr-text,
.cid-uR2ieIEjNA .text-wrapper,
.cid-uR2ieIEjNA .rating-wrapper {
  color: #ffffff;
}
.cid-uR2ieIEjNA .mbr-section-title,
.cid-uR2ieIEjNA .mbr-section-btn {
  color: #ffffff;
}
.cid-uR2ieK7RpG {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uR2ieK7RpG .mbr-text {
  color: #000000;
}
.cid-uR2ieK7RpG .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uR2ieK7RpG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR2ieLnZrd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR2ieLnZrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2ieLnZrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2ieLnZrd .container,
.cid-uR2ieLnZrd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uR2ieLnZrd .container,
  .cid-uR2ieLnZrd .container-fluid {
    padding: 0 20px;
  }
}
.cid-uR2ieLnZrd .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uR2ieLnZrd .title-wrapper {
    padding: 25px 0;
  }
}
.cid-uR2ieLnZrd .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-uR2ieLnZrd .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-uR2ieLnZrd .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR2ieLnZrd .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uR2ieLnZrd .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR2ieLnZrd .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uR2ieLnZrd .mbr-section-title {
  color: #3d4045;
}
.cid-uR2ieLnZrd .mbr-text {
  color: #030303;
}
.cid-uR2ieLnZrd .mbr-section-btn {
  text-align: right;
}
.cid-uR2ieLnZrd .mbr-section-title,
.cid-uR2ieLnZrd .mbr-section-btn {
  color: #000000;
}
.cid-uR2ieMSBVA {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-uR2ieMSBVA .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uR2ieMSBVA .row {
  max-width: 900px;
  margin: auto;
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uR2ieMSBVA .row {
    padding: 2rem 1rem;
  }
}
.cid-uR2ieMSBVA .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uR2ieMSBVA .row:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-uR2ieMSBVA .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uR2ieMSBVA span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uR2ieMSBVA .collapsed span {
  transform: rotate(0deg);
}
.cid-uR2ieMSBVA .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uR2ieMSBVA .panel-group {
  width: 100%;
}
.cid-uR2ieMSBVA .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uR2ieMSBVA .card {
  border-radius: 0px;
}
.cid-uR2ieMSBVA .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uR2ieMSBVA .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uR2ieMSBVA .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uR2ieMSBVA .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uR2ieMSBVA .mbr-section-title,
.cid-uR2ieMSBVA .mbr-section-subtitle,
.cid-uR2ieMSBVA .content-block {
  position: relative;
  z-index: 1;
}
.cid-uR2ieMSBVA .panel-text {
  color: #000000;
}
.cid-uR2ieMSBVA .header-text,
.cid-uR2ieMSBVA .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uR2ieMSBVA .mbr-section-title {
  color: #000000;
}
.cid-uR2ieMSBVA .header-text,
.cid-uR2ieMSBVA .sign,
.cid-uR2ieMSBVA .card-header {
  color: #000000;
}
.cid-uR2ieMSBVA .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uR2ieOudpO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uR2ieOudpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2ieOudpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2ieOudpO .google-map {
  height: 35rem;
  position: relative;
}
.cid-uR2ieOudpO .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uR2ieOudpO .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uR2ieOudpO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uR2ieOudpO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uR2ieOudpO .mbr-section-title {
  color: #ffffff;
}
.cid-uR2ieQrleE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR2ieQrleE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2ieQrleE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2ieQrleE .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uR2ieQrleE .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uR2ieQrleE .card-wrapper {
    padding: 30px;
  }
}
.cid-uR2ieQrleE .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uR2ieQrleE .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uR2ieQrleE .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uR2ieQrleE .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uR2ieQrleE .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uR2ieQrleE .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uR2ieQrleE .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uR2ieQrleE .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uR2ieQrleE .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uR2ieQrleE .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uR2ieQrleE .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uR2ieQrleE .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uR2ieQrleE .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uR2ieQrleE .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uR2ieQrleE .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uR2ieQrleE .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uR2ieQrleE .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uR2ieQrleE .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uR2ieQrleE .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uR2ieQrleE .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uR2ieQrleE .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uR2ieQrleE .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uR2ieQrleE .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uR2ieQrleE .mbr-section-title {
  color: #000000;
}
.cid-uR2ieQrleE .mbr-text {
  color: #8a8a8a;
}
.cid-uR2ieQrleE .list {
  color: #000000;
}
.cid-uR2ieQrleE .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uR2ieQrleE .mbr-text,
.cid-uR2ieQrleE .mbr-section-btn {
  color: #000000;
}
.cid-uR2lWPL2bC {
  z-index: 1000;
  width: 100%;
}
.cid-uR2lWPL2bC nav.navbar {
  position: fixed;
}
.cid-uR2lWPL2bC .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-uR2lWPL2bC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uR2lWPL2bC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uR2lWPL2bC .dropdown-item:hover,
.cid-uR2lWPL2bC .dropdown-item:focus {
  background: #ff0808 !important;
  color: white !important;
}
.cid-uR2lWPL2bC .dropdown-item:hover span {
  color: white;
}
.cid-uR2lWPL2bC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uR2lWPL2bC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uR2lWPL2bC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uR2lWPL2bC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uR2lWPL2bC .nav-link {
  position: relative;
}
.cid-uR2lWPL2bC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uR2lWPL2bC .container {
    flex-wrap: nowrap;
  }
}
.cid-uR2lWPL2bC .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uR2lWPL2bC .navbar-caption {
  font-weight: 500;
}
.cid-uR2lWPL2bC .dropdown-menu,
.cid-uR2lWPL2bC .navbar.opened {
  background: #030303 !important;
}
.cid-uR2lWPL2bC .nav-item:focus,
.cid-uR2lWPL2bC .nav-link:focus {
  outline: none;
}
.cid-uR2lWPL2bC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR2lWPL2bC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR2lWPL2bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uR2lWPL2bC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR2lWPL2bC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR2lWPL2bC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR2lWPL2bC .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: rgba(3, 3, 3, 0.8);
  backdrop-filter: blur(10px);
}
.cid-uR2lWPL2bC .navbar.opened {
  transition: all 0.3s;
}
.cid-uR2lWPL2bC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uR2lWPL2bC .navbar .navbar-logo img {
  width: auto;
}
.cid-uR2lWPL2bC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR2lWPL2bC .navbar.collapsed {
  justify-content: center;
}
.cid-uR2lWPL2bC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR2lWPL2bC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR2lWPL2bC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uR2lWPL2bC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR2lWPL2bC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR2lWPL2bC .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-uR2lWPL2bC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR2lWPL2bC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uR2lWPL2bC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uR2lWPL2bC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR2lWPL2bC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR2lWPL2bC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR2lWPL2bC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR2lWPL2bC .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-uR2lWPL2bC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR2lWPL2bC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR2lWPL2bC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR2lWPL2bC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uR2lWPL2bC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR2lWPL2bC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uR2lWPL2bC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uR2lWPL2bC .navbar.navbar-short {
  min-height: 80px;
}
.cid-uR2lWPL2bC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uR2lWPL2bC .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uR2lWPL2bC .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-uR2lWPL2bC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR2lWPL2bC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR2lWPL2bC .dropdown-item.active,
.cid-uR2lWPL2bC .dropdown-item:active {
  background-color: transparent;
}
.cid-uR2lWPL2bC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR2lWPL2bC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR2lWPL2bC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR2lWPL2bC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #030303;
}
.cid-uR2lWPL2bC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR2lWPL2bC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR2lWPL2bC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR2lWPL2bC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uR2lWPL2bC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uR2lWPL2bC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #04492e;
}
.cid-uR2lWPL2bC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uR2lWPL2bC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR2lWPL2bC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uR2lWPL2bC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uR2lWPL2bC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR2lWPL2bC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uR2lWPL2bC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uR2lWPL2bC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uR2lWPL2bC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uR2lWPL2bC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR2lWPL2bC .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-uR2lWPL2bC .navbar {
    height: 70px;
  }
  .cid-uR2lWPL2bC .navbar.opened {
    height: auto;
  }
  .cid-uR2lWPL2bC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR2lWR6f3q {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/motivation-and-inspiration-day-1-scaled.jpg-2000x1333.jpg");
}
.cid-uR2lWR6f3q::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #f1f1f1;
}
.cid-uR2lWR6f3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2lWR6f3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2lWR6f3q .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uR2lWR6f3q .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR2lWR6f3q .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uR2lWR6f3q .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR2lWR6f3q .container {
    padding: 0 14px;
  }
}
.cid-uR2lWR6f3q .row {
  position: relative;
  z-index: 1;
}
.cid-uR2lWR6f3q .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR2lWR6f3q .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR2lWR6f3q .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 32px;
}
.cid-uR2lWR6f3q .mbr-desc {
  color: #01004c;
}
.cid-uR2lWR6f3q .mbr-section-title {
  color: #01004c;
}
.cid-uR2lWR6f3q .mbr-text {
  color: #01004c;
}
.cid-uR2lWR6f3q .mbr-section-title,
.cid-uR2lWR6f3q .mbr-section-btn {
  color: #000000;
}
.cid-uR2lWR6f3q .mbr-text,
.cid-uR2lWR6f3q .text-wrapper {
  color: #000000;
}
.cid-uR2lWSnJq0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR2lWSnJq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2lWSnJq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2lWSnJq0 .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uR2lWSnJq0 .title-container {
    margin-bottom: 25px;
  }
}
.cid-uR2lWSnJq0 .mbr-section-title {
  color: #00524F;
}
.cid-uR2lWSnJq0 .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uR2lWSnJq0 .mbr-text {
    margin-top: 24px;
  }
}
.cid-uR2lWSnJq0 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uR2lWSnJq0 .tabl-container {
    margin-top: 25px;
  }
}
.cid-uR2lWSnJq0 .item-container {
  width: 100%;
  display: flex;
}
.cid-uR2lWSnJq0 .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uR2lWSnJq0 .card-text {
  color: #272727;
  width: 100%;
}
.cid-uR2lWTx8yO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR2lWTx8yO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2lWTx8yO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2lWTx8yO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uR2lWTx8yO .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR2lWTx8yO .container {
    padding: 0 12px;
  }
}
.cid-uR2lWTx8yO .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR2lWTx8yO .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uR2lWTx8yO .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR2lWTx8yO .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uR2lWTx8yO .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR2lWTx8yO .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uR2lWTx8yO .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uR2lWTx8yO .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uR2lWTx8yO .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uR2lWTx8yO .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uR2lWTx8yO .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uR2lWTx8yO .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uR2lWTx8yO .mbr-section-subtitle {
  color: #222222;
}
.cid-uR2lWTx8yO .mbr-text {
  color: #222222;
}
.cid-uR2lWTx8yO .list {
  color: #222222;
}
.cid-uR2lWULTZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR2lWULTZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2lWULTZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uR2lWULTZs .container {
    padding: 0 16px;
  }
}
.cid-uR2lWULTZs .row {
  position: relative;
  z-index: 1;
}
.cid-uR2lWULTZs .card {
  justify-content: flex-end;
}
.cid-uR2lWULTZs .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-uR2lWULTZs .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uR2lWULTZs .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR2lWULTZs .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-uR2lWULTZs .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-uR2lWULTZs .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-uR2lWULTZs .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uR2lWULTZs .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uR2lWULTZs .card-wrapper .image-wrapper .card-desc {
    left: .5rem;
  }
}
.cid-uR2lWULTZs .card-wrapper .card-wrap {
  background-color: #565454;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-uR2lWULTZs .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-uR2lWULTZs .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-uR2lWULTZs .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uR2lWULTZs .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uR2lWULTZs .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uR2lWULTZs .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR2lWULTZs .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uR2lWULTZs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uR2lWULTZs .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-uR2lWULTZs .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uR2lWULTZs .text-wrapper {
    margin-left: 0;
  }
}
.cid-uR2lWULTZs .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uR2lWULTZs .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uR2lWULTZs .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-uR2lWULTZs .mbr-text {
  color: #000000;
}
.cid-uR2lWULTZs .card-desc {
  color: #000000;
}
.cid-uR2lWULTZs .card-text {
  color: #ffffff;
}
.cid-uR2lWULTZs .card-name {
  color: #ffffff;
}
.cid-uR2lWULTZs .card-role {
  color: #ffffff;
}
.cid-uR2lWW8WHl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR2lWW8WHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2lWW8WHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2lWW8WHl .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uR2lWW8WHl .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR2lWW8WHl .title-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uR2lWW8WHl .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR2lWW8WHl .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uR2lWW8WHl .items-wrapper {
  margin: 0 -24px;
}
.cid-uR2lWW8WHl .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uR2lWW8WHl .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uR2lWW8WHl .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 3px dashed #ffffff;
  padding-left: 42px;
}
@media (max-width: 992px) {
  .cid-uR2lWW8WHl .items-wrapper .item .item-wrapper {
    padding-left: 22px;
  }
}
.cid-uR2lWW8WHl .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
}
.cid-uR2lWW8WHl .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  margin-top: 82px;
}
@media (max-width: 992px) {
  .cid-uR2lWW8WHl .items-wrapper .item .item-wrapper .item-content .item-desc {
    margin-top: 22px;
  }
}
.cid-uR2lWW8WHl .mbr-label {
  color: #c10b02;
}
.cid-uR2lWW8WHl .mbr-section-title {
  color: #c10b02;
}
.cid-uR2lWW8WHl .item-number {
  color: #ffffff;
  text-align: center;
}
.cid-uR2lWW8WHl .item-desc {
  color: #ffffff;
}
.cid-uR2lWXnhub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uR2lWXnhub .wrapper {
  background: #ffffff;
}
.cid-uR2lWXnhub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2lWXnhub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2lWXnhub .mbr-text {
  color: #000000;
}
.cid-uR2lWXnhub .mbr-section-title {
  color: #000000;
}
.cid-uR2lWYD4Wt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR2lWYD4Wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2lWYD4Wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2lWYD4Wt .card-wrapper {
  display: flex;
  background-color: #ffffff;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uR2lWYD4Wt .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uR2lWYD4Wt .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uR2lWYD4Wt .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uR2lWYD4Wt .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uR2lWYD4Wt .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uR2lWYD4Wt .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uR2lWYD4Wt .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uR2lWYD4Wt .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uR2lWYD4Wt .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uR2lWYD4Wt .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uR2lWYD4Wt .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uR2lWYD4Wt .mbr-section-title {
  color: #ffffff;
}
.cid-uR2lWYD4Wt .mbr-text {
  color: #000000;
}
.cid-uR2lWYD4Wt .mbr-section-title,
.cid-uR2lWYD4Wt .mbr-section-btn {
  color: #030303;
}
.cid-uR2lX07lSC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR2lX07lSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2lX07lSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2lX07lSC .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uR2lX07lSC .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uR2lX07lSC .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uR2lX07lSC .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uR2lX07lSC .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uR2lX07lSC .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uR2lX07lSC .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uR2lX07lSC .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uR2lX07lSC .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR2lX07lSC .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uR2lX07lSC .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uR2lX07lSC .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uR2lX07lSC .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uR2lX07lSC .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR2lX07lSC .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uR2lX07lSC .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uR2lX07lSC .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uR2lX07lSC .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uR2lX07lSC .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uR2lX07lSC .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uR2lX07lSC .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #050f0f;
}
.cid-uR2lX07lSC .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uR2lX07lSC .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uR2lX07lSC .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uR2lX07lSC .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uR2lX07lSC .mbr-section-title {
  color: #050f0f;
}
.cid-uR2lX07lSC .mbr-text {
  color: #050f0f;
}
.cid-uR2lX07lSC .panel-title-edit {
  color: #050f0f;
}
.cid-uR2lX07lSC .panel-text {
  color: #050f0f;
}
.cid-uR2lX1Cg5a {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uR2lX1Cg5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2lX1Cg5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2lX1Cg5a .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uR2lX1Cg5a .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uR2lX1Cg5a .container {
    padding: 0 12px;
  }
}
.cid-uR2lX1Cg5a .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uR2lX1Cg5a .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uR2lX1Cg5a .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uR2lX1Cg5a .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uR2lX1Cg5a .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uR2lX1Cg5a .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uR2lX1Cg5a .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uR2lX1Cg5a .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uR2lX1Cg5a .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uR2lX1Cg5a .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uR2lX1Cg5a .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uR2lX1Cg5a .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR2lX1Cg5a .mbr-section-subtitle {
  color: #222222;
}
.cid-uR2lX1Cg5a .mbr-text {
  color: #000000;
}
.cid-uR2lX1Cg5a .list {
  color: #222222;
}
.cid-uR2lX2Vtcr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR2lX2Vtcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2lX2Vtcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2lX2Vtcr .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uR2lX2Vtcr .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uR2lX2Vtcr .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uR2lX2Vtcr .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uR2lX2Vtcr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uR2lX2Vtcr .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uR2lX2Vtcr .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uR2lX2Vtcr .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uR2lX2Vtcr .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uR2lX2Vtcr .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uR2lX2Vtcr .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uR2lX2Vtcr .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uR2lX2Vtcr .mbr-section-title {
  color: #050f0f;
}
.cid-uR2lX2Vtcr .mbr-text {
  color: #050f0f;
}
.cid-uR2lX2Vtcr .mbr-text,
.cid-uR2lX2Vtcr .text-wrapper,
.cid-uR2lX2Vtcr .rating-wrapper {
  color: #ffffff;
}
.cid-uR2lX2Vtcr .mbr-section-title,
.cid-uR2lX2Vtcr .mbr-section-btn {
  color: #ffffff;
}
.cid-uR2lX4e9gi {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uR2lX4e9gi .mbr-text {
  color: #000000;
}
.cid-uR2lX4e9gi .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uR2lX4e9gi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uR2lX5DOMF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR2lX5DOMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2lX5DOMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2lX5DOMF .container,
.cid-uR2lX5DOMF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uR2lX5DOMF .container,
  .cid-uR2lX5DOMF .container-fluid {
    padding: 0 20px;
  }
}
.cid-uR2lX5DOMF .title-wrapper {
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uR2lX5DOMF .title-wrapper {
    padding: 25px 0;
  }
}
.cid-uR2lX5DOMF .title-wrapper .title-wrap {
  padding: 60px 90px 30px;
  background-color: #ffffff;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .cid-uR2lX5DOMF .title-wrapper .title-wrap {
    padding: 50px 20px;
  }
}
.cid-uR2lX5DOMF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR2lX5DOMF .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uR2lX5DOMF .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uR2lX5DOMF .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uR2lX5DOMF .mbr-section-title {
  color: #3d4045;
}
.cid-uR2lX5DOMF .mbr-text {
  color: #030303;
}
.cid-uR2lX5DOMF .mbr-section-btn {
  text-align: right;
}
.cid-uR2lX5DOMF .mbr-section-title,
.cid-uR2lX5DOMF .mbr-section-btn {
  color: #000000;
}
.cid-uR2lX6YZqW {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ffffff, #ffffff);
}
.cid-uR2lX6YZqW .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uR2lX6YZqW .row {
  max-width: 900px;
  margin: auto;
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uR2lX6YZqW .row {
    padding: 2rem 1rem;
  }
}
.cid-uR2lX6YZqW .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uR2lX6YZqW .row:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-uR2lX6YZqW .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uR2lX6YZqW span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uR2lX6YZqW .collapsed span {
  transform: rotate(0deg);
}
.cid-uR2lX6YZqW .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uR2lX6YZqW .panel-group {
  width: 100%;
}
.cid-uR2lX6YZqW .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uR2lX6YZqW .card {
  border-radius: 0px;
}
.cid-uR2lX6YZqW .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uR2lX6YZqW .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uR2lX6YZqW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uR2lX6YZqW .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uR2lX6YZqW .mbr-section-title,
.cid-uR2lX6YZqW .mbr-section-subtitle,
.cid-uR2lX6YZqW .content-block {
  position: relative;
  z-index: 1;
}
.cid-uR2lX6YZqW .panel-text {
  color: #030303;
}
.cid-uR2lX6YZqW .header-text,
.cid-uR2lX6YZqW .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uR2lX6YZqW .mbr-section-title {
  color: #000000;
}
.cid-uR2lX6YZqW .header-text,
.cid-uR2lX6YZqW .sign,
.cid-uR2lX6YZqW .card-header {
  color: #000000;
}
.cid-uR2lX6YZqW .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uR2lX8sTex {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uR2lX8sTex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2lX8sTex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2lX8sTex .google-map {
  height: 35rem;
  position: relative;
}
.cid-uR2lX8sTex .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uR2lX8sTex .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uR2lX8sTex .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uR2lX8sTex .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uR2lX8sTex .mbr-section-title {
  color: #ffffff;
}
.cid-uR2lXae7sY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #565454;
}
.cid-uR2lXae7sY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR2lXae7sY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR2lXae7sY .card-wrapper {
  position: relative;
  padding: 60px 180px 60px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uR2lXae7sY .card-wrapper {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uR2lXae7sY .card-wrapper {
    padding: 30px;
  }
}
.cid-uR2lXae7sY .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uR2lXae7sY .card-wrapper .content-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
}
.cid-uR2lXae7sY .card-wrapper .content-wrapper .content-wrap {
  justify-content: space-between;
  border-radius: 0 !important;
  width: 35%;
  padding-right: 40px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uR2lXae7sY .card-wrapper .content-wrapper .content-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uR2lXae7sY .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uR2lXae7sY .card-wrapper .content-wrapper .content-wrap {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uR2lXae7sY .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uR2lXae7sY .card-wrapper .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uR2lXae7sY .card-wrapper .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 15px;
}
.cid-uR2lXae7sY .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uR2lXae7sY .card-wrapper .content-wrapper .nav-wrapper {
  width: 35%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uR2lXae7sY .card-wrapper .content-wrapper .nav-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uR2lXae7sY .card-wrapper .content-wrapper .nav-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uR2lXae7sY .card-wrapper .content-wrapper .nav-wrapper {
    border-left: none;
    padding-left: 0;
  }
}
.cid-uR2lXae7sY .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uR2lXae7sY .card-wrapper .content-wrapper .nav-wrapper .nav-wrap {
    width: 100%;
  }
}
.cid-uR2lXae7sY .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uR2lXae7sY .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  width: fit-content;
}
.cid-uR2lXae7sY .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all .3s ease;
}
.cid-uR2lXae7sY .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-uR2lXae7sY .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uR2lXae7sY .card-wrapper .content-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uR2lXae7sY .card-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uR2lXae7sY .mbr-section-title {
  color: #000000;
}
.cid-uR2lXae7sY .mbr-text {
  color: #8a8a8a;
}
.cid-uR2lXae7sY .list {
  color: #000000;
}
.cid-uR2lXae7sY .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uR2lXae7sY .mbr-text,
.cid-uR2lXae7sY .mbr-section-btn {
  color: #000000;
}
