.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %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-tttObZ9kd5 {
  z-index: 1000;
  width: 100%;
}
.cid-tttObZ9kd5 nav.navbar {
  position: fixed;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tttObZ9kd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tttObZ9kd5 .dropdown-item:hover,
.cid-tttObZ9kd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tttObZ9kd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tttObZ9kd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tttObZ9kd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tttObZ9kd5 .nav-link {
  position: relative;
}
.cid-tttObZ9kd5 .container {
  display: flex;
  margin: auto;
}
.cid-tttObZ9kd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown-menu,
.cid-tttObZ9kd5 .navbar.opened {
  background: #fbffff !important;
}
.cid-tttObZ9kd5 .nav-item:focus,
.cid-tttObZ9kd5 .nav-link:focus {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tttObZ9kd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tttObZ9kd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tttObZ9kd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tttObZ9kd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tttObZ9kd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tttObZ9kd5 .navbar.collapsed {
  justify-content: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tttObZ9kd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tttObZ9kd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tttObZ9kd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tttObZ9kd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tttObZ9kd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tttObZ9kd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tttObZ9kd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tttObZ9kd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tttObZ9kd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tttObZ9kd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown-item.active,
.cid-tttObZ9kd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tttObZ9kd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tttObZ9kd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tttObZ9kd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tttObZ9kd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tttObZ9kd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tttObZ9kd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar {
    height: 70px;
  }
  .cid-tttObZ9kd5 .navbar.opened {
    height: auto;
  }
  .cid-tttObZ9kd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFzxmVl7J6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sFzxmVl7J6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sFzxmVl7J6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #353535;
}
.cid-t7SkjpuQhN {
  display: flex;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-t7SkjpuQhN .mbr-overlay {
  background-color: #353535;
  opacity: 0.6;
}
.cid-t7SkjpuQhN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-t7SkjpuQhN {
    align-items: flex-end;
  }
  .cid-t7SkjpuQhN .row {
    justify-content: flex-end;
  }
  .cid-t7SkjpuQhN .content-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7SkjpuQhN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t7SkjpuQhN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-t7SkjpuQhN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-t7SkjpuQhN .content-wrap {
    width: 100%;
  }
}
.cid-t7SkjpuQhN .mbr-section-title {
  text-align: center;
}
.cid-t7Sm63ZJBd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t7Sm63ZJBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7Sm63ZJBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-t7Sm63ZJBd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t7Sm63ZJBd .row {
  flex-direction: row-reverse;
}
.cid-t7Sm63ZJBd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t7Sm63ZJBd .text-wrapper {
    padding: 2rem;
  }
}
.cid-t7SmVGZoov {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7SmVGZoov .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t7SmVGZoov .mbr-text {
  color: #eb2222;
}
.cid-sFzFvgBfc0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #e9e9e9;
}
.cid-sFzFvgBfc0 img,
.cid-sFzFvgBfc0 .item-img {
  width: 100%;
}
.cid-sFzFvgBfc0 .item:focus,
.cid-sFzFvgBfc0 span:focus {
  outline: none;
}
.cid-sFzFvgBfc0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFzFvgBfc0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFzFvgBfc0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFzFvgBfc0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFzFvgBfc0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFzFvgBfc0 .mbr-section-title {
  color: #000000;
}
.cid-sFzFvgBfc0 .mbr-text,
.cid-sFzFvgBfc0 .mbr-section-btn {
  text-align: left;
}
.cid-sFzFvgBfc0 .item-title {
  text-align: left;
}
.cid-sFzFvgBfc0 .item-subtitle {
  text-align: left;
}
.cid-t7SyhxzW5F {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fff6cf;
}
.cid-t7SyhxzW5F img,
.cid-t7SyhxzW5F .item-img {
  width: 100%;
}
.cid-t7SyhxzW5F .item:focus,
.cid-t7SyhxzW5F span:focus {
  outline: none;
}
.cid-t7SyhxzW5F .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t7SyhxzW5F .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ebf9ea;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7SyhxzW5F .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t7SyhxzW5F .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7SyhxzW5F .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t7SyhxzW5F .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t7SyhxzW5F .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7SyhxzW5F .mbr-section-title {
  color: #000000;
}
.cid-t7SyhxzW5F .mbr-text,
.cid-t7SyhxzW5F .mbr-section-btn {
  text-align: left;
}
.cid-t7SyhxzW5F .item-title {
  text-align: left;
}
.cid-t7SyhxzW5F .item-subtitle {
  text-align: left;
}
.cid-tbDksH1L5r {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #bed3f9;
}
.cid-tbDksH1L5r img,
.cid-tbDksH1L5r .item-img {
  width: 100%;
}
.cid-tbDksH1L5r .item:focus,
.cid-tbDksH1L5r span:focus {
  outline: none;
}
.cid-tbDksH1L5r .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tbDksH1L5r .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffeded;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tbDksH1L5r .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tbDksH1L5r .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbDksH1L5r .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tbDksH1L5r .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tbDksH1L5r .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tbDksH1L5r .mbr-section-title {
  color: #000000;
}
.cid-tbDksH1L5r .mbr-text,
.cid-tbDksH1L5r .mbr-section-btn {
  text-align: left;
}
.cid-tbDksH1L5r .item-title {
  text-align: left;
}
.cid-tbDksH1L5r .item-subtitle {
  text-align: left;
}
.cid-t7SGuXWoCe {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ebf9ea;
}
.cid-t7SGuXWoCe img,
.cid-t7SGuXWoCe .item-img {
  width: 100%;
}
.cid-t7SGuXWoCe .item:focus,
.cid-t7SGuXWoCe span:focus {
  outline: none;
}
.cid-t7SGuXWoCe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t7SGuXWoCe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff6cf;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t7SGuXWoCe .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t7SGuXWoCe .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t7SGuXWoCe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t7SGuXWoCe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t7SGuXWoCe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t7SGuXWoCe .mbr-section-title {
  color: #000000;
}
.cid-t7SGuXWoCe .mbr-text,
.cid-t7SGuXWoCe .mbr-section-btn {
  text-align: left;
}
.cid-t7SGuXWoCe .item-title {
  text-align: left;
}
.cid-t7SGuXWoCe .item-subtitle {
  text-align: left;
}
.cid-t7SEm67sA4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-t7SEm67sA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7SEm67sA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-t7SEm67sA4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t7SEm67sA4 .row {
  flex-direction: row-reverse;
}
.cid-t7SEm67sA4 img {
  width: 100%;
}
.cid-t7SDvVtMde {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7SDvVtMde .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-t7SDvVtMde .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-t7SDvVtMde .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tbEqeo8P4S {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tbEqeo8P4S .carousel {
    min-height: 800px;
  }
  .cid-tbEqeo8P4S .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tbEqeo8P4S .carousel {
    min-height: 520px;
  }
  .cid-tbEqeo8P4S .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tbEqeo8P4S .carousel {
    min-height: 440px;
  }
  .cid-tbEqeo8P4S .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-tbEqeo8P4S .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tbEqeo8P4S .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tbEqeo8P4S .carousel,
.cid-tbEqeo8P4S .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tbEqeo8P4S .item-wrapper {
  width: 100%;
}
.cid-tbEqeo8P4S .carousel-caption {
  bottom: 40px;
}
.cid-tbEqeo8P4S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tbEqeo8P4S .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tbEqeo8P4S .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tbEqeo8P4S .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tbEqeo8P4S .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tbEqeo8P4S .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbEqeo8P4S .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbEqeo8P4S .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbEqeo8P4S .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tbEqeo8P4S .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tbEqeo8P4S .carousel-indicators li.active,
.cid-tbEqeo8P4S .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbEqeo8P4S .carousel-indicators li::after,
.cid-tbEqeo8P4S .carousel-indicators li::before {
  content: none;
}
.cid-tbEqeo8P4S .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbEqeo8P4S .carousel-indicators {
    display: none !important;
  }
}
.cid-tPeBs3vQoA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-38.jpg");
}
.cid-tPeBs3vQoA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPeBs3vQoA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPeBs3vQoA .mbr-text,
.cid-tPeBs3vQoA .mbr-section-btn {
  color: #232323;
}
.cid-tPeBs3vQoA .card-title,
.cid-tPeBs3vQoA .card-box {
  color: #4479d9;
}
.cid-tPeBs3vQoA .mbr-text,
.cid-tPeBs3vQoA .link-wrap {
  color: #ffffff;
}
.cid-tPeBs3vQoA .card-box .mbr-text,
.cid-tPeBs3vQoA .mbr-section-btn {
  color: #232323;
}
.cid-sFzErVWEaH {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-sFzErVWEaH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFzErVWEaH .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFzErVWEaH .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFzErVWEaH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFzErVWEaH .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFzErVWEaH .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFzErVWEaH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFzErVWEaH .social-row {
  text-align: center;
}
.cid-sFzErVWEaH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFzErVWEaH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFzErVWEaH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFzErVWEaH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFzErVWEaH .mbr-section-title {
  color: #000000;
}
.cid-sFzErVWEaH .mbr-section-title1 {
  color: #000000;
}
.cid-sFzErVWEaH .card-title,
.cid-sFzErVWEaH .social-row {
  text-align: center;
}
.cid-tJbgyc6kfq {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-tJbgyc6kfq .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tJbgyc6kfq .team-card:hover {
  transform: translateY(-10px);
}
.cid-tJbgyc6kfq .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tJbgyc6kfq .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tJbgyc6kfq .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tJbgyc6kfq .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJbgyc6kfq .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tJbgyc6kfq .social-row {
  text-align: center;
}
.cid-tJbgyc6kfq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tJbgyc6kfq .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tJbgyc6kfq .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tJbgyc6kfq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tJbgyc6kfq .mbr-section-title {
  color: #000000;
}
.cid-tJbgyc6kfq .mbr-section-title1 {
  color: #000000;
}
.cid-tJbgyc6kfq .card-title,
.cid-tJbgyc6kfq .social-row {
  text-align: center;
}
.cid-tJdij4CaSR {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/timpviewhighschoolfacade-1.jpg");
}
.cid-tJdij4CaSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJdij4CaSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJdij4CaSR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJdij4CaSR .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-tbDNpYDxwT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tbDNpYDxwT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbDNpYDxwT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbDNpYDxwT .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tbDNpYDxwT .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tbDNpYDxwT .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbDNpYDxwT .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tbDNpYDxwT .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tMzpjdlLhy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMzpjdlLhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzpjdlLhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMzo5D6fTE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background: #fff0b0;
}
.cid-tMzo5D6fTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzo5D6fTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMzo5D6fTE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMzo5D6fTE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tMzo5D6fTE .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tMzo5D6fTE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tMzo5D6fTE .container {
    padding: 0 12px;
  }
}
.cid-tMzo5D6fTE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 800px;
  max-width: 800px;
}
@media (max-width: 992px) {
  .cid-tMzo5D6fTE .embla__slide {
    min-width: 700px;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .cid-tMzo5D6fTE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tMzo5D6fTE .embla__slide .card-wrap {
  width: 100%;
  display: flex;
  padding: 40px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  border-radius: 50px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tMzo5D6fTE .embla__slide .card-wrap {
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 768px) {
  .cid-tMzo5D6fTE .embla__slide .card-wrap {
    display: block;
  }
}
.cid-tMzo5D6fTE .embla__slide .card-wrap .item-wrapper {
  min-width: 64px;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .cid-tMzo5D6fTE .embla__slide .card-wrap .item-wrapper {
    margin: 0 0 16px;
  }
}
.cid-tMzo5D6fTE .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cid-tMzo5D6fTE .embla__slide .card-wrap .item-wrapper .image-wrap img {
    margin: 0 auto;
  }
}
.cid-tMzo5D6fTE .embla__slide .card-wrap .content-wrap {
  width: 100%;
}
.cid-tMzo5D6fTE .embla__slide .card-wrap .content-wrap .name-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-tMzo5D6fTE .embla__slide .card-wrap .content-wrap .name-wrapper {
    display: block;
  }
}
.cid-tMzo5D6fTE .embla__slide .card-wrap .content-wrap .name-wrapper .name-wrap {
  margin-bottom: 16px;
}
.cid-tMzo5D6fTE .embla__slide .card-wrap .content-wrap .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .cid-tMzo5D6fTE .embla__slide .card-wrap .content-wrap .name-wrapper .name-wrap .mbr-name {
    text-align: center;
  }
}
.cid-tMzo5D6fTE .embla__slide .card-wrap .content-wrap .name-wrapper .name-wrap .mbr-role {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tMzo5D6fTE .embla__slide .card-wrap .content-wrap .name-wrapper .name-wrap .mbr-role {
    text-align: center;
  }
}
.cid-tMzo5D6fTE .embla__slide .card-wrap .content-wrap .name-wrapper .link-wrap {
  display: block;
}
@media (max-width: 768px) {
  .cid-tMzo5D6fTE .embla__slide .card-wrap .content-wrap .name-wrapper .link-wrap {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-tMzo5D6fTE .embla__slide .card-wrap .content-wrap .name-wrapper .link-wrap:hover .mbr-link,
.cid-tMzo5D6fTE .embla__slide .card-wrap .content-wrap .name-wrapper .link-wrap:focus .mbr-link {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tMzo5D6fTE .embla__slide .card-wrap .content-wrap .name-wrapper .link-wrap .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tMzo5D6fTE .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tMzo5D6fTE .embla__button--next,
.cid-tMzo5D6fTE .embla__button--prev {
  display: flex;
}
.cid-tMzo5D6fTE .embla__button {
  bottom: -5%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff;
  color: #6592e6;
  border: 3px solid #ff6666;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMzo5D6fTE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tMzo5D6fTE .embla__button:hover {
  background: #ff6666;
  color: #ffffff;
}
.cid-tMzo5D6fTE .embla__button.embla__button--prev {
  left: 12rem;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-tMzo5D6fTE .embla__button.embla__button--prev {
    left: 2rem;
  }
}
.cid-tMzo5D6fTE .embla__button.embla__button--next {
  right: 12rem;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-tMzo5D6fTE .embla__button.embla__button--next {
    right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tMzo5D6fTE .embla__button {
    top: auto;
  }
}
.cid-tMzo5D6fTE .embla {
  position: relative;
  width: 100%;
}
.cid-tMzo5D6fTE .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .cid-tMzo5D6fTE .embla__viewport {
    padding: 5px;
  }
}
.cid-tMzo5D6fTE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMzo5D6fTE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMzo5D6fTE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMzo5D6fTE .mbr-name {
  color: #222222;
}
.cid-tMzo5D6fTE .mbr-role {
  color: #222222;
}
.cid-tMzo5D6fTE .mbr-link {
  color: #222222;
}
.cid-tMzo5D6fTE .mbr-text {
  color: #222222;
}
.cid-tC1kknwo6r {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tC1kknwo6r .navbar-logo {
  width: 40px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tC1kknwo6r .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tC1kknwo6r .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tC1kknwo6r .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-tC1kknwo6r .social-list .soc-item {
  display: inline-block;
  margin: 0 0.3rem;
}
.cid-tC1kknwo6r .text2 {
  color: #000000;
  text-align: left;
}
.cid-tC1kknwo6r .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tC1kknwo6r .logo-title {
  text-align: center;
}
.cid-tC1kknwo6r .logo-sub-title {
  text-align: center;
}
.cid-tC1kknwo6r .links {
  text-align: center;
  color: #656565;
}
.cid-tC1kknwo6r .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sFCygHrmNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
.cid-tttPP2ys3U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff6cf;
}
.cid-tttPP2ys3U .line {
  background-color: #fff0b0;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tbDSJhMm0y {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fff6cf;
}
.cid-tbDSJhMm0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbDSJhMm0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tbDSJhMm0y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tbDSJhMm0y .row {
  flex-direction: row-reverse;
}
.cid-tbDSJhMm0y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tbDSJhMm0y .text-wrapper {
    padding: 2rem;
  }
}
.cid-tbDSpYHLga {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbDSpYHLga .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tbDSpYHLga .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tbDSpYHLga .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tbDSpYHLga .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 {
  z-index: 1000;
  width: 100%;
}
.cid-tttObZ9kd5 nav.navbar {
  position: fixed;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tttObZ9kd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tttObZ9kd5 .dropdown-item:hover,
.cid-tttObZ9kd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tttObZ9kd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tttObZ9kd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tttObZ9kd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tttObZ9kd5 .nav-link {
  position: relative;
}
.cid-tttObZ9kd5 .container {
  display: flex;
  margin: auto;
}
.cid-tttObZ9kd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown-menu,
.cid-tttObZ9kd5 .navbar.opened {
  background: #fbffff !important;
}
.cid-tttObZ9kd5 .nav-item:focus,
.cid-tttObZ9kd5 .nav-link:focus {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tttObZ9kd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tttObZ9kd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tttObZ9kd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tttObZ9kd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tttObZ9kd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tttObZ9kd5 .navbar.collapsed {
  justify-content: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tttObZ9kd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tttObZ9kd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tttObZ9kd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tttObZ9kd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tttObZ9kd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tttObZ9kd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tttObZ9kd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tttObZ9kd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tttObZ9kd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tttObZ9kd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown-item.active,
.cid-tttObZ9kd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tttObZ9kd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tttObZ9kd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tttObZ9kd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tttObZ9kd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tttObZ9kd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tttObZ9kd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar {
    height: 70px;
  }
  .cid-tttObZ9kd5 .navbar.opened {
    height: auto;
  }
  .cid-tttObZ9kd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tttQmkpfUV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #346b2f;
}
.cid-tttQmkpfUV .line {
  background-color: #346b2f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsMfR14bH3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #346b2f;
}
.cid-tsMfR14bH3 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-tsMfR14bH3 img {
  width: 45%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tsMfR14bH3 img {
    transform: scale(1) translateX(0);
  }
}
.cid-tsMfR14bH3 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tsMfR14bH3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tsMfR14bH3 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tsMfR14bH3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsMfR14bH3 .col-12 {
  position: relative;
}
.cid-tsMfR14bH3 .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tsMfR14bH3 .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-tsMfR14bH3 .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-tsMfR14bH3 .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-tsMfR14bH3 .mbr-section-title {
  color: #ffffff;
}
.cid-tsMfR14bH3 .mbr-text,
.cid-tsMfR14bH3 .mbr-section-btn {
  color: #ffcf00;
}
.cid-tsMfR14bH3 .mbr-section-subtitle {
  color: #000000;
}
.cid-tgc8Dt1OYS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #346b2f;
}
.cid-tgc8Dt1OYS .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-tgc8Dt1OYS .mbr-section-head {
  background-color: #ffe161;
  padding: 3rem 1rem 1rem;
}
.cid-tgc8Dt1OYS .mbr-media {
  position: relative;
}
.cid-tgc8Dt1OYS .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tgc8Dt1OYS .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tgc8Dt1OYS .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tgc8Dt1OYS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tgc8Dt1OYS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tgc8Dt1OYS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tgc8Dt1OYS .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-tgc8Dt1OYS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
@media (min-width: 992px) {
  .cid-tgc8Dt1OYS .display-1 {
    font-size: 70px;
  }
  .cid-tgc8Dt1OYS .display-5 {
    font-size: 29px;
  }
  .cid-tgc8Dt1OYS .display-7 {
    font-size: 22px;
  }
}
.cid-tgc5Hp4zVw {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tgc5Hp4zVw h2,
.cid-tgc5Hp4zVw h4,
.cid-tgc5Hp4zVw p {
  margin: 0;
}
.cid-tgc5Hp4zVw .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-tgc5Hp4zVw .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-tgc5Hp4zVw .image-wrap {
    margin-top: 30px;
  }
}
.cid-tgc5Hp4zVw img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-tgc5Hp4zVw .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-tgc5Hp4zVw .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-tgc5Hp4zVw .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
}
.cid-tgc5Hp4zVw .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tgc5Hp4zVw .socials p {
  margin: 0 20px 0 0;
}
.cid-tgc5Hp4zVw .socials-item .link {
  color: #000000;
}
.cid-ttu0kzZ0oB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 {
  z-index: 1000;
  width: 100%;
}
.cid-tttObZ9kd5 nav.navbar {
  position: fixed;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tttObZ9kd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tttObZ9kd5 .dropdown-item:hover,
.cid-tttObZ9kd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tttObZ9kd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tttObZ9kd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tttObZ9kd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tttObZ9kd5 .nav-link {
  position: relative;
}
.cid-tttObZ9kd5 .container {
  display: flex;
  margin: auto;
}
.cid-tttObZ9kd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown-menu,
.cid-tttObZ9kd5 .navbar.opened {
  background: #fbffff !important;
}
.cid-tttObZ9kd5 .nav-item:focus,
.cid-tttObZ9kd5 .nav-link:focus {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tttObZ9kd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tttObZ9kd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tttObZ9kd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tttObZ9kd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tttObZ9kd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tttObZ9kd5 .navbar.collapsed {
  justify-content: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tttObZ9kd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tttObZ9kd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tttObZ9kd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tttObZ9kd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tttObZ9kd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tttObZ9kd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tttObZ9kd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tttObZ9kd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tttObZ9kd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tttObZ9kd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown-item.active,
.cid-tttObZ9kd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tttObZ9kd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tttObZ9kd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tttObZ9kd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tttObZ9kd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tttObZ9kd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tttObZ9kd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar {
    height: 70px;
  }
  .cid-tttObZ9kd5 .navbar.opened {
    height: auto;
  }
  .cid-tttObZ9kd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tttS1ti4c5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #346b2f;
}
.cid-tttS1ti4c5 .line {
  background-color: #346b2f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsMlwWkjGk {
  background-color: #346b2f;
}
.cid-tsMlwWkjGk .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-tsMlwWkjGk img {
  width: 70%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tsMlwWkjGk img {
    transform: scale(1) translateX(0);
  }
}
.cid-tsMlwWkjGk .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tsMlwWkjGk .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tsMlwWkjGk .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tsMlwWkjGk .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsMlwWkjGk .col-12 {
  position: relative;
}
.cid-tsMlwWkjGk .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tsMlwWkjGk .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-tsMlwWkjGk .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-tsMlwWkjGk .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-tsMlwWkjGk .mbr-section-title {
  color: #ffffff;
}
.cid-tsMlwWkjGk .mbr-text,
.cid-tsMlwWkjGk .mbr-section-btn {
  color: #ffcf00;
}
.cid-tsMlwWkjGk .mbr-section-subtitle {
  color: #000000;
}
.cid-tttObZ9kd5 {
  z-index: 1000;
  width: 100%;
}
.cid-tttObZ9kd5 nav.navbar {
  position: fixed;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tttObZ9kd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tttObZ9kd5 .dropdown-item:hover,
.cid-tttObZ9kd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tttObZ9kd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tttObZ9kd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tttObZ9kd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tttObZ9kd5 .nav-link {
  position: relative;
}
.cid-tttObZ9kd5 .container {
  display: flex;
  margin: auto;
}
.cid-tttObZ9kd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown-menu,
.cid-tttObZ9kd5 .navbar.opened {
  background: #fbffff !important;
}
.cid-tttObZ9kd5 .nav-item:focus,
.cid-tttObZ9kd5 .nav-link:focus {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tttObZ9kd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tttObZ9kd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tttObZ9kd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tttObZ9kd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tttObZ9kd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tttObZ9kd5 .navbar.collapsed {
  justify-content: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tttObZ9kd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tttObZ9kd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tttObZ9kd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tttObZ9kd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tttObZ9kd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tttObZ9kd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tttObZ9kd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tttObZ9kd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tttObZ9kd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tttObZ9kd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown-item.active,
.cid-tttObZ9kd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tttObZ9kd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tttObZ9kd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tttObZ9kd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tttObZ9kd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tttObZ9kd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tttObZ9kd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar {
    height: 70px;
  }
  .cid-tttObZ9kd5 .navbar.opened {
    height: auto;
  }
  .cid-tttObZ9kd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tttSbeDQAX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #346b2f;
}
.cid-tttSbeDQAX .line {
  background-color: #346b2f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsMvzTrG9X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #346b2f;
}
.cid-tsMvzTrG9X .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-tsMvzTrG9X img {
  width: 40%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tsMvzTrG9X img {
    transform: scale(1) translateX(0);
  }
}
.cid-tsMvzTrG9X .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tsMvzTrG9X .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tsMvzTrG9X .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tsMvzTrG9X .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsMvzTrG9X .col-12 {
  position: relative;
}
.cid-tsMvzTrG9X .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tsMvzTrG9X .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-tsMvzTrG9X .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-tsMvzTrG9X .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-tsMvzTrG9X .mbr-section-title {
  color: #ffffff;
}
.cid-tsMvzTrG9X .mbr-text,
.cid-tsMvzTrG9X .mbr-section-btn {
  color: #ffcf00;
}
.cid-tsMvzTrG9X .mbr-section-subtitle {
  color: #000000;
}
.cid-tgcaS6Selc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #346b2f;
}
.cid-tgcaS6Selc .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-tgcaS6Selc .mbr-section-head {
  background-color: #ffe161;
  padding: 3rem 1rem 1rem;
}
.cid-tgcaS6Selc .mbr-media {
  position: relative;
}
.cid-tgcaS6Selc .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tgcaS6Selc .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tgcaS6Selc .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tgcaS6Selc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tgcaS6Selc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tgcaS6Selc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tgcaS6Selc .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-tgcaS6Selc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
@media (min-width: 992px) {
  .cid-tgcaS6Selc .display-1 {
    font-size: 70px;
  }
  .cid-tgcaS6Selc .display-5 {
    font-size: 29px;
  }
  .cid-tgcaS6Selc .display-7 {
    font-size: 22px;
  }
}
.cid-tgcaS6Selc .mbr-section-title {
  color: #346b2f;
}
.cid-tgch1vNAtn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tgch1vNAtn h2,
.cid-tgch1vNAtn h4,
.cid-tgch1vNAtn p {
  margin: 0;
}
.cid-tgch1vNAtn .text {
  padding-right: 15%;
}
@media (max-width: 1200px) {
  .cid-tgch1vNAtn .text {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .cid-tgch1vNAtn .image-wrap {
    margin-top: 30px;
  }
}
.cid-tgch1vNAtn img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.cid-tgch1vNAtn .mbr-section-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-tgch1vNAtn .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 8px;
}
.cid-tgch1vNAtn .mbr-text {
  color: #6b6b6b;
  margin-bottom: 30px;
}
.cid-tgch1vNAtn .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tgch1vNAtn .socials p {
  margin: 0 20px 0 0;
}
.cid-tgch1vNAtn .socials-item .link {
  color: #000000;
}
.cid-tgchzunSbs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgchzunSbs h2,
.cid-tgchzunSbs h3,
.cid-tgchzunSbs h4,
.cid-tgchzunSbs p {
  margin: 0;
}
.cid-tgchzunSbs .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-tgchzunSbs .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-tgchzunSbs .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tgchzunSbs .mbr-section-title {
  color: #000000;
  margin-bottom: 22px;
}
.cid-tgchzunSbs .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-tgchzunSbs .mbr-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-tkucsirgKL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-tkucsirgKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkucsirgKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tkucsirgKL .row {
    flex-direction: column-reverse;
  }
  .cid-tkucsirgKL .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tkucsirgKL .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tkucsirgKL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tkucsirgKL .media-content,
.cid-tkucsirgKL .mbr-figure {
  align-self: center;
}
.cid-tkucsirgKL .mbr-figure iframe {
  width: 100%;
}
.cid-tttObZ9kd5 {
  z-index: 1000;
  width: 100%;
}
.cid-tttObZ9kd5 nav.navbar {
  position: fixed;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tttObZ9kd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tttObZ9kd5 .dropdown-item:hover,
.cid-tttObZ9kd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tttObZ9kd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tttObZ9kd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tttObZ9kd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tttObZ9kd5 .nav-link {
  position: relative;
}
.cid-tttObZ9kd5 .container {
  display: flex;
  margin: auto;
}
.cid-tttObZ9kd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown-menu,
.cid-tttObZ9kd5 .navbar.opened {
  background: #fbffff !important;
}
.cid-tttObZ9kd5 .nav-item:focus,
.cid-tttObZ9kd5 .nav-link:focus {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tttObZ9kd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tttObZ9kd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tttObZ9kd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tttObZ9kd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tttObZ9kd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tttObZ9kd5 .navbar.collapsed {
  justify-content: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tttObZ9kd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tttObZ9kd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tttObZ9kd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tttObZ9kd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tttObZ9kd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tttObZ9kd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tttObZ9kd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tttObZ9kd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tttObZ9kd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tttObZ9kd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown-item.active,
.cid-tttObZ9kd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tttObZ9kd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tttObZ9kd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tttObZ9kd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tttObZ9kd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tttObZ9kd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tttObZ9kd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar {
    height: 70px;
  }
  .cid-tttObZ9kd5 .navbar.opened {
    height: auto;
  }
  .cid-tttObZ9kd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tttShKdj4v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe885;
}
.cid-tttShKdj4v .line {
  background-color: #ffe885;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tbF2UHwLNT {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffea90;
}
.cid-tbF2UHwLNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbF2UHwLNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbF2UHwLNT .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tbF2UHwLNT .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tbF4D0mZQc {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tbF4D0mZQc img,
.cid-tbF4D0mZQc .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tbF4D0mZQc .item:focus,
.cid-tbF4D0mZQc span:focus {
  outline: none;
}
.cid-tbF4D0mZQc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tbF4D0mZQc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tbF4D0mZQc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tbF4D0mZQc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tbF4D0mZQc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tbF4D0mZQc .mbr-section-title {
  color: #232323;
}
.cid-tbF4D0mZQc .mbr-text,
.cid-tbF4D0mZQc .mbr-section-btn {
  text-align: left;
}
.cid-tbF4D0mZQc .item-title {
  text-align: center;
}
.cid-tbF4D0mZQc .item-subtitle {
  text-align: left;
}
.cid-tbF9TTRShS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tbF9TTRShS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbF9TTRShS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbF9TTRShS .mbr-text,
.cid-tbF9TTRShS .mbr-section-btn {
  color: #232323;
}
.cid-tbF9TTRShS .card-title,
.cid-tbF9TTRShS .card-box {
  color: #ffffff;
}
.cid-tbF9TTRShS .mbr-text,
.cid-tbF9TTRShS .link-wrap {
  color: #ffffff;
}
.cid-tJbbk9QLcO {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #bed3f9;
}
.cid-tJbbk9QLcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJbbk9QLcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tJbbk9QLcO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJbbk9QLcO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJbbk9QLcO .text-wrapper {
    padding: 2rem;
  }
}
.cid-tJbbk9QLcO .mbr-text {
  text-align: left;
}
.cid-tJbbjEgIcx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-tJbbjEgIcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJbbjEgIcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJbbjEgIcx .mbr-text,
.cid-tJbbjEgIcx .mbr-section-btn {
  color: #232323;
}
.cid-tJbbjEgIcx .card-title,
.cid-tJbbjEgIcx .card-box {
  color: #ffffff;
}
.cid-tJbbjEgIcx .mbr-text,
.cid-tJbbjEgIcx .link-wrap {
  color: #ffffff;
}
.cid-tbF9UYDA0Y {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #bed3f9;
}
.cid-tbF9UYDA0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbF9UYDA0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tbF9UYDA0Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tbF9UYDA0Y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tbF9UYDA0Y .text-wrapper {
    padding: 2rem;
  }
}
.cid-tbF9UYDA0Y .mbr-text {
  text-align: left;
}
.cid-tttObZ9kd5 {
  z-index: 1000;
  width: 100%;
}
.cid-tttObZ9kd5 nav.navbar {
  position: fixed;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tttObZ9kd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tttObZ9kd5 .dropdown-item:hover,
.cid-tttObZ9kd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tttObZ9kd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tttObZ9kd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tttObZ9kd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tttObZ9kd5 .nav-link {
  position: relative;
}
.cid-tttObZ9kd5 .container {
  display: flex;
  margin: auto;
}
.cid-tttObZ9kd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown-menu,
.cid-tttObZ9kd5 .navbar.opened {
  background: #fbffff !important;
}
.cid-tttObZ9kd5 .nav-item:focus,
.cid-tttObZ9kd5 .nav-link:focus {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tttObZ9kd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tttObZ9kd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tttObZ9kd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tttObZ9kd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tttObZ9kd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tttObZ9kd5 .navbar.collapsed {
  justify-content: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tttObZ9kd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tttObZ9kd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tttObZ9kd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tttObZ9kd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tttObZ9kd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tttObZ9kd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tttObZ9kd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tttObZ9kd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tttObZ9kd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tttObZ9kd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown-item.active,
.cid-tttObZ9kd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tttObZ9kd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tttObZ9kd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tttObZ9kd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tttObZ9kd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tttObZ9kd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tttObZ9kd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar {
    height: 70px;
  }
  .cid-tttObZ9kd5 .navbar.opened {
    height: auto;
  }
  .cid-tttObZ9kd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tttSvJ72wf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #346b2f;
}
.cid-tttSvJ72wf .line {
  background-color: #346b2f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tfVbOlxez2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #346b2f;
}
.cid-tfVbOlxez2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVbOlxez2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfVbOlxez2 .mbr-section-title {
  color: #ffe161;
}
.cid-tfVbOlxez2 .mbr-section-subtitle {
  color: #ffe885;
}
.cid-tfZD3WOSes {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/provostelementaryschoolfacade4-3.jpg");
}
.cid-tfZD3WOSes .image-h {
  height: 30rem;
}
.cid-tfZD3WOSes .image-h {
  max-height: 100vh;
  object-fit: cover;
}
.cid-tg4pu4JfLf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #346b2f;
}
.cid-tg4pu4JfLf .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-tg4pu4JfLf MARQUEE {
  color: #ffffff;
}
.cid-tg4pu4JfLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg4pu4JfLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg4pu4JfLf B {
  color: #ffe161;
}
.cid-tfZnGIFgtn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tfZnGIFgtn .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tfZnGIFgtn .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-tfZnGIFgtn .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-tfZnGIFgtn .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.cid-tfZnGIFgtn .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tfZnGIFgtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfZnGIFgtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfVg79NvAH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tfVg79NvAH .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tfVg79NvAH .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-tfVg79NvAH .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-tfVg79NvAH .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.cid-tfVg79NvAH .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tfVg79NvAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfVg79NvAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfZfKIVLN5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-tfZfKIVLN5 .item-wrapper {
  width: 100%;
}
.cid-tfZfKIVLN5 .row {
  align-items: center;
  justify-content: center;
}
.cid-tfZfKIVLN5 .b {
  margin-bottom: 30px;
}
.cid-tfZfKIVLN5 img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-tfZfKIVLN5 .b,
  .cid-tfZfKIVLN5 .t {
    margin-bottom: 20px;
  }
}
.cid-tfZiHIrtOe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-tfZiHIrtOe .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tfZiHIrtOe .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-tfZiHIrtOe .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-tfZiHIrtOe .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.cid-tfZiHIrtOe .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tfZiHIrtOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfZiHIrtOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfZkHInxtf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-tfZkHInxtf .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tfZkHInxtf .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-tfZkHInxtf .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-tfZkHInxtf .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.cid-tfZkHInxtf .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tfZkHInxtf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfZkHInxtf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfZsOWV0O3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fff0b0;
}
.cid-tfZsOWV0O3 .item-wrapper {
  width: 100%;
}
.cid-tfZsOWV0O3 .row {
  align-items: center;
  justify-content: center;
}
.cid-tfZsOWV0O3 .b {
  margin-bottom: 30px;
}
.cid-tfZsOWV0O3 img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-tfZsOWV0O3 .b,
  .cid-tfZsOWV0O3 .t {
    margin-bottom: 20px;
  }
}
.cid-tfZxzfmA2H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tfZxzfmA2H .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tfZxzfmA2H .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-tfZxzfmA2H .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-tfZxzfmA2H .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.cid-tfZxzfmA2H .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tfZxzfmA2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfZxzfmA2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg0qXporr7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tg0qXporr7 .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tg0qXporr7 .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-tg0qXporr7 .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-tg0qXporr7 .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.cid-tg0qXporr7 .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tg0qXporr7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg0qXporr7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tttObZ9kd5 {
  z-index: 1000;
  width: 100%;
}
.cid-tttObZ9kd5 nav.navbar {
  position: fixed;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tttObZ9kd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tttObZ9kd5 .dropdown-item:hover,
.cid-tttObZ9kd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tttObZ9kd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tttObZ9kd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tttObZ9kd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tttObZ9kd5 .nav-link {
  position: relative;
}
.cid-tttObZ9kd5 .container {
  display: flex;
  margin: auto;
}
.cid-tttObZ9kd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown-menu,
.cid-tttObZ9kd5 .navbar.opened {
  background: #fbffff !important;
}
.cid-tttObZ9kd5 .nav-item:focus,
.cid-tttObZ9kd5 .nav-link:focus {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tttObZ9kd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tttObZ9kd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tttObZ9kd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tttObZ9kd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tttObZ9kd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tttObZ9kd5 .navbar.collapsed {
  justify-content: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tttObZ9kd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tttObZ9kd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tttObZ9kd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tttObZ9kd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tttObZ9kd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tttObZ9kd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tttObZ9kd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tttObZ9kd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tttObZ9kd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tttObZ9kd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown-item.active,
.cid-tttObZ9kd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tttObZ9kd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tttObZ9kd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tttObZ9kd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tttObZ9kd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tttObZ9kd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tttObZ9kd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar {
    height: 70px;
  }
  .cid-tttObZ9kd5 .navbar.opened {
    height: auto;
  }
  .cid-tttObZ9kd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTWgE5p0Hy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #346b2f;
}
.cid-tTWgE5p0Hy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTWgE5p0Hy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTWgE5p0Hy .video-wrapper iframe {
  width: 100%;
}
.cid-tTWgE5p0Hy .mbr-section-title,
.cid-tTWgE5p0Hy .mbr-section-subtitle,
.cid-tTWgE5p0Hy .mbr-text {
  text-align: center;
}
.cid-tTWgE5p0Hy .mbr-section-title {
  color: #ffffff;
}
.cid-tTWgE5p0Hy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTWgE5p0Hy .mbr-text {
  color: #ffffff;
}
.cid-tTXtnQe8sB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #346b2f;
}
.cid-tttSHPXIIN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tttSHPXIIN .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tttObZ9kd5 {
  z-index: 1000;
  width: 100%;
}
.cid-tttObZ9kd5 nav.navbar {
  position: fixed;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tttObZ9kd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tttObZ9kd5 .dropdown-item:hover,
.cid-tttObZ9kd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tttObZ9kd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tttObZ9kd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tttObZ9kd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tttObZ9kd5 .nav-link {
  position: relative;
}
.cid-tttObZ9kd5 .container {
  display: flex;
  margin: auto;
}
.cid-tttObZ9kd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown-menu,
.cid-tttObZ9kd5 .navbar.opened {
  background: #fbffff !important;
}
.cid-tttObZ9kd5 .nav-item:focus,
.cid-tttObZ9kd5 .nav-link:focus {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tttObZ9kd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tttObZ9kd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tttObZ9kd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tttObZ9kd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tttObZ9kd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tttObZ9kd5 .navbar.collapsed {
  justify-content: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tttObZ9kd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tttObZ9kd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tttObZ9kd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tttObZ9kd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tttObZ9kd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tttObZ9kd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tttObZ9kd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tttObZ9kd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tttObZ9kd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tttObZ9kd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown-item.active,
.cid-tttObZ9kd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tttObZ9kd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tttObZ9kd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tttObZ9kd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tttObZ9kd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tttObZ9kd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tttObZ9kd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar {
    height: 70px;
  }
  .cid-tttObZ9kd5 .navbar.opened {
    height: auto;
  }
  .cid-tttObZ9kd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttuqiVB1uu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #346b2f;
}
.cid-ttuqiVB1uu .line {
  background-color: #346b2f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ttuqjeYi8S {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #346b2f;
}
.cid-ttuqjeYi8S .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-ttuqjeYi8S img {
  width: 45%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ttuqjeYi8S img {
    transform: scale(1) translateX(0);
  }
}
.cid-ttuqjeYi8S .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ttuqjeYi8S .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ttuqjeYi8S .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ttuqjeYi8S .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ttuqjeYi8S .col-12 {
  position: relative;
}
.cid-ttuqjeYi8S .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-ttuqjeYi8S .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-ttuqjeYi8S .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-ttuqjeYi8S .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-ttuqjeYi8S .mbr-section-title {
  color: #ffffff;
}
.cid-ttuqjeYi8S .mbr-text,
.cid-ttuqjeYi8S .mbr-section-btn {
  color: #ffcf00;
}
.cid-ttuqjeYi8S .mbr-section-subtitle {
  color: #000000;
}
.cid-tkaOCRojUo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-tkaOCRojUo blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fff6cf;
}
.cid-tturhi6Acr {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-tturhi6Acr img,
.cid-tturhi6Acr .item-img {
  width: 100%;
}
.cid-tturhi6Acr .item:focus,
.cid-tturhi6Acr span:focus {
  outline: none;
}
.cid-tturhi6Acr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tturhi6Acr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tturhi6Acr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tturhi6Acr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tturhi6Acr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tturhi6Acr .mbr-section-title {
  color: #000000;
}
.cid-tturhi6Acr .mbr-text,
.cid-tturhi6Acr .mbr-section-btn {
  text-align: left;
}
.cid-tturhi6Acr .item-title {
  text-align: left;
}
.cid-tturhi6Acr .item-subtitle {
  text-align: left;
}
.cid-tttT9ptDlG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe885;
}
.cid-tttT9ptDlG .line {
  background-color: #ffe885;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tks3hYXjWM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-23.jpg");
}
.cid-tks3hYXjWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tks3hYXjWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tks3bmPPHR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tks3bmPPHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tks3bmPPHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tks3bmPPHR .row {
    flex-direction: column-reverse;
  }
  .cid-tks3bmPPHR .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tks3bmPPHR .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tks3bmPPHR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tks3bmPPHR .media-content,
.cid-tks3bmPPHR .mbr-figure {
  align-self: center;
}
.cid-tks3bmPPHR .mbr-figure iframe {
  width: 100%;
}
.cid-tktTbMID7m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-tktTbMID7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tktTbMID7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tktTbMID7m .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tktTbMID7m .row {
    flex-direction: column-reverse;
  }
  .cid-tktTbMID7m .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tktTbMID7m .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tktTbMID7m .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tktTbMID7m .media-content,
.cid-tktTbMID7m .mbr-figure {
  align-self: center;
}
.cid-tktTbMID7m .mbr-figure iframe {
  width: 100%;
}
.cid-tktTayHESd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tktTayHESd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tktTayHESd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tktTayHESd .row {
    flex-direction: column-reverse;
  }
  .cid-tktTayHESd .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tktTayHESd .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tktTayHESd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tktTayHESd .media-content,
.cid-tktTayHESd .mbr-figure {
  align-self: center;
}
.cid-tktTayHESd .mbr-figure iframe {
  width: 100%;
}
.cid-tktT9qg5U2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-tktT9qg5U2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tktT9qg5U2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tktT9qg5U2 .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tktT9qg5U2 .row {
    flex-direction: column-reverse;
  }
  .cid-tktT9qg5U2 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tktT9qg5U2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tktT9qg5U2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tktT9qg5U2 .media-content,
.cid-tktT9qg5U2 .mbr-figure {
  align-self: center;
}
.cid-tktT9qg5U2 .mbr-figure iframe {
  width: 100%;
}
.cid-tktWNyXsco {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tktWNyXsco .mbr-fallback-image.disabled {
  display: none;
}
.cid-tktWNyXsco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tktWNyXsco .row {
    flex-direction: column-reverse;
  }
  .cid-tktWNyXsco .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tktWNyXsco .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tktWNyXsco .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tktWNyXsco .media-content,
.cid-tktWNyXsco .mbr-figure {
  align-self: center;
}
.cid-tktWNyXsco .mbr-figure iframe {
  width: 100%;
}
.cid-tktWQh28rf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-tktWQh28rf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tktWQh28rf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tktWQh28rf .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tktWQh28rf .row {
    flex-direction: column-reverse;
  }
  .cid-tktWQh28rf .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tktWQh28rf .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tktWQh28rf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tktWQh28rf .media-content,
.cid-tktWQh28rf .mbr-figure {
  align-self: center;
}
.cid-tktWQh28rf .mbr-figure iframe {
  width: 100%;
}
.cid-tktWQzN6eW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tktWQzN6eW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tktWQzN6eW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tktWQzN6eW .row {
    flex-direction: column-reverse;
  }
  .cid-tktWQzN6eW .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tktWQzN6eW .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tktWQzN6eW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tktWQzN6eW .media-content,
.cid-tktWQzN6eW .mbr-figure {
  align-self: center;
}
.cid-tktWQzN6eW .mbr-figure iframe {
  width: 100%;
}
.cid-tku5c4eG4d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-24.jpg");
}
.cid-tku5c4eG4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tku5c4eG4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tku5c4eG4d .mbr-text,
.cid-tku5c4eG4d .mbr-section-btn {
  color: #232323;
}
.cid-tku5c4eG4d .card-title,
.cid-tku5c4eG4d .card-box {
  color: #ffffff;
}
.cid-tku5c4eG4d .mbr-text,
.cid-tku5c4eG4d .link-wrap {
  color: #ffffff;
}
.cid-tku9jCILr1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tku9jCILr1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tku9jCILr1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tku9jCILr1 .row {
    flex-direction: column-reverse;
  }
  .cid-tku9jCILr1 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tku9jCILr1 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tku9jCILr1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tku9jCILr1 .media-content,
.cid-tku9jCILr1 .mbr-figure {
  align-self: center;
}
.cid-tku9jCILr1 .mbr-figure iframe {
  width: 100%;
}
.cid-tku9k8JF0t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e9e9e9;
}
.cid-tku9k8JF0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tku9k8JF0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tku9k8JF0t .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tku9k8JF0t .row {
    flex-direction: column-reverse;
  }
  .cid-tku9k8JF0t .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tku9k8JF0t .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tku9k8JF0t .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tku9k8JF0t .media-content,
.cid-tku9k8JF0t .mbr-figure {
  align-self: center;
}
.cid-tku9k8JF0t .mbr-figure iframe {
  width: 100%;
}
.cid-tttObZ9kd5 {
  z-index: 1000;
  width: 100%;
}
.cid-tttObZ9kd5 nav.navbar {
  position: fixed;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tttObZ9kd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tttObZ9kd5 .dropdown-item:hover,
.cid-tttObZ9kd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tttObZ9kd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tttObZ9kd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tttObZ9kd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tttObZ9kd5 .nav-link {
  position: relative;
}
.cid-tttObZ9kd5 .container {
  display: flex;
  margin: auto;
}
.cid-tttObZ9kd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown-menu,
.cid-tttObZ9kd5 .navbar.opened {
  background: #fbffff !important;
}
.cid-tttObZ9kd5 .nav-item:focus,
.cid-tttObZ9kd5 .nav-link:focus {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tttObZ9kd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tttObZ9kd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tttObZ9kd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tttObZ9kd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tttObZ9kd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tttObZ9kd5 .navbar.collapsed {
  justify-content: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tttObZ9kd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tttObZ9kd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tttObZ9kd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tttObZ9kd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tttObZ9kd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tttObZ9kd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tttObZ9kd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tttObZ9kd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tttObZ9kd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tttObZ9kd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown-item.active,
.cid-tttObZ9kd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tttObZ9kd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tttObZ9kd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tttObZ9kd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tttObZ9kd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tttObZ9kd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tttObZ9kd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar {
    height: 70px;
  }
  .cid-tttObZ9kd5 .navbar.opened {
    height: auto;
  }
  .cid-tttObZ9kd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tttTlUhOKZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #dae3f4;
}
.cid-tttTlUhOKZ .line {
  background-color: #dae3f4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkbMkyjSQK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-18.jpeg");
}
.cid-tkbMkyjSQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkbMkyjSQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkhZh1OMMm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-tkhZh1OMMm .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tkhZh1OMMm .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tkhZh1OMMm .card-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  background-color: transparent;
}
.cid-tkhZh1OMMm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkhZh1OMMm .bc1 {
  border: 6px solid #51add0;
  background-color: #51add0;
}
.cid-tkhZh1OMMm .bc2 {
  border: 6px solid #FFA29D;
  background-color: #FFA29D;
}
@media (max-width: 767px) {
  .cid-tkhZh1OMMm .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tkhZh1OMMm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkhZh1OMMm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tkhZh1OMMm .card-title,
.cid-tkhZh1OMMm .mbr-text {
  color: #232323;
}
.cid-tkhZh1OMMm .mbr-section-title {
  color: #295664;
}
.cid-tkhZh1OMMm .card-title {
  color: #f54040;
}
.cid-tkhZh1OMMm .mbr-text {
  color: #000000;
}
.cid-tkhZh1OMMm .mbr-text P {
  text-align: left;
}
.cid-tkixT1i3fB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9e9e9;
}
@media (max-width: 991px) {
  .cid-tkixT1i3fB .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tkixT1i3fB .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tkixT1i3fB .card-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  background-color: transparent;
}
.cid-tkixT1i3fB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkixT1i3fB .bc1 {
  border: 6px solid #51add0;
  background-color: #51add0;
}
.cid-tkixT1i3fB .bc2 {
  border: 6px solid #FFA29D;
  background-color: #FFA29D;
}
@media (max-width: 767px) {
  .cid-tkixT1i3fB .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tkixT1i3fB .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkixT1i3fB .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tkixT1i3fB .card-title,
.cid-tkixT1i3fB .mbr-text {
  color: #232323;
}
.cid-tkixT1i3fB .mbr-section-title {
  color: #295664;
}
.cid-tkixT1i3fB .card-title {
  color: #f54040;
}
.cid-tkixT1i3fB .mbr-text {
  color: #000000;
}
.cid-tkixT1i3fB .mbr-text P {
  text-align: left;
}
.cid-tkiHJdkC6d {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-tkiHJdkC6d .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tkiHJdkC6d .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tkiHJdkC6d .card-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  background-color: transparent;
}
.cid-tkiHJdkC6d .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkiHJdkC6d .bc1 {
  border: 6px solid #51add0;
  background-color: #51add0;
}
.cid-tkiHJdkC6d .bc2 {
  border: 6px solid #FFA29D;
  background-color: #FFA29D;
}
@media (max-width: 767px) {
  .cid-tkiHJdkC6d .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tkiHJdkC6d .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkiHJdkC6d .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tkiHJdkC6d .card-title,
.cid-tkiHJdkC6d .mbr-text {
  color: #232323;
}
.cid-tkiHJdkC6d .mbr-section-title {
  color: #295664;
}
.cid-tkiHJdkC6d .card-title {
  color: #f54040;
}
.cid-tkiHJdkC6d .mbr-text {
  color: #000000;
}
.cid-tkiHJdkC6d .mbr-text P {
  text-align: left;
}
.cid-tkiHHSS63f {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e9e9e9;
}
@media (max-width: 991px) {
  .cid-tkiHHSS63f .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tkiHHSS63f .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tkiHHSS63f .card-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  background-color: transparent;
}
.cid-tkiHHSS63f .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkiHHSS63f .bc1 {
  border: 6px solid #51add0;
  background-color: #51add0;
}
.cid-tkiHHSS63f .bc2 {
  border: 6px solid #FFA29D;
  background-color: #FFA29D;
}
@media (max-width: 767px) {
  .cid-tkiHHSS63f .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tkiHHSS63f .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkiHHSS63f .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tkiHHSS63f .card-title,
.cid-tkiHHSS63f .mbr-text {
  color: #232323;
}
.cid-tkiHHSS63f .mbr-section-title {
  color: #295664;
}
.cid-tkiHHSS63f .card-title {
  color: #f54040;
}
.cid-tkiHHSS63f .mbr-text {
  color: #000000;
}
.cid-tkiHHSS63f .mbr-text P {
  text-align: left;
}
.cid-tttObZ9kd5 {
  z-index: 1000;
  width: 100%;
}
.cid-tttObZ9kd5 nav.navbar {
  position: fixed;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tttObZ9kd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tttObZ9kd5 .dropdown-item:hover,
.cid-tttObZ9kd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tttObZ9kd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tttObZ9kd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tttObZ9kd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tttObZ9kd5 .nav-link {
  position: relative;
}
.cid-tttObZ9kd5 .container {
  display: flex;
  margin: auto;
}
.cid-tttObZ9kd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown-menu,
.cid-tttObZ9kd5 .navbar.opened {
  background: #fbffff !important;
}
.cid-tttObZ9kd5 .nav-item:focus,
.cid-tttObZ9kd5 .nav-link:focus {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tttObZ9kd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tttObZ9kd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tttObZ9kd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tttObZ9kd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tttObZ9kd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tttObZ9kd5 .navbar.collapsed {
  justify-content: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tttObZ9kd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tttObZ9kd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tttObZ9kd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tttObZ9kd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tttObZ9kd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tttObZ9kd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tttObZ9kd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tttObZ9kd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tttObZ9kd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tttObZ9kd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown-item.active,
.cid-tttObZ9kd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tttObZ9kd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tttObZ9kd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tttObZ9kd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tttObZ9kd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tttObZ9kd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tttObZ9kd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar {
    height: 70px;
  }
  .cid-tttObZ9kd5 .navbar.opened {
    height: auto;
  }
  .cid-tttObZ9kd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tttUkEN7go {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4e9b9;
}
.cid-tttUkEN7go .line {
  background-color: #f4e9b9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkjpwjiwib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-21.jpg");
}
.cid-tkjpwjiwib .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkjpwjiwib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkjpwjiwib .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tkjpwjiwib .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tkjpwjiwib .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkjpwjiwib .card-wrapper {
    padding: 4rem;
  }
}
.cid-tkjvRkyIJf {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tkjvRkyIJf .mbr-section-title {
  text-align: left;
  width: 100%;
  margin-bottom: 60px;
  font-weight: 700;
  padding: 0;
}
.cid-tkjvRkyIJf .mbr-section-subtitle {
  text-align: left;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  padding: 0;
}
.cid-tkjvRkyIJf .title-block {
  justify-content: space-between;
}
.cid-tkjvRkyIJf .card-wrapper {
  width: auto;
  max-width: 100%;
}
.cid-tkjvRkyIJf .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 0;
}
.cid-tkjvRkyIJf H3 {
  color: #1d1d1f;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tkjvRkyIJf .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-tkjvRkyIJf .card-title {
    padding: 13px 0 0;
  }
}
@media (max-width: 574px) {
  .cid-tkjvRkyIJf .col-12 {
    padding-top: 35px;
  }
  .cid-tkjvRkyIJf .col-12:first-child {
    padding-top: 0px;
  }
  .cid-tkjvRkyIJf .card-title {
    padding: 13px 0 0;
  }
}
.cid-tkjvRkyIJf .card-title,
.cid-tkjvRkyIJf .iconfont-wrapper {
  text-align: center;
}
.cid-tkjIymUbtk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkjIymUbtk .card {
  padding-top: 30px;
  background: none;
  border-radius: 0;
}
.cid-tkjIymUbtk .item-wrapper {
  transition: all .3s;
}
.cid-tkjIymUbtk .mbr-text {
  font-weight: 700;
}
.cid-tkjIymUbtk .features-image {
  padding-top: 65px;
}
.cid-tkjIymUbtk .features-image:first-child {
  padding-top: 0px;
}
.cid-tkjIymUbtk .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tkjIymUbtk .features-image:nth-child(3) {
  padding-top: 0px;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tkjIymUbtk .features-image {
    padding-top: 65px;
  }
  .cid-tkjIymUbtk .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tkjIymUbtk .features-image:nth-child(2) {
    padding-top: 0px;
  }
  .cid-tkjIymUbtk .features-image:nth-child(3) {
    padding-top: 65px;
  }
}
@media (max-width: 574px) {
  .cid-tkjIymUbtk .features-image {
    padding-top: 65px;
  }
  .cid-tkjIymUbtk .features-image:first-child {
    padding-top: 0px;
  }
  .cid-tkjIymUbtk .features-image:nth-child(2) {
    padding-top: 65px;
  }
  .cid-tkjIymUbtk .features-image:nth-child(3) {
    padding-top: 65px;
  }
}
.cid-tkjIymUbtk .col-12:hover .item-wrapper {
  box-shadow: 0 10px 30px 0 rgba(189, 189, 189, 0.35);
  transform: translateY(-6px);
  transition: all .3s;
}
.cid-tkjIymUbtk .desc1,
.cid-tkjIymUbtk .iconfont-wrapper {
  text-align: center;
}
.cid-tttObZ9kd5 {
  z-index: 1000;
  width: 100%;
}
.cid-tttObZ9kd5 nav.navbar {
  position: fixed;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tttObZ9kd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tttObZ9kd5 .dropdown-item:hover,
.cid-tttObZ9kd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tttObZ9kd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tttObZ9kd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tttObZ9kd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tttObZ9kd5 .nav-link {
  position: relative;
}
.cid-tttObZ9kd5 .container {
  display: flex;
  margin: auto;
}
.cid-tttObZ9kd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown-menu,
.cid-tttObZ9kd5 .navbar.opened {
  background: #fbffff !important;
}
.cid-tttObZ9kd5 .nav-item:focus,
.cid-tttObZ9kd5 .nav-link:focus {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tttObZ9kd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tttObZ9kd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tttObZ9kd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tttObZ9kd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tttObZ9kd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tttObZ9kd5 .navbar.collapsed {
  justify-content: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tttObZ9kd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tttObZ9kd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tttObZ9kd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tttObZ9kd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tttObZ9kd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tttObZ9kd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tttObZ9kd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tttObZ9kd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tttObZ9kd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tttObZ9kd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown-item.active,
.cid-tttObZ9kd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tttObZ9kd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tttObZ9kd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tttObZ9kd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tttObZ9kd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tttObZ9kd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tttObZ9kd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar {
    height: 70px;
  }
  .cid-tttObZ9kd5 .navbar.opened {
    height: auto;
  }
  .cid-tttObZ9kd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tttURzVuCt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #346b2f;
}
.cid-tttURzVuCt .line {
  background-color: #346b2f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsMfKb2S57 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #346b2f;
}
.cid-tsMfKb2S57 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-tsMfKb2S57 img {
  width: 50%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tsMfKb2S57 img {
    transform: scale(1) translateX(0);
  }
}
.cid-tsMfKb2S57 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tsMfKb2S57 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tsMfKb2S57 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tsMfKb2S57 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsMfKb2S57 .col-12 {
  position: relative;
}
.cid-tsMfKb2S57 .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tsMfKb2S57 .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-tsMfKb2S57 .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-tsMfKb2S57 .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-tsMfKb2S57 .mbr-section-title {
  color: #ffcf00;
}
.cid-tsMfKb2S57 .mbr-text,
.cid-tsMfKb2S57 .mbr-section-btn {
  color: #000000;
}
.cid-tsMfKb2S57 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsMTX2z57Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-tsMTX2z57Q .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tsMTX2z57Q .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-tsMTX2z57Q .card-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  background-color: transparent;
}
.cid-tsMTX2z57Q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsMTX2z57Q .bc1 {
  border: 6px solid #51add0;
  background-color: #51add0;
}
.cid-tsMTX2z57Q .bc2 {
  border: 6px solid #FFA29D;
  background-color: #FFA29D;
}
@media (max-width: 767px) {
  .cid-tsMTX2z57Q .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tsMTX2z57Q .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsMTX2z57Q .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tsMTX2z57Q .card-title,
.cid-tsMTX2z57Q .mbr-text {
  color: #232323;
}
.cid-tsMTX2z57Q .mbr-section-title {
  color: #295664;
}
.cid-tsMTX2z57Q .card-title {
  color: #f54040;
}
.cid-tsMTX2z57Q .mbr-text {
  color: #000000;
}
.cid-tsMTX2z57Q .mbr-text P {
  text-align: left;
}
.cid-tsOztdELui {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002549;
  overflow: hidden;
  position: relative;
}
.cid-tsOztdELui .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #004383 30%, rgba(0, 37, 73, 0));
}
.cid-tsOztdELui .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tsOztdELui .mbr-section-title {
  color: #ffffff;
}
.cid-tsOztdELui .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tsOztdELui .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOztdELui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsMVQ5G8Vj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/6-3dave-1950c-color.jpeg");
  overflow: hidden;
  position: relative;
}
.cid-tsMVQ5G8Vj .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tsMVQ5G8Vj .mbr-section-title {
  color: #ffffff;
}
.cid-tsMVQ5G8Vj .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tsMVQ5G8Vj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsMVQ5G8Vj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsN2C5AHdf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/byucampus.jpg");
  overflow: hidden;
  position: relative;
}
.cid-tsN2C5AHdf .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tsN2C5AHdf .mbr-section-title {
  color: #ffffff;
}
.cid-tsN2C5AHdf .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tsN2C5AHdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsN2C5AHdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOzCWHECG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002549;
  overflow: hidden;
  position: relative;
}
.cid-tsOzCWHECG .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #004383 30%, rgba(0, 37, 73, 0));
}
.cid-tsOzCWHECG .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tsOzCWHECG .mbr-section-title {
  color: #ffffff;
}
.cid-tsOzCWHECG .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tsOzCWHECG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOzCWHECG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsNQS3qILu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fff0b0;
}
.cid-tsNQS3qILu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsNQS3qILu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsNQS3qILu .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tsNQS3qILu .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tsNQS3qILu .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tsO4cUAavn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002549;
  overflow: hidden;
  position: relative;
}
.cid-tsO4cUAavn .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #004383 30%, rgba(0, 37, 73, 0));
}
.cid-tsO4cUAavn .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tsO4cUAavn .mbr-section-title {
  color: #ffffff;
}
.cid-tsO4cUAavn .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tsO4cUAavn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsO4cUAavn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsO7wHHxXE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/11-4-sears-1960s027.jpeg");
}
@media (max-width: 991px) {
  .cid-tsO7wHHxXE .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tsO7wHHxXE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsO7wHHxXE .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tsO7wHHxXE .mbr-section-title {
  color: #4232e2;
}
.cid-tsO7wHHxXE .mbr-text {
  color: #6c7577;
}
.cid-tsO7wHHxXE .mbr-description {
  color: #6c7577;
}
.cid-tsO7wHHxXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsO7wHHxXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsO9VJqycC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-tsO9VJqycC .row {
  position: relative;
}
.cid-tsO9VJqycC .row .blur-circle {
  position: absolute;
  top: 0;
  left: 10%;
  width: 30%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #fff0b0 50%, #fff0b0);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
  left: auto;
  right: 10%;
}
@media (max-width: 768px) {
  .cid-tsO9VJqycC .row .blur-circle {
    display: none;
  }
}
.cid-tsO9VJqycC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsO9VJqycC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsO9VJqycC .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tsO9VJqycC .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tsO9VJqycC .row {
    padding: 0 24px;
  }
}
.cid-tsO9VJqycC .title {
  display: flex;
  align-items: center;
}
.cid-tsO9VJqycC .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tsO9VJqycC .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tsO9VJqycC .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  text-align: left;
  color: #4479d9;
}
.cid-tsO9VJqycC .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tsO9VJqycC .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffffff;
  z-index: -1;
}
.cid-tsO9VJqycC .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tsO9VJqycC .image-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tsO9VJqycC .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tsO9VJqycC .image-wrapper img {
  max-height: 438px;
  width: 40%;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 438px) {
  .cid-tsO9VJqycC .image-wrapper img {
    width: 90%;
  }
}
.cid-tsO9VJqycC .mbr-section-title {
  color: #111111;
}
.cid-tsO9VJqycC .mbr-text {
  color: #111111;
}
.cid-tsOnte2rjJ {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/12-1-efi-international-bldg1998.jpeg");
}
.cid-tsOnte2rjJ .mbr-section-subtitle {
  color: #ff6666;
}
.cid-tsOnte2rjJ .mbr-section-title {
  text-align: left;
  color: #4479d9;
}
.cid-tsOnte2rjJ .mbr-text {
  color: #000000;
}
.cid-tsOnte2rjJ .mbr-section-btn {
  margin-top: 40px;
}
.cid-tsOnte2rjJ .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-tsOnte2rjJ .mbr-list {
  color: #346b2f;
}
.cid-tsOnte2rjJ .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-tsOnte2rjJ .mbr-list .list {
    text-align: left;
  }
}
.cid-tsOnte2rjJ .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-tsOnte2rjJ .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-tsOnte2rjJ .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-tsOnte2rjJ * {
    text-align: left;
  }
}
.cid-tsOuZPwbG3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff0b0;
}
.cid-tsOuZPwbG3 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tsOuZPwbG3 .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tsOuZPwbG3 .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-tsOuZPwbG3 .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-tJsB2dfJ2T {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002549;
  overflow: hidden;
  position: relative;
}
.cid-tJsB2dfJ2T .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #004383 30%, rgba(0, 37, 73, 0));
}
.cid-tJsB2dfJ2T .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tJsB2dfJ2T .mbr-section-title {
  color: #ffffff;
}
.cid-tJsB2dfJ2T .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tJsB2dfJ2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJsB2dfJ2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJsCz4ECy8 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-tJsCz4ECy8 img,
.cid-tJsCz4ECy8 .item-img {
  width: 100%;
}
.cid-tJsCz4ECy8 .item:focus,
.cid-tJsCz4ECy8 span:focus {
  outline: none;
}
.cid-tJsCz4ECy8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tJsCz4ECy8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tJsCz4ECy8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJsCz4ECy8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tJsCz4ECy8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJsCz4ECy8 .mbr-section-title {
  color: #000000;
}
.cid-tJsCz4ECy8 .mbr-text,
.cid-tJsCz4ECy8 .mbr-section-btn {
  text-align: left;
}
.cid-tJsCz4ECy8 .item-title {
  text-align: left;
}
.cid-tJsCz4ECy8 .item-subtitle {
  text-align: left;
}
.cid-tsOzqGCsDv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002549;
  overflow: hidden;
  position: relative;
}
.cid-tsOzqGCsDv .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #004383 30%, rgba(0, 37, 73, 0));
}
.cid-tsOzqGCsDv .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tsOzqGCsDv .mbr-section-title {
  color: #ffffff;
}
.cid-tsOzqGCsDv .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tsOzqGCsDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOzqGCsDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOBeVZIdY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-tsOBeVZIdY .row {
  position: relative;
}
.cid-tsOBeVZIdY .row .blur-circle {
  position: absolute;
  top: 0;
  left: 10%;
  width: 30%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #fff0b0 50%, #fff0b0);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
  left: auto;
  right: 10%;
}
@media (max-width: 768px) {
  .cid-tsOBeVZIdY .row .blur-circle {
    display: none;
  }
}
.cid-tsOBeVZIdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOBeVZIdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOBeVZIdY .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tsOBeVZIdY .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tsOBeVZIdY .row {
    padding: 0 24px;
  }
}
.cid-tsOBeVZIdY .title {
  display: flex;
  align-items: center;
}
.cid-tsOBeVZIdY .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tsOBeVZIdY .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tsOBeVZIdY .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  text-align: left;
  color: #4479d9;
}
.cid-tsOBeVZIdY .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tsOBeVZIdY .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffffff;
  z-index: -1;
}
.cid-tsOBeVZIdY .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tsOBeVZIdY .image-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tsOBeVZIdY .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tsOBeVZIdY .image-wrapper img {
  max-height: 438px;
  width: 40%;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 438px) {
  .cid-tsOBeVZIdY .image-wrapper img {
    width: 90%;
  }
}
.cid-tsOBeVZIdY .mbr-section-title {
  color: #4479d9;
}
.cid-tsOBeVZIdY .mbr-text {
  color: #111111;
}
.cid-tsOHDXCER1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #346b2f;
}
.cid-tsOHDXCER1 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-tsOHDXCER1 img {
  width: 40%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tsOHDXCER1 img {
    transform: scale(1) translateX(0);
  }
}
.cid-tsOHDXCER1 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tsOHDXCER1 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tsOHDXCER1 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tsOHDXCER1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsOHDXCER1 .col-12 {
  position: relative;
}
.cid-tsOHDXCER1 .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tsOHDXCER1 .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-tsOHDXCER1 .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-tsOHDXCER1 .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-tsOHDXCER1 .mbr-section-title {
  color: #ffcf00;
}
.cid-tsOHDXCER1 .mbr-text,
.cid-tsOHDXCER1 .mbr-section-btn {
  color: #232323;
}
.cid-tsOHDXCER1 .mbr-section-subtitle {
  color: #000000;
}
.cid-tEsIxHHnsI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/8-2-hugh.jpeg");
}
@media (max-width: 991px) {
  .cid-tEsIxHHnsI .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tEsIxHHnsI img {
  width: 120%;
}
@media (min-width: 992px) {
  .cid-tEsIxHHnsI .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tEsIxHHnsI .mbr-section-title {
  color: #ffffff;
}
.cid-tEsIxHHnsI .mbr-text {
  color: #6c7577;
}
.cid-tEsIxHHnsI .mbr-description {
  color: #6c7577;
}
.cid-tEsIxHHnsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEsIxHHnsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOOrPkxXi {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #346b2f;
}
.cid-tsOOrPkxXi .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-tsOOrPkxXi .mbr-section-title {
  color: #ffffff;
}
.cid-tsOOrPkxXi .mbr-section-subtitle {
  color: #002549;
}
.cid-tsOOrPkxXi .mbr-media {
  position: relative;
}
.cid-tsOOrPkxXi .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tsOOrPkxXi .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tsOOrPkxXi .icon-wrap a:hover {
  background-image: none !important;
}
.cid-tsOOrPkxXi .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tsOOrPkxXi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tsOOrPkxXi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tsOOrPkxXi .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tsOOrPkxXi .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;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tsOOrPkxXi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tsOOrPkxXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOOrPkxXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOOKVlCXk {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #ffe161;
}
.cid-tsOOKVlCXk .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-tsOOKVlCXk .mbr-section-title {
  color: #002549;
}
.cid-tsOOKVlCXk .mbr-section-subtitle {
  color: #002549;
}
.cid-tsOOKVlCXk .mbr-media {
  position: relative;
}
.cid-tsOOKVlCXk .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tsOOKVlCXk .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tsOOKVlCXk .icon-wrap a:hover {
  background-image: none !important;
}
.cid-tsOOKVlCXk .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tsOOKVlCXk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tsOOKVlCXk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tsOOKVlCXk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tsOOKVlCXk .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;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tsOOKVlCXk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tsOOKVlCXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOOKVlCXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOPkWvtSq {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #346b2f;
}
.cid-tsOPkWvtSq .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-tsOPkWvtSq .mbr-section-title {
  color: #ffffff;
}
.cid-tsOPkWvtSq .mbr-section-subtitle {
  color: #002549;
}
.cid-tsOPkWvtSq .mbr-media {
  position: relative;
}
.cid-tsOPkWvtSq .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tsOPkWvtSq .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tsOPkWvtSq .icon-wrap a:hover {
  background-image: none !important;
}
.cid-tsOPkWvtSq .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tsOPkWvtSq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tsOPkWvtSq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tsOPkWvtSq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tsOPkWvtSq .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;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tsOPkWvtSq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tsOPkWvtSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOPkWvtSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOR5FAfpn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tsOR5FAfpn .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tsOR5FAfpn .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tsOR5FAfpn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tsOR5FAfpn .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tsOR5FAfpn .mbr-section-title {
  color: #346b2f;
}
.cid-tsOR5FAfpn .mbr-text {
  color: #000000;
}
.cid-tsOR5FAfpn .mbr-description {
  color: #6c7577;
}
.cid-tsOR5FAfpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOR5FAfpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOVul7grT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tsOVul7grT .row {
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .cid-tsOVul7grT .main-row {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .cid-tsOVul7grT .text-col {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .cid-tsOVul7grT .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
@media (max-width: 1199px) {
  .cid-tsOVul7grT .mbr-section-head {
    padding-top: 75px;
    margin-top: 75px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 767px) {
  .cid-tsOVul7grT .mbr-section-head {
    padding-top: 52px;
    margin-top: 52px;
  }
}
.cid-tsOVul7grT .mbr-section-title {
  color: #45494E;
}
.cid-tsOVul7grT .mbr-section-subtitle {
  color: #45494E;
}
.cid-tsOVul7grT .item-col {
  order: 1;
}
.cid-tsOVul7grT .item {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-tsOVul7grT .item {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .cid-tsOVul7grT .item {
    margin-bottom: 52px;
  }
}
.cid-tsOVul7grT .item-content {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-top: 24px;
  width: 100%;
  flex-grow: 1;
}
.cid-tsOVul7grT .item-title {
  color: #45494E;
  margin-bottom: 50px !important;
}
@media (max-width: 767px) {
  .cid-tsOVul7grT .item-title {
    margin-bottom: 34px !important;
  }
}
.cid-tsOVul7grT .item-subtitle {
  color: #45494E;
  margin-bottom: 24px;
}
.cid-tsOVul7grT .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-tsOVul7grT .mbr-text {
  color: #A2A4A7;
  margin-top: auto;
}
.cid-tsOVul7grT .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 150%;
}
.cid-tsOVul7grT .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.cid-tsOVul7grT .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tsOVul7grT .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-tsOVul7grT .item-wrapper:hover .img-wrap {
  transform: scale(1.1);
}
.cid-tsOZ57QrWW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002549;
  overflow: hidden;
  position: relative;
}
.cid-tsOZ57QrWW .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #004383 30%, rgba(0, 37, 73, 0));
}
.cid-tsOZ57QrWW .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tsOZ57QrWW .mbr-section-title {
  color: #ffffff;
}
.cid-tsOZ57QrWW .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tsOZ57QrWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOZ57QrWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOZUwfXeb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-tsOZUwfXeb .row {
  position: relative;
}
.cid-tsOZUwfXeb .row .blur-circle {
  position: absolute;
  top: 0;
  left: 10%;
  width: 30%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #fff0b0 50%, #fff0b0);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
  z-index: 1;
  left: auto;
  right: 10%;
}
@media (max-width: 768px) {
  .cid-tsOZUwfXeb .row .blur-circle {
    display: none;
  }
}
.cid-tsOZUwfXeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsOZUwfXeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsOZUwfXeb .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-tsOZUwfXeb .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-tsOZUwfXeb .row {
    padding: 0 24px;
  }
}
.cid-tsOZUwfXeb .title {
  display: flex;
  align-items: center;
}
.cid-tsOZUwfXeb .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tsOZUwfXeb .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tsOZUwfXeb .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  text-align: left;
  color: #4479d9;
}
.cid-tsOZUwfXeb .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tsOZUwfXeb .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffffff;
  z-index: -1;
}
.cid-tsOZUwfXeb .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tsOZUwfXeb .image-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tsOZUwfXeb .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tsOZUwfXeb .image-wrapper img {
  max-height: 438px;
  width: 40%;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 438px) {
  .cid-tsOZUwfXeb .image-wrapper img {
    width: 90%;
  }
}
.cid-tsOZUwfXeb .mbr-section-title {
  color: #4479d9;
}
.cid-tsOZUwfXeb .mbr-text {
  color: #111111;
}
.cid-ttudR0zk9h {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff0b0;
}
.cid-ttudR0zk9h .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ttudR0zk9h .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-ttudR0zk9h .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-ttudR0zk9h .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-tC1s5Puz5Z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002549;
  overflow: hidden;
  position: relative;
}
.cid-tC1s5Puz5Z .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #004383 30%, rgba(0, 37, 73, 0));
}
.cid-tC1s5Puz5Z .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tC1s5Puz5Z .mbr-section-title {
  color: #ffffff;
}
.cid-tC1s5Puz5Z .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tC1s5Puz5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC1s5Puz5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC1sfP6sTz {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fff0b0;
}
.cid-tC1sfP6sTz .images-container.container-fluid {
  padding: 0;
}
.cid-tC1sfP6sTz .media-container-row {
  margin: 0 auto;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tC1sfP6sTz .media-container-row .img-item {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-tC1sfP6sTz .media-container-row .img-item img {
  width: 100%;
}
.cid-tC1sfP6sTz .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.cid-tC1sfP6sTz .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tC1sfP6sTz .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
.cid-tC1sfP6sTz .media-container-row .img-item.item1 .img-caption {
  right: 2rem;
}
@media (max-width: 992px) {
  .cid-tC1sfP6sTz .img-item {
    width: 100% !important;
  }
  .cid-tC1sfP6sTz .img-item.item1 {
    width: 100%;
    -webkit-flex-basis: initial !important;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tC1sfP6sTz .media-container-row .img-item {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.cid-tttObZ9kd5 {
  z-index: 1000;
  width: 100%;
}
.cid-tttObZ9kd5 nav.navbar {
  position: fixed;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tttObZ9kd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tttObZ9kd5 .dropdown-item:hover,
.cid-tttObZ9kd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tttObZ9kd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tttObZ9kd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tttObZ9kd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tttObZ9kd5 .nav-link {
  position: relative;
}
.cid-tttObZ9kd5 .container {
  display: flex;
  margin: auto;
}
.cid-tttObZ9kd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown-menu,
.cid-tttObZ9kd5 .navbar.opened {
  background: #fbffff !important;
}
.cid-tttObZ9kd5 .nav-item:focus,
.cid-tttObZ9kd5 .nav-link:focus {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tttObZ9kd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tttObZ9kd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tttObZ9kd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tttObZ9kd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tttObZ9kd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tttObZ9kd5 .navbar.collapsed {
  justify-content: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tttObZ9kd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tttObZ9kd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tttObZ9kd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tttObZ9kd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tttObZ9kd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tttObZ9kd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tttObZ9kd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tttObZ9kd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tttObZ9kd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tttObZ9kd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown-item.active,
.cid-tttObZ9kd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tttObZ9kd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tttObZ9kd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tttObZ9kd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tttObZ9kd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tttObZ9kd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tttObZ9kd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar {
    height: 70px;
  }
  .cid-tttObZ9kd5 .navbar.opened {
    height: auto;
  }
  .cid-tttObZ9kd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tC1tI8hN9z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tC1tI8hN9z .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tCLcsrELYS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/boyscoutsarenashow.jpg");
}
.cid-tCLcsrELYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCLcsrELYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCLcsrELYS .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tCLcsrELYS .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tCLcsrELYS .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tCLefXrCaF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tCLefXrCaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCLefXrCaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCLefXrCaF .mbr-section-title {
  color: #4479d9;
}
.cid-tCLfNOz7zd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tCLfNOz7zd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCLfNOz7zd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCLfNOz7zd .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tD8w9zgUCh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #346b2f;
}
.cid-tD8w9zgUCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD8w9zgUCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD8w9zgUCh .mbr-section-title {
  color: #ffcf00;
}
.cid-tD8tbhrsU6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3-2.jpg");
}
.cid-tD8tbhrsU6 .mbr-overlay {
  background: #f8f6f2;
  opacity: 0.1;
}
.cid-tD8tbhrsU6 .row {
  justify-content: flex-start;
}
.cid-tD8tbhrsU6 .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tD8tbhrsU6 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tD8tbhrsU6 .mbr-section-title {
  color: #45494E;
}
.cid-tD8tbhrsU6 .mbr-section-subtitle {
  color: #45494E;
}
.cid-tD8tbhrsU6 .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tD8tbhrsU6 .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tD8tbhrsU6 .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tD8tbhrsU6 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tD8tbhrsU6 .item-content {
    padding-bottom: 10%;
  }
}
.cid-tD8tbhrsU6 .item-title {
  color: #45494E;
}
.cid-tD8tbhrsU6 .mbr-text {
  color: #ffcf00;
  padding-top: 34px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tD8tbhrsU6 .mbr-text {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.cid-tD8tbhrsU6 .mbr-section-btn {
  margin-top: auto;
}
.cid-tD8tbhrsU6 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .cid-tD8tbhrsU6 .item-img {
    margin-bottom: 24px;
  }
}
.cid-tD8tbhrsU6 .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-tD8tbhrsU6 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tD8tbhrsU6 .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tJdxKXe4z3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/provocitymainstreet.jpg");
}
@media (max-width: 991px) {
  .cid-tJdxKXe4z3 .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-tJdxKXe4z3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJdxKXe4z3 .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tJdxKXe4z3 .mbr-section-title {
  color: #000000;
}
.cid-tJdxKXe4z3 .mbr-text {
  color: #6c7577;
}
.cid-tJdxKXe4z3 .mbr-description {
  color: #6c7577;
}
.cid-tJdxKXe4z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJdxKXe4z3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ7YkuLLTk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002549;
  overflow: hidden;
  position: relative;
}
.cid-tJ7YkuLLTk .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #004383 30%, rgba(0, 37, 73, 0));
}
.cid-tJ7YkuLLTk .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tJ7YkuLLTk .mbr-section-title {
  color: #ffffff;
}
.cid-tJ7YkuLLTk .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tJ7YkuLLTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ7YkuLLTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ7ZsmPHby {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/provocityandcountybuilding.jpg");
}
.cid-tJ7ZsmPHby .mbr-section-subtitle {
  color: #ff6666;
}
.cid-tJ7ZsmPHby .mbr-section-title {
  text-align: left;
  color: #4479d9;
}
.cid-tJ7ZsmPHby .mbr-text {
  color: #000000;
}
.cid-tJ7ZsmPHby .mbr-section-btn {
  margin-top: 40px;
}
.cid-tJ7ZsmPHby .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-tJ7ZsmPHby .mbr-list {
  color: #346b2f;
}
.cid-tJ7ZsmPHby .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-tJ7ZsmPHby .mbr-list .list {
    text-align: left;
  }
}
.cid-tJ7ZsmPHby .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-tJ7ZsmPHby .mbr-list .list li:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  .cid-tJ7ZsmPHby * {
    text-align: left;
  }
}
.cid-tJ85pCeHpY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tJ85pCeHpY .row {
  justify-content: flex-start;
}
.cid-tJ85pCeHpY .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tJ85pCeHpY .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tJ85pCeHpY .mbr-section-title {
  color: #45494E;
}
.cid-tJ85pCeHpY .mbr-section-subtitle {
  color: #45494E;
}
.cid-tJ85pCeHpY .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tJ85pCeHpY .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tJ85pCeHpY .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tJ85pCeHpY .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tJ85pCeHpY .item-content {
    padding-bottom: 10%;
  }
}
.cid-tJ85pCeHpY .item-title {
  color: #45494E;
}
.cid-tJ85pCeHpY .mbr-text {
  color: #45494E;
  padding-top: 34px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tJ85pCeHpY .mbr-text {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.cid-tJ85pCeHpY .mbr-section-btn {
  margin-top: auto;
}
.cid-tJ85pCeHpY .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 75%;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .cid-tJ85pCeHpY .item-img {
    margin-bottom: 24px;
  }
}
.cid-tJ85pCeHpY .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-tJ85pCeHpY .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tJ85pCeHpY .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-tJ8d3XFo2Z {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #346b2f;
}
.cid-tJ8d3XFo2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8d3XFo2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ8d3XFo2Z .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tJ8d3XFo2Z .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tJ8d3XFo2Z .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tJ88M86MeM {
  background-image: url("../../../assets/images/pioneervillage.jpeg");
}
.cid-tJ88M86MeM .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-tJ88M86MeM .text-content .btn-bgr {
  z-index: 0;
}
.cid-tJ88M86MeM .mbr-overlay {
  background: linear-gradient(90deg, #ffb5b5, #ffb5b5);
}
.cid-tJ88M86MeM h3 {
  color: #000000;
  font-weight: 300;
}
.cid-tJ88M86MeM p {
  color: #464646;
}
.cid-tJ88M86MeM h2 {
  color: #000000;
}
.cid-tJ88M86MeM .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-tJ88M86MeM .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tJ88M86MeM .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #fff0b0;
}
@media (max-width: 991px) {
  .cid-tJ88M86MeM .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-tJ88M86MeM .text-content {
    width: 100%;
  }
}
.cid-tJ88M86MeM .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-tJ88M86MeM .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-tJ88M86MeM .mbr-text {
    text-align: center;
  }
}
.cid-tJ88M86MeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ88M86MeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ8esM1JKd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #346b2f;
}
.cid-tJ8esM1JKd .line {
  background-color: #346b2f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tbFh38BOTp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tbFh38BOTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbFh38BOTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tttSTmRpRQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #346b2f;
}
.cid-tttSTmRpRQ .line {
  background-color: #346b2f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tttObZ9kd5 {
  z-index: 1000;
  width: 100%;
}
.cid-tttObZ9kd5 nav.navbar {
  position: fixed;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tttObZ9kd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tttObZ9kd5 .dropdown-item:hover,
.cid-tttObZ9kd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tttObZ9kd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tttObZ9kd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tttObZ9kd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tttObZ9kd5 .nav-link {
  position: relative;
}
.cid-tttObZ9kd5 .container {
  display: flex;
  margin: auto;
}
.cid-tttObZ9kd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown-menu,
.cid-tttObZ9kd5 .navbar.opened {
  background: #fbffff !important;
}
.cid-tttObZ9kd5 .nav-item:focus,
.cid-tttObZ9kd5 .nav-link:focus {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tttObZ9kd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tttObZ9kd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tttObZ9kd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tttObZ9kd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tttObZ9kd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tttObZ9kd5 .navbar.collapsed {
  justify-content: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tttObZ9kd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tttObZ9kd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tttObZ9kd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tttObZ9kd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tttObZ9kd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tttObZ9kd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tttObZ9kd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tttObZ9kd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tttObZ9kd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tttObZ9kd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown-item.active,
.cid-tttObZ9kd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tttObZ9kd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tttObZ9kd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tttObZ9kd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tttObZ9kd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tttObZ9kd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tttObZ9kd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar {
    height: 70px;
  }
  .cid-tttObZ9kd5 .navbar.opened {
    height: auto;
  }
  .cid-tttObZ9kd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttult2HVqx {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #346b2f;
}
.cid-ttult2HVqx .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-ttult2HVqx img {
  width: 45%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ttult2HVqx img {
    transform: scale(1) translateX(0);
  }
}
.cid-ttult2HVqx .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ttult2HVqx .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ttult2HVqx .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ttult2HVqx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ttult2HVqx .col-12 {
  position: relative;
}
.cid-ttult2HVqx .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-ttult2HVqx .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-ttult2HVqx .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-ttult2HVqx .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-ttult2HVqx .mbr-section-title {
  color: #ffffff;
}
.cid-ttult2HVqx .mbr-text,
.cid-ttult2HVqx .mbr-section-btn {
  color: #ffcf00;
}
.cid-ttult2HVqx .mbr-section-subtitle {
  color: #000000;
}
.cid-tJ7OjQrgse {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002549;
  overflow: hidden;
  position: relative;
}
.cid-tJ7OjQrgse .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #004383 30%, rgba(0, 37, 73, 0));
}
.cid-tJ7OjQrgse .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tJ7OjQrgse .mbr-section-title {
  color: #ffffff;
}
.cid-tJ7OjQrgse .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tJ7OjQrgse .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ7OjQrgse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ7Om30mfv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-31.jpg");
}
.cid-tJ7Om30mfv .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tJ7Om30mfv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ7Om30mfv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tJ7Om30mfv .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tJ7Om30mfv .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ7Om30mfv .mbr-text,
.cid-tJ7Om30mfv .mbr-section-btn {
  color: #353535;
}
.cid-tJ7Tb9rNlD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-31.jpg");
}
@media (max-width: 991px) {
  .cid-tJ7Tb9rNlD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ7Tb9rNlD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tJ7Tb9rNlD .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tJ7Tb9rNlD .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ7Tb9rNlD .mbr-text,
.cid-tJ7Tb9rNlD .mbr-section-btn {
  color: #353535;
}
.cid-tJ7UeyrUIy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-31.jpg");
}
.cid-tJ7UeyrUIy .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tJ7UeyrUIy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ7UeyrUIy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tJ7UeyrUIy .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tJ7UeyrUIy .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ7UeyrUIy .mbr-text,
.cid-tJ7UeyrUIy .mbr-section-btn {
  color: #353535;
}
.cid-tbFh9UFe6T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tbFh9UFe6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbFh9UFe6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tttT1rCWlS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #346b2f;
}
.cid-tttT1rCWlS .line {
  background-color: #346b2f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tttObZ9kd5 {
  z-index: 1000;
  width: 100%;
}
.cid-tttObZ9kd5 nav.navbar {
  position: fixed;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tttObZ9kd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tttObZ9kd5 .dropdown-item:hover,
.cid-tttObZ9kd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tttObZ9kd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tttObZ9kd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tttObZ9kd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tttObZ9kd5 .nav-link {
  position: relative;
}
.cid-tttObZ9kd5 .container {
  display: flex;
  margin: auto;
}
.cid-tttObZ9kd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown-menu,
.cid-tttObZ9kd5 .navbar.opened {
  background: #fbffff !important;
}
.cid-tttObZ9kd5 .nav-item:focus,
.cid-tttObZ9kd5 .nav-link:focus {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tttObZ9kd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tttObZ9kd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tttObZ9kd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tttObZ9kd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tttObZ9kd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tttObZ9kd5 .navbar.collapsed {
  justify-content: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tttObZ9kd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tttObZ9kd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tttObZ9kd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tttObZ9kd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tttObZ9kd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tttObZ9kd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tttObZ9kd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tttObZ9kd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tttObZ9kd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tttObZ9kd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown-item.active,
.cid-tttObZ9kd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tttObZ9kd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tttObZ9kd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tttObZ9kd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tttObZ9kd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tttObZ9kd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tttObZ9kd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar {
    height: 70px;
  }
  .cid-tttObZ9kd5 .navbar.opened {
    height: auto;
  }
  .cid-tttObZ9kd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttumdpYQrC {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #346b2f;
}
.cid-ttumdpYQrC .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-ttumdpYQrC img {
  width: 45%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ttumdpYQrC img {
    transform: scale(1) translateX(0);
  }
}
.cid-ttumdpYQrC .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ttumdpYQrC .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ttumdpYQrC .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ttumdpYQrC .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ttumdpYQrC .col-12 {
  position: relative;
}
.cid-ttumdpYQrC .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-ttumdpYQrC .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-ttumdpYQrC .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-ttumdpYQrC .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-ttumdpYQrC .mbr-section-title {
  color: #ffffff;
}
.cid-ttumdpYQrC .mbr-text,
.cid-ttumdpYQrC .mbr-section-btn {
  color: #ffcf00;
}
.cid-ttumdpYQrC .mbr-section-subtitle {
  color: #000000;
}
.cid-ttunpoL0eY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-30.jpg");
}
.cid-ttunpoL0eY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttunpoL0eY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ttunpoL0eY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttunpoL0eY .row {
  flex-direction: row-reverse;
}
.cid-ttunpoL0eY img {
  width: 100%;
}
.cid-ttuobR8Iwh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ttuobR8Iwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttuobR8Iwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttuobRvlt8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #346b2f;
}
.cid-ttuobRvlt8 .line {
  background-color: #346b2f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ttuobRIRsb {
  z-index: 1000;
  width: 100%;
}
.cid-ttuobRIRsb nav.navbar {
  position: fixed;
}
.cid-ttuobRIRsb .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-ttuobRIRsb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttuobRIRsb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttuobRIRsb .dropdown-item:hover,
.cid-ttuobRIRsb .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ttuobRIRsb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttuobRIRsb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttuobRIRsb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttuobRIRsb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttuobRIRsb .nav-link {
  position: relative;
}
.cid-ttuobRIRsb .container {
  display: flex;
  margin: auto;
}
.cid-ttuobRIRsb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttuobRIRsb .dropdown-menu,
.cid-ttuobRIRsb .navbar.opened {
  background: #fbffff !important;
}
.cid-ttuobRIRsb .nav-item:focus,
.cid-ttuobRIRsb .nav-link:focus {
  outline: none;
}
.cid-ttuobRIRsb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttuobRIRsb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttuobRIRsb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttuobRIRsb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttuobRIRsb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttuobRIRsb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttuobRIRsb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-ttuobRIRsb .navbar.opened {
  transition: all 0.3s;
}
.cid-ttuobRIRsb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttuobRIRsb .navbar .navbar-logo img {
  width: auto;
}
.cid-ttuobRIRsb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttuobRIRsb .navbar.collapsed {
  justify-content: center;
}
.cid-ttuobRIRsb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttuobRIRsb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttuobRIRsb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-ttuobRIRsb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttuobRIRsb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttuobRIRsb .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-ttuobRIRsb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttuobRIRsb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttuobRIRsb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttuobRIRsb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttuobRIRsb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttuobRIRsb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttuobRIRsb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttuobRIRsb .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-ttuobRIRsb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttuobRIRsb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttuobRIRsb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttuobRIRsb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttuobRIRsb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttuobRIRsb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttuobRIRsb .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttuobRIRsb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttuobRIRsb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttuobRIRsb .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-ttuobRIRsb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttuobRIRsb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttuobRIRsb .dropdown-item.active,
.cid-ttuobRIRsb .dropdown-item:active {
  background-color: transparent;
}
.cid-ttuobRIRsb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttuobRIRsb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttuobRIRsb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttuobRIRsb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-ttuobRIRsb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttuobRIRsb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttuobRIRsb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttuobRIRsb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttuobRIRsb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttuobRIRsb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttuobRIRsb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttuobRIRsb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttuobRIRsb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttuobRIRsb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttuobRIRsb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttuobRIRsb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttuobRIRsb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttuobRIRsb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttuobRIRsb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttuobRIRsb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttuobRIRsb .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-ttuobRIRsb .navbar {
    height: 70px;
  }
  .cid-ttuobRIRsb .navbar.opened {
    height: auto;
  }
  .cid-ttuobRIRsb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttuobS7Glx {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #346b2f;
}
.cid-ttuobS7Glx .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-ttuobS7Glx img {
  width: 45%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ttuobS7Glx img {
    transform: scale(1) translateX(0);
  }
}
.cid-ttuobS7Glx .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ttuobS7Glx .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ttuobS7Glx .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ttuobS7Glx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ttuobS7Glx .col-12 {
  position: relative;
}
.cid-ttuobS7Glx .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-ttuobS7Glx .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-ttuobS7Glx .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-ttuobS7Glx .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-ttuobS7Glx .mbr-section-title {
  color: #ffffff;
}
.cid-ttuobS7Glx .mbr-text,
.cid-ttuobS7Glx .mbr-section-btn {
  color: #ffcf00;
}
.cid-ttuobS7Glx .mbr-section-subtitle {
  color: #000000;
}
.cid-tJ6htqybXs {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #346b2f;
}
.cid-tJ6htqybXs .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJ6htqybXs .mbr-text {
  color: #ffe161;
}
.cid-ttuGoyGbJP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/encyclopediabritannica-crop.jpg");
}
@media (max-width: 991px) {
  .cid-ttuGoyGbJP .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-ttuGoyGbJP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ttuGoyGbJP .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ttuGoyGbJP .mbr-section-title {
  color: #4232e2;
}
.cid-ttuGoyGbJP .mbr-text {
  color: #232323;
}
.cid-ttuGoyGbJP .mbr-description {
  color: #6c7577;
}
.cid-ttuGoyGbJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttuGoyGbJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ6gTFY150 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #346b2f;
}
.cid-tJ6gTFY150 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ6gTFY150 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ6gTFY150 .mbr-section-title {
  color: #ffe161;
}
.cid-tJdIIZnnDP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002549;
  overflow: hidden;
  position: relative;
}
.cid-tJdIIZnnDP .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #004383 30%, rgba(0, 37, 73, 0));
}
.cid-tJdIIZnnDP .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tJdIIZnnDP .mbr-section-title {
  color: #ffffff;
}
.cid-tJdIIZnnDP .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tJdIIZnnDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJdIIZnnDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJdJyAy5Bt {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #346b2f;
}
.cid-tJdJyAy5Bt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJdJyAy5Bt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tJdJyAy5Bt .row {
    flex-direction: column-reverse;
  }
  .cid-tJdJyAy5Bt .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tJdJyAy5Bt .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tJdJyAy5Bt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJdJyAy5Bt .media-content,
.cid-tJdJyAy5Bt .mbr-figure {
  align-self: center;
}
.cid-tJdJyAy5Bt .mbr-figure iframe {
  width: 100%;
}
.cid-tJdJyAy5Bt .mbr-text,
.cid-tJdJyAy5Bt .mbr-section-btn {
  color: #ffcf00;
}
.cid-tJdJyAy5Bt .mbr-section-title {
  color: #ffffff;
}
.cid-ttu2xnvb5r {
  z-index: 1000;
  width: 100%;
}
.cid-ttu2xnvb5r nav.navbar {
  position: fixed;
}
.cid-ttu2xnvb5r .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-ttu2xnvb5r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ttu2xnvb5r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttu2xnvb5r .dropdown-item:hover,
.cid-ttu2xnvb5r .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-ttu2xnvb5r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttu2xnvb5r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttu2xnvb5r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttu2xnvb5r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttu2xnvb5r .nav-link {
  position: relative;
}
.cid-ttu2xnvb5r .container {
  display: flex;
  margin: auto;
}
.cid-ttu2xnvb5r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttu2xnvb5r .dropdown-menu,
.cid-ttu2xnvb5r .navbar.opened {
  background: #fbffff !important;
}
.cid-ttu2xnvb5r .nav-item:focus,
.cid-ttu2xnvb5r .nav-link:focus {
  outline: none;
}
.cid-ttu2xnvb5r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttu2xnvb5r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttu2xnvb5r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttu2xnvb5r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttu2xnvb5r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttu2xnvb5r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttu2xnvb5r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-ttu2xnvb5r .navbar.opened {
  transition: all 0.3s;
}
.cid-ttu2xnvb5r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttu2xnvb5r .navbar .navbar-logo img {
  width: auto;
}
.cid-ttu2xnvb5r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttu2xnvb5r .navbar.collapsed {
  justify-content: center;
}
.cid-ttu2xnvb5r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttu2xnvb5r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttu2xnvb5r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-ttu2xnvb5r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttu2xnvb5r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttu2xnvb5r .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-ttu2xnvb5r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttu2xnvb5r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttu2xnvb5r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttu2xnvb5r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttu2xnvb5r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttu2xnvb5r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttu2xnvb5r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttu2xnvb5r .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-ttu2xnvb5r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttu2xnvb5r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttu2xnvb5r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttu2xnvb5r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttu2xnvb5r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttu2xnvb5r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttu2xnvb5r .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttu2xnvb5r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttu2xnvb5r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttu2xnvb5r .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-ttu2xnvb5r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttu2xnvb5r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttu2xnvb5r .dropdown-item.active,
.cid-ttu2xnvb5r .dropdown-item:active {
  background-color: transparent;
}
.cid-ttu2xnvb5r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttu2xnvb5r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttu2xnvb5r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttu2xnvb5r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-ttu2xnvb5r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttu2xnvb5r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttu2xnvb5r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttu2xnvb5r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttu2xnvb5r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttu2xnvb5r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttu2xnvb5r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttu2xnvb5r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttu2xnvb5r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttu2xnvb5r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttu2xnvb5r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttu2xnvb5r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttu2xnvb5r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttu2xnvb5r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttu2xnvb5r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttu2xnvb5r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttu2xnvb5r .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-ttu2xnvb5r .navbar {
    height: 70px;
  }
  .cid-ttu2xnvb5r .navbar.opened {
    height: auto;
  }
  .cid-ttu2xnvb5r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttu2B1NNlK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #346b2f;
}
.cid-ttu2B1NNlK .line {
  background-color: #346b2f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ttu1ZZMw7K {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #346b2f;
}
.cid-ttu1ZZMw7K .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-ttu1ZZMw7K img {
  width: 45%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ttu1ZZMw7K img {
    transform: scale(1) translateX(0);
  }
}
.cid-ttu1ZZMw7K .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ttu1ZZMw7K .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ttu1ZZMw7K .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-ttu1ZZMw7K .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ttu1ZZMw7K .col-12 {
  position: relative;
}
.cid-ttu1ZZMw7K .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-ttu1ZZMw7K .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-ttu1ZZMw7K .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-ttu1ZZMw7K .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-ttu1ZZMw7K .mbr-section-title {
  color: #ffffff;
}
.cid-ttu1ZZMw7K .mbr-text,
.cid-ttu1ZZMw7K .mbr-section-btn {
  color: #ffcf00;
}
.cid-ttu1ZZMw7K .mbr-section-subtitle {
  color: #000000;
}
.cid-ttu5ocWHZU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttu5ocWHZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttu5ocWHZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttu5TkuuzE {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-6.png");
}
.cid-ttu5TkuuzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttu5TkuuzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttu5TkuuzE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ttu5TkuuzE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ttu5TkuuzE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ttu5TkuuzE .list P {
  text-align: left;
}
.cid-ttu7ZF9QMj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ttu7ZF9QMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttu7ZF9QMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttu95iREU5 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-29.jpg");
}
.cid-ttu95iREU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttu95iREU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttu95iREU5 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ttu95iREU5 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ttu95iREU5 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tJ6iziyH53 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tJ6iziyH53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ6iziyH53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ6iziM48X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #346b2f;
}
.cid-tJ6iziM48X .line {
  background-color: #346b2f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tJ6iziUayL {
  z-index: 1000;
  width: 100%;
}
.cid-tJ6iziUayL nav.navbar {
  position: fixed;
}
.cid-tJ6iziUayL .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-tJ6iziUayL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJ6iziUayL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJ6iziUayL .dropdown-item:hover,
.cid-tJ6iziUayL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tJ6iziUayL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJ6iziUayL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJ6iziUayL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJ6iziUayL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJ6iziUayL .nav-link {
  position: relative;
}
.cid-tJ6iziUayL .container {
  display: flex;
  margin: auto;
}
.cid-tJ6iziUayL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJ6iziUayL .dropdown-menu,
.cid-tJ6iziUayL .navbar.opened {
  background: #fbffff !important;
}
.cid-tJ6iziUayL .nav-item:focus,
.cid-tJ6iziUayL .nav-link:focus {
  outline: none;
}
.cid-tJ6iziUayL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJ6iziUayL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJ6iziUayL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJ6iziUayL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJ6iziUayL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ6iziUayL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ6iziUayL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tJ6iziUayL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJ6iziUayL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJ6iziUayL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJ6iziUayL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJ6iziUayL .navbar.collapsed {
  justify-content: center;
}
.cid-tJ6iziUayL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJ6iziUayL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJ6iziUayL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tJ6iziUayL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJ6iziUayL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJ6iziUayL .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-tJ6iziUayL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJ6iziUayL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJ6iziUayL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJ6iziUayL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJ6iziUayL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJ6iziUayL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJ6iziUayL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJ6iziUayL .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-tJ6iziUayL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJ6iziUayL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJ6iziUayL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJ6iziUayL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJ6iziUayL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJ6iziUayL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJ6iziUayL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJ6iziUayL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJ6iziUayL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJ6iziUayL .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-tJ6iziUayL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJ6iziUayL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJ6iziUayL .dropdown-item.active,
.cid-tJ6iziUayL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJ6iziUayL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJ6iziUayL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJ6iziUayL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJ6iziUayL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tJ6iziUayL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJ6iziUayL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJ6iziUayL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJ6iziUayL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJ6iziUayL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJ6iziUayL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ6iziUayL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ6iziUayL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ6iziUayL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ6iziUayL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ6iziUayL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ6iziUayL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ6iziUayL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ6iziUayL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ6iziUayL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJ6iziUayL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJ6iziUayL .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-tJ6iziUayL .navbar {
    height: 70px;
  }
  .cid-tJ6iziUayL .navbar.opened {
    height: auto;
  }
  .cid-tJ6iziUayL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ6izje4jQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #346b2f;
}
.cid-tJ6izje4jQ .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-tJ6izje4jQ img {
  width: 45%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tJ6izje4jQ img {
    transform: scale(1) translateX(0);
  }
}
.cid-tJ6izje4jQ .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tJ6izje4jQ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tJ6izje4jQ .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-tJ6izje4jQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ6izje4jQ .col-12 {
  position: relative;
}
.cid-tJ6izje4jQ .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tJ6izje4jQ .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-tJ6izje4jQ .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-tJ6izje4jQ .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-tJ6izje4jQ .mbr-section-title {
  color: #ffffff;
}
.cid-tJ6izje4jQ .mbr-text,
.cid-tJ6izje4jQ .mbr-section-btn {
  color: #ffcf00;
}
.cid-tJ6izje4jQ .mbr-section-subtitle {
  color: #000000;
}
.cid-tJ7s6b5t6y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002549;
  overflow: hidden;
  position: relative;
}
.cid-tJ7s6b5t6y .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #004383 30%, rgba(0, 37, 73, 0));
}
.cid-tJ7s6b5t6y .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tJ7s6b5t6y .mbr-section-title {
  color: #ffffff;
}
.cid-tJ7s6b5t6y .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tJ7s6b5t6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ7s6b5t6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ7g8EPXkN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-31.jpg");
}
.cid-tJ7g8EPXkN .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tJ7g8EPXkN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ7g8EPXkN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tJ7g8EPXkN .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tJ7g8EPXkN .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ7g8EPXkN .mbr-text,
.cid-tJ7g8EPXkN .mbr-section-btn {
  color: #353535;
}
.cid-tJ7lKJUfah {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-31.jpg");
}
@media (max-width: 991px) {
  .cid-tJ7lKJUfah .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ7lKJUfah .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tJ7lKJUfah .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tJ7lKJUfah .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ7lKJUfah .mbr-text,
.cid-tJ7lKJUfah .mbr-section-btn {
  color: #353535;
}
.cid-tJ7oaGqahQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-31.jpg");
}
.cid-tJ7oaGqahQ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tJ7oaGqahQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ7oaGqahQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tJ7oaGqahQ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tJ7oaGqahQ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ7oaGqahQ .mbr-text,
.cid-tJ7oaGqahQ .mbr-section-btn {
  color: #353535;
}
.cid-tJ7pAS082g {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-31.jpg");
}
@media (max-width: 991px) {
  .cid-tJ7pAS082g .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ7pAS082g .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tJ7pAS082g .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tJ7pAS082g .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJ7pAS082g .mbr-text,
.cid-tJ7pAS082g .mbr-section-btn {
  color: #353535;
}
.cid-tJ7AeY2cQz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002549;
  overflow: hidden;
  position: relative;
}
.cid-tJ7AeY2cQz .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #004383 30%, rgba(0, 37, 73, 0));
}
.cid-tJ7AeY2cQz .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tJ7AeY2cQz .mbr-section-title {
  color: #ffffff;
}
.cid-tJ7AeY2cQz .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tJ7AeY2cQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ7AeY2cQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ7uW4v417 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #346b2f;
}
.cid-tJ7uW4v417 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ7uW4v417 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tJ7uW4v417 .row {
    flex-direction: column-reverse;
  }
  .cid-tJ7uW4v417 .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tJ7uW4v417 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tJ7uW4v417 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJ7uW4v417 .media-content,
.cid-tJ7uW4v417 .mbr-figure {
  align-self: center;
}
.cid-tJ7uW4v417 .mbr-figure iframe {
  width: 100%;
}
.cid-tJ7uW4v417 .mbr-text,
.cid-tJ7uW4v417 .mbr-section-btn {
  color: #ffcf00;
}
.cid-tJ7uW4v417 .mbr-section-title {
  color: #ffffff;
}
.cid-tJ7x2c2NAd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #346b2f;
}
.cid-tJ7x2c2NAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ7x2c2NAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ7x2c2NAd .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tJ7x2c2NAd .row {
    flex-direction: column-reverse;
  }
  .cid-tJ7x2c2NAd .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tJ7x2c2NAd .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tJ7x2c2NAd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJ7x2c2NAd .media-content,
.cid-tJ7x2c2NAd .mbr-figure {
  align-self: center;
}
.cid-tJ7x2c2NAd .mbr-figure iframe {
  width: 100%;
}
.cid-tJ7x2c2NAd .mbr-text,
.cid-tJ7x2c2NAd .mbr-section-btn {
  color: #ffcf00;
}
.cid-tJ7x2c2NAd .mbr-section-title {
  color: #ffffff;
}
.cid-tttObZ9kd5 {
  z-index: 1000;
  width: 100%;
}
.cid-tttObZ9kd5 nav.navbar {
  position: fixed;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tttObZ9kd5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tttObZ9kd5 .dropdown-item:hover,
.cid-tttObZ9kd5 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tttObZ9kd5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tttObZ9kd5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tttObZ9kd5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tttObZ9kd5 .nav-link {
  position: relative;
}
.cid-tttObZ9kd5 .container {
  display: flex;
  margin: auto;
}
.cid-tttObZ9kd5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown-menu,
.cid-tttObZ9kd5 .navbar.opened {
  background: #fbffff !important;
}
.cid-tttObZ9kd5 .nav-item:focus,
.cid-tttObZ9kd5 .nav-link:focus {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tttObZ9kd5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tttObZ9kd5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tttObZ9kd5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tttObZ9kd5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tttObZ9kd5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tttObZ9kd5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tttObZ9kd5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tttObZ9kd5 .navbar.collapsed {
  justify-content: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tttObZ9kd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tttObZ9kd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tttObZ9kd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tttObZ9kd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tttObZ9kd5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tttObZ9kd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tttObZ9kd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tttObZ9kd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tttObZ9kd5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tttObZ9kd5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tttObZ9kd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tttObZ9kd5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tttObZ9kd5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tttObZ9kd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tttObZ9kd5 .dropdown-item.active,
.cid-tttObZ9kd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tttObZ9kd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tttObZ9kd5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tttObZ9kd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tttObZ9kd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tttObZ9kd5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tttObZ9kd5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tttObZ9kd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tttObZ9kd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tttObZ9kd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tttObZ9kd5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tttObZ9kd5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tttObZ9kd5 .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-tttObZ9kd5 .navbar {
    height: 70px;
  }
  .cid-tttObZ9kd5 .navbar.opened {
    height: auto;
  }
  .cid-tttObZ9kd5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ8lDgAohb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tJ8lDgAohb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8lDgAohb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ8lDgAohb .mbr-section-title {
  color: #ffcf00;
}
.cid-tJ8lDgAohb .mbr-section-subtitle {
  color: #ffcf00;
}
.cid-tJaSOfKR3a {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-34.jpg");
}
.cid-tJaSOfKR3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJaSOfKR3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJaSOfKR3a .mbr-text,
.cid-tJaSOfKR3a .mbr-section-btn {
  color: #ffffff;
}
.cid-tJaSOfKR3a .mbr-section-title {
  color: #ffcf00;
}
.cid-tJaSOfKR3a .mbr-section-subtitle {
  color: #ffcf00;
}
.cid-tJbaj9CPx3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002549;
  overflow: hidden;
  position: relative;
}
.cid-tJbaj9CPx3 .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #004383 30%, rgba(0, 37, 73, 0));
}
.cid-tJbaj9CPx3 .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tJbaj9CPx3 .mbr-section-title {
  color: #ffffff;
}
.cid-tJbaj9CPx3 .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tJbaj9CPx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJbaj9CPx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJaVklNYIX {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-tJaVklNYIX .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tJaVklNYIX .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tJaVklNYIX .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tJdnRz9IJ6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tJdnRz9IJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJdnRz9IJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJdnXZ7cyg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tPe9UomhZ4 {
  z-index: 1000;
  width: 100%;
}
.cid-tPe9UomhZ4 nav.navbar {
  position: fixed;
}
.cid-tPe9UomhZ4 .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-tPe9UomhZ4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPe9UomhZ4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPe9UomhZ4 .dropdown-item:hover,
.cid-tPe9UomhZ4 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tPe9UomhZ4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPe9UomhZ4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPe9UomhZ4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPe9UomhZ4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPe9UomhZ4 .nav-link {
  position: relative;
}
.cid-tPe9UomhZ4 .container {
  display: flex;
  margin: auto;
}
.cid-tPe9UomhZ4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPe9UomhZ4 .dropdown-menu,
.cid-tPe9UomhZ4 .navbar.opened {
  background: #fbffff !important;
}
.cid-tPe9UomhZ4 .nav-item:focus,
.cid-tPe9UomhZ4 .nav-link:focus {
  outline: none;
}
.cid-tPe9UomhZ4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPe9UomhZ4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPe9UomhZ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPe9UomhZ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPe9UomhZ4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPe9UomhZ4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPe9UomhZ4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fbffff;
}
.cid-tPe9UomhZ4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tPe9UomhZ4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPe9UomhZ4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tPe9UomhZ4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPe9UomhZ4 .navbar.collapsed {
  justify-content: center;
}
.cid-tPe9UomhZ4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPe9UomhZ4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPe9UomhZ4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-tPe9UomhZ4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPe9UomhZ4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPe9UomhZ4 .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-tPe9UomhZ4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPe9UomhZ4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPe9UomhZ4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPe9UomhZ4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPe9UomhZ4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPe9UomhZ4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPe9UomhZ4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPe9UomhZ4 .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-tPe9UomhZ4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPe9UomhZ4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPe9UomhZ4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPe9UomhZ4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPe9UomhZ4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPe9UomhZ4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPe9UomhZ4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPe9UomhZ4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPe9UomhZ4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPe9UomhZ4 .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-tPe9UomhZ4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPe9UomhZ4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPe9UomhZ4 .dropdown-item.active,
.cid-tPe9UomhZ4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tPe9UomhZ4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPe9UomhZ4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPe9UomhZ4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPe9UomhZ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbffff;
}
.cid-tPe9UomhZ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPe9UomhZ4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPe9UomhZ4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPe9UomhZ4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPe9UomhZ4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPe9UomhZ4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tPe9UomhZ4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPe9UomhZ4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPe9UomhZ4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPe9UomhZ4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPe9UomhZ4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPe9UomhZ4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPe9UomhZ4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPe9UomhZ4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPe9UomhZ4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPe9UomhZ4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPe9UomhZ4 .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-tPe9UomhZ4 .navbar {
    height: 70px;
  }
  .cid-tPe9UomhZ4 .navbar.opened {
    height: auto;
  }
  .cid-tPe9UomhZ4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPe9UoHWDn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tPe9UoHWDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPe9UoHWDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPe9UoHWDn .mbr-section-title {
  color: #ffcf00;
}
.cid-tPe9UoHWDn .mbr-section-subtitle {
  color: #ffcf00;
}
.cid-tPe9UoYSEI {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-36.jpg");
}
.cid-tPe9UoYSEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPe9UoYSEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPe9UoYSEI .mbr-text,
.cid-tPe9UoYSEI .mbr-section-btn {
  color: #ffffff;
}
.cid-tPe9UoYSEI .mbr-section-title {
  color: #ffcf00;
}
.cid-tPe9UoYSEI .mbr-section-subtitle {
  color: #ffcf00;
}
.cid-tPe9Upd83P {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #002549;
  overflow: hidden;
  position: relative;
}
.cid-tPe9Upd83P .section-about-header_background-glow {
  position: absolute;
  left: -40%;
  top: auto;
  right: auto;
  bottom: -70%;
  width: 120vmax;
  height: 120vmax;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #004383 30%, rgba(0, 37, 73, 0));
}
.cid-tPe9Upd83P .col-text {
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}
.cid-tPe9Upd83P .mbr-section-title {
  color: #ffffff;
}
.cid-tPe9Upd83P .btn {
  padding: 1.6rem 3.5rem;
  font-weight: 400;
}
.cid-tPe9Upd83P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPe9Upd83P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPeyKdkum6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tPeyKdkum6 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tPe9UpqzjS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tPe9UpqzjS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tPe9UpqzjS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tPe9UpqzjS .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tPezvBgeRF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-tPezvBgeRF .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
