.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic','Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic','Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic','Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic','Jost', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic','Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 {
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic','Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-8 {
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic','Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: #ff9c3c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #f0f0f0 !important;
}
.bg-warning {
  background-color: #ff9c3c !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9c3c !important;
  border-color: #ff9c3c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e47000 !important;
  border-color: #e47000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e47000 !important;
  border-color: #e47000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
}
.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: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  color: #717171 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c5c5c5 !important;
  border-color: #c5c5c5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #717171 !important;
  background-color: #c5c5c5 !important;
  border-color: #c5c5c5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.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: #ff9c3c !important;
  border-color: #ff9c3c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #e47000 !important;
  border-color: #e47000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e47000 !important;
  border-color: #e47000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.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;
}
.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;
}
.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: #ff9c3c;
  color: #ff9c3c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e47000 !important;
  background-color: transparent!important;
  border-color: #e47000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9c3c !important;
  border-color: #ff9c3c !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: #f0f0f0;
  color: #f0f0f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c5c5c5 !important;
  background-color: transparent!important;
  border-color: #c5c5c5 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #717171 !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !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: #ff9c3c;
  color: #ff9c3c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e47000 !important;
  background-color: transparent!important;
  border-color: #e47000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9c3c !important;
  border-color: #ff9c3c !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: #ff9c3c !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #f0f0f0 !important;
}
.text-warning {
  color: #ff9c3c !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: #d56900 !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: #bdbdbd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d56900 !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: #ff8209 !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: #ff9c3c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0f0f0;
}
.alert-warning {
  background-color: #ff9c3c;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff9c3c;
  border-color: #ff9c3c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff9c3c;
}
.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*/
.form-control {
  font-family: 'Jost', sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff9c3c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff9c3c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9c3c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9c3c;
}
.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: #ff9c3c;
  border-bottom-color: #ff9c3c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff9c3c !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='%23ff9c3c' %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-tRSscBkfzY {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/mbr-26.jpg");
}
.cid-tRSscBkfzY .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-tRSscBkfzY .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tRSscBkfzY .card {
  position: relative;
}
.cid-tRSscBkfzY .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-tRSscBkfzY .card:hover:before {
  opacity: 0.9;
}
.cid-tRSscBkfzY .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-tRSscBkfzY .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tRTcnjue17 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.cid-tRTcnjue17 img,
.cid-tRTcnjue17 .item-img {
  width: 100%;
}
.cid-tRTcnjue17 .item:focus,
.cid-tRTcnjue17 span:focus {
  outline: none;
}
.cid-tRTcnjue17 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tRTcnjue17 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tRTcnjue17 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tRTcnjue17 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tRTcnjue17 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tRTcnjue17 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tRTcnjue17 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tRTcnjue17 .mbr-section-title {
  color: #232323;
}
.cid-tRTcnjue17 .mbr-text,
.cid-tRTcnjue17 .mbr-section-btn {
  text-align: left;
}
.cid-tRTcnjue17 .item-title {
  text-align: left;
}
.cid-tRTcnjue17 .item-subtitle {
  text-align: left;
}

.cid-tDWFLrcQ2u {
  z-index: 1000;
  width: 100%;
}
.cid-tDWFLrcQ2u nav.navbar {
  position: fixed;
}
.cid-tDWFLrcQ2u .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-tDWFLrcQ2u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDWFLrcQ2u .dropdown-item {
  border-bottom: 0px solid #e6e6e6;
  font-weight: 600;
  text-align: center;
}
.cid-tDWFLrcQ2u .dropdown-item:hover,
.cid-tDWFLrcQ2u .dropdown-item:focus {
  background: #ff9c3c !important;
  color: WHITE !important;
}
.cid-tDWFLrcQ2u .dropdown-item:hover span {
  color: white;
}
.cid-tDWFLrcQ2u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDWFLrcQ2u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDWFLrcQ2u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDWFLrcQ2u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDWFLrcQ2u .nav-link {
  position: relative;
}
.cid-tDWFLrcQ2u .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDWFLrcQ2u .container {
    flex-wrap: nowrap;
  }
}
.cid-tDWFLrcQ2u .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDWFLrcQ2u .dropdown-menu,
.cid-tDWFLrcQ2u .navbar.opened {
  background: rgba(255, 255, 255, 0.1);
}
.cid-tDWFLrcQ2u .nav-item:focus,
.cid-tDWFLrcQ2u .nav-link:focus {
  outline: none;
}
.cid-tDWFLrcQ2u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDWFLrcQ2u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDWFLrcQ2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDWFLrcQ2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDWFLrcQ2u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDWFLrcQ2u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: all 0.3s;
  margin: 0 !important;
}
.cid-tDWFLrcQ2u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0);
}
.cid-tDWFLrcQ2u .navbar.opened {
  transition: all 0.3s;
}
.cid-tDWFLrcQ2u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDWFLrcQ2u .navbar .navbar-logo img {
  width: auto;
}
.cid-tDWFLrcQ2u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDWFLrcQ2u .navbar.collapsed {
  justify-content: center;
}
.cid-tDWFLrcQ2u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDWFLrcQ2u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDWFLrcQ2u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tDWFLrcQ2u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDWFLrcQ2u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDWFLrcQ2u .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-tDWFLrcQ2u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDWFLrcQ2u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDWFLrcQ2u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDWFLrcQ2u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDWFLrcQ2u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDWFLrcQ2u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDWFLrcQ2u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDWFLrcQ2u .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-tDWFLrcQ2u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDWFLrcQ2u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDWFLrcQ2u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDWFLrcQ2u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDWFLrcQ2u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDWFLrcQ2u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDWFLrcQ2u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDWFLrcQ2u .navbar.navbar-short {
  min-height: 60px;
  background: rgba(53, 53, 53, 0.8);
}
.cid-tDWFLrcQ2u .navbar.navbar-short .navbar-logo img {
  height: 2.2rem !important;
}
.cid-tDWFLrcQ2u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDWFLrcQ2u .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-tDWFLrcQ2u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDWFLrcQ2u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDWFLrcQ2u .dropdown-item.active,
.cid-tDWFLrcQ2u .dropdown-item:active {
  background-color: transparent;
}
.cid-tDWFLrcQ2u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDWFLrcQ2u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDWFLrcQ2u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDWFLrcQ2u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.2);
}
.cid-tDWFLrcQ2u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDWFLrcQ2u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDWFLrcQ2u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDWFLrcQ2u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDWFLrcQ2u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDWFLrcQ2u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDWFLrcQ2u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDWFLrcQ2u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDWFLrcQ2u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDWFLrcQ2u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDWFLrcQ2u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDWFLrcQ2u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDWFLrcQ2u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDWFLrcQ2u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDWFLrcQ2u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDWFLrcQ2u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDWFLrcQ2u .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-tDWFLrcQ2u .navbar {
    height: 70px;
    background: rgba(53, 53, 53, 0.8);
  }
  .cid-tDWFLrcQ2u .navbar.opened {
    height: auto;
  }
  .cid-tDWFLrcQ2u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFeoDRU9n5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tFeoDRU9n5 .carousel {
  height: 800px;
}
.cid-tFeoDRU9n5 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tFeoDRU9n5 .carousel-item,
.cid-tFeoDRU9n5 .carousel-inner {
  height: 100%;
  margin: auto;
}
.cid-tFeoDRU9n5 .video-fluid {
  min-height: 100vh;
  min-width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  margin: auto;
}
.cid-tFeoDRU9n5 .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.cid-tFeoDRU9n5 .embed-responsive::before {
  display: block;
  content: "";
}
.cid-tFeoDRU9n5 .embed-responsive .embed-responsive-item,
.cid-tFeoDRU9n5 .embed-responsive iframe,
.cid-tFeoDRU9n5 .embed-responsive embed,
.cid-tFeoDRU9n5 .embed-responsive object,
.cid-tFeoDRU9n5 .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.cid-tFeoDRU9n5 .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.cid-tFeoDRU9n5 .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.cid-tFeoDRU9n5 .embed-responsive-4by3::before {
  padding-top: 75%;
}
.cid-tFeoDRU9n5 .embed-responsive-1by1::before {
  padding-top: 100%;
}
.cid-tFeoDRU9n5 .carousel-caption {
  top: 0;
}
.cid-tFeoDRU9n5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tFeoDRU9n5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tFeoDRU9n5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tFeoDRU9n5 .item-wrapper {
  width: 100%;
}
.cid-tFeoDRU9n5 .item-wrapper video {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tFeoDRU9n5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tFeoDRU9n5 .content-slider-wrap {
    width: 100% !important;
  }
  .cid-tFeoDRU9n5 .video-fluid {
    min-height: 400px;
  }
}
.cid-tFeoDRU9n5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tFeoDRU9n5 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0);
  border: 0px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tFeoDRU9n5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFeoDRU9n5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tFeoDRU9n5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tFeoDRU9n5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tFeoDRU9n5 .carousel-indicators li {
  max-width: 15px;
  height: 3px;
  width: 15px;
  max-height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  box-sizing: content-box;
  border: 0;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tFeoDRU9n5 .carousel-indicators li.active,
.cid-tFeoDRU9n5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tFeoDRU9n5 .carousel-indicators li::after,
.cid-tFeoDRU9n5 .carousel-indicators li::before {
  content: none;
}
.cid-tFeoDRU9n5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tFeoDRU9n5 .carousel-indicators {
    display: none !important;
  }
}
.cid-tFeoDRU9n5 H5 {
  text-align: center;
}


.cid-tL4PHYzpov {
  background-image: url("../../../assets/images/lab.jpeg");
}
.cid-tL4PHYzpov .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL4PHYzpov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL4PHYzpov .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tL4PHYzpov .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tL4PHYzpov .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tL4PHYzpov .card-wrapper {
    padding: 4rem;
  }
}
.cid-tL4QK9E4qk {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tL4QK9E4qk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tL4QK9E4qk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tL4QK9E4qk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tL4QK9E4qk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tL4QK9E4qk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tL4QK9E4qk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tL4QK9E4qk .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tL4QK9E4qk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tL4QK9E4qk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tL4QK9E4qk ul {
  font-size: 0;
}
.cid-tL4QK9E4qk .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #353535;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-tL4QK9E4qk .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #353535 solid;
  border-radius: 0 !important;
}
.cid-tL4QK9E4qk .mbr-gallery-filter ul li {
  padding: 0;
}

.cid-tN5NVCTUb7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-14.jpg");
}
.cid-tN5NVCTUb7 .mbr-iconfont {
  color: #e43f3f !important;
  font-size: 3.5rem !important;
}
.cid-tN5NVCTUb7 .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-tN5NVCTUb7 .link {
  margin: 0;
}
.cid-tN5NVCTUb7 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tN5NVCTUb7 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tN5NVCTUb7 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-tN5NVCTUb7 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tN5NVCTUb7 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tN5NVCTUb7 .btn {
  margin: 0.2rem !important;
}
.cid-tN6oGo3NfA {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tN6oGo3NfA .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-tN6oGo3NfA .mbr-section-title {
  margin: 0;
}
.cid-tN6oGo3NfA .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tN6oGo3NfA .card-img span {
  color: #e43f3f;
}
.cid-tN6oGo3NfA .row-item {
  margin-bottom: 2rem;
}
.cid-tN6oGo3NfA .row-item:hover .wrapper {
  background: linear-gradient(90deg, #e43f3f, #e43f3f);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-tN6oGo3NfA .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-tN6oGo3NfA .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-tN6oGo3NfA .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.cid-tN6oGo3NfA .wrapper2 {
  background: linear-gradient(90deg, #e43f3f, #e43f3f);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  .card-img span{
    color: #ffffff;
  }
  .mbr-card-title{
    color: #ffffff;
  }
}




.cid-tN6yNTP3vJ {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #f2f3f7;
}
.cid-tN6yNTP3vJ .container {
  max-width: 1300px;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-tN6yNTP3vJ .container {
    padding: 0 1rem;
  }
}
.cid-tN6yNTP3vJ .image-wrapper {
  margin-right: -8rem;
  z-index: 5;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tN6yNTP3vJ .image-wrapper {
    margin-right: 0;
    padding-bottom: 2rem;
  }
}
.cid-tN6yNTP3vJ .image-wrapper img {
  width: 100%;
  border-radius: 30px;
}
.cid-tN6yNTP3vJ .card-wrapper {
  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: 30px;
  padding: 7rem 5rem 7rem 9.5rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tN6yNTP3vJ .card-wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tN6yNTP3vJ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tN6yNTP3vJ .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tN6yNTP3vJ .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-tN6yNTP3vJ progress {
  height: 8px;
}
.cid-tN6yNTP3vJ .progressbar-number {
  display: inline-block;
  text-align: left;
}
.cid-tN6yNTP3vJ .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-tN6yNTP3vJ .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tN6yNTP3vJ .progress_value {
  position: relative;
}
.cid-tN6yNTP3vJ .progress1 .progressbar-number:before,
.cid-tN6yNTP3vJ .progress2 .progressbar-number:before,
.cid-tN6yNTP3vJ .progress3 .progressbar-number:before,
.cid-tN6yNTP3vJ .progress4 .progressbar-number:before,
.cid-tN6yNTP3vJ .progress5 .progressbar-number:before {
  position: absolute;
  right: 50px;
  top: 0;
}
.cid-tN6yNTP3vJ progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-tN6yNTP3vJ progress::-webkit-progress-value {
  background: #e43f3f;
}
.cid-tN6yNTP3vJ progress[value]::-moz-progress-bar {
  background: #e43f3f;
}
.cid-tN6yNTP3vJ progress::-ms-fill {
  background: #e43f3f;
}
.cid-tN6yNTP3vJ .section-content-text {
  color: #6d819b;
}
.cid-tN6yNTP3vJ .progressbar-title p,
.cid-tN6yNTP3vJ .progress_value {
  color: #6d819b;
}
.cid-tN6yNTP3vJ .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tN6yNTP3vJ .section-content-title {
  color: #000000;
  text-align: center;
}

.cid-tN6yNTP3vJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN6yNTP3vJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN6yNTP3vJ .user_image {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tN6yNTP3vJ .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tN6yNTP3vJ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tN6yNTP3vJ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tN6yNTP3vJ .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-tN6yNTP3vJ .item .icon-wrap {
  text-align: center;
}
.cid-tN6yNTP3vJ .item span {
  font-size: 1.5rem;
  font-weight: 500;
  color: red;
  line-height: 60px;
}
.cid-tN6yNTP3vJ .item::before {
  content: "\e909";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 20px;
  left: -15px;
  top: 25%;
  color: #666;
}
.cid-tN6yNTP3vJ .item.first:before {
  display: none;
}
.cid-tN6yNTP3vJ .item.five:before {
  display: none;
}
.cid-tN6yNTP3vJ .icon-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-tN6yNTP3vJ .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-tN6yNTP3vJ .mbr-iconfont {
  color: #ff9c3c !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tN6yNTP3vJ .item:before {
    display: none;
  }
  .cid-tN6yNTP3vJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tN6QEGxBgV {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tN6QEGxBgV img,
.cid-tN6QEGxBgV .item-img {
  width: 100%;
}
.cid-tN6QEGxBgV .item:focus,
.cid-tN6QEGxBgV span:focus {
  outline: none;
}
.cid-tN6QEGxBgV .item-wrapper {
  position: relative;
}
.cid-tN6QEGxBgV .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tN6QEGxBgV .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tN6QEGxBgV .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tN6QEGxBgV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tN6QEGxBgV .mbr-section-title {
  color: #232323;
}
.cid-tN6QEGxBgV .mbr-text,
.cid-tN6QEGxBgV .mbr-section-btn {
  text-align: left;
}
.cid-tN6QEGxBgV .item-title {
  text-align: left;
}
.cid-tN6QEGxBgV .item-subtitle {
  text-align: left;
}
.cid-tN6QEGxBgV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tN6QEGxBgV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tN6QEGxBgV .embla__button--next,
.cid-tN6QEGxBgV .embla__button--prev {
  display: flex;
}
.cid-tN6QEGxBgV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tN6QEGxBgV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tN6QEGxBgV .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tN6QEGxBgV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN6QEGxBgV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tN6QEGxBgV .embla__button {
    top: auto;
  }
}
.cid-tN6QEGxBgV .embla {
  position: relative;
  width: 100%;
}
.cid-tN6QEGxBgV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tN6QEGxBgV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tN6QEGxBgV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tN6QEGxBgV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cid-tE28cc2yd4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tE28cc2yd4 .mbr-overlay {
  background: #fafafa;
  opacity: 0.8;
}
.cid-tE28cc2yd4 img,
.cid-tE28cc2yd4 .item-img {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
  transition: all 0.3s;
}

.cid-tE28cc2yd4 .item:focus,
.cid-tE28cc2yd4 span:focus {
  outline: none;
}
.cid-tE28cc2yd4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tE28cc2yd4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 1s;
}
@media (min-width: 992px) {
  .cid-tE28cc2yd4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tE28cc2yd4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tE28cc2yd4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tE28cc2yd4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tE28cc2yd4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tE28cc2yd4 .mbr-section-title {
  color: #232323;
}
.cid-tE28cc2yd4 .mbr-text,
.cid-tE28cc2yd4 .mbr-section-btn {
  text-align: left;
  color: #696969;
}
.cid-tE28cc2yd4 .item-title {
  text-align: left;
  color: #353535;
}
.cid-tE28cc2yd4 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}

.cid-tE28cc2yd4 .item-wrapper:hover .item-img,
.cid-tE28cc2yd4 .item-wrapper:focus-within .item-img {
  transform: scale(1.1);
}

.cid-tFeUgmzOcj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tFeUgmzOcj .item:focus,
.cid-tFeUgmzOcj span:focus {
  outline: none;
}
.cid-tFeUgmzOcj .item-wrapper {
  position: relative;
}
.cid-tFeUgmzOcj .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tFeUgmzOcj .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFeUgmzOcj .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tFeUgmzOcj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFeUgmzOcj .mbr-section-title {
  color: #232323;
}
.cid-tFeUgmzOcj .mbr-text,
.cid-tFeUgmzOcj .mbr-section-btn {
  text-align: center;
}
.cid-tFeUgmzOcj .item-title {
  text-align: center;
}
.cid-tFeUgmzOcj .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tFeUgmzOcj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tFeUgmzOcj .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tFeUgmzOcj .embla__button--next,
.cid-tFeUgmzOcj .embla__button--prev {
  display: flex;
}
.cid-tFeUgmzOcj .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 0px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tFeUgmzOcj .embla__button {
    display: none;
  }
}
.cid-tFeUgmzOcj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tFeUgmzOcj .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tFeUgmzOcj .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFeUgmzOcj .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tFeUgmzOcj .embla__button {
    top: auto;
  }
}
.cid-tFeUgmzOcj .embla {
  position: relative;
  width: 100%;
}
.cid-tFeUgmzOcj .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tFeUgmzOcj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tFeUgmzOcj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tFeUgmzOcj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tFf4MchKkW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tFf4MchKkW .item-img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tFf4MchKkW img {
  width: 100%;
  margin: 0 auto;
}

.cid-tFf4MchKkW .item:focus,
.cid-tFf4MchKkW span:focus {
  outline: none;
}
.cid-tFf4MchKkW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tFf4MchKkW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 1s;
}
@media (min-width: 992px) {
  .cid-tFf4MchKkW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tFf4MchKkW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tFf4MchKkW .item-wrapper:hover .item-img,
.cid-tFf4MchKkW .item-wrapper:focus-within .item-img {
  transform: scale(1.1);
}

.cid-tFf4MchKkW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tFf4MchKkW .mbr-section-title {
  color: #232323;
}
.cid-tFf4MchKkW .mbr-text,
.cid-tFf4MchKkW .mbr-section-btn {
  text-align: left;
}
.cid-tFf4MchKkW .item-title {
  text-align: center;
}
.cid-tFf4MchKkW .item-subtitle {
  text-align: left;
}
.cid-tFf67uFNCe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/olive-bg.jpg");
}
.cid-tFf67uFNCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFf67uFNCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFf67uFNCe .card-wrapper {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tFf67uFNCe .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tFf67uFNCe .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tFf67uFNCe .card-wrapper {
    padding: 4rem;
  }
}
.cid-tFf67uFNCe .mbr-text,
.cid-tFf67uFNCe .mbr-section-btn {
  color: #353535;
}
.cid-tFf67uFNCe .card-title,
.cid-tFf67uFNCe .card-box {
  text-align: left;
  color: #353535;
}
.cid-tE28cJ0ccg {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tE28cJ0ccg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE28cJ0ccg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE28cJ0ccg .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tE28cJ0ccg .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tE28cJ0ccg .mbr-iconfont {
  font-size: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .cid-tE28cJ0ccg .card {
    margin-bottom: 2rem;
  }
  .cid-tE28cJ0ccg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tE28cJ0ccg .icon-text {
  text-align: left;
}
.cid-tE28gYaBlT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tE28gYaBlT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tE28gYaBlT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tE28gYaBlT .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tE28gYaBlT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tE28gYaBlT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tE28gYaBlT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tE28gYaBlT .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tE28gYaBlT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tE28gYaBlT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tE28gYaBlT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tE28gYaBlT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tE28gYaBlT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tE28gYaBlT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tE28gYaBlT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHIi7AnudC {
  z-index: 1000;
  width: 100%;
}
.cid-tHIi7AnudC nav.navbar {
  position: fixed;
}
.cid-tHIi7AnudC .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-tHIi7AnudC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.cid-tHIi7AnudC .dropdown-item {
  border-bottom: 0px solid #e6e6e6;
  font-weight: 400;
  text-align: center;
}
.cid-tHIi7AnudC .dropdown-item:hover,
.cid-tHIi7AnudC .dropdown-item:focus {
  background: #ff9c3c !important;
  color: WHITE !important;
}
.cid-tHIi7AnudC .dropdown-item:hover span {
  color: white;
}
.cid-tHIi7AnudC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHIi7AnudC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHIi7AnudC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHIi7AnudC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHIi7AnudC .nav-link {
  position: relative;
}
.cid-tHIi7AnudC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tHIi7AnudC .container {
    flex-wrap: nowrap;
  }
}
.cid-tHIi7AnudC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHIi7AnudC .dropdown-menu,
.cid-tHIi7AnudC .navbar.opened {
  background: rgba(0, 0, 0, 0.5);
}
.cid-tHIi7AnudC .nav-item:focus,
.cid-tHIi7AnudC .nav-link:focus {
  outline: none;
}
.cid-tHIi7AnudC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHIi7AnudC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHIi7AnudC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHIi7AnudC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHIi7AnudC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHIi7AnudC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: all 0.3s;
  margin: 0 !important;
}
.cid-tHIi7AnudC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0);
}
.cid-tHIi7AnudC .navbar.opened {
  transition: all 0.3s;
}
.cid-tHIi7AnudC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHIi7AnudC .navbar .navbar-logo img {
  width: auto;
}
.cid-tHIi7AnudC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHIi7AnudC .navbar.collapsed {
  justify-content: center;
}
.cid-tHIi7AnudC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHIi7AnudC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHIi7AnudC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.4rem);
  }
}
.cid-tHIi7AnudC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHIi7AnudC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHIi7AnudC .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-tHIi7AnudC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHIi7AnudC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHIi7AnudC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHIi7AnudC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHIi7AnudC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHIi7AnudC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHIi7AnudC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHIi7AnudC .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-tHIi7AnudC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHIi7AnudC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHIi7AnudC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHIi7AnudC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHIi7AnudC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHIi7AnudC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tHIi7AnudC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tHIi7AnudC .navbar.navbar-short {
  min-height: 60px;
  background: rgba(53, 53, 53, 0.8);
}
.cid-tHIi7AnudC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tHIi7AnudC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHIi7AnudC .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-tHIi7AnudC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHIi7AnudC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHIi7AnudC .dropdown-item.active,
.cid-tHIi7AnudC .dropdown-item:active {
  background-color: transparent;
}
.cid-tHIi7AnudC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHIi7AnudC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHIi7AnudC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHIi7AnudC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.6);
}
.cid-tHIi7AnudC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHIi7AnudC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHIi7AnudC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHIi7AnudC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHIi7AnudC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHIi7AnudC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tHIi7AnudC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHIi7AnudC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHIi7AnudC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHIi7AnudC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHIi7AnudC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHIi7AnudC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHIi7AnudC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHIi7AnudC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHIi7AnudC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHIi7AnudC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHIi7AnudC .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-tHIi7AnudC .navbar {
    height: 70px;
    background: rgba(53, 53, 53, 0.8);
  }
  .cid-tHIi7AnudC .navbar.opened {
    height: auto;
  }
  .cid-tHIi7AnudC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-tOS3oBH7du {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tOS3oBH7du .mbr-text {
  color: #716c80;
}
.cid-tOS3oBH7du .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 0px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 0.2rem 0.2rem !important;
}
.cid-tOS3oBH7du .card-wrapper:hover {
  transform: translateY(-0.5rem);
}
.cid-tOS3oBH7du .card-wrapper:hover .ico1 {
  color: #ff9c3c !important;
}
.cid-tOS3oBH7du .text-info:hover {
  color: inherit!important;
}
.cid-tOS3oBH7du .ico1 {
  color: #f0f0f0 !important;
  transition: all 0.6s;
  font-size: 2rem !important;
}
.cid-tOS3oBH7du .card-box {
  padding: 0rem 0.1rem;
}
.cid-tOS3oBH7du h3,
.cid-tOS3oBH7du h4 {
  padding: 0;
  margin: 0;
}
.cid-tOS3oBH7du .card-title,
.cid-tOS3oBH7du .card-img {
  color: #57468b;
}
.cid-tOS3oBH7du .card-title {
  color: #57468b;
}
.cid-tOS3oBH7du H1 {
  color: #000000;
}
.cid-tOS3oBH7du .text,
.cid-tOS3oBH7du .mbr-section-btn {
  color: #716c80;
}
.cid-tOS3oBH7du .card-img {
  width: 100%;
}

.cid-tKWygcNmTC {
  padding-top: 240px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc03154-2000.jpg");
}
.cid-tKWygcNmTC .mbr-iconfont2 {
  color: #22a5e5;
}
.cid-tKWygcNmTC .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-tKWygcNmTC .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
}
.cid-tKWygcNmTC .btn {
  margin-left: 0rem;
}
.cid-tKWygcNmTC .row {
  padding-bottom: 8rem;
}
.cid-tKWygcNmTC .link {
  margin: 0;
}
.cid-tKWygcNmTC .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-tKWygcNmTC .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #22a5e5;
  transition: 0.7s;
}
.cid-tKWygcNmTC .card-img {
  margin-bottom: 3.2rem;
}
.cid-tKWygcNmTC .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tKWygcNmTC .card:hover .card-inner {
  background-color: #22a5e5;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-tKWygcNmTC .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tKWygcNmTC .card:hover .card-title:after {
  background: #ffffff;
}
.cid-tKWygcNmTC .media-container-row {
  align-items: flex-end;
}
.cid-tKWygcNmTC .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tKWygcNmTC .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-tKWygcNmTC .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tKWygcNmTC .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tKWygcNmTC .card {
    margin-bottom: 2rem;
  }
  .cid-tKWygcNmTC .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tKWygcNmTC .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tKWygcNmTC .card {
  position: relative;
}
.cid-tKWygcNmTC .card:first-child .card-inner {
  background-color: #22a5e5;
}
.cid-tKWygcNmTC .card:first-child .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-tKWygcNmTC .card:first-child .card-inner .card-title:after {
  background: #ffffff;
}
.cid-tKWygcNmTC .card:first-child .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}
.cid-tKWygcNmTC .card:first-child .card-inner:hover .card-title:after {
  background: #ffffff;
}
.cid-tKWygcNmTC .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff9966;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tKWygcNmTC .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff9966;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-tKZ79cQbDT {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tKZ79cQbDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKZ79cQbDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKZ79cQbDT .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tKZ79cQbDT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZ79cQbDT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tKZ79cQbDT .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tKZ79cQbDT .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZ9NAHHYO {
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-tKZ9NAHHYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKZ9NAHHYO .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-tKZ9NAHHYO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZ9NAHHYO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tKZ9NAHHYO .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tKZ9NAHHYO .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZcZiZTS1 {
  background-image: url("../../../assets/images/mbr-7.jpg");
}
.cid-tKZcZiZTS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKZcZiZTS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKZcZiZTS1 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tKZcZiZTS1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZcZiZTS1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tKZcZiZTS1 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tKZcZiZTS1 .text-wrapper {
    margin-bottom: 2rem;
  }
}


.cid-tKZnR96ZeM {
  padding-top: 240px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc03154-2000.jpg");
}
.cid-tKZnR96ZeM .mbr-iconfont2 {
  color: #22a5e5;
}
.cid-tKZnR96ZeM .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-tKZnR96ZeM .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
}
.cid-tKZnR96ZeM .btn {
  margin-left: 0rem;
}
.cid-tKZnR96ZeM .row {
  padding-bottom: 8rem;
}
.cid-tKZnR96ZeM .link {
  margin: 0;
}
.cid-tKZnR96ZeM .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-tKZnR96ZeM .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #22a5e5;
  transition: 0.7s;
}
.cid-tKZnR96ZeM .card-img {
  margin-bottom: 3.2rem;
}
.cid-tKZnR96ZeM .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tKZnR96ZeM .card:hover .card-inner {
  background-color: #22a5e5;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-tKZnR96ZeM .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tKZnR96ZeM .card:hover .card-title:after {
  background: #ffffff;
}
.cid-tKZnR96ZeM .media-container-row {
  align-items: flex-end;
}
.cid-tKZnR96ZeM .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tKZnR96ZeM .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-tKZnR96ZeM .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tKZnR96ZeM .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tKZnR96ZeM .card {
    margin-bottom: 2rem;
  }
  .cid-tKZnR96ZeM .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tKZnR96ZeM .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tKZnR96ZeM .card {
  position: relative;
}
.cid-tKZnR96ZeM .card:nth-child(3) .card-inner {
  background-color: #22a5e5;
}
.cid-tKZnR96ZeM .card:nth-child(3) .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-tKZnR96ZeM .card:nth-child(3) .card-inner .card-title:after {
  background: #ffffff;
}
.cid-tKZnR96ZeM .card:nth-child(3) .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}
.cid-tKZnR96ZeM .card:nth-child(3) .card-inner:hover .card-title:after {
  background: #ffffff;
}
.cid-tKZnR96ZeM .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff9966;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tKZnR96ZeM .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff9966;
  margin-bottom: 2rem;
  display: inline-block;
}

.cid-tQnS57t1HX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tQnS57t1HX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQnS57t1HX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQnS57t1HX .item {
  padding-bottom: 2rem;
}
.cid-tQnS57t1HX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tQnS57t1HX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tQnS57t1HX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tQnS57t1HX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tQnS57t1HX .carousel-control,
.cid-tQnS57t1HX .close {
  background: #1b1b1b;
}
.cid-tQnS57t1HX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tQnS57t1HX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tQnS57t1HX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tQnS57t1HX .carousel-control-next span {
  margin-left: 5px;
}
.cid-tQnS57t1HX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tQnS57t1HX .close::before {
  content: '\e91a';
}
.cid-tQnS57t1HX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQnS57t1HX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tQnS57t1HX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQnS57t1HX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQnS57t1HX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQnS57t1HX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tQnS57t1HX .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-tQnS57t1HX .carousel-indicators li.active,
.cid-tQnS57t1HX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQnS57t1HX .carousel-indicators li::after,
.cid-tQnS57t1HX .carousel-indicators li::before {
  content: none;
}
.cid-tQnS57t1HX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQnS57t1HX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tQnS57t1HX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQnS57t1HX .carousel-indicators {
    display: none;
  }
}
.cid-tQnS57t1HX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tQnS57t1HX .carousel-inner > .active {
  display: block;
}
.cid-tQnS57t1HX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQnS57t1HX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQnS57t1HX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tQnS57t1HX .carousel-control,
  .cid-tQnS57t1HX .carousel-indicators,
  .cid-tQnS57t1HX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tQnS57t1HX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tQnS57t1HX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQnS57t1HX .carousel-indicators .active,
.cid-tQnS57t1HX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tQnS57t1HX .carousel-indicators .active {
  background: #fff;
}
.cid-tQnS57t1HX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tQnS57t1HX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tQnS57t1HX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tQnS57t1HX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tQnS57t1HX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tQnS57t1HX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tQnS57t1HX .carousel {
  width: 100%;
}
.cid-tQnS57t1HX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tQnS57t1HX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tQnS57t1HX .modal.fade .modal-dialog,
.cid-tQnS57t1HX .modal.in .modal-dialog {
  transform: none;
}
.cid-tQnS57t1HX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tQnS57t1HX H6 {
  text-align: center;
}

.cid-tKZnR9A7Ym {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-tKZnR9A7Ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKZnR9A7Ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKZnR9A7Ym .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tKZnR9A7Ym .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZnR9A7Ym .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tKZnR9A7Ym .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tKZnR9A7Ym .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZnR9QeFh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tKZnR9QeFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKZnR9QeFh .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-tKZnR9QeFh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZnR9QeFh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tKZnR9QeFh .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tKZnR9QeFh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZnRa7ZzO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-tKZnRa7ZzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKZnRa7ZzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKZnRa7ZzO .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tKZnRa7ZzO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZnRa7ZzO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tKZnRa7ZzO .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tKZnRa7ZzO .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZsw3sRTv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tKZsw3sRTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKZsw3sRTv .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-tKZsw3sRTv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZsw3sRTv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tKZsw3sRTv .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tKZsw3sRTv .text-wrapper {
    margin-bottom: 2rem;
  }
}


.cid-tKZeZ164FI {
  padding-top: 240px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/dsc03154-2000.jpg");
}
.cid-tKZeZ164FI .mbr-iconfont2 {
  color: #22a5e5;
}
.cid-tKZeZ164FI .mbr-iconfont {
  font-size: 3rem;
  transition: 0.7s;
}
.cid-tKZeZ164FI .card-inner {
  background-color: #1b1b1b;
  transition: 0.7s;
  z-index: 10;
}
.cid-tKZeZ164FI .btn {
  margin-left: 0rem;
}
.cid-tKZeZ164FI .row {
  padding-bottom: 8rem;
}
.cid-tKZeZ164FI .link {
  margin: 0;
}
.cid-tKZeZ164FI .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-tKZeZ164FI .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #22a5e5;
  transition: 0.7s;
}
.cid-tKZeZ164FI .card-img {
  margin-bottom: 3.2rem;
}
.cid-tKZeZ164FI .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tKZeZ164FI .card:hover .card-inner {
  background-color: #22a5e5;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-tKZeZ164FI .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tKZeZ164FI .card:hover .card-title:after {
  background: #ffffff;
}
.cid-tKZeZ164FI .media-container-row {
  align-items: flex-end;
}
.cid-tKZeZ164FI .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tKZeZ164FI .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-tKZeZ164FI .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tKZeZ164FI .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tKZeZ164FI .card {
    margin-bottom: 2rem;
  }
  .cid-tKZeZ164FI .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tKZeZ164FI .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tKZeZ164FI .card {
  position: relative;
}
.cid-tKZeZ164FI .card:nth-child(2) .card-inner {
  background-color: #22a5e5;
}
.cid-tKZeZ164FI .card:nth-child(2) .card-inner .mbr-iconfont1 {
  color: #ffffff;
}
.cid-tKZeZ164FI .card:nth-child(2) .card-inner .card-title:after {
  background: #ffffff;
}
.cid-tKZeZ164FI .card:nth-child(2) .card-inner:hover .mbr-iconfont1 {
  color: #ffffff !important;
}
.cid-tKZeZ164FI .card:nth-child(2) .card-inner:hover .card-title:after {
  background: #ffffff;
}
.cid-tKZeZ164FI .line-title {
  width: 40px;
  height: 2px;
  background-color: #ff9966;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-tKZeZ164FI .line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ff9966;
  margin-bottom: 2rem;
  display: inline-block;
}
.cid-tKZeZ1zkDe {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-10.jpg");
}
.cid-tKZeZ1zkDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKZeZ1zkDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKZeZ1zkDe .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tKZeZ1zkDe .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZeZ1zkDe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tKZeZ1zkDe .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tKZeZ1zkDe .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZeZ1QmJd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-11.jpg");
}
.cid-tKZeZ1QmJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKZeZ1QmJd .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-tKZeZ1QmJd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZeZ1QmJd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tKZeZ1QmJd .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tKZeZ1QmJd .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZeZ262fL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-8.jpg");
}
.cid-tKZeZ262fL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKZeZ262fL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKZeZ262fL .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tKZeZ262fL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tKZeZ262fL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tKZeZ262fL .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tKZeZ262fL .text-wrapper {
    margin-bottom: 2rem;
  }
}

.cid-tL011W7gRr {
  padding-top: 195px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-12.jpg");
}
.cid-tL011W7gRr .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tL011W7gRr input {
  padding: 0rem 1rem !important;
}
.cid-tL011W7gRr .title {
  margin-bottom: 1rem;
}
.cid-tL011W7gRr textarea {
  min-height: 160px;
}
.cid-tL011W7gRr input::-webkit-input-placeholder,
.cid-tL011W7gRr textarea::-webkit-input-placeholder {
  color: #101010;
}
.cid-tL011W7gRr input:-moz-placeholder,
.cid-tL011W7gRr textarea:-moz-placeholder {
  color: #101010;
}
@media (max-width: 992px) {
  .cid-tL011W7gRr img {
    width: 100%;
  }
  .cid-tL011W7gRr form {
    margin-top: 2rem;
  }
}
.cid-tL011W7gRr .form-row {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-tL011W7gRr .col-auto {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tL011W7gRr .mbr-form {
    padding-left: 2rem;
  }
}
.cid-tL011W7gRr .form-control {
  border-radius: 0px !important;
}
.cid-tL011W7gRr .form-control:focus {
  border: none !important;
  box-shadow: none !important;
  background-color: #f3f3f3;
}
.cid-tL011W7gRr .dragArea {
  background-color: #ffffff;
  border-radius: 5px;
}
.cid-tL011W7gRr .form-btn {
  width: 100%;
}
.cid-tL011W7gRr .link-btn {
  width: 100%;
}
.cid-tL011W7gRr h5 {
  margin-bottom: 0.2rem;
}
.cid-tL011W7gRr .mbr-form .btn {
  margin: 0;
}
.cid-tL011W7gRr .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-tL011W7gRr .block-left {
  margin-bottom: 2.6rem;
}
.cid-tL011W7gRr .text-form {
  color: #4c4c4c;
  margin-bottom: 1.3rem;
}
.cid-tL011W7gRr .link-btn:hover {
  background-color: #ffaa80 !important;
  color: #ffffff !important;
  border-color: #ffaa80 !important;
}
.cid-tL011W7gRr .link-btn::before {
  display: none;
}
@media (max-width: 767px) {
  .cid-tL011W7gRr .dragArea {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tL011W7gRr .dragArea {
    padding: 3.8rem 2.8rem 4rem;
  }
  .cid-tL011W7gRr .row {
    margin: 0rem;
  }
}
.cid-tL011W7gRr .btn {
  margin-left: 0rem;
}
.cid-tL06QvrneJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tL06QvrneJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL06QvrneJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL06QvrneJ .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tL06QvrneJ .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tL06QvrneJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tL06QvrneJ .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-tL06QvrneJ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tL06QvrneJ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tL06QvrneJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tL06QvrneJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tL06QvrneJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tL06QvrneJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tL06Mx4WnS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tL06Mx4WnS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL06Mx4WnS .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-tL06Mx4WnS .row {
    flex-direction: column-reverse;
  }
  .cid-tL06Mx4WnS .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tL06Mx4WnS .google-map {
  height: 100%;
  position: relative;
}
.cid-tL06Mx4WnS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL06Mx4WnS .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tL06Mx4WnS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL06Mx4WnS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tL06Mx4WnS .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tL06Mx4WnS .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-tL06Mx4WnS .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tL06Mx4WnS .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tL06Mx4WnS .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tL06Mx4WnS .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff9c3c;
}
.cid-tL07fPLKDc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-tL07fPLKDc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tL07fPLKDc input,
.cid-tL07fPLKDc textarea {
  opacity: 0.7;
  border-radius: 10px;
}
.cid-tL07fPLKDc input:hover,
.cid-tL07fPLKDc textarea:hover {
  border-color: transparent!important;
}
.cid-tL07fPLKDc .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
  width: -webkit-fill-available;
}
.cid-tL07fPLKDc h4 {
  margin-bottom: 3rem;
}
.cid-tL07fPLKDc .col-auto {
  width: 100%;
}
.cid-tL07fPLKDc textarea {
  min-height: 250px;
}
.cid-tL07fPLKDc .mbr-form {
  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: 30px;
  padding: 7rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tL07fPLKDc .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-tL07fPLKDc .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tL07fPLKDc H4 {
  text-align: center;
  color: #263d5a;
}

.cid-tKs2DGb9PL {
  background-image: url("../../../assets/images/a1-1.jpg");
}
.cid-tKs2DGb9PL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKs2DGb9PL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKs2DGb9PL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tKs2DGb9PL .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tKs2DGb9PL .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tKs2DGb9PL .mbr-section-title {
  color: #ffffff;
}
.cid-tKs2DGb9PL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKs2DGb9PL .mbr-text,
.cid-tKs2DGb9PL .mbr-section-btn,
.cid-tKs2DGb9PL .social-row {
  color: #ffffff;
}

.cid-tKsxkyEjrG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tKsxkyEjrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKsxkyEjrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKsxkyEjrG .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tKsxkyEjrG .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tKsxkyEjrG .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKsxkyEjrG .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tKsxkyEjrG .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKsxkyEjrG .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tKsxkyEjrG .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tKsxkyEjrG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}

.cid-tKygcSCeDD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f0f0f0;
}
.cid-tKygcSCeDD img,
.cid-tKygcSCeDD .item-img {
  width: 100%;
}
.cid-tKygcSCeDD .item:focus,
.cid-tKygcSCeDD span:focus {
  outline: none;
}
.cid-tKygcSCeDD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tKygcSCeDD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKygcSCeDD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKygcSCeDD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKygcSCeDD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKygcSCeDD .mbr-section-title {
  color: #232323;
}
.cid-tKygcSCeDD .mbr-text,
.cid-tKygcSCeDD .mbr-section-btn {
  text-align: left;
}
.cid-tKygcSCeDD .item-title {
  text-align: left;
}
.cid-tKygcSCeDD .item-subtitle {
  text-align: left;
}

.cid-tKz433NrUF {
  background-image: url("../../../assets/images/dsc03099.jpg");
}
.cid-tKz433NrUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKz433NrUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKz433NrUF .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tKz433NrUF .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tKz433NrUF .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tKz433NrUF .card-wrapper {
    padding: 4rem;
  }
}

.cid-tKyRd78hJP {
  background-image: url("../../../assets/images/dsc03074.jpg");
}
.cid-tKyRd78hJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKyRd78hJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKyRd78hJP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tKyRd78hJP .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tKyRd78hJP .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tKyRd78hJP .mbr-section-title {
  color: #ffffff;
}
.cid-tKyRd78hJP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKyRd78hJP .mbr-text,
.cid-tKyRd78hJP .mbr-section-btn,
.cid-tKyRd78hJP .social-row {
  color: #ffffff;
}

.cid-tKyVsIKtMd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKyVsIKtMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKyVsIKtMd .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-tKyVsIKtMd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKyVsIKtMd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tKyVsIKtMd .text-wrapper {
    padding: 2rem;
  }
}

.cid-tKyVtkLxW8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKyVtkLxW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKyVtkLxW8 .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-tKyVtkLxW8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKyVtkLxW8 .row {
  flex-direction: row-reverse;
}
.cid-tKyVtkLxW8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tKyVtkLxW8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tKyVMqn2N2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tKyVMqn2N2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKyVMqn2N2 .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-tKyVMqn2N2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKyVMqn2N2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tKyVMqn2N2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tKyVNai4B0 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tKyVNai4B0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKyVNai4B0 .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-tKyVNai4B0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKyVNai4B0 .row {
  flex-direction: row-reverse;
}
.cid-tKyVNai4B0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tKyVNai4B0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tKyW5x1hnP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tKyW5x1hnP img,
.cid-tKyW5x1hnP .item-img {
  width: 100%;
}
.cid-tKyW5x1hnP .item:focus,
.cid-tKyW5x1hnP span:focus {
  outline: none;
}
.cid-tKyW5x1hnP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tKyW5x1hnP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-tKyW5x1hnP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKyW5x1hnP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKyW5x1hnP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKyW5x1hnP .mbr-section-title {
  color: #232323;
}
.cid-tKyW5x1hnP .mbr-text,
.cid-tKyW5x1hnP .mbr-section-btn {
  text-align: left;
}
.cid-tKyW5x1hnP .item-title {
  text-align: left;
}
.cid-tKyW5x1hnP .item-subtitle {
  text-align: center;
}

.cid-tKyovDLMXe {
  background-image: url("../../../assets/images/c2.jpg");
}
.cid-tKyovDLMXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKyovDLMXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKyovDLMXe .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tKyovDLMXe .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tKyovDLMXe .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tKyovDLMXe .mbr-section-title {
  color: #ffffff;
}
.cid-tKyovDLMXe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKyovDLMXe .mbr-text,
.cid-tKyovDLMXe .mbr-section-btn,
.cid-tKyovDLMXe .social-row {
  color: #ffffff;
}
.cid-tKytbKaK6X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKytbKaK6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKytbKaK6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKytbKaK6X .timeline-element {
  position: relative;
}
.cid-tKytbKaK6X .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tKytbKaK6X .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tKytbKaK6X .mbr-section-title,
.cid-tKytbKaK6X .mbr-section-subtitle,
.cid-tKytbKaK6X .timeline-date {
  text-align: center;
}
.cid-tKytbKaK6X .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #bbbbbb;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tKytbKaK6X .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-tKytbKaK6X .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-tKytbKaK6X .row:after {
  content: "";
  position: absolute;
  background-color: #bbbbbb;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-tKytbKaK6X .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tKytbKaK6X .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tKytbKaK6X .timeline-date-wrapper,
  .cid-tKytbKaK6X .timeline-text-wrapper,
  .cid-tKytbKaK6X .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tKytbKaK6X .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-tKytbKaK6X .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tKytbKaK6X .timeline-date-wrapper,
  .cid-tKytbKaK6X .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tKytbKaK6X .timeline-date-wrapper,
  .cid-tKytbKaK6X .timeline-text-wrapper,
  .cid-tKytbKaK6X .image-wrapper {
    padding: 2rem;
  }
}

.cid-tHIiB1Ub44 {
  background-image: url("../../../assets/images/untitled.17.jpg");
}
.cid-tHIiB1Ub44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHIiB1Ub44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHIiB1Ub44 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tHIiB1Ub44 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tHIiB1Ub44 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tHIqYsC6cf {
  background-color: #efefef;
}
.cid-tHIqYsC6cf input::-webkit-input-placeholder,
.cid-tHIqYsC6cf textarea::-webkit-input-placeholder {
  opacity: .5;
}
.cid-tHIqYsC6cf input:-moz-placeholder,
.cid-tHIqYsC6cf textarea:-moz-placeholder {
  opacity: .5;
}
.cid-tHIqYsC6cf .form-range {
  max-width: 80%;
}
.cid-tHIqYsC6cf .inline-icon {
  text-align: center;
  padding-left: 0px;
}
.cid-tHIqYsC6cf .inline-icon li {
  display: inline-block;
}
.cid-tHIqYsC6cf .inline-flex {
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
}
.cid-tHIqYsC6cf .icon-wrap {
  background: #fafafa;
}
.cid-tHIqYsC6cf .user_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
}
.cid-tHIqYsC6cf .user_image .item-wrapper {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: inline-grid;
}
.cid-tHIqYsC6cf .user_image img {
  width: 36px;
}
.cid-tHIqYsC6cf .title-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tHIqYsC6cf .mbr-iconfont2 {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ff9c3c;
}
.cid-tHIqYsC6cf a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-tHIqYsC6cf .input-group-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.cid-tHIqYsC6cf .input-group-btn .btn-form {
  width: 100%;
}
.cid-tHIqYsC6cf .form-block {
  padding: 75px 50px 35px 50px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tHIqYsC6cf .form-block {
    padding: 1rem;
  }
}
.cid-tHIqYsC6cf textarea.form-control {
  resize: none;
}
.cid-tHIqYsC6cf .form-control-label {
  display: inline;
  padding: 10px;
  font-weight: 600;
}
.cid-tHIqYsC6cf .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-tHIqYsC6cf .privacy {
  margin-top: 50px;
  color: #8e909b;
  text-align: left;
}
.cid-tHIqYsC6cf .privacy p {
  padding: 10px;
  margin-bottom: 0;
}
.cid-tHIqYsC6cf P {
  color: #000000;
  text-align: center;
}
.cid-tIUXfbr9fp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-tIUXfbr9fp img,
.cid-tIUXfbr9fp .item-img {
  width: 100%;
}
.cid-tIUXfbr9fp .item:focus,
.cid-tIUXfbr9fp span:focus {
  outline: none;
}
.cid-tIUXfbr9fp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIUXfbr9fp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tIUXfbr9fp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIUXfbr9fp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tIUXfbr9fp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tIUXfbr9fp .mbr-section-title {
  color: #232323;
}
.cid-tIUXfbr9fp .mbr-text,
.cid-tIUXfbr9fp .mbr-section-btn {
  text-align: left;
}
.cid-tIUXfbr9fp .item-title {
  text-align: left;
}
.cid-tIUXfbr9fp .item-subtitle {
  text-align: center;
}
.cid-tHIi7CvA3O {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
.cid-tHIi7CvA3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHIi7CvA3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHIi7CvA3O .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tHIi7CvA3O .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tHIi7CvA3O .mbr-iconfont {
  font-size: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .cid-tHIi7CvA3O .card {
    margin-bottom: 2rem;
  }
  .cid-tHIi7CvA3O .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tHIi7CvA3O .icon-text {
  text-align: left;
}
.cid-tHIi7CQX8r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHIi7CQX8r .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tHIi7CQX8r .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tHIi7CQX8r .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tHIi7CQX8r .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tHIi7CQX8r .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tHIi7CQX8r .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tHIi7CQX8r .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tHIi7CQX8r .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tHIi7CQX8r .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHIi7CQX8r .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tHIi7CQX8r .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHIi7CQX8r .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHIi7CQX8r .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tHIi7CQX8r .media-container-row .row-copirayt p {
  width: 100%;
}
