body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4479d9 !important;
}
.bg-success {
  background-color: #ffe885 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #13193b !important;
}
.bg-danger {
  background-color: #2299aa !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0de3f4 !important;
  border-color: #0de3f4 !important;
  color: #000202 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0797a3 !important;
  border-color: #0797a3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000202 !important;
  background-color: #0797a3 !important;
  border-color: #0797a3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
  color: #856c00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #2e2600 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #856c00 !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #13193b !important;
  border-color: #13193b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2299aa !important;
  border-color: #2299aa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0de3f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0797a3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000202 !important;
  background-color: #0de3f4 !important;
  border-color: #0de3f4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe885;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd82e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #856c00 !important;
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #13193b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #13193b !important;
  border-color: #13193b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2299aa;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #145862 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4479d9 !important;
}
.text-secondary {
  color: #0de3f4 !important;
}
.text-success {
  color: #ffe885 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #13193b !important;
}
.text-danger {
  color: #2299aa !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f4a98 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #078a94 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffd51f !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: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #114c55 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4479d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #13193b;
}
.alert-danger {
  background-color: #2299aa;
}
.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: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6675ce;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6ad2e1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4479d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4479d9;
}
/* 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: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.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: #4479d9;
  border-bottom-color: #4479d9;
}
.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: #4479d9 !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: #0de3f4 !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='%234479d9' %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-tfyKqMRM8U .navbar-dropdown {
  position: relative !important;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfyKqMRM8U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfyKqMRM8U .dropdown-item:hover,
.cid-tfyKqMRM8U .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tfyKqMRM8U .dropdown-item:hover span {
  color: white;
}
.cid-tfyKqMRM8U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfyKqMRM8U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfyKqMRM8U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfyKqMRM8U .nav-link {
  position: relative;
}
.cid-tfyKqMRM8U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .container {
    flex-wrap: nowrap;
  }
}
.cid-tfyKqMRM8U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown-menu,
.cid-tfyKqMRM8U .navbar.opened {
  background: #353535 !important;
}
.cid-tfyKqMRM8U .nav-item:focus,
.cid-tfyKqMRM8U .nav-link:focus {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfyKqMRM8U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfyKqMRM8U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.opened {
  transition: all 0.3s;
}
.cid-tfyKqMRM8U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfyKqMRM8U .navbar .navbar-logo img {
  width: auto;
}
.cid-tfyKqMRM8U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfyKqMRM8U .navbar.collapsed {
  justify-content: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfyKqMRM8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfyKqMRM8U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfyKqMRM8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfyKqMRM8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfyKqMRM8U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfyKqMRM8U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfyKqMRM8U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfyKqMRM8U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfyKqMRM8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown-item.active,
.cid-tfyKqMRM8U .dropdown-item:active {
  background-color: transparent;
}
.cid-tfyKqMRM8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfyKqMRM8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfyKqMRM8U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfyKqMRM8U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfyKqMRM8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tfyKqMRM8U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar {
    height: 70px;
  }
  .cid-tfyKqMRM8U .navbar.opened {
    height: auto;
  }
  .cid-tfyKqMRM8U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usCUg03RFk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe885;
}
.cid-usCUg03RFk .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-usCUg03RFk .mbr-text {
  color: #13193b;
}
.cid-tiywY0cpnL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tiywY0cpnL .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tiywY0cpnL .content_block:hover .mbr-section-title a {
  color: #0de3f4 !important;
}
.cid-tiywY0cpnL .card_topic,
.cid-tiywY0cpnL .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tiywY0cpnL .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #0de3f4;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tiywY0cpnL .image {
  position: relative;
}
.cid-tiywY0cpnL .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #353535);
  z-index: 1;
  pointer-events: none;
}
.cid-tiywY0cpnL .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tiywY0cpnL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tiywY0cpnL .mbr-section-btn .btn-secondary-outline:hover,
.cid-tiywY0cpnL .mbr-section-btn .btn-secondary-outline .active,
.cid-tiywY0cpnL .mbr-section-btn .btn-secondary-outline:focus {
  color: #4479d9 !important;
}
.cid-tiywY0cpnL .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tiywY0cpnL .content_block {
    padding: 30px 15px;
  }
  .cid-tiywY0cpnL .mbr-figure {
    padding: 0;
  }
  .cid-tiywY0cpnL .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(53, 53, 53, 0.99));
  }
}
.cid-tiywY0cpnL .mbr-text,
.cid-tiywY0cpnL .mbr-section-btn {
  color: #ffffff;
}
.cid-tiywY0cpnL .mbr-section-title {
  color: #ffe885;
}
.cid-tf094zLU0C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tf094zLU0C .row {
  flex-direction: row-reverse;
}
.cid-tf094zLU0C .mbr-section-title {
  color: #13193b;
}
.cid-tf094zLU0C .mbr-text,
.cid-tf094zLU0C .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tf094zLU0C .mbr-section-subtitle {
  color: #8364e2;
}
.cid-tf094zLU0C img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tf094zLU0C .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-tf094zLU0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tf094zLU0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfz1L560Rd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
@media (min-width: 992px) {
  .cid-tfz1L560Rd .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-tfz1L560Rd .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-tfz1L560Rd .item-title {
  color: #ffe885;
}
.cid-tfz1L560Rd .subtitle-text {
  color: #ffffff;
}
.cid-tfz1L560Rd .item-box {
  display: flex;
}
.cid-tfz1L560Rd .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-tfz1L560Rd .item-text {
  color: #ffe885;
}
.cid-tfz1L560Rd .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tfz1L560Rd .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tfz1L560Rd .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tfz1L560Rd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfz1L560Rd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg2zdVtjne {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-tg2zdVtjne .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tg2zdVtjne input,
.cid-tg2zdVtjne textarea,
.cid-tg2zdVtjne .jqselect {
  font-weight: 300 !important;
}
.cid-tg2zdVtjne .col-wrap1 {
  background: #00af6d;
  padding: 5rem;
  height: 100%;
}
.cid-tg2zdVtjne .col-wrap3 {
  background: #6ec7f2;
  padding: 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tg2zdVtjne .col-wrap1,
  .cid-tg2zdVtjne .col-wrap3 {
    padding: 3rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tg2zdVtjne .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tg2zdVtjne .col-wrap1,
  .cid-tg2zdVtjne .col-wrap3 {
    padding: 3rem 1rem;
  }
}
.cid-tg2zdVtjne .container {
  max-width: 1800px;
}
.cid-tg2zdVtjne img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.cid-tg2zdVtjne textarea {
  min-height: 150px !important;
}
.cid-tg2zdVtjne form .btn {
  width: 100%;
}
.cid-tg2zdVtjne H5 {
  text-align: center;
  color: #ffe885;
}
.cid-tg2zdVtjne h6 {
  color: #d58f76;
}
.cid-tg2zdVtjne H3 {
  color: #ffffff;
}
.cid-tg2zdVtjne .mbr-text {
  color: #ffffff;
}
.cid-tg2zdVtjne .link,
.cid-tg2zdVtjne .link-wrap {
  color: #999999;
  text-align: right;
}
.cid-tg2zdVtjne H6 {
  text-align: center;
  color: #ffffff;
}
.cid-tg2zdVtjne .mbr-text,
.cid-tg2zdVtjne .mbr-section-btn {
  color: #000000;
}
.cid-tg2zdVtjne LABEL {
  color: #ffe885;
}
.cid-t9HdRyxiud {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #fafafa;
}
.cid-t9HdRyxiud .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 14px 28px 12px 28px;
  color: #0de3f4;
  background-color: rgba(53, 53, 53, 0.15);
  margin-bottom: 26px;
}
.cid-t9HdRyxiud .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t9HdRyxiud .mbr-section-subtitle {
  color: #ffe885;
}
.cid-t9HdRyxiud img {
  width: 180px;
  margin: auto;
}
.cid-t9HdRyxiud .card {
  transition: all 200ms ease-in-out;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-t9HdRyxiud .card:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .cid-t9HdRyxiud .card {
    max-width: 14.28%;
  }
}
.cid-t9HdRyxiud .badge,
.cid-t9HdRyxiud .badge_wrap {
  color: #ffe161;
}
.cid-t9H4wHrWG4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t9H4wHrWG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9H4wHrWG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9H4wHrWG4 .google-map {
  height: 350px;
  position: relative;
}
.cid-t9H4wHrWG4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t9H4wHrWG4 .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-t9H4wHrWG4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t9H4wHrWG4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t8XkrQXGUJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-t8XkrQXGUJ .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 18rem;
}
@media (max-width: 991px) {
  .cid-t8XkrQXGUJ .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t8XkrQXGUJ .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t8XkrQXGUJ .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t8XkrQXGUJ .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t8XkrQXGUJ .footer-top {
  border-bottom: 2px solid #e6c63b;
}
.cid-t8XkrQXGUJ .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t8XkrQXGUJ .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t8XkrQXGUJ .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t8XkrQXGUJ .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t8XkrQXGUJ .soc-item a {
  color: #e6c63b;
}
.cid-t8XkrQXGUJ .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #e6c63b;
  border: 1px solid #4479d9;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t8XkrQXGUJ .soc-item span:hover {
  border-color: #0de3f4;
  color: #0de3f4;
}
.cid-t8XkrQXGUJ .mbr-tag,
.cid-t8XkrQXGUJ .social-row {
  color: #fafafa;
}
.cid-t8XkrQXGUJ .copyright {
  color: #bbbbbb;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  position: relative !important;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfyKqMRM8U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfyKqMRM8U .dropdown-item:hover,
.cid-tfyKqMRM8U .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tfyKqMRM8U .dropdown-item:hover span {
  color: white;
}
.cid-tfyKqMRM8U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfyKqMRM8U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfyKqMRM8U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfyKqMRM8U .nav-link {
  position: relative;
}
.cid-tfyKqMRM8U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .container {
    flex-wrap: nowrap;
  }
}
.cid-tfyKqMRM8U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown-menu,
.cid-tfyKqMRM8U .navbar.opened {
  background: #353535 !important;
}
.cid-tfyKqMRM8U .nav-item:focus,
.cid-tfyKqMRM8U .nav-link:focus {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfyKqMRM8U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfyKqMRM8U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.opened {
  transition: all 0.3s;
}
.cid-tfyKqMRM8U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfyKqMRM8U .navbar .navbar-logo img {
  width: auto;
}
.cid-tfyKqMRM8U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfyKqMRM8U .navbar.collapsed {
  justify-content: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfyKqMRM8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfyKqMRM8U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfyKqMRM8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfyKqMRM8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfyKqMRM8U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfyKqMRM8U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfyKqMRM8U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfyKqMRM8U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfyKqMRM8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown-item.active,
.cid-tfyKqMRM8U .dropdown-item:active {
  background-color: transparent;
}
.cid-tfyKqMRM8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfyKqMRM8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfyKqMRM8U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfyKqMRM8U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfyKqMRM8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tfyKqMRM8U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar {
    height: 70px;
  }
  .cid-tfyKqMRM8U .navbar.opened {
    height: auto;
  }
  .cid-tfyKqMRM8U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t85ElfHPTu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-t85ElfHPTu .mbr-overlay {
  background: #bbbbbb;
  opacity: 0.7;
}
.cid-t85ElfHPTu img,
.cid-t85ElfHPTu .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t85ElfHPTu .item:focus,
.cid-t85ElfHPTu span:focus {
  outline: none;
}
.cid-t85ElfHPTu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t85ElfHPTu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t85ElfHPTu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t85ElfHPTu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t85ElfHPTu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t85ElfHPTu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t85ElfHPTu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t85ElfHPTu .mbr-section-title {
  color: #ffe885;
}
.cid-t85ElfHPTu .mbr-text,
.cid-t85ElfHPTu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-t85ElfHPTu .item-title {
  text-align: left;
  color: #ffe885;
}
.cid-t85ElfHPTu .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-t85ElfHPTu .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tk68doHvnu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tk68doHvnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tk68doHvnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tk68doHvnu .google-map {
  height: 350px;
  position: relative;
}
.cid-tk68doHvnu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tk68doHvnu .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-tk68doHvnu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tk68doHvnu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t8XkrQXGUJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-t8XkrQXGUJ .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 18rem;
}
@media (max-width: 991px) {
  .cid-t8XkrQXGUJ .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t8XkrQXGUJ .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t8XkrQXGUJ .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t8XkrQXGUJ .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t8XkrQXGUJ .footer-top {
  border-bottom: 2px solid #e6c63b;
}
.cid-t8XkrQXGUJ .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t8XkrQXGUJ .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t8XkrQXGUJ .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t8XkrQXGUJ .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t8XkrQXGUJ .soc-item a {
  color: #e6c63b;
}
.cid-t8XkrQXGUJ .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #e6c63b;
  border: 1px solid #4479d9;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t8XkrQXGUJ .soc-item span:hover {
  border-color: #0de3f4;
  color: #0de3f4;
}
.cid-t8XkrQXGUJ .mbr-tag,
.cid-t8XkrQXGUJ .social-row {
  color: #fafafa;
}
.cid-t8XkrQXGUJ .copyright {
  color: #bbbbbb;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  position: relative !important;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfyKqMRM8U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfyKqMRM8U .dropdown-item:hover,
.cid-tfyKqMRM8U .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tfyKqMRM8U .dropdown-item:hover span {
  color: white;
}
.cid-tfyKqMRM8U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfyKqMRM8U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfyKqMRM8U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfyKqMRM8U .nav-link {
  position: relative;
}
.cid-tfyKqMRM8U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .container {
    flex-wrap: nowrap;
  }
}
.cid-tfyKqMRM8U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown-menu,
.cid-tfyKqMRM8U .navbar.opened {
  background: #353535 !important;
}
.cid-tfyKqMRM8U .nav-item:focus,
.cid-tfyKqMRM8U .nav-link:focus {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfyKqMRM8U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfyKqMRM8U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.opened {
  transition: all 0.3s;
}
.cid-tfyKqMRM8U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfyKqMRM8U .navbar .navbar-logo img {
  width: auto;
}
.cid-tfyKqMRM8U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfyKqMRM8U .navbar.collapsed {
  justify-content: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfyKqMRM8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfyKqMRM8U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfyKqMRM8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfyKqMRM8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfyKqMRM8U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfyKqMRM8U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfyKqMRM8U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfyKqMRM8U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfyKqMRM8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown-item.active,
.cid-tfyKqMRM8U .dropdown-item:active {
  background-color: transparent;
}
.cid-tfyKqMRM8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfyKqMRM8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfyKqMRM8U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfyKqMRM8U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfyKqMRM8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tfyKqMRM8U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar {
    height: 70px;
  }
  .cid-tfyKqMRM8U .navbar.opened {
    height: auto;
  }
  .cid-tfyKqMRM8U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiEHh4VpBO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tiEHh4VpBO .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tiEHh4VpBO .content_block:hover .mbr-section-title a {
  color: #0de3f4 !important;
}
.cid-tiEHh4VpBO .card_topic,
.cid-tiEHh4VpBO .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tiEHh4VpBO .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #0de3f4;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tiEHh4VpBO .image {
  position: relative;
}
.cid-tiEHh4VpBO .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #353535);
  z-index: 1;
  pointer-events: none;
}
.cid-tiEHh4VpBO .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tiEHh4VpBO .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tiEHh4VpBO .mbr-section-btn .btn-secondary-outline:hover,
.cid-tiEHh4VpBO .mbr-section-btn .btn-secondary-outline .active,
.cid-tiEHh4VpBO .mbr-section-btn .btn-secondary-outline:focus {
  color: #4479d9 !important;
}
.cid-tiEHh4VpBO .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tiEHh4VpBO .content_block {
    padding: 30px 15px;
  }
  .cid-tiEHh4VpBO .mbr-figure {
    padding: 0;
  }
  .cid-tiEHh4VpBO .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(53, 53, 53, 0.99));
  }
}
.cid-tiEHh4VpBO .mbr-text,
.cid-tiEHh4VpBO .mbr-section-btn {
  color: #ffffff;
}
.cid-tiEHh4VpBO .mbr-section-title {
  color: #ffe885;
}
.cid-t8RY6pCXmm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-t8RY6pCXmm p {
  font-weight: 300;
}
.cid-t8RY6pCXmm .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-t8RY6pCXmm .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-t8RY6pCXmm .mbr-section-subtitle {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.cid-t8RY6pCXmm .mbr-text {
  color: #cbcecf;
}
.cid-t8RY6pCXmm .mbr-iconfont {
  color: #66a0c0;
  font-size: 4rem;
}
.cid-t8RY6pCXmm .wrapper {
  background-color: #25282b;
  border-radius: 10px;
  padding: 2rem;
}
@media (max-width: 576px) {
  .cid-t8RY6pCXmm .wrapper {
    text-align: center;
  }
}
.cid-t8S2DSA98i {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-t8S2DSA98i .mbr-overlay {
  background: #353535;
  opacity: 0.9;
}
.cid-t8S2DSA98i .item:focus,
.cid-t8S2DSA98i span:focus {
  outline: none;
}
.cid-t8S2DSA98i .item-wrapper {
  position: relative;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 30px;
}
.cid-t8S2DSA98i .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-t8S2DSA98i .mbr-text,
.cid-t8S2DSA98i .mbr-section-btn {
  text-align: center;
}
.cid-t8S2DSA98i .mbr-text {
  margin-bottom: 0;
  color: #75dbcd;
  text-align: left;
}
.cid-t8S2DSA98i .item-title {
  text-align: left;
  margin: 0;
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-t8S2DSA98i .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-t8S2DSA98i .name {
  color: #111213;
  font-size: 24px;
}
.cid-t8S2DSA98i .item-content {
  padding: 50px 30px 0px;
}
.cid-t8S2DSA98i .names {
  margin-bottom: 10px;
}
.cid-t8S2DSA98i a {
  font-weight: 400 !important;
  display: flex;
  align-items: center;
}
.cid-t8S2DSA98i .item-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
  object-fit: cover;
}
.cid-t8S2DSA98i .mbr-iconfont {
  font-size: 1rem;
  margin-top: 3px;
  margin-left: 5px;
}
.cid-t8S2DSA98i .name2 {
  margin-bottom: 20px;
}
.cid-t8S2DSA98i .mbr-textt:hover {
  color: #EABB80 !important;
}
.cid-t8S2DSA98i .namee {
  margin-bottom: 10px;
}
.cid-t8S2DSA98i .namee:hover {
  color: #7eccc4 !important;
}
.cid-t8S2DSA98i img {
  height: 290px;
  object-fit: cover;
}
.cid-t8S2DSA98i .item {
  margin-top: 30px;
}
.cid-t8S2DSA98i .item:nth-child(1) {
  margin-top: 0px;
}
.cid-t8S2DSA98i .item:nth-child(2) {
  margin-top: 0px;
}
.cid-t8S2DSA98i .item:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-t8S2DSA98i .item:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .cid-t8S2DSA98i .item:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-t8Sa9j1YYP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-t8Sa9j1YYP .mbr-section-subtitle {
  color: #b6b6b6;
  text-align: center;
}
.cid-t8Sa9j1YYP .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-t8Sa9j1YYP .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #ffffff;
  padding: 0;
}
.cid-t8Sa9j1YYP .card .card-wrapper .card-img {
  position: relative;
}
.cid-t8Sa9j1YYP .card .card-wrapper .card-img .price-label {
  padding: 11px;
  left: auto;
  top: auto;
  bottom: -20px;
  background-color: #333333;
  z-index: 100;
  position: absolute;
}
.cid-t8Sa9j1YYP .card .card-wrapper .card-img .price-label .price-text {
  padding: 0;
  margin: 0;
}
.cid-t8Sa9j1YYP .card .card-wrapper .card-img .price-label .price-text.display-4 {
  line-height: 1.5;
}
.cid-t8Sa9j1YYP .card .card-wrapper .card-box {
  padding: 1.5rem;
  background-color: #000000;
}
.cid-t8Sa9j1YYP .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-t8Sa9j1YYP .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-t8Sa9j1YYP .card .card-wrapper .card-box .date {
  color: #a1a1a1;
  margin-bottom: 0;
}
.cid-t8Sa9j1YYP .card .card-wrapper .card-box .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-t8Sa9j1YYP .card .card-wrapper .card-box .link .mbr-iconfont {
  align-self: center;
  color: #2299aa;
  margin-left: 0.5rem;
}
.cid-t8Sa9j1YYP .card .card-wrapper .card-box .card-text,
.cid-t8Sa9j1YYP .link {
  text-align: center;
}
.cid-t8XkrQXGUJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-t8XkrQXGUJ .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 18rem;
}
@media (max-width: 991px) {
  .cid-t8XkrQXGUJ .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t8XkrQXGUJ .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t8XkrQXGUJ .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t8XkrQXGUJ .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t8XkrQXGUJ .footer-top {
  border-bottom: 2px solid #e6c63b;
}
.cid-t8XkrQXGUJ .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t8XkrQXGUJ .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t8XkrQXGUJ .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t8XkrQXGUJ .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t8XkrQXGUJ .soc-item a {
  color: #e6c63b;
}
.cid-t8XkrQXGUJ .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #e6c63b;
  border: 1px solid #4479d9;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t8XkrQXGUJ .soc-item span:hover {
  border-color: #0de3f4;
  color: #0de3f4;
}
.cid-t8XkrQXGUJ .mbr-tag,
.cid-t8XkrQXGUJ .social-row {
  color: #fafafa;
}
.cid-t8XkrQXGUJ .copyright {
  color: #bbbbbb;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  position: relative !important;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfyKqMRM8U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfyKqMRM8U .dropdown-item:hover,
.cid-tfyKqMRM8U .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tfyKqMRM8U .dropdown-item:hover span {
  color: white;
}
.cid-tfyKqMRM8U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfyKqMRM8U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfyKqMRM8U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfyKqMRM8U .nav-link {
  position: relative;
}
.cid-tfyKqMRM8U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .container {
    flex-wrap: nowrap;
  }
}
.cid-tfyKqMRM8U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown-menu,
.cid-tfyKqMRM8U .navbar.opened {
  background: #353535 !important;
}
.cid-tfyKqMRM8U .nav-item:focus,
.cid-tfyKqMRM8U .nav-link:focus {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfyKqMRM8U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfyKqMRM8U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.opened {
  transition: all 0.3s;
}
.cid-tfyKqMRM8U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfyKqMRM8U .navbar .navbar-logo img {
  width: auto;
}
.cid-tfyKqMRM8U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfyKqMRM8U .navbar.collapsed {
  justify-content: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfyKqMRM8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfyKqMRM8U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfyKqMRM8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfyKqMRM8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfyKqMRM8U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfyKqMRM8U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfyKqMRM8U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfyKqMRM8U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfyKqMRM8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown-item.active,
.cid-tfyKqMRM8U .dropdown-item:active {
  background-color: transparent;
}
.cid-tfyKqMRM8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfyKqMRM8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfyKqMRM8U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfyKqMRM8U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfyKqMRM8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tfyKqMRM8U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar {
    height: 70px;
  }
  .cid-tfyKqMRM8U .navbar.opened {
    height: auto;
  }
  .cid-tfyKqMRM8U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usCV5YNbTR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe885;
}
.cid-usCV5YNbTR .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-usCV5YNbTR .mbr-text {
  color: #13193b;
}
.cid-tiEHaylix4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tiEHaylix4 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tiEHaylix4 .content_block:hover .mbr-section-title a {
  color: #0de3f4 !important;
}
.cid-tiEHaylix4 .card_topic,
.cid-tiEHaylix4 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tiEHaylix4 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #0de3f4;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tiEHaylix4 .image {
  position: relative;
}
.cid-tiEHaylix4 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #353535);
  z-index: 1;
  pointer-events: none;
}
.cid-tiEHaylix4 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tiEHaylix4 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tiEHaylix4 .mbr-section-btn .btn-secondary-outline:hover,
.cid-tiEHaylix4 .mbr-section-btn .btn-secondary-outline .active,
.cid-tiEHaylix4 .mbr-section-btn .btn-secondary-outline:focus {
  color: #4479d9 !important;
}
.cid-tiEHaylix4 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tiEHaylix4 .content_block {
    padding: 30px 15px;
  }
  .cid-tiEHaylix4 .mbr-figure {
    padding: 0;
  }
  .cid-tiEHaylix4 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(53, 53, 53, 0.99));
  }
}
.cid-tiEHaylix4 .mbr-text,
.cid-tiEHaylix4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tiEHaylix4 .mbr-section-title {
  color: #ffe885;
}
.cid-tk67SVCkDd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tk67SVCkDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tk67SVCkDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tk67SVCkDd .google-map {
  height: 350px;
  position: relative;
}
.cid-tk67SVCkDd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tk67SVCkDd .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-tk67SVCkDd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tk67SVCkDd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t8XkrQXGUJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-t8XkrQXGUJ .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 18rem;
}
@media (max-width: 991px) {
  .cid-t8XkrQXGUJ .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t8XkrQXGUJ .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t8XkrQXGUJ .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t8XkrQXGUJ .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t8XkrQXGUJ .footer-top {
  border-bottom: 2px solid #e6c63b;
}
.cid-t8XkrQXGUJ .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t8XkrQXGUJ .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t8XkrQXGUJ .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t8XkrQXGUJ .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t8XkrQXGUJ .soc-item a {
  color: #e6c63b;
}
.cid-t8XkrQXGUJ .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #e6c63b;
  border: 1px solid #4479d9;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t8XkrQXGUJ .soc-item span:hover {
  border-color: #0de3f4;
  color: #0de3f4;
}
.cid-t8XkrQXGUJ .mbr-tag,
.cid-t8XkrQXGUJ .social-row {
  color: #fafafa;
}
.cid-t8XkrQXGUJ .copyright {
  color: #bbbbbb;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  position: relative !important;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfyKqMRM8U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfyKqMRM8U .dropdown-item:hover,
.cid-tfyKqMRM8U .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tfyKqMRM8U .dropdown-item:hover span {
  color: white;
}
.cid-tfyKqMRM8U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfyKqMRM8U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfyKqMRM8U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfyKqMRM8U .nav-link {
  position: relative;
}
.cid-tfyKqMRM8U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .container {
    flex-wrap: nowrap;
  }
}
.cid-tfyKqMRM8U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown-menu,
.cid-tfyKqMRM8U .navbar.opened {
  background: #353535 !important;
}
.cid-tfyKqMRM8U .nav-item:focus,
.cid-tfyKqMRM8U .nav-link:focus {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfyKqMRM8U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfyKqMRM8U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.opened {
  transition: all 0.3s;
}
.cid-tfyKqMRM8U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfyKqMRM8U .navbar .navbar-logo img {
  width: auto;
}
.cid-tfyKqMRM8U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfyKqMRM8U .navbar.collapsed {
  justify-content: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfyKqMRM8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfyKqMRM8U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfyKqMRM8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfyKqMRM8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfyKqMRM8U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfyKqMRM8U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfyKqMRM8U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfyKqMRM8U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfyKqMRM8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown-item.active,
.cid-tfyKqMRM8U .dropdown-item:active {
  background-color: transparent;
}
.cid-tfyKqMRM8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfyKqMRM8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfyKqMRM8U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfyKqMRM8U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfyKqMRM8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tfyKqMRM8U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar {
    height: 70px;
  }
  .cid-tfyKqMRM8U .navbar.opened {
    height: auto;
  }
  .cid-tfyKqMRM8U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usCUWVJNA2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe885;
}
.cid-usCUWVJNA2 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-usCUWVJNA2 .mbr-text {
  color: #13193b;
}
.cid-tiEGKGy5LM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tiEGKGy5LM .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tiEGKGy5LM .content_block:hover .mbr-section-title a {
  color: #0de3f4 !important;
}
.cid-tiEGKGy5LM .card_topic,
.cid-tiEGKGy5LM .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tiEGKGy5LM .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #0de3f4;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tiEGKGy5LM .image {
  position: relative;
}
.cid-tiEGKGy5LM .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #353535);
  z-index: 1;
  pointer-events: none;
}
.cid-tiEGKGy5LM .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tiEGKGy5LM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tiEGKGy5LM .mbr-section-btn .btn-secondary-outline:hover,
.cid-tiEGKGy5LM .mbr-section-btn .btn-secondary-outline .active,
.cid-tiEGKGy5LM .mbr-section-btn .btn-secondary-outline:focus {
  color: #4479d9 !important;
}
.cid-tiEGKGy5LM .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tiEGKGy5LM .content_block {
    padding: 30px 15px;
  }
  .cid-tiEGKGy5LM .mbr-figure {
    padding: 0;
  }
  .cid-tiEGKGy5LM .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(53, 53, 53, 0.99));
  }
}
.cid-tiEGKGy5LM .mbr-text,
.cid-tiEGKGy5LM .mbr-section-btn {
  color: #ffffff;
}
.cid-tiEGKGy5LM .mbr-section-title {
  color: #ffe885;
}
.cid-t8Kmkuh2BX {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-t8Kmkuh2BX .row {
  flex-direction: row-reverse;
}
.cid-t8Kmkuh2BX .mbr-section-title {
  color: #232323;
}
.cid-t8Kmkuh2BX .mbr-text,
.cid-t8Kmkuh2BX .mbr-section-btn {
  color: #353535;
}
.cid-t8Kmkuh2BX .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t8Kmkuh2BX img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t8Kmkuh2BX .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t8KmBLsyo4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-t8KmBLsyo4 .mbr-text {
  color: #bbbbbb;
}
.cid-t8KmBLsyo4 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-t8SdnRNI6L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8SdnRNI6L .text-wrapper {
  padding: 2rem;
  max-width: 650px;
}
@media (max-width: 991px) {
  .cid-t8SdnRNI6L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t8SdnRNI6L img {
  width: 130%;
}
@media (max-width: 1400px) {
  .cid-t8SdnRNI6L img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-t8SdnRNI6L img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-t8SdnRNI6L .text-wrapper {
    padding: 2rem;
  }
}
.cid-t8SdnRNI6L .mbr-section-subtitle {
  color: #fa4529;
}
.cid-t8SdnRNI6L .mbr-text {
  color: #353535;
}
.cid-t8SgRaUm2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-t8SgRaUm2p .mbr-media {
  position: relative;
}
.cid-t8SgRaUm2p .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-t8SgRaUm2p .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-t8SgRaUm2p .icon-wrap:hover span {
  transform: scale(1.2);
}
.cid-t8SgRaUm2p .mbr-media span {
  font-size: 4rem;
  display: block;
  transition: all 0.2s;
  color: #4479d9;
}
.cid-t8SgRaUm2p .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t8SgRaUm2p .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t8SgRaUm2p .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t8SgRaUm2p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t8SgRaUm2p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t8SgRaUm2p .mbr-section-title {
  color: #fafafa;
}
.cid-t8XkrQXGUJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-t8XkrQXGUJ .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 18rem;
}
@media (max-width: 991px) {
  .cid-t8XkrQXGUJ .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t8XkrQXGUJ .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t8XkrQXGUJ .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t8XkrQXGUJ .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t8XkrQXGUJ .footer-top {
  border-bottom: 2px solid #e6c63b;
}
.cid-t8XkrQXGUJ .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t8XkrQXGUJ .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t8XkrQXGUJ .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t8XkrQXGUJ .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t8XkrQXGUJ .soc-item a {
  color: #e6c63b;
}
.cid-t8XkrQXGUJ .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #e6c63b;
  border: 1px solid #4479d9;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t8XkrQXGUJ .soc-item span:hover {
  border-color: #0de3f4;
  color: #0de3f4;
}
.cid-t8XkrQXGUJ .mbr-tag,
.cid-t8XkrQXGUJ .social-row {
  color: #fafafa;
}
.cid-t8XkrQXGUJ .copyright {
  color: #bbbbbb;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  position: relative !important;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfyKqMRM8U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfyKqMRM8U .dropdown-item:hover,
.cid-tfyKqMRM8U .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tfyKqMRM8U .dropdown-item:hover span {
  color: white;
}
.cid-tfyKqMRM8U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfyKqMRM8U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfyKqMRM8U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfyKqMRM8U .nav-link {
  position: relative;
}
.cid-tfyKqMRM8U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .container {
    flex-wrap: nowrap;
  }
}
.cid-tfyKqMRM8U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown-menu,
.cid-tfyKqMRM8U .navbar.opened {
  background: #353535 !important;
}
.cid-tfyKqMRM8U .nav-item:focus,
.cid-tfyKqMRM8U .nav-link:focus {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfyKqMRM8U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfyKqMRM8U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.opened {
  transition: all 0.3s;
}
.cid-tfyKqMRM8U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfyKqMRM8U .navbar .navbar-logo img {
  width: auto;
}
.cid-tfyKqMRM8U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfyKqMRM8U .navbar.collapsed {
  justify-content: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfyKqMRM8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfyKqMRM8U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfyKqMRM8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfyKqMRM8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfyKqMRM8U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfyKqMRM8U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfyKqMRM8U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfyKqMRM8U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfyKqMRM8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown-item.active,
.cid-tfyKqMRM8U .dropdown-item:active {
  background-color: transparent;
}
.cid-tfyKqMRM8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfyKqMRM8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfyKqMRM8U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfyKqMRM8U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfyKqMRM8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tfyKqMRM8U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar {
    height: 70px;
  }
  .cid-tfyKqMRM8U .navbar.opened {
    height: auto;
  }
  .cid-tfyKqMRM8U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8WERzelfJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-t8WERzelfJ img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-t8WERzelfJ .right {
  display: flex;
  flex-direction: column;
}
.cid-t8WERzelfJ .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-t8WERzelfJ .p {
  padding-bottom: 17px;
  color: #ffe885;
}
.cid-t8WERzelfJ .last-p {
  padding-bottom: 0;
}
.cid-t8WERzelfJ .row {
  justify-content: center;
}
.cid-t8WERAuXsl {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-2.jpeg");
}
.cid-t8WERAuXsl .mbr-overlay {
  background-color: #fafafa;
  opacity: 0.9;
}
.cid-t8WERAuXsl .form-control,
.cid-t8WERAuXsl .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t8WERAuXsl .form-control::-webkit-input-placeholder,
.cid-t8WERAuXsl .field-input::-webkit-input-placeholder,
.cid-t8WERAuXsl .form-control::-webkit-input-placeholder,
.cid-t8WERAuXsl .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-t8WERAuXsl .form-control:-moz-placeholder,
.cid-t8WERAuXsl .field-input:-moz-placeholder,
.cid-t8WERAuXsl .form-control:-moz-placeholder,
.cid-t8WERAuXsl .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-t8WERAuXsl .form-control:hover,
.cid-t8WERAuXsl .field-input:hover,
.cid-t8WERAuXsl .form-control:focus,
.cid-t8WERAuXsl .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-t8WERAuXsl .form-control:hover::-webkit-input-placeholder,
.cid-t8WERAuXsl .field-input:hover::-webkit-input-placeholder,
.cid-t8WERAuXsl .form-control:focus::-webkit-input-placeholder,
.cid-t8WERAuXsl .field-input:focus::-webkit-input-placeholder,
.cid-t8WERAuXsl .form-control:hover::-webkit-input-placeholder,
.cid-t8WERAuXsl .field-input:hover::-webkit-input-placeholder,
.cid-t8WERAuXsl .form-control:focus::-webkit-input-placeholder,
.cid-t8WERAuXsl .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-t8WERAuXsl .form-control:hover:-moz-placeholder,
.cid-t8WERAuXsl .field-input:hover:-moz-placeholder,
.cid-t8WERAuXsl .form-control:focus:-moz-placeholder,
.cid-t8WERAuXsl .field-input:focus:-moz-placeholder,
.cid-t8WERAuXsl .form-control:hover:-moz-placeholder,
.cid-t8WERAuXsl .field-input:hover:-moz-placeholder,
.cid-t8WERAuXsl .form-control:focus:-moz-placeholder,
.cid-t8WERAuXsl .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-t8WERAuXsl .jq-number__spin:hover,
.cid-t8WERAuXsl .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t8WERAuXsl .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t8WERAuXsl .jq-selectbox li,
.cid-t8WERAuXsl .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-t8WERAuXsl .jq-selectbox li:hover,
.cid-t8WERAuXsl .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-t8WERAuXsl .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t8WERAuXsl .jq-number__spin.minus:hover:after,
.cid-t8WERAuXsl .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-t8WERAuXsl .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t8WERAuXsl .jq-number__spin.minus:after,
.cid-t8WERAuXsl .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-t8WERAuXsl input::-webkit-clear-button {
  display: none;
}
.cid-t8WERAuXsl input::-webkit-inner-spin-button {
  display: none;
}
.cid-t8WERAuXsl input::-webkit-outer-spin-button {
  display: none;
}
.cid-t8WERAuXsl input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t8WERAuXsl P {
  color: #4479d9;
}
.cid-t8XkrQXGUJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-t8XkrQXGUJ .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 18rem;
}
@media (max-width: 991px) {
  .cid-t8XkrQXGUJ .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t8XkrQXGUJ .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t8XkrQXGUJ .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t8XkrQXGUJ .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t8XkrQXGUJ .footer-top {
  border-bottom: 2px solid #e6c63b;
}
.cid-t8XkrQXGUJ .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t8XkrQXGUJ .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t8XkrQXGUJ .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t8XkrQXGUJ .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t8XkrQXGUJ .soc-item a {
  color: #e6c63b;
}
.cid-t8XkrQXGUJ .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #e6c63b;
  border: 1px solid #4479d9;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t8XkrQXGUJ .soc-item span:hover {
  border-color: #0de3f4;
  color: #0de3f4;
}
.cid-t8XkrQXGUJ .mbr-tag,
.cid-t8XkrQXGUJ .social-row {
  color: #fafafa;
}
.cid-t8XkrQXGUJ .copyright {
  color: #bbbbbb;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  position: relative !important;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfyKqMRM8U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfyKqMRM8U .dropdown-item:hover,
.cid-tfyKqMRM8U .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tfyKqMRM8U .dropdown-item:hover span {
  color: white;
}
.cid-tfyKqMRM8U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfyKqMRM8U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfyKqMRM8U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfyKqMRM8U .nav-link {
  position: relative;
}
.cid-tfyKqMRM8U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .container {
    flex-wrap: nowrap;
  }
}
.cid-tfyKqMRM8U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown-menu,
.cid-tfyKqMRM8U .navbar.opened {
  background: #353535 !important;
}
.cid-tfyKqMRM8U .nav-item:focus,
.cid-tfyKqMRM8U .nav-link:focus {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfyKqMRM8U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfyKqMRM8U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.opened {
  transition: all 0.3s;
}
.cid-tfyKqMRM8U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfyKqMRM8U .navbar .navbar-logo img {
  width: auto;
}
.cid-tfyKqMRM8U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfyKqMRM8U .navbar.collapsed {
  justify-content: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfyKqMRM8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfyKqMRM8U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfyKqMRM8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfyKqMRM8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfyKqMRM8U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfyKqMRM8U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfyKqMRM8U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfyKqMRM8U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfyKqMRM8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown-item.active,
.cid-tfyKqMRM8U .dropdown-item:active {
  background-color: transparent;
}
.cid-tfyKqMRM8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfyKqMRM8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfyKqMRM8U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfyKqMRM8U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfyKqMRM8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tfyKqMRM8U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar {
    height: 70px;
  }
  .cid-tfyKqMRM8U .navbar.opened {
    height: auto;
  }
  .cid-tfyKqMRM8U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfyW2XkU5k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
@media (min-width: 992px) {
  .cid-tfyW2XkU5k .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-tfyW2XkU5k .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-tfyW2XkU5k .item-title {
  color: #ffe885;
}
.cid-tfyW2XkU5k .subtitle-text {
  color: #ffffff;
}
.cid-tfyW2XkU5k .item-box {
  display: flex;
}
.cid-tfyW2XkU5k .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-tfyW2XkU5k .item-text {
  color: #ffe885;
}
.cid-tfyW2XkU5k .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tfyW2XkU5k .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tfyW2XkU5k .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tfyW2XkU5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfyW2XkU5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8WCA5fiQQ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-t8WCA5fiQQ img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-t8WCA5fiQQ .right {
  display: flex;
  flex-direction: column;
}
.cid-t8WCA5fiQQ .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-t8WCA5fiQQ .p {
  padding-bottom: 17px;
  color: #ffe885;
}
.cid-t8WCA5fiQQ .last-p {
  padding-bottom: 0;
}
.cid-t8WCA5fiQQ .row {
  justify-content: center;
}
.cid-t8nPaIWFXA {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-2.jpeg");
}
.cid-t8nPaIWFXA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-t8nPaIWFXA .form-control,
.cid-t8nPaIWFXA .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t8nPaIWFXA .form-control::-webkit-input-placeholder,
.cid-t8nPaIWFXA .field-input::-webkit-input-placeholder,
.cid-t8nPaIWFXA .form-control::-webkit-input-placeholder,
.cid-t8nPaIWFXA .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-t8nPaIWFXA .form-control:-moz-placeholder,
.cid-t8nPaIWFXA .field-input:-moz-placeholder,
.cid-t8nPaIWFXA .form-control:-moz-placeholder,
.cid-t8nPaIWFXA .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-t8nPaIWFXA .form-control:hover,
.cid-t8nPaIWFXA .field-input:hover,
.cid-t8nPaIWFXA .form-control:focus,
.cid-t8nPaIWFXA .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-t8nPaIWFXA .form-control:hover::-webkit-input-placeholder,
.cid-t8nPaIWFXA .field-input:hover::-webkit-input-placeholder,
.cid-t8nPaIWFXA .form-control:focus::-webkit-input-placeholder,
.cid-t8nPaIWFXA .field-input:focus::-webkit-input-placeholder,
.cid-t8nPaIWFXA .form-control:hover::-webkit-input-placeholder,
.cid-t8nPaIWFXA .field-input:hover::-webkit-input-placeholder,
.cid-t8nPaIWFXA .form-control:focus::-webkit-input-placeholder,
.cid-t8nPaIWFXA .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-t8nPaIWFXA .form-control:hover:-moz-placeholder,
.cid-t8nPaIWFXA .field-input:hover:-moz-placeholder,
.cid-t8nPaIWFXA .form-control:focus:-moz-placeholder,
.cid-t8nPaIWFXA .field-input:focus:-moz-placeholder,
.cid-t8nPaIWFXA .form-control:hover:-moz-placeholder,
.cid-t8nPaIWFXA .field-input:hover:-moz-placeholder,
.cid-t8nPaIWFXA .form-control:focus:-moz-placeholder,
.cid-t8nPaIWFXA .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-t8nPaIWFXA .jq-number__spin:hover,
.cid-t8nPaIWFXA .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t8nPaIWFXA .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t8nPaIWFXA .jq-selectbox li,
.cid-t8nPaIWFXA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-t8nPaIWFXA .jq-selectbox li:hover,
.cid-t8nPaIWFXA .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-t8nPaIWFXA .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t8nPaIWFXA .jq-number__spin.minus:hover:after,
.cid-t8nPaIWFXA .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-t8nPaIWFXA .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t8nPaIWFXA .jq-number__spin.minus:after,
.cid-t8nPaIWFXA .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-t8nPaIWFXA input::-webkit-clear-button {
  display: none;
}
.cid-t8nPaIWFXA input::-webkit-inner-spin-button {
  display: none;
}
.cid-t8nPaIWFXA input::-webkit-outer-spin-button {
  display: none;
}
.cid-t8nPaIWFXA input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t8nPaIWFXA P {
  color: #4479d9;
}
.cid-t8XkrQXGUJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-t8XkrQXGUJ .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 18rem;
}
@media (max-width: 991px) {
  .cid-t8XkrQXGUJ .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t8XkrQXGUJ .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t8XkrQXGUJ .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t8XkrQXGUJ .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t8XkrQXGUJ .footer-top {
  border-bottom: 2px solid #e6c63b;
}
.cid-t8XkrQXGUJ .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t8XkrQXGUJ .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t8XkrQXGUJ .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t8XkrQXGUJ .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t8XkrQXGUJ .soc-item a {
  color: #e6c63b;
}
.cid-t8XkrQXGUJ .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #e6c63b;
  border: 1px solid #4479d9;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t8XkrQXGUJ .soc-item span:hover {
  border-color: #0de3f4;
  color: #0de3f4;
}
.cid-t8XkrQXGUJ .mbr-tag,
.cid-t8XkrQXGUJ .social-row {
  color: #fafafa;
}
.cid-t8XkrQXGUJ .copyright {
  color: #bbbbbb;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  position: relative !important;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfyKqMRM8U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfyKqMRM8U .dropdown-item:hover,
.cid-tfyKqMRM8U .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tfyKqMRM8U .dropdown-item:hover span {
  color: white;
}
.cid-tfyKqMRM8U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfyKqMRM8U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfyKqMRM8U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfyKqMRM8U .nav-link {
  position: relative;
}
.cid-tfyKqMRM8U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .container {
    flex-wrap: nowrap;
  }
}
.cid-tfyKqMRM8U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown-menu,
.cid-tfyKqMRM8U .navbar.opened {
  background: #353535 !important;
}
.cid-tfyKqMRM8U .nav-item:focus,
.cid-tfyKqMRM8U .nav-link:focus {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfyKqMRM8U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfyKqMRM8U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.opened {
  transition: all 0.3s;
}
.cid-tfyKqMRM8U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfyKqMRM8U .navbar .navbar-logo img {
  width: auto;
}
.cid-tfyKqMRM8U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfyKqMRM8U .navbar.collapsed {
  justify-content: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfyKqMRM8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfyKqMRM8U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfyKqMRM8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfyKqMRM8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfyKqMRM8U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfyKqMRM8U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfyKqMRM8U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfyKqMRM8U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfyKqMRM8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown-item.active,
.cid-tfyKqMRM8U .dropdown-item:active {
  background-color: transparent;
}
.cid-tfyKqMRM8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfyKqMRM8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfyKqMRM8U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfyKqMRM8U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfyKqMRM8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tfyKqMRM8U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar {
    height: 70px;
  }
  .cid-tfyKqMRM8U .navbar.opened {
    height: auto;
  }
  .cid-tfyKqMRM8U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8X9Gk41bC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-t8X9Gk41bC img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-t8X9Gk41bC .right {
  display: flex;
  flex-direction: column;
}
.cid-t8X9Gk41bC .card-heading {
  padding-bottom: 35px;
  color: #0c5b47;
}
.cid-t8X9Gk41bC .p {
  padding-bottom: 17px;
  color: #ffe885;
}
.cid-t8X9Gk41bC .last-p {
  padding-bottom: 0;
}
.cid-t8X9Gk41bC .row {
  justify-content: center;
}
.cid-t8X9GkD9BV {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-2.jpeg");
}
.cid-t8X9GkD9BV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-t8X9GkD9BV .form-control,
.cid-t8X9GkD9BV .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t8X9GkD9BV .form-control::-webkit-input-placeholder,
.cid-t8X9GkD9BV .field-input::-webkit-input-placeholder,
.cid-t8X9GkD9BV .form-control::-webkit-input-placeholder,
.cid-t8X9GkD9BV .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-t8X9GkD9BV .form-control:-moz-placeholder,
.cid-t8X9GkD9BV .field-input:-moz-placeholder,
.cid-t8X9GkD9BV .form-control:-moz-placeholder,
.cid-t8X9GkD9BV .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-t8X9GkD9BV .form-control:hover,
.cid-t8X9GkD9BV .field-input:hover,
.cid-t8X9GkD9BV .form-control:focus,
.cid-t8X9GkD9BV .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-t8X9GkD9BV .form-control:hover::-webkit-input-placeholder,
.cid-t8X9GkD9BV .field-input:hover::-webkit-input-placeholder,
.cid-t8X9GkD9BV .form-control:focus::-webkit-input-placeholder,
.cid-t8X9GkD9BV .field-input:focus::-webkit-input-placeholder,
.cid-t8X9GkD9BV .form-control:hover::-webkit-input-placeholder,
.cid-t8X9GkD9BV .field-input:hover::-webkit-input-placeholder,
.cid-t8X9GkD9BV .form-control:focus::-webkit-input-placeholder,
.cid-t8X9GkD9BV .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-t8X9GkD9BV .form-control:hover:-moz-placeholder,
.cid-t8X9GkD9BV .field-input:hover:-moz-placeholder,
.cid-t8X9GkD9BV .form-control:focus:-moz-placeholder,
.cid-t8X9GkD9BV .field-input:focus:-moz-placeholder,
.cid-t8X9GkD9BV .form-control:hover:-moz-placeholder,
.cid-t8X9GkD9BV .field-input:hover:-moz-placeholder,
.cid-t8X9GkD9BV .form-control:focus:-moz-placeholder,
.cid-t8X9GkD9BV .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-t8X9GkD9BV .jq-number__spin:hover,
.cid-t8X9GkD9BV .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t8X9GkD9BV .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t8X9GkD9BV .jq-selectbox li,
.cid-t8X9GkD9BV .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-t8X9GkD9BV .jq-selectbox li:hover,
.cid-t8X9GkD9BV .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-t8X9GkD9BV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t8X9GkD9BV .jq-number__spin.minus:hover:after,
.cid-t8X9GkD9BV .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-t8X9GkD9BV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t8X9GkD9BV .jq-number__spin.minus:after,
.cid-t8X9GkD9BV .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-t8X9GkD9BV input::-webkit-clear-button {
  display: none;
}
.cid-t8X9GkD9BV input::-webkit-inner-spin-button {
  display: none;
}
.cid-t8X9GkD9BV input::-webkit-outer-spin-button {
  display: none;
}
.cid-t8X9GkD9BV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t8X9GkD9BV P {
  color: #2299aa;
}
.cid-t8X9GkD9BV LABEL {
  color: #232323;
}
.cid-t8XkrQXGUJ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-t8XkrQXGUJ .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 18rem;
}
@media (max-width: 991px) {
  .cid-t8XkrQXGUJ .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t8XkrQXGUJ .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t8XkrQXGUJ .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t8XkrQXGUJ .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t8XkrQXGUJ .footer-top {
  border-bottom: 2px solid #e6c63b;
}
.cid-t8XkrQXGUJ .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t8XkrQXGUJ .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-t8XkrQXGUJ .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t8XkrQXGUJ .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t8XkrQXGUJ .soc-item a {
  color: #e6c63b;
}
.cid-t8XkrQXGUJ .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #e6c63b;
  border: 1px solid #4479d9;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t8XkrQXGUJ .soc-item span:hover {
  border-color: #0de3f4;
  color: #0de3f4;
}
.cid-t8XkrQXGUJ .mbr-tag,
.cid-t8XkrQXGUJ .social-row {
  color: #fafafa;
}
.cid-t8XkrQXGUJ .copyright {
  color: #bbbbbb;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  position: relative !important;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfyKqMRM8U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfyKqMRM8U .dropdown-item:hover,
.cid-tfyKqMRM8U .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tfyKqMRM8U .dropdown-item:hover span {
  color: white;
}
.cid-tfyKqMRM8U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfyKqMRM8U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfyKqMRM8U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfyKqMRM8U .nav-link {
  position: relative;
}
.cid-tfyKqMRM8U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .container {
    flex-wrap: nowrap;
  }
}
.cid-tfyKqMRM8U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown-menu,
.cid-tfyKqMRM8U .navbar.opened {
  background: #353535 !important;
}
.cid-tfyKqMRM8U .nav-item:focus,
.cid-tfyKqMRM8U .nav-link:focus {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfyKqMRM8U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfyKqMRM8U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.opened {
  transition: all 0.3s;
}
.cid-tfyKqMRM8U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfyKqMRM8U .navbar .navbar-logo img {
  width: auto;
}
.cid-tfyKqMRM8U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfyKqMRM8U .navbar.collapsed {
  justify-content: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfyKqMRM8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfyKqMRM8U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfyKqMRM8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfyKqMRM8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfyKqMRM8U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfyKqMRM8U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfyKqMRM8U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfyKqMRM8U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfyKqMRM8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown-item.active,
.cid-tfyKqMRM8U .dropdown-item:active {
  background-color: transparent;
}
.cid-tfyKqMRM8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfyKqMRM8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfyKqMRM8U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfyKqMRM8U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfyKqMRM8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tfyKqMRM8U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar {
    height: 70px;
  }
  .cid-tfyKqMRM8U .navbar.opened {
    height: auto;
  }
  .cid-tfyKqMRM8U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trZETGMf8F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-trZETGMf8F .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-trZETGMf8F .row {
    text-align: center!important;
  }
}
.cid-trZETGMf8F .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-trZETGMf8F .mbr-section-title {
    text-align: center;
  }
}
.cid-trZETGMf8F .mbr-section-subtitle {
  color: #000000;
}
.cid-trZETGMf8F .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-trZETGMf8F .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-trZETGMf8F .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-trZETGMf8F .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-trZETGMf8F .btn-primary-outline,
.cid-trZETGMf8F .btn-secondary-outline,
.cid-trZETGMf8F .btn-success-outline,
.cid-trZETGMf8F .btn-info-outline,
.cid-trZETGMf8F .btn-warning-outline,
.cid-trZETGMf8F .btn-danger-outline,
.cid-trZETGMf8F .btn-white-outline,
.cid-trZETGMf8F .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-trZETGMf8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-trZETGMf8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trZETGMf8F .mbr-section-title,
.cid-trZETGMf8F .mbr-section-btn {
  color: #4479d9;
}
.cid-tHbGItv0dM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHbGItv0dM img,
.cid-tHbGItv0dM .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tHbGItv0dM .item:focus,
.cid-tHbGItv0dM span:focus {
  outline: none;
}
.cid-tHbGItv0dM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHbGItv0dM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHbGItv0dM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHbGItv0dM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tHbGItv0dM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHbGItv0dM .mbr-section-title {
  color: #232323;
}
.cid-tHbGItv0dM .mbr-text,
.cid-tHbGItv0dM .mbr-section-btn {
  text-align: left;
}
.cid-tHbGItv0dM .item-title {
  text-align: left;
}
.cid-tHbGItv0dM .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tHbQ3zh7cV {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHbQ3zh7cV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHbQ3zh7cV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHbQ3zh7cV .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-tHbQ3zh7cV .item .icon-wrap {
  text-align: center;
}
.cid-tHbQ3zh7cV .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-tHbQ3zh7cV .item:last-child:before {
  display: none;
}
.cid-tHbQ3zh7cV .item.last::before {
  display: none;
}
.cid-tHbQ3zh7cV .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tHbQ3zh7cV .text-box {
  text-align: center;
}
.cid-tHbQ3zh7cV span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-tHbQ3zh7cV .card {
    margin-bottom: 2rem;
  }
  .cid-tHbQ3zh7cV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tB8qzRPlfn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tB8qzRPlfn .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-tB8qzRPlfn .card {
  background: transparent;
}
.cid-tB8qzRPlfn .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-tB8qzRPlfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB8qzRPlfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trZQkwNML7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-trZQkwNML7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trZQkwNML7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trZQkwNML7 .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-trZQkwNML7 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-trZQkwNML7 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-trZQkwNML7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-trZQkwNML7 img {
  border-radius: 2rem;
}
.cid-trZQkwNML7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-trZQkwNML7 .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-trZQkwNML7 .mbr-text,
.cid-trZQkwNML7 .mbr-section-btn {
  color: #ffe885;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-trZNHIQZuU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-trZNHIQZuU .card-wrapper {
  background-color: #d4e7eb;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-trZNHIQZuU .card-wrapper {
    padding: 1rem;
  }
}
.cid-trZNHIQZuU .text-wrapper {
  max-width: 28rem;
}
.cid-trZNHIQZuU .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-trZNHIQZuU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trZNHIQZuU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trZNHIQZuU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trZNHIQZuU .content-wrapper {
    padding: 3rem;
  }
  .cid-trZNHIQZuU .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-trZNHIQZuU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-taaaiBYnKM {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-taaaiBYnKM .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 18rem;
}
@media (max-width: 991px) {
  .cid-taaaiBYnKM .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-taaaiBYnKM .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-taaaiBYnKM .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-taaaiBYnKM .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-taaaiBYnKM .footer-top {
  border-bottom: 2px solid #e6c63b;
}
.cid-taaaiBYnKM .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-taaaiBYnKM .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-taaaiBYnKM .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-taaaiBYnKM .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-taaaiBYnKM .soc-item a {
  color: #e6c63b;
}
.cid-taaaiBYnKM .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #e6c63b;
  border: 1px solid #4479d9;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-taaaiBYnKM .soc-item span:hover {
  border-color: #0de3f4;
  color: #0de3f4;
}
.cid-taaaiBYnKM .mbr-tag,
.cid-taaaiBYnKM .social-row {
  color: #fafafa;
}
.cid-taaaiBYnKM .copyright {
  color: #bbbbbb;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  position: relative !important;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfyKqMRM8U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfyKqMRM8U .dropdown-item:hover,
.cid-tfyKqMRM8U .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tfyKqMRM8U .dropdown-item:hover span {
  color: white;
}
.cid-tfyKqMRM8U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfyKqMRM8U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfyKqMRM8U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfyKqMRM8U .nav-link {
  position: relative;
}
.cid-tfyKqMRM8U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .container {
    flex-wrap: nowrap;
  }
}
.cid-tfyKqMRM8U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown-menu,
.cid-tfyKqMRM8U .navbar.opened {
  background: #353535 !important;
}
.cid-tfyKqMRM8U .nav-item:focus,
.cid-tfyKqMRM8U .nav-link:focus {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfyKqMRM8U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfyKqMRM8U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.opened {
  transition: all 0.3s;
}
.cid-tfyKqMRM8U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfyKqMRM8U .navbar .navbar-logo img {
  width: auto;
}
.cid-tfyKqMRM8U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfyKqMRM8U .navbar.collapsed {
  justify-content: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfyKqMRM8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfyKqMRM8U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfyKqMRM8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfyKqMRM8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfyKqMRM8U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfyKqMRM8U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfyKqMRM8U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfyKqMRM8U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfyKqMRM8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown-item.active,
.cid-tfyKqMRM8U .dropdown-item:active {
  background-color: transparent;
}
.cid-tfyKqMRM8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfyKqMRM8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfyKqMRM8U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfyKqMRM8U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfyKqMRM8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tfyKqMRM8U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar {
    height: 70px;
  }
  .cid-tfyKqMRM8U .navbar.opened {
    height: auto;
  }
  .cid-tfyKqMRM8U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfyY2qNP5A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
@media (min-width: 992px) {
  .cid-tfyY2qNP5A .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-tfyY2qNP5A .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-tfyY2qNP5A .item-title {
  color: #ffe885;
}
.cid-tfyY2qNP5A .subtitle-text {
  color: #ffffff;
}
.cid-tfyY2qNP5A .item-box {
  display: flex;
}
.cid-tfyY2qNP5A .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-tfyY2qNP5A .item-text {
  color: #ffe885;
}
.cid-tfyY2qNP5A .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tfyY2qNP5A .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tfyY2qNP5A .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tfyY2qNP5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfyY2qNP5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg2oN39OLU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
}
.cid-tg2oN39OLU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tg2oN39OLU input,
.cid-tg2oN39OLU textarea,
.cid-tg2oN39OLU .jqselect {
  font-weight: 300 !important;
}
.cid-tg2oN39OLU .col-wrap1 {
  background: #00af6d;
  padding: 5rem;
  height: 100%;
}
.cid-tg2oN39OLU .col-wrap3 {
  background: #6ec7f2;
  padding: 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tg2oN39OLU .col-wrap1,
  .cid-tg2oN39OLU .col-wrap3 {
    padding: 3rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tg2oN39OLU .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tg2oN39OLU .col-wrap1,
  .cid-tg2oN39OLU .col-wrap3 {
    padding: 3rem 1rem;
  }
}
.cid-tg2oN39OLU .container {
  max-width: 1800px;
}
.cid-tg2oN39OLU img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.cid-tg2oN39OLU textarea {
  min-height: 150px !important;
}
.cid-tg2oN39OLU form .btn {
  width: 100%;
}
.cid-tg2oN39OLU H5 {
  text-align: center;
  color: #ffe885;
}
.cid-tg2oN39OLU h6 {
  color: #d58f76;
}
.cid-tg2oN39OLU H3 {
  color: #ffffff;
}
.cid-tg2oN39OLU .mbr-text {
  color: #ffffff;
}
.cid-tg2oN39OLU .link,
.cid-tg2oN39OLU .link-wrap {
  color: #999999;
  text-align: right;
}
.cid-tg2oN39OLU H6 {
  text-align: center;
  color: #ffffff;
}
.cid-tg2oN39OLU .mbr-text,
.cid-tg2oN39OLU .mbr-section-btn {
  color: #000000;
}
.cid-tg2oN39OLU LABEL {
  color: #ffe885;
}
.cid-tcNMJdzI7W {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tcNMJdzI7W img {
  width: 150px;
  margin: auto;
  transition: all 0.3s;
}
.cid-tcNMJdzI7W .card {
  transition: all 0.3s;
  height: 200px;
  padding: 1rem 0;
  margin: 1rem;
  background: #232323;
  width: 200px;
  border-radius: 50%;
}
.cid-tcNMJdzI7W .card:hover {
  background: #232323;
}
.cid-tcNMJdzI7W .card:hover img {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-tcNMJdzI7W .card {
    max-width: 20%;
  }
}
.cid-tcNMJdzI7W .mbr-section-title {
  color: #ffffff;
}
.cid-tcNMJdzI7W .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tcNMJdzI7W .mbr-text {
  color: #ffffff;
}
.cid-tcNMAmJEQK {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tcNMAmJEQK .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 18rem;
}
@media (max-width: 991px) {
  .cid-tcNMAmJEQK .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tcNMAmJEQK .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tcNMAmJEQK .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tcNMAmJEQK .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tcNMAmJEQK .footer-top {
  border-bottom: 2px solid #e6c63b;
}
.cid-tcNMAmJEQK .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tcNMAmJEQK .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-tcNMAmJEQK .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-tcNMAmJEQK .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tcNMAmJEQK .soc-item a {
  color: #e6c63b;
}
.cid-tcNMAmJEQK .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #e6c63b;
  border: 1px solid #4479d9;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tcNMAmJEQK .soc-item span:hover {
  border-color: #0de3f4;
  color: #0de3f4;
}
.cid-tcNMAmJEQK .mbr-tag,
.cid-tcNMAmJEQK .social-row {
  color: #fafafa;
}
.cid-tcNMAmJEQK .copyright {
  color: #bbbbbb;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  position: relative !important;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfyKqMRM8U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfyKqMRM8U .dropdown-item:hover,
.cid-tfyKqMRM8U .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tfyKqMRM8U .dropdown-item:hover span {
  color: white;
}
.cid-tfyKqMRM8U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfyKqMRM8U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfyKqMRM8U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfyKqMRM8U .nav-link {
  position: relative;
}
.cid-tfyKqMRM8U .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .container {
    flex-wrap: nowrap;
  }
}
.cid-tfyKqMRM8U .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown-menu,
.cid-tfyKqMRM8U .navbar.opened {
  background: #353535 !important;
}
.cid-tfyKqMRM8U .nav-item:focus,
.cid-tfyKqMRM8U .nav-link:focus {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfyKqMRM8U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfyKqMRM8U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfyKqMRM8U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfyKqMRM8U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.opened {
  transition: all 0.3s;
}
.cid-tfyKqMRM8U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfyKqMRM8U .navbar .navbar-logo img {
  width: auto;
}
.cid-tfyKqMRM8U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfyKqMRM8U .navbar.collapsed {
  justify-content: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfyKqMRM8U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfyKqMRM8U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfyKqMRM8U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfyKqMRM8U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfyKqMRM8U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfyKqMRM8U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfyKqMRM8U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfyKqMRM8U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfyKqMRM8U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfyKqMRM8U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfyKqMRM8U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfyKqMRM8U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfyKqMRM8U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfyKqMRM8U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfyKqMRM8U .dropdown-item.active,
.cid-tfyKqMRM8U .dropdown-item:active {
  background-color: transparent;
}
.cid-tfyKqMRM8U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfyKqMRM8U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tfyKqMRM8U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfyKqMRM8U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfyKqMRM8U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfyKqMRM8U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfyKqMRM8U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKqMRM8U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfyKqMRM8U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKqMRM8U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tfyKqMRM8U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfyKqMRM8U .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-tfyKqMRM8U .navbar {
    height: 70px;
  }
  .cid-tfyKqMRM8U .navbar.opened {
    height: auto;
  }
  .cid-tfyKqMRM8U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiEHma9z2p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-tiEHma9z2p .content_block {
  padding: 60px 15px;
  padding-right: 20%;
}
.cid-tiEHma9z2p .content_block:hover .mbr-section-title a {
  color: #0de3f4 !important;
}
.cid-tiEHma9z2p .card_topic,
.cid-tiEHma9z2p .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-tiEHma9z2p .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #0de3f4;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-tiEHma9z2p .image {
  position: relative;
}
.cid-tiEHma9z2p .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #353535);
  z-index: 1;
  pointer-events: none;
}
.cid-tiEHma9z2p .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tiEHma9z2p .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-tiEHma9z2p .mbr-section-btn .btn-secondary-outline:hover,
.cid-tiEHma9z2p .mbr-section-btn .btn-secondary-outline .active,
.cid-tiEHma9z2p .mbr-section-btn .btn-secondary-outline:focus {
  color: #4479d9 !important;
}
.cid-tiEHma9z2p .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-tiEHma9z2p .content_block {
    padding: 30px 15px;
  }
  .cid-tiEHma9z2p .mbr-figure {
    padding: 0;
  }
  .cid-tiEHma9z2p .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(53, 53, 53, 0.99));
  }
}
.cid-tiEHma9z2p .mbr-text,
.cid-tiEHma9z2p .mbr-section-btn {
  color: #ffffff;
}
.cid-tiEHma9z2p .mbr-section-title {
  color: #ffe885;
}
.cid-tfyYmScDLm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
@media (min-width: 992px) {
  .cid-tfyYmScDLm .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-tfyYmScDLm .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-tfyYmScDLm .item-title {
  color: #ffe885;
}
.cid-tfyYmScDLm .subtitle-text {
  color: #ffffff;
}
.cid-tfyYmScDLm .item-box {
  display: flex;
}
.cid-tfyYmScDLm .num {
  color: #91c2be;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-tfyYmScDLm .item-text {
  color: #ffe885;
}
.cid-tfyYmScDLm .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tfyYmScDLm .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tfyYmScDLm .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tfyYmScDLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfyYmScDLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcOgISoajZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-tcOgISoajZ p {
  font-weight: 300;
}
.cid-tcOgISoajZ .mbr-section-title {
  margin: 0;
  margin-bottom: 80px;
  color: #ffe885;
}
@media (max-width: 992px) {
  .cid-tcOgISoajZ .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tcOgISoajZ .mbr-section-subtitle {
  color: #ffe885;
  font-weight: 700;
  line-height: 1.2;
}
.cid-tcOgISoajZ .mbr-text {
  color: #ffffff;
}
.cid-tcOgISoajZ .mbr-iconfont {
  color: #ffe885;
  font-size: 4rem;
}
.cid-tcOgISoajZ .wrapper {
  background-color: #000000;
  border-radius: 10px;
  padding: 2rem;
}
@media (max-width: 576px) {
  .cid-tcOgISoajZ .wrapper {
    text-align: center;
  }
}
.cid-tk685rT5KM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tk685rT5KM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tk685rT5KM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tk685rT5KM .google-map {
  height: 350px;
  position: relative;
}
.cid-tk685rT5KM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tk685rT5KM .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-tk685rT5KM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tk685rT5KM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tcOgIVFayI {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tcOgIVFayI .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 18rem;
}
@media (max-width: 991px) {
  .cid-tcOgIVFayI .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tcOgIVFayI .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tcOgIVFayI .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tcOgIVFayI .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tcOgIVFayI .footer-top {
  border-bottom: 2px solid #e6c63b;
}
.cid-tcOgIVFayI .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tcOgIVFayI .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-tcOgIVFayI .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-tcOgIVFayI .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tcOgIVFayI .soc-item a {
  color: #e6c63b;
}
.cid-tcOgIVFayI .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #e6c63b;
  border: 1px solid #4479d9;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tcOgIVFayI .soc-item span:hover {
  border-color: #0de3f4;
  color: #0de3f4;
}
.cid-tcOgIVFayI .mbr-tag,
.cid-tcOgIVFayI .social-row {
  color: #fafafa;
}
.cid-tcOgIVFayI .copyright {
  color: #bbbbbb;
}
.cid-tfyKImBUwR .navbar-dropdown {
  position: relative !important;
}
.cid-tfyKImBUwR .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-tfyKImBUwR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tfyKImBUwR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tfyKImBUwR .dropdown-item:hover,
.cid-tfyKImBUwR .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tfyKImBUwR .dropdown-item:hover span {
  color: white;
}
.cid-tfyKImBUwR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tfyKImBUwR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tfyKImBUwR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tfyKImBUwR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tfyKImBUwR .nav-link {
  position: relative;
}
.cid-tfyKImBUwR .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tfyKImBUwR .container {
    flex-wrap: nowrap;
  }
}
.cid-tfyKImBUwR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tfyKImBUwR .dropdown-menu,
.cid-tfyKImBUwR .navbar.opened {
  background: #353535 !important;
}
.cid-tfyKImBUwR .nav-item:focus,
.cid-tfyKImBUwR .nav-link:focus {
  outline: none;
}
.cid-tfyKImBUwR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfyKImBUwR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfyKImBUwR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tfyKImBUwR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfyKImBUwR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfyKImBUwR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfyKImBUwR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tfyKImBUwR .navbar.opened {
  transition: all 0.3s;
}
.cid-tfyKImBUwR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tfyKImBUwR .navbar .navbar-logo img {
  width: auto;
}
.cid-tfyKImBUwR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfyKImBUwR .navbar.collapsed {
  justify-content: center;
}
.cid-tfyKImBUwR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfyKImBUwR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfyKImBUwR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tfyKImBUwR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfyKImBUwR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfyKImBUwR .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-tfyKImBUwR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfyKImBUwR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tfyKImBUwR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tfyKImBUwR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfyKImBUwR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfyKImBUwR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfyKImBUwR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfyKImBUwR .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-tfyKImBUwR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfyKImBUwR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfyKImBUwR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfyKImBUwR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfyKImBUwR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfyKImBUwR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tfyKImBUwR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfyKImBUwR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfyKImBUwR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfyKImBUwR .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-tfyKImBUwR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfyKImBUwR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfyKImBUwR .dropdown-item.active,
.cid-tfyKImBUwR .dropdown-item:active {
  background-color: transparent;
}
.cid-tfyKImBUwR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfyKImBUwR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfyKImBUwR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfyKImBUwR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tfyKImBUwR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfyKImBUwR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfyKImBUwR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfyKImBUwR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfyKImBUwR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tfyKImBUwR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tfyKImBUwR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tfyKImBUwR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKImBUwR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tfyKImBUwR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tfyKImBUwR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKImBUwR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tfyKImBUwR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tfyKImBUwR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tfyKImBUwR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tfyKImBUwR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfyKImBUwR .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-tfyKImBUwR .navbar {
    height: 70px;
  }
  .cid-tfyKImBUwR .navbar.opened {
    height: auto;
  }
  .cid-tfyKImBUwR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfyPYJFzrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
@media (min-width: 992px) {
  .cid-tfyPYJFzrS .image-wrapper {
    padding-left: 1.5rem;
  }
  .cid-tfyPYJFzrS .wrapper {
    padding-right: 1.5rem;
  }
}
.cid-tfyPYJFzrS .item-title {
  color: #ffe885;
}
.cid-tfyPYJFzrS .subtitle-text {
  color: #ffffff;
}
.cid-tfyPYJFzrS .item-box {
  display: flex;
}
.cid-tfyPYJFzrS .num {
  color: #e6c63b;
  min-width: max-content;
  margin-right: 1.4rem;
}
.cid-tfyPYJFzrS .item-text {
  color: #ffe885;
}
.cid-tfyPYJFzrS .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tfyPYJFzrS .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tfyPYJFzrS .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tfyPYJFzrS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfyPYJFzrS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfyKIl3rHN {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tfyKIl3rHN .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 18rem;
}
@media (max-width: 991px) {
  .cid-tfyKIl3rHN .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tfyKIl3rHN .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tfyKIl3rHN .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tfyKIl3rHN .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tfyKIl3rHN .footer-top {
  border-bottom: 2px solid #e6c63b;
}
.cid-tfyKIl3rHN .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tfyKIl3rHN .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-tfyKIl3rHN .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-tfyKIl3rHN .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tfyKIl3rHN .soc-item a {
  color: #e6c63b;
}
.cid-tfyKIl3rHN .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #e6c63b;
  border: 1px solid #4479d9;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tfyKIl3rHN .soc-item span:hover {
  border-color: #0de3f4;
  color: #0de3f4;
}
.cid-tfyKIl3rHN .mbr-tag,
.cid-tfyKIl3rHN .social-row {
  color: #fafafa;
}
.cid-tfyKIl3rHN .copyright {
  color: #bbbbbb;
}
.cid-tg1gMsw3X4 .navbar-dropdown {
  position: relative !important;
}
.cid-tg1gMsw3X4 .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-tg1gMsw3X4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tg1gMsw3X4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tg1gMsw3X4 .dropdown-item:hover,
.cid-tg1gMsw3X4 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tg1gMsw3X4 .dropdown-item:hover span {
  color: white;
}
.cid-tg1gMsw3X4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tg1gMsw3X4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tg1gMsw3X4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tg1gMsw3X4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tg1gMsw3X4 .nav-link {
  position: relative;
}
.cid-tg1gMsw3X4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tg1gMsw3X4 .container {
    flex-wrap: nowrap;
  }
}
.cid-tg1gMsw3X4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tg1gMsw3X4 .dropdown-menu,
.cid-tg1gMsw3X4 .navbar.opened {
  background: #353535 !important;
}
.cid-tg1gMsw3X4 .nav-item:focus,
.cid-tg1gMsw3X4 .nav-link:focus {
  outline: none;
}
.cid-tg1gMsw3X4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg1gMsw3X4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg1gMsw3X4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tg1gMsw3X4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg1gMsw3X4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg1gMsw3X4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg1gMsw3X4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tg1gMsw3X4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tg1gMsw3X4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tg1gMsw3X4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tg1gMsw3X4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg1gMsw3X4 .navbar.collapsed {
  justify-content: center;
}
.cid-tg1gMsw3X4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg1gMsw3X4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg1gMsw3X4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tg1gMsw3X4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg1gMsw3X4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg1gMsw3X4 .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-tg1gMsw3X4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg1gMsw3X4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tg1gMsw3X4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tg1gMsw3X4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg1gMsw3X4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg1gMsw3X4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg1gMsw3X4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg1gMsw3X4 .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-tg1gMsw3X4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg1gMsw3X4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg1gMsw3X4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg1gMsw3X4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg1gMsw3X4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg1gMsw3X4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tg1gMsw3X4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg1gMsw3X4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg1gMsw3X4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg1gMsw3X4 .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-tg1gMsw3X4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg1gMsw3X4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg1gMsw3X4 .dropdown-item.active,
.cid-tg1gMsw3X4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tg1gMsw3X4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg1gMsw3X4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg1gMsw3X4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg1gMsw3X4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tg1gMsw3X4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg1gMsw3X4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg1gMsw3X4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg1gMsw3X4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg1gMsw3X4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tg1gMsw3X4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tg1gMsw3X4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tg1gMsw3X4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tg1gMsw3X4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tg1gMsw3X4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tg1gMsw3X4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tg1gMsw3X4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tg1gMsw3X4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tg1gMsw3X4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tg1gMsw3X4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tg1gMsw3X4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg1gMsw3X4 .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-tg1gMsw3X4 .navbar {
    height: 70px;
  }
  .cid-tg1gMsw3X4 .navbar.opened {
    height: auto;
  }
  .cid-tg1gMsw3X4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg1r7tVZO6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #353535;
}
.cid-tg1r7tVZO6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tg1r7tVZO6 input,
.cid-tg1r7tVZO6 textarea,
.cid-tg1r7tVZO6 .jqselect {
  font-weight: 300 !important;
}
.cid-tg1r7tVZO6 .col-wrap1 {
  background: #00af6d;
  padding: 5rem;
  height: 100%;
}
.cid-tg1r7tVZO6 .col-wrap3 {
  background: #6ec7f2;
  padding: 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tg1r7tVZO6 .col-wrap1,
  .cid-tg1r7tVZO6 .col-wrap3 {
    padding: 3rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tg1r7tVZO6 .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tg1r7tVZO6 .col-wrap1,
  .cid-tg1r7tVZO6 .col-wrap3 {
    padding: 3rem 1rem;
  }
}
.cid-tg1r7tVZO6 .container {
  max-width: 1800px;
}
.cid-tg1r7tVZO6 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.cid-tg1r7tVZO6 textarea {
  min-height: 150px !important;
}
.cid-tg1r7tVZO6 form .btn {
  width: 100%;
}
.cid-tg1r7tVZO6 H5 {
  text-align: center;
  color: #ffe885;
}
.cid-tg1r7tVZO6 h6 {
  color: #d58f76;
}
.cid-tg1r7tVZO6 H3 {
  color: #ffffff;
}
.cid-tg1r7tVZO6 .mbr-text {
  color: #ffffff;
}
.cid-tg1r7tVZO6 .link,
.cid-tg1r7tVZO6 .link-wrap {
  color: #999999;
  text-align: right;
}
.cid-tg1r7tVZO6 H6 {
  text-align: center;
  color: #ffffff;
}
.cid-tg1r7tVZO6 .mbr-text,
.cid-tg1r7tVZO6 .mbr-section-btn {
  color: #000000;
}
.cid-tg1r7tVZO6 LABEL {
  color: #ffe885;
}
.cid-tg1gMrjB4t {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tg1gMrjB4t .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 18rem;
}
@media (max-width: 991px) {
  .cid-tg1gMrjB4t .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tg1gMrjB4t .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tg1gMrjB4t .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tg1gMrjB4t .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tg1gMrjB4t .footer-top {
  border-bottom: 2px solid #e6c63b;
}
.cid-tg1gMrjB4t .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tg1gMrjB4t .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-tg1gMrjB4t .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-tg1gMrjB4t .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tg1gMrjB4t .soc-item a {
  color: #e6c63b;
}
.cid-tg1gMrjB4t .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #e6c63b;
  border: 1px solid #4479d9;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tg1gMrjB4t .soc-item span:hover {
  border-color: #0de3f4;
  color: #0de3f4;
}
.cid-tg1gMrjB4t .mbr-tag,
.cid-tg1gMrjB4t .social-row {
  color: #fafafa;
}
.cid-tg1gMrjB4t .copyright {
  color: #bbbbbb;
}
.cid-tnsSunwL8p .navbar-dropdown {
  position: relative !important;
}
.cid-tnsSunwL8p .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-tnsSunwL8p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tnsSunwL8p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tnsSunwL8p .dropdown-item:hover,
.cid-tnsSunwL8p .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tnsSunwL8p .dropdown-item:hover span {
  color: white;
}
.cid-tnsSunwL8p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tnsSunwL8p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tnsSunwL8p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tnsSunwL8p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tnsSunwL8p .nav-link {
  position: relative;
}
.cid-tnsSunwL8p .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tnsSunwL8p .container {
    flex-wrap: nowrap;
  }
}
.cid-tnsSunwL8p .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tnsSunwL8p .dropdown-menu,
.cid-tnsSunwL8p .navbar.opened {
  background: #353535 !important;
}
.cid-tnsSunwL8p .nav-item:focus,
.cid-tnsSunwL8p .nav-link:focus {
  outline: none;
}
.cid-tnsSunwL8p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tnsSunwL8p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tnsSunwL8p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tnsSunwL8p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnsSunwL8p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnsSunwL8p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnsSunwL8p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-tnsSunwL8p .navbar.opened {
  transition: all 0.3s;
}
.cid-tnsSunwL8p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tnsSunwL8p .navbar .navbar-logo img {
  width: auto;
}
.cid-tnsSunwL8p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnsSunwL8p .navbar.collapsed {
  justify-content: center;
}
.cid-tnsSunwL8p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tnsSunwL8p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tnsSunwL8p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tnsSunwL8p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnsSunwL8p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnsSunwL8p .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-tnsSunwL8p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnsSunwL8p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tnsSunwL8p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tnsSunwL8p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnsSunwL8p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnsSunwL8p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnsSunwL8p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnsSunwL8p .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-tnsSunwL8p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tnsSunwL8p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnsSunwL8p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnsSunwL8p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tnsSunwL8p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tnsSunwL8p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tnsSunwL8p .navbar.navbar-short {
  min-height: 60px;
}
.cid-tnsSunwL8p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tnsSunwL8p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tnsSunwL8p .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-tnsSunwL8p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnsSunwL8p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnsSunwL8p .dropdown-item.active,
.cid-tnsSunwL8p .dropdown-item:active {
  background-color: transparent;
}
.cid-tnsSunwL8p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnsSunwL8p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnsSunwL8p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tnsSunwL8p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tnsSunwL8p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnsSunwL8p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnsSunwL8p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tnsSunwL8p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tnsSunwL8p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tnsSunwL8p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tnsSunwL8p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tnsSunwL8p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnsSunwL8p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnsSunwL8p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tnsSunwL8p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnsSunwL8p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tnsSunwL8p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tnsSunwL8p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnsSunwL8p .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tnsSunwL8p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tnsSunwL8p .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-tnsSunwL8p .navbar {
    height: 70px;
  }
  .cid-tnsSunwL8p .navbar.opened {
    height: auto;
  }
  .cid-tnsSunwL8p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnsSqeDYxr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tnsSqeDYxr .row {
    flex-direction: row-reverse;
  }
  .cid-tnsSqeDYxr .image-wrapper {
    padding-right: 1.5rem;
  }
  .cid-tnsSqeDYxr .wrapper {
    padding-left: 1.5rem;
  }
}
.cid-tnsSqeDYxr .title-block {
  display: flex;
}
.cid-tnsSqeDYxr .item-number {
  color: #ffffff;
}
.cid-tnsSqeDYxr .item-title {
  color: #2e6b75;
}
.cid-tnsSqeDYxr .subtitle-text {
  color: #6c7577;
}
.cid-tnsSqeDYxr .item-box {
  display: flex;
  border-bottom: 1px solid #cededc;
  padding-top: 1.6rem;
}
.cid-tnsSqeDYxr .item-box:first-child {
  border-top: 1px solid #cededc;
}
.cid-tnsSqeDYxr .num {
  color: #91c2be;
  min-width: max-content;
  margin-left: 2rem;
}
.cid-tnsSqeDYxr .item-text {
  color: #6c7577;
}
.cid-tnsSqeDYxr .image-wrapper {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tnsSqeDYxr .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-tnsSqeDYxr .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tnsSqeDYxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnsSqeDYxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnsVmBIV96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tnsVmBIV96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnsVmBIV96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnsVmBIV96 .google-map {
  height: 350px;
  position: relative;
}
.cid-tnsVmBIV96 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnsVmBIV96 .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-tnsVmBIV96 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnsVmBIV96 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tnsVvVLKVT {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-tnsVvVLKVT .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 18rem;
}
@media (max-width: 991px) {
  .cid-tnsVvVLKVT .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tnsVvVLKVT .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tnsVvVLKVT .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tnsVvVLKVT .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tnsVvVLKVT .footer-top {
  border-bottom: 2px solid #e6c63b;
}
.cid-tnsVvVLKVT .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tnsVvVLKVT .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
}
.cid-tnsVvVLKVT .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-tnsVvVLKVT .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tnsVvVLKVT .soc-item a {
  color: #e6c63b;
}
.cid-tnsVvVLKVT .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #e6c63b;
  border: 1px solid #4479d9;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tnsVvVLKVT .soc-item span:hover {
  border-color: #0de3f4;
  color: #0de3f4;
}
.cid-tnsVvVLKVT .mbr-tag,
.cid-tnsVvVLKVT .social-row {
  color: #fafafa;
}
.cid-tnsVvVLKVT .copyright {
  color: #bbbbbb;
}
