.btn {
  border-width: 1px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.image-wrap,
.item-wrapper {
  border-radius: 1rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Plus Jakarta Sans;
}
.display-1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.8rem 1.6rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffbf31 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffbf31 !important;
  border-color: #ffbf31 !important;
  color: #312200 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffcf64 !important;
  border-color: #ffcf64 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #312200 !important;
  background-color: #ffcf64 !important;
  border-color: #ffcf64 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline {
  color: #312200 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffbf31;
  color: #ffbf31;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #312200 !important;
  background-color: #ffbf31 !important;
  border-color: #ffbf31 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #312200 !important;
  background-color: #ffbf31 !important;
  border-color: #ffbf31 !important;
}
.btn-secondary-outline {
  color: #d70081 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline {
  color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline {
  color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline {
  color: #1f6463 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline {
  color: #645600 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline {
  color: #ffffff !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: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !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 {
  color: #7a7a7a !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: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !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: #ffbf31 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ca8b00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffbf31;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbf31;
  border-color: #ffbf31;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffbf31;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffefd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffbf31 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffbf31;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbf31;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffbf31;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffbf31;
  border-bottom-color: #ffbf31;
}
.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: #ffbf31 !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: #ffd7ef !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='%23ffbf31' %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-tT2btoe64Y {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tT2btoe64Y .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;
}
@media (max-width: 767px) {
  .cid-tT2btoe64Y .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tT2btoe64Y .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-tT2btoe64Y .navbar {
    padding: 0 128px !important;
  }
}
.cid-tT2btoe64Y .navbar.opened {
  transition: all 0.3s;
}
.cid-tT2btoe64Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tT2btoe64Y .navbar .navbar-logo img {
  width: auto;
}
.cid-tT2btoe64Y .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tT2btoe64Y .navbar.collapsed {
  justify-content: center;
}
.cid-tT2btoe64Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tT2btoe64Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tT2btoe64Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tT2btoe64Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tT2btoe64Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tT2btoe64Y .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-tT2btoe64Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tT2btoe64Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tT2btoe64Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tT2btoe64Y .navbar {
    min-height: 72px;
  }
  .cid-tT2btoe64Y .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tT2btoe64Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tT2btoe64Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tT2btoe64Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tT2btoe64Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tT2btoe64Y .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-tT2btoe64Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tT2btoe64Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tT2btoe64Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tT2btoe64Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tT2btoe64Y .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tT2btoe64Y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tT2btoe64Y .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tT2btoe64Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tT2btoe64Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tT2btoe64Y .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tT2btoe64Y .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tT2btoe64Y .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tT2btoe64Y .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tT2btoe64Y .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tT2btoe64Y .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tT2btoe64Y .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tT2btoe64Y .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tT2btoe64Y .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tT2btoe64Y .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tT2btoe64Y .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tT2btoe64Y .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tT2btoe64Y .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tT2btoe64Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tT2btoe64Y .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-tT2btoe64Y .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tT2btoe64Y .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tT2btoe64Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tT2btoe64Y .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-tT2btoe64Y .nav-item:focus,
.cid-tT2btoe64Y .nav-link:focus {
  outline: none;
}
.cid-tT2btoe64Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tT2btoe64Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT2btoe64Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tT2btoe64Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tT2btoe64Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tT2btoe64Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tT2btoe64Y .dropdown-item.active,
.cid-tT2btoe64Y .dropdown-item:active {
  background-color: transparent;
}
.cid-tT2btoe64Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tT2btoe64Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tT2btoe64Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tT2btoe64Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tT2btoe64Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tT2btoe64Y .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tT2btoe64Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tT2btoe64Y .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tT2btoe64Y .navbar-buttons {
    text-align: left;
  }
}
.cid-tT2btoe64Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tT2btoe64Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tT2btoe64Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tT2btoe64Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT2btoe64Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT2btoe64Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tT2btoe64Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT2btoe64Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tT2btoe64Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tT2btoe64Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT2btoe64Y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tT2btoe64Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tT2btoe64Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tT2btoe64Y .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT2btoe64Y .navbar {
    height: 70px;
  }
  .cid-tT2btoe64Y .navbar.opened {
    height: auto;
  }
  .cid-tT2btoe64Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tT2btoe64Y .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tT2btoe64Y .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tT2btoe64Y .navbar-brand {
    margin-right: auto;
  }
  .cid-tT2btoe64Y .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tT2btoe64Y .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tT2btoe64Y .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tT2btoe64Y .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tT2btoe64Y .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tT2btedK3M {
  display: flex;
  padding-top: 195px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
@media (min-width: 768px) {
  .cid-tT2btedK3M {
    align-items: flex-start;
  }
  .cid-tT2btedK3M .row {
    justify-content: flex-start;
  }
}
.cid-tT2btedK3M .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2btedK3M .mbr-text,
.cid-tT2btedK3M .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tT2btedK3M .mbr-section-title,
.cid-tT2btedK3M .line {
  color: #232323;
}
.cid-tT2btedK3M h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2btedK3M h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2btedK3M .mbr-section-subtitle,
.cid-tT2btedK3M .align {
  text-align: left;
  color: #232323;
}
.cid-tT2gBE136h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tT2gBE136h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2gBE136h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2gBE136h .container-fluid {
  padding: 0;
}
.cid-tT2gBE136h img {
  border: 1px solid #efefef;
  border-radius: 0!important;
}
.cid-tT2h2thdxC {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tT2h2thdxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2h2thdxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2h2thdxC .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-tT2h2thdxC .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.cid-tT2h2thdxC img {
  border: 1px solid #efefef;
}
.cid-tT2h2thdxC img,
.cid-tT2h2thdxC .item-img {
  width: 100%;
}
.cid-tT2h2thdxC .item:focus,
.cid-tT2h2thdxC span:focus {
  outline: none;
}
.cid-tT2h2thdxC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tT2h2thdxC .item {
    margin-bottom: 1rem;
  }
}
.cid-tT2h2thdxC .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tT2h2thdxC .mbr-section-title {
  color: #232323;
}
.cid-tT2h2thdxC .mbr-text,
.cid-tT2h2thdxC .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tT2h2thdxC .content-head {
  max-width: 800px;
}
.cid-tT2h3xLUbt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffbf31;
}
.cid-tT2h3xLUbt .mbr-media {
  position: relative;
}
.cid-tT2h3xLUbt .mbr-media img {
  width: 100%;
  object-fit: cover;
  border: 1px solid #efefef;
  min-height: 300px;
}
.cid-tT2h3xLUbt .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.cid-tT2h3xLUbt .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  padding-left: 10px;
}
.cid-tT2h3xLUbt a {
  background-image: none !important;
}
.cid-tT2h3xLUbt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tT2h3xLUbt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tT2h3xLUbt .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tT2h3xLUbt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tT2h3xLUbt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tT2h3xLUbt .mbr-section-title {
  color: #20202a;
}
.cid-tT2h9shK9Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tT2h9shK9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2h9shK9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tT2h9shK9Z .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT2h9shK9Z img {
  max-width: 700px;
}
@media (max-width: 992px) {
  .cid-tT2h9shK9Z img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tT2h9shK9Z .card {
  margin-bottom: 2rem;
}
.cid-tT2h9shK9Z .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-tT2h9shK9Z .row {
  justify-content: space-between;
}
.cid-tT2h9shK9Z .card-box {
  display: flex;
  align-items: center;
}
.cid-tT2h9shK9Z .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tT2h9shK9Z .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-tT2h9shK9Z .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tT2h9shK9Z .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tT2h9shK9Z .card-text {
  color: #808080;
}
.cid-tT2h9shK9Z .card-title,
.cid-tT2h9shK9Z .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-tT2h9shK9Z .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2h9shK9Z .card-link,
.cid-tT2h9shK9Z .link-icon,
.cid-tT2h9shK9Z .link-align {
  color: #232323;
}
.cid-tT2haNJSzr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffbf31;
}
.cid-tT2haNJSzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2haNJSzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2haNJSzr .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-tT2haNJSzr a {
  position: relative;
  width: fit-content;
}
.cid-tT2haNJSzr a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tT2haNJSzr a:hover:before {
  width: 0;
}
.cid-tT2haNJSzr .copyright {
  color: #232323;
  text-align: center;
}
.cid-tT2haNJSzr .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tT2haNJSzr .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-tT2haNJSzr .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tT2haNJSzr .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tT2haNJSzr .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tT2haNJSzr .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tT2haNJSzr p {
    text-align: center;
  }
}
.cid-tT2btoe64Y {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tT2btoe64Y .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;
}
@media (max-width: 767px) {
  .cid-tT2btoe64Y .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tT2btoe64Y .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-tT2btoe64Y .navbar {
    padding: 0 128px !important;
  }
}
.cid-tT2btoe64Y .navbar.opened {
  transition: all 0.3s;
}
.cid-tT2btoe64Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tT2btoe64Y .navbar .navbar-logo img {
  width: auto;
}
.cid-tT2btoe64Y .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tT2btoe64Y .navbar.collapsed {
  justify-content: center;
}
.cid-tT2btoe64Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tT2btoe64Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tT2btoe64Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tT2btoe64Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tT2btoe64Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tT2btoe64Y .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-tT2btoe64Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tT2btoe64Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tT2btoe64Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tT2btoe64Y .navbar {
    min-height: 72px;
  }
  .cid-tT2btoe64Y .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tT2btoe64Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tT2btoe64Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tT2btoe64Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tT2btoe64Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tT2btoe64Y .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-tT2btoe64Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tT2btoe64Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tT2btoe64Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tT2btoe64Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tT2btoe64Y .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tT2btoe64Y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tT2btoe64Y .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tT2btoe64Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tT2btoe64Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tT2btoe64Y .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tT2btoe64Y .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tT2btoe64Y .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tT2btoe64Y .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tT2btoe64Y .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tT2btoe64Y .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tT2btoe64Y .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tT2btoe64Y .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tT2btoe64Y .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tT2btoe64Y .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tT2btoe64Y .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tT2btoe64Y .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tT2btoe64Y .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tT2btoe64Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tT2btoe64Y .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #ffffff;
  border-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-tT2btoe64Y .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tT2btoe64Y .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tT2btoe64Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tT2btoe64Y .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: #ffffff !important;
  border-radius: 4px !important;
}
.cid-tT2btoe64Y .nav-item:focus,
.cid-tT2btoe64Y .nav-link:focus {
  outline: none;
}
.cid-tT2btoe64Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tT2btoe64Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT2btoe64Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tT2btoe64Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tT2btoe64Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tT2btoe64Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tT2btoe64Y .dropdown-item.active,
.cid-tT2btoe64Y .dropdown-item:active {
  background-color: transparent;
}
.cid-tT2btoe64Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tT2btoe64Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tT2btoe64Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tT2btoe64Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tT2btoe64Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tT2btoe64Y .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tT2btoe64Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tT2btoe64Y .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tT2btoe64Y .navbar-buttons {
    text-align: left;
  }
}
.cid-tT2btoe64Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tT2btoe64Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tT2btoe64Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tT2btoe64Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT2btoe64Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT2btoe64Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tT2btoe64Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT2btoe64Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tT2btoe64Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tT2btoe64Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT2btoe64Y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tT2btoe64Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tT2btoe64Y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tT2btoe64Y .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT2btoe64Y .navbar {
    height: 70px;
  }
  .cid-tT2btoe64Y .navbar.opened {
    height: auto;
  }
  .cid-tT2btoe64Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tT2btoe64Y .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tT2btoe64Y .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tT2btoe64Y .navbar-brand {
    margin-right: auto;
  }
  .cid-tT2btoe64Y .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tT2btoe64Y .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tT2btoe64Y .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tT2btoe64Y .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tT2btoe64Y .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tT2btoe64Y .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tT2zESABzk {
  display: flex;
  padding-top: 225px;
  padding-bottom: 225px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
@media (min-width: 768px) {
  .cid-tT2zESABzk {
    align-items: flex-start;
  }
  .cid-tT2zESABzk .row {
    justify-content: flex-start;
  }
}
.cid-tT2zESABzk .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2zESABzk .mbr-text,
.cid-tT2zESABzk .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tT2zESABzk .mbr-section-title,
.cid-tT2zESABzk .line {
  color: #232323;
}
.cid-tT2zESABzk h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2zESABzk h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2zESABzk .mbr-section-subtitle,
.cid-tT2zESABzk .align {
  text-align: left;
  color: #232323;
}
.cid-tT2zGMxYdE {
  padding-top: 20rem;
  padding-bottom: 8rem;
  background-image: url("https://mobirise.com/extensions/powerm5/assets/images/video1.jpg");
}
.cid-tT2zGMxYdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2zGMxYdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2zGMxYdE img {
  width: 220px;
}
.cid-tT2zGMxYdE .img-col {
  border-left: 1px solid gray;
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .cid-tT2zGMxYdE {
    align-items: center;
  }
  .cid-tT2zGMxYdE .row {
    justify-content: flex-start;
  }
}
.cid-tT2zGMxYdE .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2zGMxYdE .mbr-text,
.cid-tT2zGMxYdE .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tT2zGMxYdE .mbr-section-title,
.cid-tT2zGMxYdE .line {
  color: #ffffff;
}
.cid-tT2zGMxYdE h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2zGMxYdE h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2zGMxYdE .mbr-section-subtitle,
.cid-tT2zGMxYdE .align {
  text-align: left;
  color: #ffffff;
}
.cid-tT2zH8mFHZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tT2zH8mFHZ .mbr-media {
  position: relative;
}
.cid-tT2zH8mFHZ .mbr-media img {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-tT2zH8mFHZ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.cid-tT2zH8mFHZ .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  padding-left: 10px;
}
.cid-tT2zH8mFHZ a {
  background-image: none !important;
}
.cid-tT2zH8mFHZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tT2zH8mFHZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tT2zH8mFHZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tT2zH8mFHZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tT2zH8mFHZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tT2zH8mFHZ .mbr-section-title {
  color: #20202a;
}
.cid-tT2zHnXXhO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tT2zHnXXhO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT2zHnXXhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2zHnXXhO .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
}
.cid-tT2zHnXXhO .row {
  justify-content: center;
}
.cid-tT2zHnXXhO .card-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: 0.5rem;
}
.cid-tT2zHnXXhO .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tT2zHnXXhO .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tT2zHnXXhO .card-link:hover a {
  background-image: none !important;
}
.cid-tT2zHnXXhO .mbr-section-subtitle {
  color: #777777;
}
.cid-tT2zHnXXhO .card-text {
  color: #232323;
}
.cid-tT2zHnXXhO .card-title,
.cid-tT2zHnXXhO .iconfont-wrapper {
  color: #232323;
}
.cid-tT2zFWWy39 {
  display: flex;
  padding-top: 225px;
  padding-bottom: 225px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
@media (min-width: 768px) {
  .cid-tT2zFWWy39 {
    align-items: flex-start;
  }
  .cid-tT2zFWWy39 .row {
    justify-content: flex-start;
  }
}
.cid-tT2zFWWy39 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2zFWWy39 .mbr-text,
.cid-tT2zFWWy39 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tT2zFWWy39 .mbr-section-title,
.cid-tT2zFWWy39 .line {
  color: #232323;
}
.cid-tT2zFWWy39 h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2zFWWy39 h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2zFWWy39 .mbr-section-subtitle,
.cid-tT2zFWWy39 .align {
  text-align: left;
  color: #232323;
}
.cid-tT2zHvdO9l {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tT2zHvdO9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2zHvdO9l .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f2f2f2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tT2zHvdO9l .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-tT2zHvdO9l .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-tT2zHvdO9l .item-wrapper:hover .card-title,
.cid-tT2zHvdO9l .item-wrapper:hover .card-text,
.cid-tT2zHvdO9l .item-wrapper:hover .card-link,
.cid-tT2zHvdO9l .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-tT2zHvdO9l .item-wrapper:hover span {
  color: #ffbf31;
}
.cid-tT2zHvdO9l .card-title,
.cid-tT2zHvdO9l .card-text,
.cid-tT2zHvdO9l .card-link,
.cid-tT2zHvdO9l .card-link a {
  transition: all 0.3s;
}
.cid-tT2zHvdO9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2zHvdO9l .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tT2zHvdO9l .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-tT2zHvdO9l .link-wrapper:hover {
  cursor: pointer;
}
.cid-tT2zHvdO9l .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tT2zHvdO9l .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-tT2zHvdO9l .card-title,
.cid-tT2zHvdO9l .iconfont-wrapper {
  color: #000000;
}
.cid-tT2zHvdO9l .card-text {
  color: #232323;
}
.cid-tT2zHvdO9l .content-head {
  max-width: 800px;
}
.cid-tT2zHvdO9l .mbr-section-title {
  color: #000000;
}
.cid-tT2zHvdO9l .card-link,
.cid-tT2zHvdO9l .link-icon,
.cid-tT2zHvdO9l .link-align {
  color: #232323;
}
.cid-tT2zHBo0FS {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
@media (max-width: 992px) {
  .cid-tT2zHBo0FS .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT2zHBo0FS .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-tT2zHBo0FS .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tT2zHBo0FS .card-link:hover a {
  background-image: none !important;
}
.cid-tT2zHBo0FS .card-link:hover {
  cursor: pointer;
}
.cid-tT2zHBo0FS .card-link:hover:before {
  width: 0%;
}
.cid-tT2zHBo0FS .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
}
.cid-tT2zHBo0FS .row {
  justify-content: center;
}
.cid-tT2zHBo0FS .card-box {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #232323;
  padding-bottom: 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-tT2zHBo0FS .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tT2zHBo0FS .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tT2zHBo0FS .mbr-section-subtitle {
  color: #777777;
}
.cid-tT2zHBo0FS .card-text {
  color: #232323;
}
.cid-tT2zHBo0FS .card-title,
.cid-tT2zHBo0FS .iconfont-wrapper {
  color: #232323;
}
.cid-tT2zHBo0FS .mbr-section-title {
  text-align: left;
}
.cid-tT2zHBo0FS .card-link,
.cid-tT2zHBo0FS .link-icon,
.cid-tT2zHBo0FS .link-align {
  color: #232323;
}
.cid-tT2zGrg2zW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tT2zGrg2zW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2zGrg2zW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-tT2zGrg2zW {
    align-items: flex-start;
  }
  .cid-tT2zGrg2zW .row {
    justify-content: flex-start;
  }
}
.cid-tT2zGrg2zW .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2zGrg2zW .mbr-text,
.cid-tT2zGrg2zW .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tT2zGrg2zW .mbr-section-title,
.cid-tT2zGrg2zW .line {
  color: #232323;
}
.cid-tT2zGrg2zW h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2zGrg2zW h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2zGrg2zW .mbr-section-subtitle,
.cid-tT2zGrg2zW .align {
  text-align: left;
  color: #232323;
}
.cid-tT2zHIi3lq {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-tT2zHIi3lq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2zHIi3lq .card-link {
  position: relative;
  width: fit-content;
}
.cid-tT2zHIi3lq .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tT2zHIi3lq .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tT2zHIi3lq .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-tT2zHIi3lq .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-tT2zHIi3lq .item-wrapper:hover .card-title,
.cid-tT2zHIi3lq .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-tT2zHIi3lq .item-wrapper:hover span,
.cid-tT2zHIi3lq .item-wrapper:hover .card-link,
.cid-tT2zHIi3lq .item-wrapper:hover .card-link a {
  color: #ffbf31 !important;
}
.cid-tT2zHIi3lq .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-tT2zHIi3lq .card-title,
.cid-tT2zHIi3lq .card-text,
.cid-tT2zHIi3lq .card-link,
.cid-tT2zHIi3lq .card-link a {
  transition: all 0.3s;
}
.cid-tT2zHIi3lq .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tT2zHIi3lq .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-tT2zHIi3lq .link-wrapper:hover {
  cursor: pointer;
}
.cid-tT2zHIi3lq .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tT2zHIi3lq .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-tT2zHIi3lq .card-title,
.cid-tT2zHIi3lq .iconfont-wrapper {
  color: #000000;
}
.cid-tT2zHIi3lq .card-text {
  color: #232323;
}
.cid-tT2zHIi3lq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tT2zHIi3lq .card-link,
.cid-tT2zHIi3lq .link-icon,
.cid-tT2zHIi3lq .link-align {
  color: #232323;
}
.cid-tT2zHIi3lq .mbr-section-subtitle {
  text-align: left;
}
.cid-tT2zIkMmxy {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tT2zIkMmxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2zIkMmxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2zIkMmxy .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-tT2zIkMmxy .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.cid-tT2zIkMmxy img,
.cid-tT2zIkMmxy .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tT2zIkMmxy .item:focus,
.cid-tT2zIkMmxy span:focus {
  outline: none;
}
.cid-tT2zIkMmxy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tT2zIkMmxy .item {
    margin-bottom: 1rem;
  }
}
.cid-tT2zIkMmxy .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tT2zIkMmxy .mbr-section-title {
  color: #232323;
}
.cid-tT2zIkMmxy .mbr-text,
.cid-tT2zIkMmxy .mbr-section-btn {
  color: #232323;
}
.cid-tT2zIkMmxy .content-head {
  max-width: 800px;
}
.cid-tT2zGFk4iw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tT2zGFk4iw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2zGFk4iw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2zGFk4iw .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-tT2zGFk4iw .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2zGFk4iw .mbr-text,
.cid-tT2zGFk4iw .mbr-section-btn {
  color: #232323;
}
.cid-tT2zGFk4iw .mbr-section-title,
.cid-tT2zGFk4iw .line {
  color: #232323;
}
.cid-tT2zGFk4iw h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2zGFk4iw h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2zGFk4iw .mbr-section-subtitle,
.cid-tT2zGFk4iw .align {
  text-align: left;
  color: #232323;
}
.cid-tT2zIsvaLM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-tT2zIsvaLM .item-subtitle {
  line-height: 1.2;
  color: #232323;
}
.cid-tT2zIsvaLM .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-tT2zIsvaLM img,
.cid-tT2zIsvaLM .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tT2zIsvaLM .item:focus,
.cid-tT2zIsvaLM span:focus {
  outline: none;
}
.cid-tT2zIsvaLM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tT2zIsvaLM .item {
    margin-bottom: 1rem;
  }
}
.cid-tT2zIsvaLM .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tT2zIsvaLM .mbr-section-title {
  color: #232323;
}
.cid-tT2zIsvaLM .mbr-text,
.cid-tT2zIsvaLM .mbr-section-btn {
  color: #232323;
}
.cid-tT2zIsvaLM .content-head {
  max-width: 800px;
}
.cid-tT2zIArgZz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tT2zIArgZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2zIArgZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tT2zIArgZz .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT2zIArgZz img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-tT2zIArgZz img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-tT2zIArgZz .card {
  margin-bottom: 2rem;
}
.cid-tT2zIArgZz .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-tT2zIArgZz .row {
  justify-content: space-between;
}
.cid-tT2zIArgZz .card-box {
  display: flex;
  align-items: center;
}
.cid-tT2zIArgZz .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tT2zIArgZz .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-tT2zIArgZz .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tT2zIArgZz .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tT2zIArgZz .card-text {
  color: #808080;
}
.cid-tT2zIArgZz .card-title,
.cid-tT2zIArgZz .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-tT2zIArgZz .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2zIArgZz .card-link,
.cid-tT2zIArgZz .link-icon,
.cid-tT2zIArgZz .link-align {
  color: #232323;
}
.cid-tT2zGyEhuh {
  display: flex;
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
@media (min-width: 768px) {
  .cid-tT2zGyEhuh {
    align-items: flex-start;
  }
  .cid-tT2zGyEhuh .row {
    justify-content: flex-start;
  }
}
.cid-tT2zGyEhuh .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2zGyEhuh .mbr-text,
.cid-tT2zGyEhuh .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tT2zGyEhuh .mbr-section-title,
.cid-tT2zGyEhuh .line {
  color: #232323;
}
.cid-tT2zGyEhuh h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2zGyEhuh h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2zGyEhuh .mbr-section-subtitle,
.cid-tT2zGyEhuh .align {
  text-align: left;
  color: #232323;
}
.cid-tT2zGyEhuh .mbr-text2 {
  color: #808080;
}
.cid-tT2zIGtURd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tT2zIGtURd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2zIGtURd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tT2zIGtURd .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tT2zIGtURd img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-tT2zIGtURd img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tT2zIGtURd .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-tT2zIGtURd .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tT2zIGtURd .card-link:hover a {
  background-image: none !important;
}
.cid-tT2zIGtURd .card-link:hover {
  cursor: pointer;
}
.cid-tT2zIGtURd .card-link:hover:before {
  width: 0%;
}
.cid-tT2zIGtURd .card {
  margin-bottom: 3rem;
}
.cid-tT2zIGtURd .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-tT2zIGtURd .row {
  justify-content: center;
}
.cid-tT2zIGtURd .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-tT2zIGtURd .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tT2zIGtURd .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tT2zIGtURd .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tT2zIGtURd .card-text {
  color: #232323;
}
.cid-tT2zIGtURd .card-title,
.cid-tT2zIGtURd .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-tT2zIGtURd .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2zIGtURd .card-link,
.cid-tT2zIGtURd .link-icon,
.cid-tT2zIGtURd .link-align {
  color: #232323;
}
.cid-tT2zIZI80Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/powerm5/assets/images/video1.jpg");
}
.cid-tT2zIZI80Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2zIZI80Y .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-tT2zIZI80Y .col-title {
    margin-bottom: 20px;
  }
}
.cid-tT2zIZI80Y .mbr-section-title {
  color: #ffffff;
}
.cid-tT2zIZI80Y .mbr-text {
  color: #000000;
}
.cid-tT2zIZI80Y h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2zIZI80Y h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2zIZI80Y .row {
  justify-content: space-between;
}
.cid-tT2zIZI80Y .mbr-text1 {
  color: #0046c7;
}
.cid-tT2zIZI80Y img {
  object-fit: cover;
}
.cid-tT2zIZI80Y h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-tT2zIZI80Y h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-tT2zIZI80Y h3:hover:before {
  opacity: 0;
}
.cid-tT2zIZI80Y h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-tT2zIZI80Y h3 {
    transform: translateX(0px);
  }
}
.cid-tT2zIZI80Y .mbr-section-subtitle,
.cid-tT2zIZI80Y .align {
  color: #ffffff;
}
.cid-tT2zJ9ep10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tT2zJ9ep10 img {
  width: 180px;
  margin: auto;
}
.cid-tT2zJ9ep10 .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tT2zJ9ep10 .card {
    max-width: 16.66%;
  }
}
.cid-tT2zJ9ep10 .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tT2zJ9ep10 .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-tT2zJeU3mL {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-tT2zJeU3mL .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tT2zJeU3mL .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-tT2zJeU3mL .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-tT2zJeU3mL .mbr-role {
  border-bottom: 1px solid currentColor;
  padding-bottom: 1rem;
}
.cid-tT2zJeU3mL .image-wrap {
  overflow: hidden;
  min-height: 500px;
  border-radius: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tT2zJeU3mL .item {
    margin-bottom: 2rem;
  }
}
.cid-tT2zJeU3mL .card-wrap {
  height: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
}
.cid-tT2zJeU3mL .card-wrap:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .cid-tT2zJeU3mL .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tT2zJeU3mL .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  height: 500px;
  object-fit: cover;
}
.cid-tT2zJeU3mL .card-wrap .content-wrap {
  margin: auto;
}
.cid-tT2zJeU3mL .content-wrap {
  height: 100%;
  width: 100%;
  padding-top: 1rem;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.cid-tT2zJeU3mL .icons-menu {
  display: flex;
}
.cid-tT2zJeU3mL .iconfont-wrapper {
  font-size: 1.2rem;
  margin-right: 1rem;
  display: block;
  position: relative;
}
.cid-tT2zJeU3mL .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #232323;
}
.cid-tT2zJeU3mL .card-text,
.cid-tT2zJeU3mL .mbr-section-btn,
.cid-tT2zJeU3mL .social-row {
  color: #232323;
}
.cid-tT2zJeU3mL .mbr-role,
.cid-tT2zJeU3mL .social-row {
  color: #232323;
}
.cid-tT2zJeU3mL .card-title,
.cid-tT2zJeU3mL .social-row {
  color: #232323;
}
.cid-tT2zJeU3mL .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-tT2zJeU3mL .mbr-section-subtitle {
  text-align: left;
}
.cid-tT2zJkN093 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tT2zJkN093 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2zJkN093 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2zJkN093 .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-tT2zJkN093 .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tT2zJkN093 .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-tT2zJkN093 .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-tT2zJkN093 .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-tT2zJkN093 .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-tT2zJkN093 .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2zJkN093 .mbr-text,
.cid-tT2zJkN093 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tT2zJkN093 .mbr-section-title,
.cid-tT2zJkN093 .line {
  color: #808080;
}
.cid-tT2zJkN093 .mbr-section-subtitle,
.cid-tT2zJkN093 .align {
  text-align: left;
  color: #232323;
}
.cid-tT2zJrnoTF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tT2zJrnoTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2zJrnoTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2zJrnoTF h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2zJrnoTF h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2zJrnoTF .image-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tT2zJrnoTF .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tT2zJrnoTF .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tT2zJrnoTF .text-wrapper p {
  margin: 0;
}
.cid-tT2zJrnoTF .mbr-section-title {
  color: #232323;
}
.cid-tT2zJrnoTF .mbr-text {
  color: #232323;
}
.cid-tT2zJrnoTF .name {
  color: #232323;
}
.cid-tT2zJrnoTF .position {
  color: #232323;
}
.cid-tT2zJrnoTF .mbr-section-subtitle,
.cid-tT2zJrnoTF .align {
  color: #232323;
}
.cid-tT2zJA6dNn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tT2zJA6dNn h3 {
  text-align: center;
}
.cid-tT2zJA6dNn .pie_progress {
  padding-top: 1rem;
  position: relative;
  width: 100px !important;
  height: 100px !important;
}
.cid-tT2zJA6dNn .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-tT2zJA6dNn p {
  line-height: 1.6;
}
.cid-tT2zJA6dNn svg {
  width: 100px;
  height: 100px;
}
@media (min-width: 1600px) {
  .cid-tT2zJA6dNn .img-col {
    padding-right: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-tT2zJA6dNn .img-col {
    margin-bottom: 3rem;
  }
}
.cid-tT2zJA6dNn .card {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
@media (min-width: 1600px) {
  .cid-tT2zJA6dNn .item {
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tT2zJA6dNn .item {
    padding-bottom: 2rem;
  }
}
.cid-tT2zJA6dNn .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-tT2zJA6dNn .wrap {
  width: 200px;
  margin: 0;
  margin-left: 0;
  height: 130px !important;
  margin-right: auto;
}
.cid-tT2zJA6dNn .mbr-section-subtitle {
  color: #383838;
  text-align: left;
}
.cid-tT2zJA6dNn .pie_progress__number {
  text-align: center !important;
}
.cid-tT2zJA6dNn .card-title {
  margin-bottom: 0;
}
.cid-tT2zJA6dNn .svg-gradient {
  position: absolute;
}
.cid-tT2zJA6dNn ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-tT2zJA6dNn path {
  stroke: #ffbf31;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tT2zJA6dNn .card {
    flex-basis: 50%;
  }
}
.cid-tT2zJA6dNn H4 {
  color: #232323;
}
.cid-tT2zJA6dNn .mbr-section-title {
  color: #181818;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tT2zJA6dNn .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tT2zJA6dNn .content {
    padding-left: 0rem;
  }
  .cid-tT2zJA6dNn .wrap {
    width: 100px;
  }
}
.cid-tT2zJA6dNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2zJA6dNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2zJA6dNn .card-text1 {
  text-align: left;
}
.cid-tT2zK5pAKi {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-tT2zK5pAKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2zK5pAKi .card-link {
  position: relative;
  width: fit-content;
}
.cid-tT2zK5pAKi .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tT2zK5pAKi h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2zK5pAKi h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2zK5pAKi .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tT2zK5pAKi .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-tT2zK5pAKi .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-tT2zK5pAKi .item-wrapper:hover .card-title,
.cid-tT2zK5pAKi .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-tT2zK5pAKi .item-wrapper:hover span,
.cid-tT2zK5pAKi .item-wrapper:hover .card-link,
.cid-tT2zK5pAKi .item-wrapper:hover .card-link a {
  color: #ffbf31 !important;
}
.cid-tT2zK5pAKi .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-tT2zK5pAKi .card-title,
.cid-tT2zK5pAKi .card-text,
.cid-tT2zK5pAKi .card-link,
.cid-tT2zK5pAKi .card-link a {
  transition: all 0.3s;
}
.cid-tT2zK5pAKi .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tT2zK5pAKi .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-tT2zK5pAKi .link-wrapper:hover {
  cursor: pointer;
}
.cid-tT2zK5pAKi .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tT2zK5pAKi .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-tT2zK5pAKi .card-title,
.cid-tT2zK5pAKi .iconfont-wrapper {
  color: #000000;
}
.cid-tT2zK5pAKi .card-text {
  color: #232323;
}
.cid-tT2zK5pAKi .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tT2zK5pAKi .card-link,
.cid-tT2zK5pAKi .link-icon,
.cid-tT2zK5pAKi .link-align {
  color: #232323;
}
.cid-tT2zK5pAKi .mbr-section-subtitle {
  text-align: left;
}
.cid-tT2zK5pAKi .mbr-section-subtitle,
.cid-tT2zK5pAKi .align {
  color: #232323;
}
.cid-tT2zJGFJC8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .cid-tT2zJGFJC8 .col-md-6 {
    width: 100%;
  }
}
.cid-tT2zJGFJC8 h2,
.cid-tT2zJGFJC8 h4,
.cid-tT2zJGFJC8 p {
  margin: 0;
}
.cid-tT2zJGFJC8 .text-elements {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
}
@media (max-width: 1199px) {
  .cid-tT2zJGFJC8 .text-elements {
    padding: 0rem;
  }
}
.cid-tT2zJGFJC8 .inner {
  height: 100%;
}
.cid-tT2zJGFJC8 .col-border {
  border-right: 1px solid #efefef;
  max-height: 100%;
}
.cid-tT2zJGFJC8 .mbr-section-title {
  color: #232323;
  margin-bottom: 14px;
}
.cid-tT2zJGFJC8 .mbr-text {
  margin-top: 14px;
  color: #808080;
}
.cid-tT2zJGFJC8 .link-wrap {
  padding-top: 25px;
}
.cid-tT2zJGFJC8 .link {
  font-weight: 600;
  position: relative;
}
.cid-tT2zJGFJC8 .link::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  line-height: 1;
  background-color: #ee3102;
  transition: transform 0.35s cubic-bezier(0.23, 0.02, 0.15, 0.9);
}
.cid-tT2zJGFJC8 .progress-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tT2zJGFJC8 .card {
  width: 300px;
  max-width: 300px;
  margin-right: 70px;
  margin-bottom: 25px;
}
.cid-tT2zJGFJC8 .card .circle-wrap {
  position: relative;
  display: flex;
  overflow: visible;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  max-height: 400px;
  margin-bottom: 26px;
}
.cid-tT2zJGFJC8 .card .circle-wrap svg {
  overflow: visible;
}
.cid-tT2zJGFJC8 .card .circle-wrap svg .circle-active {
  stroke: #ffbf31;
}
.cid-tT2zJGFJC8 .card .circle-wrap .circle-text {
  position: absolute;
}
.cid-tT2zJGFJC8 .card-wrapper {
  justify-content: center;
}
.cid-tT2zJGFJC8 .card-title {
  margin-bottom: 0.625rem;
}
.cid-tT2zJGFJC8 .card1 {
  margin: auto;
}
.cid-tT2zJGFJC8 .card1 .circle-wrap svg .circle-active {
  stroke-dashoffset: 21.77 !important;
}
.cid-tT2zJGFJC8 .card1 .circle-wrap .circle-text::before {
  content: "93";
}
@media (max-width: 1700px) {
  .cid-tT2zJGFJC8 .display-2 {
    font-size: 2.5rem !important;
    line-height: 1;
  }
  .cid-tT2zJGFJC8 .display-1 {
    font-size: 4rem !important;
  }
}
.cid-tT2zKb1q0d {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-tT2zKb1q0d .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tT2zKb1q0d .mbr-text,
.cid-tT2zKb1q0d .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tT2zKb1q0d .mbr-section-title,
.cid-tT2zKb1q0d .line {
  color: #232323;
}
.cid-tT2zKb1q0d .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-tT2zKb1q0d .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tT2zKb1q0d .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-tT2zKb1q0d .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tT2zKb1q0d .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tT2zKb1q0d h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tT2zKb1q0d h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tT2zKb1q0d .mbr-section-subtitle,
.cid-tT2zKb1q0d .align {
  text-align: left;
  color: #232323;
}
.cid-tT2zKu3B5T {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tT2zKu3B5T .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tT2zKu3B5T h4,
.cid-tT2zKu3B5T p {
  padding-bottom: 1rem;
}
.cid-tT2zKu3B5T .col-auto,
.cid-tT2zKu3B5T .btn {
  width: 100% !important;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tT2zKu3B5T .mbr-form {
    margin-bottom: 1rem;
  }
}
.cid-tT2zKu3B5T .google-map {
  height: 100%;
  padding-bottom: 1rem;
  min-height: 20rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-tT2zKu3B5T .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tT2zKu3B5T .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-tT2zKu3B5T .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tT2zKu3B5T .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tT2zKu3B5T .form-control,
.cid-tT2zKu3B5T .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #f2f2f2 !important;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
}
.cid-tT2zKu3B5T .form-control::-webkit-input-placeholder,
.cid-tT2zKu3B5T .field-input::-webkit-input-placeholder,
.cid-tT2zKu3B5T .form-control::-webkit-input-placeholder,
.cid-tT2zKu3B5T .field-input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.cid-tT2zKu3B5T .form-control:-moz-placeholder,
.cid-tT2zKu3B5T .field-input:-moz-placeholder,
.cid-tT2zKu3B5T .form-control:-moz-placeholder,
.cid-tT2zKu3B5T .field-input:-moz-placeholder {
  color: #cfcfcf;
}
.cid-tT2zKu3B5T .form-control:hover,
.cid-tT2zKu3B5T .field-input:hover,
.cid-tT2zKu3B5T .form-control:focus,
.cid-tT2zKu3B5T .field-input:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tT2zKu3B5T .form-control:hover::-webkit-input-placeholder,
.cid-tT2zKu3B5T .field-input:hover::-webkit-input-placeholder,
.cid-tT2zKu3B5T .form-control:focus::-webkit-input-placeholder,
.cid-tT2zKu3B5T .field-input:focus::-webkit-input-placeholder,
.cid-tT2zKu3B5T .form-control:hover::-webkit-input-placeholder,
.cid-tT2zKu3B5T .field-input:hover::-webkit-input-placeholder,
.cid-tT2zKu3B5T .form-control:focus::-webkit-input-placeholder,
.cid-tT2zKu3B5T .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tT2zKu3B5T .form-control:hover:-moz-placeholder,
.cid-tT2zKu3B5T .field-input:hover:-moz-placeholder,
.cid-tT2zKu3B5T .form-control:focus:-moz-placeholder,
.cid-tT2zKu3B5T .field-input:focus:-moz-placeholder,
.cid-tT2zKu3B5T .form-control:hover:-moz-placeholder,
.cid-tT2zKu3B5T .field-input:hover:-moz-placeholder,
.cid-tT2zKu3B5T .form-control:focus:-moz-placeholder,
.cid-tT2zKu3B5T .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tT2zKu3B5T .jq-number__spin:hover,
.cid-tT2zKu3B5T .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffbf31 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tT2zKu3B5T .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f2;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tT2zKu3B5T .jq-selectbox li,
.cid-tT2zKu3B5T .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tT2zKu3B5T .jq-selectbox li:hover,
.cid-tT2zKu3B5T .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tT2zKu3B5T .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tT2zKu3B5T .jq-number__spin.minus:hover:after,
.cid-tT2zKu3B5T .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tT2zKu3B5T .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tT2zKu3B5T .jq-number__spin.minus:after,
.cid-tT2zKu3B5T .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tT2zKu3B5T input::-webkit-clear-button {
  display: none;
}
.cid-tT2zKu3B5T input::-webkit-inner-spin-button {
  display: none;
}
.cid-tT2zKu3B5T input::-webkit-outer-spin-button {
  display: none;
}
.cid-tT2zKu3B5T input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tT2zKBgAI8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tT2zKBgAI8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tT2zKBgAI8 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tT2zKBgAI8 .item-content {
  border-top: 1px solid #efefef;
  margin-top: 2rem;
  padding: 0.25rem 2.25rem 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tT2zKBgAI8 .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tT2zKBgAI8 .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-tT2zKBgAI8 h5,
.cid-tT2zKBgAI8 h4,
.cid-tT2zKBgAI8 h6,
.cid-tT2zKBgAI8 p,
.cid-tT2zKBgAI8 li,
.cid-tT2zKBgAI8 li:before {
  transition: all 0.3s;
}
.cid-tT2zKBgAI8 .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tT2zKBgAI8 .item-wrapper:hover {
  background: #232323;
}
.cid-tT2zKBgAI8 .item-wrapper:hover h5,
.cid-tT2zKBgAI8 .item-wrapper:hover h4,
.cid-tT2zKBgAI8 .item-wrapper:hover h6,
.cid-tT2zKBgAI8 .item-wrapper:hover p,
.cid-tT2zKBgAI8 .item-wrapper:hover li,
.cid-tT2zKBgAI8 .item-wrapper:hover li:before {
  color: #ffffff;
}
.cid-tT2zKBgAI8 .btn {
  width: -webkit-fill-available;
}
.cid-tT2zKBgAI8 .item:focus,
.cid-tT2zKBgAI8 span:focus {
  outline: none;
}
.cid-tT2zKBgAI8 .mbr-section-btn {
  padding: 0 1rem;
  width: 100%;
}
.cid-tT2zKBgAI8 .mbr-section-btn .btn {
  width: 100%;
}
.cid-tT2zKBgAI8 .mbr-section-title {
  color: #000000;
}
.cid-tT2zKBgAI8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tT2zKBgAI8 .mbr-text,
.cid-tT2zKBgAI8 .mbr-section-btn {
  text-align: center;
}
.cid-tT2zKBgAI8 .item-title {
  text-align: center;
  color: #000000;
}
.cid-tT2zKBgAI8 .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tT2zKBgAI8 .content-head {
  max-width: 800px;
}
.cid-tT2zKBgAI8 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-tT2zKBgAI8 .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-tT2zKBgAI8 .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #232323;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-tT2zKBgAI8 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tT2zKBgAI8 .mbr-text UL {
  text-align: left;
}
.cid-tT2zKBgAI8 .item-maintitle {
  text-align: center;
}
.cid-tT2zY4adXv {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #ffbf31, #ffffff);
}
.cid-tT2zY4adXv .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-tT2zY4adXv .container {
    padding: 0 16px;
  }
}
.cid-tT2zY4adXv li {
  line-height: 1.8;
}
.cid-tT2zY4adXv li:hover {
  cursor: pointer;
}
.cid-tT2zY4adXv .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tT2zY4adXv .card {
    margin-bottom: 40px;
  }
}
.cid-tT2zY4adXv .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tT2zY4adXv .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tT2zY4adXv .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tT2zY4adXv .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tT2zY4adXv .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tT2zY4adXv .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tT2zY4adXv .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tT2zY4adXv .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #232323;
}
.cid-tT2zY4adXv .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tT2zY4adXv .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tT2zY4adXv .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tT2zY4adXv .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tT2zY4adXv .mbr-section-title {
  color: #ffffff;
}
.cid-tT2zY4adXv .copyright {
  color: #232323;
}
.cid-tT2zY4adXv .mbr-card-title {
  color: #232323;
}
.cid-tT2zY4adXv .list {
  color: #232323;
}
.cid-tT2zY4adXv .mbr-section-title,
.cid-tT2zY4adXv .title-wrapper,
.cid-tT2zY4adXv .social-wrapper {
  color: #232323;
}
.cid-tT2zJYWymU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tT2zJYWymU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2zJYWymU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2zJYWymU .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tT2zJYWymU .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: left;
}
.cid-tT2zJYWymU .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tT2zJYWymU .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-tT2zJYWymU .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #232323;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-tT2zJYWymU .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-tT2zJYWymU .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-tT2zJYWymU .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-tT2zJYWymU .panel-group {
    margin-top: 0;
  }
}
.cid-tT2zJYWymU .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-tT2zJYWymU .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tT2zJYWymU .card-header {
    padding: 8px 0;
  }
}
.cid-tT2zJYWymU img,
.cid-tT2zJYWymU .img-wrap,
.cid-tT2zJYWymU .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-tT2zJYWymU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-tT2zJYWymU .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-tT2zJYWymU .panel-title-edit {
  color: #232323;
}
.cid-tT2zJYWymU .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-tT2zJYWymU .panel-body {
    padding: 0 0 24px;
  }
}
.cid-tT2zJYWymU .panel-text {
  color: #232323;
  margin: 0;
}
.cid-tT2zJYWymU .mbr-section-subtitle,
.cid-tT2zJYWymU .mbr-section-btn {
  text-align: left;
}
.cid-tT2haNJSzr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffbf31;
}
.cid-tT2haNJSzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT2haNJSzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT2haNJSzr .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-tT2haNJSzr a {
  position: relative;
  width: fit-content;
}
.cid-tT2haNJSzr a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tT2haNJSzr a:hover:before {
  width: 0;
}
.cid-tT2haNJSzr .copyright {
  color: #232323;
  text-align: center;
}
.cid-tT2haNJSzr .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tT2haNJSzr .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-tT2haNJSzr .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tT2haNJSzr .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tT2haNJSzr .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tT2haNJSzr .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tT2haNJSzr p {
    text-align: center;
  }
}
