body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #42474c !important;
}
.bg-success {
  background-color: #a3a3a3 !important;
}
.bg-info {
  background-color: #555555 !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #42474c !important;
  border-color: #42474c !important;
  color: #555555 !important;
}
.btn-primary:hover {
  color: #555555 !important;
  background-color: #1e2123 !important;
  border-color: #1e2123 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #555555 !important;
  background-color: #1e2123 !important;
  border-color: #1e2123 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: white !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #5a6167 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa200 !important;
  border-color: #ffa200 !important;
  color: #555555 !important;
}
.btn-secondary:hover {
  color: #555555 !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #555555 !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: white !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #555555 !important;
  border-color: #555555 !important;
  color: #555555 !important;
}
.btn-info:hover {
  color: #555555 !important;
  background-color: #2f2f2f !important;
  border-color: #2f2f2f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #555555 !important;
  background-color: #2f2f2f !important;
  border-color: #2f2f2f !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: white !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  color: #555555 !important;
}
.btn-success:hover {
  color: #555555 !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #555555 !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: white !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #555555 !important;
}
.btn-warning:hover {
  color: #555555 !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #555555 !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: white !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #555555 !important;
}
.btn-danger:hover {
  color: #555555 !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #555555 !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: white !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #555555 !important;
}
.btn-white:hover {
  color: #555555 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #555555 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: white !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #555555 !important;
}
.btn-black:hover {
  color: #555555 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #555555 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: white !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #42474c !important;
  color: #ffffff !important;
  color: #42474c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #42474c;
  color: #42474c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #42474c;
  border-color: #42474c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #42474c !important;
  border-color: #42474c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #42474c !important;
  color: #555555 !important;
}
.btn-primary-outline:hover {
  color: #555555 !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #ffa200 !important;
  color: #ffffff !important;
  color: #ffa200 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ffa200;
  color: #ffa200;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa200 !important;
  border-color: #ffa200 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #ffa200 !important;
  color: #555555 !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #555555 !important;
  color: #ffffff !important;
  color: #555555 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #555555;
  color: #555555;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #555555 !important;
  color: #555555 !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #a3a3a3 !important;
  color: #ffffff !important;
  color: #a3a3a3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a3a3a3;
  color: #a3a3a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #a3a3a3 !important;
  color: #555555 !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #808080 !important;
  color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #808080 !important;
  color: #555555 !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b1a374 !important;
  color: #555555 !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #555555 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #42474c !important;
}
.text-secondary {
  color: #ffa200 !important;
}
.text-success {
  color: #a3a3a3 !important;
}
.text-info {
  color: #555555 !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #717a83 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffc766 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d6d6d6 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #555555 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #42474c;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #555555;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #42474c;
  border-color: #42474c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #42474c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b5babf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3e3e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8c8c8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #42474c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #42474c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #42474c;
  border-bottom-color: #42474c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #42474c !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: #ffa200 !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='%2342474c' %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-t2Y8EMzLr7 {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-t2Y8EMzLr7 .carousel {
    height: 750px;
  }
}
@media (max-width: 767px) {
  .cid-t2Y8EMzLr7 .carousel {
    height: 100vh;
  }
}
.cid-t2Y8EMzLr7 .carousel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-t2Y8EMzLr7 .carousel-item,
.cid-t2Y8EMzLr7 .carousel-inner {
  height: 100%;
}
.cid-t2Y8EMzLr7 .mbr-overlay {
  z-index: 1;
}
.cid-t2Y8EMzLr7 .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  background-color: black;
  opacity: 33%;
  transition: .5s all;
  pointer-events: none;
}
.cid-t2Y8EMzLr7 .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t2Y8EMzLr7 .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-t2Y8EMzLr7 .mbr-section-title {
  margin-bottom: 25px;
  letter-spacing: 1px;
}
@media (min-width: 1400px) {
  .cid-t2Y8EMzLr7 .mbr-section-title.display-1 {
    line-height: 120px;
  }
}
.cid-t2Y8EMzLr7 .mbr-section-btn {
  margin-top: 42px;
}
.cid-t2Y8EMzLr7 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t2Y8EMzLr7 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t2Y8EMzLr7 .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-t2Y8EMzLr7 .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-t2Y8EMzLr7 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t2Y8EMzLr7 h5 {
    font-size: 27px !important;
    line-height: 30px;
  }
  .cid-t2Y8EMzLr7 .btn .btn-secondary {
    padding: 1.2rem 2.5rem;
    border-radius: 8px;
  }
  .cid-t2Y8EMzLr7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t2Y8EMzLr7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t2Y8EMzLr7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t2Y8EMzLr7 .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-t2Y8EMzLr7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #ffffff !important;
}
.cid-t2Y8EMzLr7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #ffffff !important;
}
.cid-t2Y8EMzLr7 .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-t2Y8EMzLr7 .carousel-control {
    display: none !important;
  }
}
.cid-t2Y8EMzLr7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-t2Y8EMzLr7 .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-t2Y8EMzLr7 .carousel-indicators li.active,
.cid-t2Y8EMzLr7 .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-t2Y8EMzLr7 .carousel-indicators li::after,
.cid-t2Y8EMzLr7 .carousel-indicators li::before {
  content: none;
}
.cid-t2Y8EMzLr7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2Y8EMzLr7 .carousel-indicators {
    display: none !important;
  }
}
.cid-t2Y8EMzLr7 .mbr-section-text,
.cid-t2Y8EMzLr7 .mbr-section-btn {
  text-align: center;
}
.cid-tpjUZ8iark {
  padding-top: 180px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tpjUZ8iark h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tpjUZ8iark h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tpjUZ8iark .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-tpjUZ8iark .mbr-section-subtitle,
.cid-tpjUZ8iark .title-align {
  color: #ffa200;
}
.cid-tpjUZ8iark H1 {
  color: #303030;
}
.cid-tpjUZ8iark .mbr-text,
.cid-tpjUZ8iark .img-align {
  color: #777777;
  text-align: justify;
}
.cid-tpjO5vwCeM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tpjO5vwCeM .mbr-section-subtitle {
  color: #ffa200;
  font-weight: 700;
}
.cid-tpjO5vwCeM .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tpjO5vwCeM H3 {
  color: #303030;
}
.cid-tpjOc1ZSHp {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tpjOc1ZSHp .card1 {
  background-image: url("../../../assets/images/stressed-young-african-wife-holding-hands-on-her-f-2021-08-31-05-15-46-utc-medie-1152x768.jpg");
  background-size: cover;
  background-position: center;
}
.cid-tpjOc1ZSHp .card2 {
  background-image: url("../../../assets/images/woman-assisting-her-senior-mother-at-the-hospital-2022-10-21-20-45-23-utc-medie-1151x768.jpg");
  background-size: cover;
  background-position: center;
}
.cid-tpjOc1ZSHp .card3 {
  background-image: url("../../../assets/images/woman-support-2022-11-12-03-23-35-utc-medie-1152x768.jpg");
  background-size: cover;
  background-position: center;
}
.cid-tpjOc1ZSHp .item-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  min-height: 500px;
}
.cid-tpjOc1ZSHp .text {
  text-align: justify;
  width: 100%;
  padding: 24px;
  z-index: 10;
}
.cid-tpjOc1ZSHp .l2 {
  color: #ffffff;
  text-align: left;
  font-weight: 600;
}
.cid-tpjOc1ZSHp .l1 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 4px;
  text-align: left;
}
.cid-tpjOc1ZSHp .features-image {
  margin-top: 30px;
}
.cid-tpjOc1ZSHp .features-image:nth-of-type(1) {
  margin-top: 0px;
}
.cid-tpjOc1ZSHp .features-image:nth-of-type(2) {
  margin-top: 0px;
}
.cid-tpjOc1ZSHp .features-image:nth-of-type(3) {
  margin-top: 0px;
}
.cid-tpjOc1ZSHp h5 {
  text-align: justify !important;
}
@media (max-width: 990px) {
  .cid-tpjOc1ZSHp .features-image:nth-of-type(3) {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tpjOc1ZSHp .features-image:nth-of-type(2) {
    margin-top: 30px;
  }
  .cid-tpjOc1ZSHp .text {
    padding: 15px;
  }
  .cid-tpjOc1ZSHp .item-wrapper {
    min-height: 400px;
  }
}
.cid-t2pFPUSJ60 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t2pFPUSJ60 .mbr-section-subtitle {
  color: #ffa200;
  font-weight: 700;
}
.cid-t2pFPUSJ60 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-t2pFPUSJ60 H3 {
  color: #000000;
}
.cid-t2pF2gxI7G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2pF2gxI7G .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-t2pF2gxI7G .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-t2pF2gxI7G h3 {
  font-weight: 500 !important;
}
.cid-t2pF2gxI7G .order {
  min-width: 3.1rem;
  max-width: 3.1rem;
  min-height: 3.1rem;
  max-height: 3.1rem;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  margin-right: 2.2rem;
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-t2pF2gxI7G .order {
    margin-right: 0;
  }
}
.cid-t2pF2gxI7G .list-item {
  background-color: #fff4e1;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-t2pF2gxI7G .list-item {
    padding: 3rem;
  }
}
.cid-t2pF2gxI7G .mbr-text {
  font-weight: 300;
  line-height: 1.72;
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-t2pF2gxI7G .mbr-subtitle {
    margin-bottom: 2px !important;
  }
}
.cid-t2pFGZYqNg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2pFGZYqNg .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-t2pFGZYqNg .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-t2pFGZYqNg h3 {
  font-weight: 500 !important;
}
.cid-t2pFGZYqNg .order {
  min-width: 3.1rem;
  max-width: 3.1rem;
  min-height: 3.1rem;
  max-height: 3.1rem;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  margin-right: 2.2rem;
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-t2pFGZYqNg .order {
    margin-right: 0;
  }
}
.cid-t2pFGZYqNg .list-item {
  background-color: #fff4e1;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-t2pFGZYqNg .list-item {
    padding: 3rem;
  }
}
.cid-t2pFGZYqNg .mbr-text {
  font-weight: 300;
  line-height: 1.72;
  text-align: justify;
}
@media (max-width: 768px) {
  .cid-t2pFGZYqNg .mbr-subtitle {
    margin-bottom: 2px !important;
  }
}
.cid-tnlo7B1Lai {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-tnlo7B1Lai .mbr-section-subtitle {
  color: #ffa200;
  font-weight: 700;
}
.cid-tnlo7B1Lai .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tnlo7B1Lai H3 {
  color: #303030;
}
.cid-tnlkZP2mGZ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f6f6f6;
}
.cid-tnlkZP2mGZ .row {
  align-items: center;
}
.cid-tnlkZP2mGZ .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tnlkZP2mGZ .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-tnlkZP2mGZ .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #42474c;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-tnlkZP2mGZ .link:hover:before {
  background: #555555;
}
.cid-tnlkZP2mGZ .mbr-section-title {
  color: #303030;
}
.cid-tnlkZP2mGZ .mbr-text,
.cid-tnlkZP2mGZ .mbr-section-btn {
  color: #777777;
  text-align: justify;
}
.cid-tnlkZP2mGZ .link,
.cid-tnlkZP2mGZ .link-wrap {
  color: #ffa200;
}
.cid-tnlkZP2mGZ .image-wrapper {
  margin-top: 2rem;
}
.cid-t2q7vN01qo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t2q7vN01qo .container {
    max-width: 1400px;
  }
}
.cid-t2q7vN01qo .card-wrapper {
  justify-content: center;
  margin-top: 4rem;
}
.cid-t2q7vN01qo .row {
  justify-content: center;
}
.cid-t2q7vN01qo .card-title {
  margin-bottom: 0.625rem;
}
.cid-t2q7vN01qo .card .circle-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 1.25rem;
}
.cid-t2q7vN01qo .card .circle-wrap svg path {
  stroke: rgba(255, 162, 0, 0.3);
}
.cid-t2q7vN01qo .card .circle-wrap svg .circle-active {
  stroke: #ffa200;
}
.cid-t2q7vN01qo .card .circle-text {
  font-weight: bold;
  position: absolute;
}
.cid-t2q7vN01qo .card1 .circle-wrap svg .circle-active {
  stroke-dashoffset: 0 !important;
}
.cid-t2q7vN01qo .card1 .circle-wrap .circle-text::before {
  content: "100";
}
.cid-t2q7vN01qo .card2 .circle-wrap svg .circle-active {
  stroke-dashoffset: 0 !important;
}
.cid-t2q7vN01qo .card2 .circle-wrap .circle-text::before {
  content: "100";
}
.cid-t2q7vN01qo .card3 .circle-wrap svg .circle-active {
  stroke-dashoffset: 0 !important;
}
.cid-t2q7vN01qo .card3 .circle-wrap .circle-text::before {
  content: "100";
}
.cid-t2q7vN01qo .card4 .circle-wrap svg .circle-active {
  stroke-dashoffset: 0 !important;
}
.cid-t2q7vN01qo .card4 .circle-wrap .circle-text::before {
  content: "100";
}
.cid-t2q7vN01qo .mbr-section-title {
  color: #000000;
}
.cid-t2q7vN01qo .circle-text {
  color: #000000;
}
.cid-t2pRb4LnEY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/businessman-shaking-hands-with-worker-in-neck-brac-2022-02-07-22-08-21-utc-grandi-1618x1080.jpg");
}
.cid-t2pRb4LnEY .title-text {
  margin-bottom: 70px;
}
.cid-t2pRb4LnEY .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-t2pRb4LnEY .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-t2pRb4LnEY .title-text .mbr-section-title {
  color: #130947;
}
.cid-t2pRb4LnEY .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-t2pRb4LnEY .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-t2pRb4LnEY .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-t2pRb4LnEY .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t2pRb4LnEY .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-t2pRb4LnEY .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t2pRb4LnEY .accordion-content {
  flex-basis: 100%;
}
.cid-t2pRb4LnEY .panel-group {
  width: 100%;
}
.cid-t2pRb4LnEY .panel-text,
.cid-t2pRb4LnEY .header-text,
.cid-t2pRb4LnEY .mbr-section-subtitle {
  color: #222222;
}
.cid-t2pRb4LnEY .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-t2pRb4LnEY .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-t2pRb4LnEY .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-t2pRb4LnEY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t2pRb4LnEY .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-t2pRb4LnEY .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-t2pRb4LnEY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-t2pRb4LnEY .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-t2pRb4LnEY .card .card-header a.panel-title .toggle-icon:before,
.cid-t2pRb4LnEY .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-t2pRb4LnEY .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-t2pRb4LnEY .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-t2pRb4LnEY .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ffa200;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t2pRb4LnEY .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-t2pRb4LnEY .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-t2pRb4LnEY .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-t2pRb4LnEY .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-t2pRb4LnEY .header-text {
  text-align: left;
}
.cid-t2pRb4LnEY .title-text .mbr-section-title {
  color: #000000;
}
.cid-t2pRb4LnEY .title-text .mbr-section-subtitle {
  color: #ffa200;
}
.cid-t2pRb4LnEY .panel-text {
  color: #42474c;
}
.cid-t2pRb4LnEY .mbr-text {
  text-align: justify !important;
}
.cid-t2pbvyFibe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2pbvyFibe nav.navbar {
  position: fixed;
}
.cid-t2pbvyFibe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2pbvyFibe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2pbvyFibe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2pbvyFibe .dropdown-item:hover,
.cid-t2pbvyFibe .dropdown-item:focus {
  background: #42474c !important;
  color: white !important;
}
.cid-t2pbvyFibe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2pbvyFibe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2pbvyFibe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2pbvyFibe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2pbvyFibe .nav-link {
  position: relative;
}
.cid-t2pbvyFibe .container {
  display: flex;
  margin: auto;
}
.cid-t2pbvyFibe .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2pbvyFibe .dropdown-menu,
.cid-t2pbvyFibe .navbar.opened {
  background: #ffffff !important;
}
.cid-t2pbvyFibe .nav-item:focus,
.cid-t2pbvyFibe .nav-link:focus {
  outline: none;
}
.cid-t2pbvyFibe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2pbvyFibe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2pbvyFibe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2pbvyFibe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2pbvyFibe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2pbvyFibe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2pbvyFibe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t2pbvyFibe .navbar.opened {
  transition: all 0.3s;
}
.cid-t2pbvyFibe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2pbvyFibe .navbar .navbar-logo img {
  width: auto;
}
.cid-t2pbvyFibe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2pbvyFibe .navbar.collapsed {
  justify-content: center;
}
.cid-t2pbvyFibe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2pbvyFibe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2pbvyFibe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-t2pbvyFibe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2pbvyFibe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2pbvyFibe .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-t2pbvyFibe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2pbvyFibe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2pbvyFibe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2pbvyFibe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2pbvyFibe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2pbvyFibe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2pbvyFibe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2pbvyFibe .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-t2pbvyFibe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2pbvyFibe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2pbvyFibe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2pbvyFibe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2pbvyFibe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2pbvyFibe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2pbvyFibe .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2pbvyFibe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2pbvyFibe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2pbvyFibe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2pbvyFibe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2pbvyFibe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2pbvyFibe .dropdown-item.active,
.cid-t2pbvyFibe .dropdown-item:active {
  background-color: transparent;
}
.cid-t2pbvyFibe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2pbvyFibe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2pbvyFibe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2pbvyFibe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t2pbvyFibe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2pbvyFibe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2pbvyFibe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2pbvyFibe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2pbvyFibe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2pbvyFibe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-t2pbvyFibe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2pbvyFibe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2pbvyFibe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2pbvyFibe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2pbvyFibe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2pbvyFibe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2pbvyFibe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2pbvyFibe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2pbvyFibe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2pbvyFibe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2pbvyFibe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2pbvyFibe .navbar {
    height: 70px;
  }
  .cid-t2pbvyFibe .navbar.opened {
    height: auto;
  }
  .cid-t2pbvyFibe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rUTpHPmDUm {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUTpHPmDUm .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-rUTpHPmDUm .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #ffa200;
  margin-bottom: 0.7rem;
}
.cid-rUTpHPmDUm input,
.cid-rUTpHPmDUm textarea {
  font-size: 14px;
}
.cid-rUTpHPmDUm input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-rUTpHPmDUm textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-rUTpHPmDUm .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-rUTpHPmDUm .col-auto {
  width: 100%;
  text-align: center;
}
.cid-rUTpHPmDUm img {
  width: 90%;
  border-radius: 8px;
}
.cid-rUTpHPmDUm .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-rUTpHPmDUm .btn {
  padding: 1rem 3.5rem!important;
}
.cid-rUTpHPmDUm .title-block {
  margin-bottom: 2rem;
}
.cid-rUTpHPmDUm .form-control,
.cid-rUTpHPmDUm .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm .form-control:hover,
.cid-rUTpHPmDUm .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm .form-control:focus,
.cid-rUTpHPmDUm .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm input::-webkit-input-placeholder,
.cid-rUTpHPmDUm textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-rUTpHPmDUm input:-moz-placeholder,
.cid-rUTpHPmDUm textarea:-moz-placeholder {
  color: #807d78;
}
.cid-rUTpHPmDUm .jq-selectbox li,
.cid-rUTpHPmDUm .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-rUTpHPmDUm .jq-selectbox li:hover,
.cid-rUTpHPmDUm .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-rUTpHPmDUm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-rUTpHPmDUm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-rUTpHPmDUm H5 {
  padding-bottom: 2rem;
  color: #303030;
}
.cid-rUTpHPmDUm .mbr-text {
  color: #777777;
}
.cid-rUTpHPmDUm .mbr-form {
  padding: 0rem;
}
.cid-rUTpHPmDUm .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-rUTpHPmDUm .form-row {
    margin: 0;
  }
  .cid-rUTpHPmDUm .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-rUTpHPmDUm .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-rUTpHPmDUm img {
    width: 100%;
  }
}
.cid-rUTpHPmDUm .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-tpkT5dHve1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tpkT5dHve1 .p {
  color: #777777;
  padding-top: 30px;
}
.cid-tpkT5dHve1 .row {
  justify-content: center;
}
.cid-tpkT5dHve1 a {
  font-weight: 400 !important;
}
.cid-tpkT5dHve1 .card-heading {
  color: #ffa200;
}
.cid-rUTpKPo1ae {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-rUTpKPo1ae a {
  transition: 0.3s;
}
.cid-rUTpKPo1ae h5 {
  margin-bottom: 1.6rem;
}
.cid-rUTpKPo1ae .card-img2 span {
  padding-top: 6px;
}
.cid-rUTpKPo1ae .soc-item a {
  padding-top: 5px;
}
.cid-rUTpKPo1ae .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-rUTpKPo1ae .link:hover {
  color: #42474c !important;
}
@media (max-width: 992px) {
  .cid-rUTpKPo1ae .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rUTpKPo1ae .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-rUTpKPo1ae .soc-item span {
  font-size: 1rem;
}
.cid-rUTpKPo1ae .soc-item:hover span {
  color: #42474c !important;
}
.cid-rUTpKPo1ae .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-rUTpKPo1ae .item h4 {
  margin: 0;
}
.cid-rUTpKPo1ae .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rUTpKPo1ae img {
  width: 80%;
}
.cid-rUTpKPo1ae .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-rUTpKPo1ae .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rUTpKPo1ae .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rUTpKPo1ae .container {
  padding: 0;
}
.cid-rUTpKPo1ae .btn-primary:hover {
  background-color: #2a2e31 !important;
}
.cid-rUTpKPo1ae .foot-menu-item {
  font-weight: 500;
}
.cid-rUTpKPo1ae .foot-menu-item:hover {
  color: #ffa200 !important;
}
.cid-rUTpL6oEdG {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rUTpL6oEdG .media-container-row {
  align-items: center;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTpL6oEdG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTpL6oEdG .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTpL6oEdG .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: center;
  }
  .cid-rUTpL6oEdG .mbr-text {
    text-align: center;
  }
  .cid-rUTpL6oEdG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTpL6oEdG .link:hover {
  text-decoration: underline;
}
.cid-rUTpL6oEdG .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTpL6oEdG .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTpL6oEdG .container {
    padding: 0;
  }
}
.cid-rUTpL6oEdG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t6QeeEsJZA {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-t6QeeEsJZA .link-wrapper {
  width: 100%;
}
.cid-t6QeeEsJZA .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-t6QeeEsJZA .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-t6QeeEsJZA .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-t6QeeEsJZA .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-t6QeeEsJZA .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-t6QeeEsJZA .mbr-section-title DIV {
  text-align: center;
}
.cid-t6QeeEsJZA .mbr-text,
.cid-t6QeeEsJZA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t6QeeEsJZA .link,
.cid-t6QeeEsJZA .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-t6QeeEsJZA .mbr-section-title {
  color: #ffffff;
}
.cid-t6QeeFzRtL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QeeFzRtL .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6QeeFzRtL .row {
  justify-content: center;
}
.cid-t6QeeFzRtL a {
  font-weight: 400 !important;
}
.cid-t6QeeFzRtL .card-heading {
  color: #ffa200;
}
.cid-t6QeeGsaUL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t6QeeGsaUL nav.navbar {
  position: fixed;
}
.cid-t6QeeGsaUL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6QeeGsaUL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6QeeGsaUL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6QeeGsaUL .dropdown-item:hover,
.cid-t6QeeGsaUL .dropdown-item:focus {
  background: #42474c !important;
  color: white !important;
}
.cid-t6QeeGsaUL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6QeeGsaUL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6QeeGsaUL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6QeeGsaUL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6QeeGsaUL .nav-link {
  position: relative;
}
.cid-t6QeeGsaUL .container {
  display: flex;
  margin: auto;
}
.cid-t6QeeGsaUL .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6QeeGsaUL .dropdown-menu,
.cid-t6QeeGsaUL .navbar.opened {
  background: #ffffff !important;
}
.cid-t6QeeGsaUL .nav-item:focus,
.cid-t6QeeGsaUL .nav-link:focus {
  outline: none;
}
.cid-t6QeeGsaUL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6QeeGsaUL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6QeeGsaUL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6QeeGsaUL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6QeeGsaUL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6QeeGsaUL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6QeeGsaUL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t6QeeGsaUL .navbar.opened {
  transition: all 0.3s;
}
.cid-t6QeeGsaUL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6QeeGsaUL .navbar .navbar-logo img {
  width: auto;
}
.cid-t6QeeGsaUL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6QeeGsaUL .navbar.collapsed {
  justify-content: center;
}
.cid-t6QeeGsaUL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6QeeGsaUL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6QeeGsaUL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-t6QeeGsaUL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6QeeGsaUL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6QeeGsaUL .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-t6QeeGsaUL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6QeeGsaUL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6QeeGsaUL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6QeeGsaUL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6QeeGsaUL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6QeeGsaUL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6QeeGsaUL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6QeeGsaUL .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-t6QeeGsaUL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6QeeGsaUL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6QeeGsaUL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6QeeGsaUL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6QeeGsaUL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6QeeGsaUL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6QeeGsaUL .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6QeeGsaUL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6QeeGsaUL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6QeeGsaUL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6QeeGsaUL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6QeeGsaUL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6QeeGsaUL .dropdown-item.active,
.cid-t6QeeGsaUL .dropdown-item:active {
  background-color: transparent;
}
.cid-t6QeeGsaUL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6QeeGsaUL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6QeeGsaUL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6QeeGsaUL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6QeeGsaUL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6QeeGsaUL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6QeeGsaUL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6QeeGsaUL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6QeeGsaUL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6QeeGsaUL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-t6QeeGsaUL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6QeeGsaUL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6QeeGsaUL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6QeeGsaUL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6QeeGsaUL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6QeeGsaUL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6QeeGsaUL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6QeeGsaUL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6QeeGsaUL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6QeeGsaUL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6QeeGsaUL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6QeeGsaUL .navbar {
    height: 70px;
  }
  .cid-t6QeeGsaUL .navbar.opened {
    height: auto;
  }
  .cid-t6QeeGsaUL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6QeeHvTHI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QeeHvTHI .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6QeeHvTHI .row {
  justify-content: center;
}
.cid-t6QeeHvTHI a {
  font-weight: 400 !important;
}
.cid-t6QeeHvTHI .card-heading {
  color: #ffa200;
}
.cid-t6QeeIor7W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QeeIor7W .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6QeeIor7W .row {
  justify-content: center;
}
.cid-t6QeeIor7W a {
  font-weight: 400 !important;
}
.cid-t6QeeIor7W .card-heading {
  color: #ffa200;
}
.cid-t6QeeJipEa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QeeJipEa .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6QeeJipEa .row {
  justify-content: center;
}
.cid-t6QeeJipEa a {
  font-weight: 400 !important;
}
.cid-t6QeeJipEa .card-heading {
  color: #ffa200;
}
.cid-t6Qg9NM2Rb {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t6Qg9NM2Rb .mbr-section-title {
  margin-bottom: 50px;
}
.cid-t6Qg9NM2Rb .container-table {
  margin: 0 auto;
}
.cid-t6Qg9NM2Rb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t6Qg9NM2Rb tbody tr:nth-child(even) {
  background-color: #f5f4f6;
}
.cid-t6Qg9NM2Rb .dataTables_wrapper {
  display: block;
}
.cid-t6Qg9NM2Rb .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-t6Qg9NM2Rb .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-t6Qg9NM2Rb .head-item {
  color: #ffa200;
  min-width: 110px;
  letter-spacing: 2px;
}
.cid-t6Qg9NM2Rb .body-item {
  color: #212529;
}
.cid-t6Qg9NM2Rb table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  border: 1px solid #cccccc;
}
.cid-t6Qg9NM2Rb table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  border-left: 1px solid #cccccc;
}
.cid-t6Qg9NM2Rb table td {
  padding: 24px 15px 20px 15px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.cid-t6Qg9NM2Rb .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-t6Qg9NM2Rb .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-t6Qg9NM2Rb .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-t6Qg9NM2Rb .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-t6Qg9NM2Rb .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-t6Qg9NM2Rb .dataTables_filter {
    text-align: center;
  }
  .cid-t6Qg9NM2Rb .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-t6QeeK4mkj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QeeK4mkj .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6QeeK4mkj .row {
  justify-content: center;
}
.cid-t6QeeK4mkj a {
  font-weight: 400 !important;
}
.cid-t6QeeK4mkj .card-heading {
  color: #ffa200;
}
.cid-t6QeeKOG3R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QeeKOG3R .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6QeeKOG3R .row {
  justify-content: center;
}
.cid-t6QeeKOG3R a {
  font-weight: 400 !important;
}
.cid-t6QeeKOG3R .card-heading {
  color: #ffa200;
}
.cid-t6QeeLAXT8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QeeLAXT8 .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6QeeLAXT8 .row {
  justify-content: center;
}
.cid-t6QeeLAXT8 a {
  font-weight: 400 !important;
}
.cid-t6QeeLAXT8 .card-heading {
  color: #ffa200;
}
.cid-t6QeeMq5WN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QeeMq5WN .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6QeeMq5WN .row {
  justify-content: center;
}
.cid-t6QeeMq5WN a {
  font-weight: 400 !important;
}
.cid-t6QeeMq5WN .card-heading {
  color: #ffa200;
}
.cid-t6QeeQ1xdz {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-t6QeeQ1xdz a {
  transition: 0.3s;
}
.cid-t6QeeQ1xdz h5 {
  margin-bottom: 1.6rem;
}
.cid-t6QeeQ1xdz .card-img2 span {
  padding-top: 6px;
}
.cid-t6QeeQ1xdz .soc-item a {
  padding-top: 5px;
}
.cid-t6QeeQ1xdz .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-t6QeeQ1xdz .link:hover {
  color: #42474c !important;
}
@media (max-width: 992px) {
  .cid-t6QeeQ1xdz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6QeeQ1xdz .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-t6QeeQ1xdz .soc-item span {
  font-size: 1rem;
}
.cid-t6QeeQ1xdz .soc-item:hover span {
  color: #42474c !important;
}
.cid-t6QeeQ1xdz .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-t6QeeQ1xdz .item h4 {
  margin: 0;
}
.cid-t6QeeQ1xdz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t6QeeQ1xdz img {
  width: 80%;
}
.cid-t6QeeQ1xdz .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-t6QeeQ1xdz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t6QeeQ1xdz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6QeeQ1xdz .container {
  padding: 0;
}
.cid-t6QeeQ1xdz .btn-primary:hover {
  background-color: #2a2e31 !important;
}
.cid-t6QeeQ1xdz foot-menu-item {
  color: #ffa200;
}
.cid-t6QeeQXfWc {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-t6QeeQXfWc .media-container-row {
  align-items: center;
}
.cid-t6QeeQXfWc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t6QeeQXfWc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t6QeeQXfWc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t6QeeQXfWc .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-t6QeeQXfWc .foot-menu-item {
  transform: 0.2s;
}
.cid-t6QeeQXfWc .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-t6QeeQXfWc .foot-menu {
    justify-content: center;
  }
  .cid-t6QeeQXfWc .mbr-text {
    text-align: center;
  }
  .cid-t6QeeQXfWc .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t6QeeQXfWc .foot-menu {
    justify-content: flex-end;
  }
}
.cid-t6QeeQXfWc .link:hover {
  text-decoration: underline;
}
.cid-t6QeeQXfWc .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-t6QeeQXfWc .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-t6QeeQXfWc .container {
    padding: 0;
  }
}
.cid-t6QeeQXfWc .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t6Q5N8FlKv {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-t6Q5N8FlKv .link-wrapper {
  width: 100%;
}
.cid-t6Q5N8FlKv .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-t6Q5N8FlKv .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-t6Q5N8FlKv .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-t6Q5N8FlKv .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-t6Q5N8FlKv .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-t6Q5N8FlKv .mbr-section-title DIV {
  text-align: center;
}
.cid-t6Q5N8FlKv .mbr-text,
.cid-t6Q5N8FlKv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t6Q5N8FlKv .link,
.cid-t6Q5N8FlKv .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-t6Q5N8FlKv .mbr-section-title {
  color: #ffffff;
}
.cid-t6Q6K5W51E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6Q6K5W51E .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6Q6K5W51E .row {
  justify-content: center;
}
.cid-t6Q6K5W51E a {
  font-weight: 400 !important;
}
.cid-t6Q6K5W51E .card-heading {
  color: #ffa200;
}
.cid-t6Q4WWoaun {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t6Q4WWoaun nav.navbar {
  position: fixed;
}
.cid-t6Q4WWoaun .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6Q4WWoaun .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6Q4WWoaun .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6Q4WWoaun .dropdown-item:hover,
.cid-t6Q4WWoaun .dropdown-item:focus {
  background: #42474c !important;
  color: white !important;
}
.cid-t6Q4WWoaun .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6Q4WWoaun .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6Q4WWoaun .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6Q4WWoaun .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6Q4WWoaun .nav-link {
  position: relative;
}
.cid-t6Q4WWoaun .container {
  display: flex;
  margin: auto;
}
.cid-t6Q4WWoaun .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6Q4WWoaun .dropdown-menu,
.cid-t6Q4WWoaun .navbar.opened {
  background: #ffffff !important;
}
.cid-t6Q4WWoaun .nav-item:focus,
.cid-t6Q4WWoaun .nav-link:focus {
  outline: none;
}
.cid-t6Q4WWoaun .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6Q4WWoaun .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6Q4WWoaun .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6Q4WWoaun .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6Q4WWoaun .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6Q4WWoaun .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6Q4WWoaun .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t6Q4WWoaun .navbar.opened {
  transition: all 0.3s;
}
.cid-t6Q4WWoaun .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6Q4WWoaun .navbar .navbar-logo img {
  width: auto;
}
.cid-t6Q4WWoaun .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6Q4WWoaun .navbar.collapsed {
  justify-content: center;
}
.cid-t6Q4WWoaun .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6Q4WWoaun .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6Q4WWoaun .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-t6Q4WWoaun .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6Q4WWoaun .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6Q4WWoaun .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-t6Q4WWoaun .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6Q4WWoaun .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6Q4WWoaun .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6Q4WWoaun .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6Q4WWoaun .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6Q4WWoaun .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6Q4WWoaun .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6Q4WWoaun .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-t6Q4WWoaun .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6Q4WWoaun .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6Q4WWoaun .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6Q4WWoaun .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6Q4WWoaun .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6Q4WWoaun .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6Q4WWoaun .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6Q4WWoaun .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6Q4WWoaun .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6Q4WWoaun .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6Q4WWoaun .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6Q4WWoaun .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6Q4WWoaun .dropdown-item.active,
.cid-t6Q4WWoaun .dropdown-item:active {
  background-color: transparent;
}
.cid-t6Q4WWoaun .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6Q4WWoaun .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6Q4WWoaun .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6Q4WWoaun .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6Q4WWoaun .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6Q4WWoaun .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6Q4WWoaun ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6Q4WWoaun .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6Q4WWoaun button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6Q4WWoaun button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-t6Q4WWoaun button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6Q4WWoaun button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6Q4WWoaun button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6Q4WWoaun button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6Q4WWoaun nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6Q4WWoaun nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6Q4WWoaun nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6Q4WWoaun nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6Q4WWoaun .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6Q4WWoaun a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6Q4WWoaun .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6Q4WWoaun .navbar {
    height: 70px;
  }
  .cid-t6Q4WWoaun .navbar.opened {
    height: auto;
  }
  .cid-t6Q4WWoaun .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6Q8JT8F9J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6Q8JT8F9J .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6Q8JT8F9J .row {
  justify-content: center;
}
.cid-t6Q8JT8F9J a {
  font-weight: 400 !important;
}
.cid-t6Q8JT8F9J .card-heading {
  color: #ffa200;
}
.cid-t6Q9Ayj6ec {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6Q9Ayj6ec .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6Q9Ayj6ec .row {
  justify-content: center;
}
.cid-t6Q9Ayj6ec a {
  font-weight: 400 !important;
}
.cid-t6Q9Ayj6ec .card-heading {
  color: #ffa200;
}
.cid-t6Qa1S76wc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6Qa1S76wc .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6Qa1S76wc .row {
  justify-content: center;
}
.cid-t6Qa1S76wc a {
  font-weight: 400 !important;
}
.cid-t6Qa1S76wc .card-heading {
  color: #ffa200;
}
.cid-t6QaqOyXNh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QaqOyXNh .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6QaqOyXNh .row {
  justify-content: center;
}
.cid-t6QaqOyXNh a {
  font-weight: 400 !important;
}
.cid-t6QaqOyXNh .card-heading {
  color: #ffa200;
}
.cid-t6QaBALVOq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QaBALVOq .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6QaBALVOq .row {
  justify-content: center;
}
.cid-t6QaBALVOq a {
  font-weight: 400 !important;
}
.cid-t6QaBALVOq .card-heading {
  color: #ffa200;
}
.cid-t6Qb0CIFfW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6Qb0CIFfW .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6Qb0CIFfW .row {
  justify-content: center;
}
.cid-t6Qb0CIFfW a {
  font-weight: 400 !important;
}
.cid-t6Qb0CIFfW .card-heading {
  color: #ffa200;
}
.cid-t6QbeVPGhu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QbeVPGhu .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6QbeVPGhu .row {
  justify-content: center;
}
.cid-t6QbeVPGhu a {
  font-weight: 400 !important;
}
.cid-t6QbeVPGhu .card-heading {
  color: #ffa200;
}
.cid-t6QbA986Et {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QbA986Et .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6QbA986Et .row {
  justify-content: center;
}
.cid-t6QbA986Et a {
  font-weight: 400 !important;
}
.cid-t6QbA986Et .card-heading {
  color: #ffa200;
}
.cid-t6QbMkDxxJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QbMkDxxJ .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6QbMkDxxJ .row {
  justify-content: center;
}
.cid-t6QbMkDxxJ a {
  font-weight: 400 !important;
}
.cid-t6QbMkDxxJ .card-heading {
  color: #ffa200;
}
.cid-t6Qcio6KpS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6Qcio6KpS .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6Qcio6KpS .row {
  justify-content: center;
}
.cid-t6Qcio6KpS a {
  font-weight: 400 !important;
}
.cid-t6Qcio6KpS .card-heading {
  color: #ffa200;
}
.cid-t6QcBpDENa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QcBpDENa .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6QcBpDENa .row {
  justify-content: center;
}
.cid-t6QcBpDENa a {
  font-weight: 400 !important;
}
.cid-t6QcBpDENa .card-heading {
  color: #ffa200;
}
.cid-t6Q4WYFgUu {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-t6Q4WYFgUu a {
  transition: 0.3s;
}
.cid-t6Q4WYFgUu h5 {
  margin-bottom: 1.6rem;
}
.cid-t6Q4WYFgUu .card-img2 span {
  padding-top: 6px;
}
.cid-t6Q4WYFgUu .soc-item a {
  padding-top: 5px;
}
.cid-t6Q4WYFgUu .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-t6Q4WYFgUu .link:hover {
  color: #42474c !important;
}
@media (max-width: 992px) {
  .cid-t6Q4WYFgUu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6Q4WYFgUu .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-t6Q4WYFgUu .soc-item span {
  font-size: 1rem;
}
.cid-t6Q4WYFgUu .soc-item:hover span {
  color: #42474c !important;
}
.cid-t6Q4WYFgUu .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-t6Q4WYFgUu .item h4 {
  margin: 0;
}
.cid-t6Q4WYFgUu .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t6Q4WYFgUu img {
  width: 80%;
}
.cid-t6Q4WYFgUu .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-t6Q4WYFgUu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t6Q4WYFgUu .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6Q4WYFgUu .container {
  padding: 0;
}
.cid-t6Q4WYFgUu .btn-primary:hover {
  background-color: #2a2e31 !important;
}
.cid-t6Q4WZwFm7 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-t6Q4WZwFm7 .media-container-row {
  align-items: center;
}
.cid-t6Q4WZwFm7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t6Q4WZwFm7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t6Q4WZwFm7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t6Q4WZwFm7 .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-t6Q4WZwFm7 .foot-menu-item {
  transform: 0.2s;
}
.cid-t6Q4WZwFm7 .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-t6Q4WZwFm7 .foot-menu {
    justify-content: center;
  }
  .cid-t6Q4WZwFm7 .mbr-text {
    text-align: center;
  }
  .cid-t6Q4WZwFm7 .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t6Q4WZwFm7 .foot-menu {
    justify-content: flex-end;
  }
}
.cid-t6Q4WZwFm7 .link:hover {
  text-decoration: underline;
}
.cid-t6Q4WZwFm7 .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-t6Q4WZwFm7 .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-t6Q4WZwFm7 .container {
    padding: 0;
  }
}
.cid-t6Q4WZwFm7 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t6QiYxpucX {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-t6QiYxpucX .link-wrapper {
  width: 100%;
}
.cid-t6QiYxpucX .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-t6QiYxpucX .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-t6QiYxpucX .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-t6QiYxpucX .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-t6QiYxpucX .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-t6QiYxpucX .mbr-section-title DIV {
  text-align: center;
}
.cid-t6QiYxpucX .mbr-text,
.cid-t6QiYxpucX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t6QiYxpucX .link,
.cid-t6QiYxpucX .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-t6QiYxpucX .mbr-section-title {
  color: #ffffff;
}
.cid-t6QiYyttda {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6QiYyttda .p {
  color: #333333;
  padding-top: 30px;
}
.cid-t6QiYyttda .row {
  justify-content: center;
}
.cid-t6QiYyttda a {
  font-weight: 400 !important;
}
.cid-t6QiYyttda .card-heading {
  color: #ffa200;
}
.cid-t6QiYzkYQA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t6QiYzkYQA nav.navbar {
  position: fixed;
}
.cid-t6QiYzkYQA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6QiYzkYQA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6QiYzkYQA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6QiYzkYQA .dropdown-item:hover,
.cid-t6QiYzkYQA .dropdown-item:focus {
  background: #42474c !important;
  color: white !important;
}
.cid-t6QiYzkYQA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6QiYzkYQA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6QiYzkYQA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6QiYzkYQA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6QiYzkYQA .nav-link {
  position: relative;
}
.cid-t6QiYzkYQA .container {
  display: flex;
  margin: auto;
}
.cid-t6QiYzkYQA .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6QiYzkYQA .dropdown-menu,
.cid-t6QiYzkYQA .navbar.opened {
  background: #ffffff !important;
}
.cid-t6QiYzkYQA .nav-item:focus,
.cid-t6QiYzkYQA .nav-link:focus {
  outline: none;
}
.cid-t6QiYzkYQA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6QiYzkYQA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6QiYzkYQA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6QiYzkYQA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6QiYzkYQA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6QiYzkYQA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6QiYzkYQA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t6QiYzkYQA .navbar.opened {
  transition: all 0.3s;
}
.cid-t6QiYzkYQA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6QiYzkYQA .navbar .navbar-logo img {
  width: auto;
}
.cid-t6QiYzkYQA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t6QiYzkYQA .navbar.collapsed {
  justify-content: center;
}
.cid-t6QiYzkYQA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6QiYzkYQA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6QiYzkYQA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-t6QiYzkYQA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6QiYzkYQA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6QiYzkYQA .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-t6QiYzkYQA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6QiYzkYQA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6QiYzkYQA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6QiYzkYQA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6QiYzkYQA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6QiYzkYQA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6QiYzkYQA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6QiYzkYQA .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-t6QiYzkYQA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6QiYzkYQA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6QiYzkYQA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6QiYzkYQA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6QiYzkYQA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6QiYzkYQA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6QiYzkYQA .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6QiYzkYQA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6QiYzkYQA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6QiYzkYQA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6QiYzkYQA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6QiYzkYQA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6QiYzkYQA .dropdown-item.active,
.cid-t6QiYzkYQA .dropdown-item:active {
  background-color: transparent;
}
.cid-t6QiYzkYQA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6QiYzkYQA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6QiYzkYQA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6QiYzkYQA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t6QiYzkYQA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6QiYzkYQA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6QiYzkYQA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6QiYzkYQA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6QiYzkYQA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6QiYzkYQA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-t6QiYzkYQA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6QiYzkYQA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6QiYzkYQA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6QiYzkYQA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6QiYzkYQA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6QiYzkYQA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6QiYzkYQA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6QiYzkYQA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6QiYzkYQA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6QiYzkYQA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6QiYzkYQA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6QiYzkYQA .navbar {
    height: 70px;
  }
  .cid-t6QiYzkYQA .navbar.opened {
    height: auto;
  }
  .cid-t6QiYzkYQA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6QiYHNk86 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-t6QiYHNk86 a {
  transition: 0.3s;
}
.cid-t6QiYHNk86 h5 {
  margin-bottom: 1.6rem;
}
.cid-t6QiYHNk86 .card-img2 span {
  padding-top: 6px;
}
.cid-t6QiYHNk86 .soc-item a {
  padding-top: 5px;
}
.cid-t6QiYHNk86 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-t6QiYHNk86 .link:hover {
  color: #42474c !important;
}
@media (max-width: 992px) {
  .cid-t6QiYHNk86 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t6QiYHNk86 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-t6QiYHNk86 .soc-item span {
  font-size: 1rem;
}
.cid-t6QiYHNk86 .soc-item:hover span {
  color: #42474c !important;
}
.cid-t6QiYHNk86 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-t6QiYHNk86 .item h4 {
  margin: 0;
}
.cid-t6QiYHNk86 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t6QiYHNk86 img {
  width: 80%;
}
.cid-t6QiYHNk86 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-t6QiYHNk86 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t6QiYHNk86 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t6QiYHNk86 .container {
  padding: 0;
}
.cid-t6QiYHNk86 .btn-primary:hover {
  background-color: #2a2e31 !important;
}
.cid-t6QiYJ551s {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-t6QiYJ551s .media-container-row {
  align-items: center;
}
.cid-t6QiYJ551s .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t6QiYJ551s .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t6QiYJ551s .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t6QiYJ551s .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-t6QiYJ551s .foot-menu-item {
  transform: 0.2s;
}
.cid-t6QiYJ551s .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-t6QiYJ551s .foot-menu {
    justify-content: center;
  }
  .cid-t6QiYJ551s .mbr-text {
    text-align: center;
  }
  .cid-t6QiYJ551s .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-t6QiYJ551s .foot-menu {
    justify-content: flex-end;
  }
}
.cid-t6QiYJ551s .link:hover {
  text-decoration: underline;
}
.cid-t6QiYJ551s .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-t6QiYJ551s .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-t6QiYJ551s .container {
    padding: 0;
  }
}
.cid-t6QiYJ551s .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tnlqa1NdnJ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #f6f6f6;
}
.cid-tnlqa1NdnJ .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #ffa200;
  text-align: center;
  letter-spacing: 5.2px;
}
.cid-tnlqa1NdnJ .mbr-section-title {
  color: #303030;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tnlqa1NdnJ .row {
    text-align: center;
  }
}
.cid-tnlr4CWZ1W {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f6f6f6;
}
.cid-tnlr4CWZ1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnlr4CWZ1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnlr4CWZ1W .row {
  justify-content: center;
}
.cid-tnlr4CWZ1W .col-title {
  margin-bottom: 2.5rem;
}
.cid-tnlr4CWZ1W .mbr-section-title {
  color: #75083A;
}
.cid-tnlr4CWZ1W .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tnlr4CWZ1W .img-container {
  margin: 0 auto;
}
.cid-tnlr4CWZ1W .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
  height: 620px;
}
.cid-tnlr4CWZ1W .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnlqf69e72 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-tnlqf69e72 .mbr-text {
  color: #555555;
  text-align: justify !important;
}
.cid-tnlqf69e72 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tnlpNvBjmY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tnlpNvBjmY nav.navbar {
  position: fixed;
}
.cid-tnlpNvBjmY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnlpNvBjmY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tnlpNvBjmY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tnlpNvBjmY .dropdown-item:hover,
.cid-tnlpNvBjmY .dropdown-item:focus {
  background: #42474c !important;
  color: white !important;
}
.cid-tnlpNvBjmY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tnlpNvBjmY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tnlpNvBjmY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tnlpNvBjmY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tnlpNvBjmY .nav-link {
  position: relative;
}
.cid-tnlpNvBjmY .container {
  display: flex;
  margin: auto;
}
.cid-tnlpNvBjmY .iconfont-wrapper {
  color: #17171a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tnlpNvBjmY .dropdown-menu,
.cid-tnlpNvBjmY .navbar.opened {
  background: #ffffff !important;
}
.cid-tnlpNvBjmY .nav-item:focus,
.cid-tnlpNvBjmY .nav-link:focus {
  outline: none;
}
.cid-tnlpNvBjmY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tnlpNvBjmY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tnlpNvBjmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tnlpNvBjmY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnlpNvBjmY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnlpNvBjmY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnlpNvBjmY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tnlpNvBjmY .navbar.opened {
  transition: all 0.3s;
}
.cid-tnlpNvBjmY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tnlpNvBjmY .navbar .navbar-logo img {
  width: auto;
}
.cid-tnlpNvBjmY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnlpNvBjmY .navbar.collapsed {
  justify-content: center;
}
.cid-tnlpNvBjmY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tnlpNvBjmY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tnlpNvBjmY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tnlpNvBjmY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnlpNvBjmY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnlpNvBjmY .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-tnlpNvBjmY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnlpNvBjmY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tnlpNvBjmY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tnlpNvBjmY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnlpNvBjmY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnlpNvBjmY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnlpNvBjmY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnlpNvBjmY .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-tnlpNvBjmY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tnlpNvBjmY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnlpNvBjmY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnlpNvBjmY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tnlpNvBjmY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tnlpNvBjmY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tnlpNvBjmY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tnlpNvBjmY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tnlpNvBjmY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tnlpNvBjmY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnlpNvBjmY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnlpNvBjmY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnlpNvBjmY .dropdown-item.active,
.cid-tnlpNvBjmY .dropdown-item:active {
  background-color: transparent;
}
.cid-tnlpNvBjmY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnlpNvBjmY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnlpNvBjmY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tnlpNvBjmY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tnlpNvBjmY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnlpNvBjmY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnlpNvBjmY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tnlpNvBjmY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tnlpNvBjmY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tnlpNvBjmY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #17171a;
}
.cid-tnlpNvBjmY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tnlpNvBjmY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnlpNvBjmY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnlpNvBjmY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tnlpNvBjmY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnlpNvBjmY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tnlpNvBjmY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tnlpNvBjmY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnlpNvBjmY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tnlpNvBjmY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tnlpNvBjmY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tnlpNvBjmY .navbar {
    height: 70px;
  }
  .cid-tnlpNvBjmY .navbar.opened {
    height: auto;
  }
  .cid-tnlpNvBjmY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnlpNEtq4G {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-tnlpNEtq4G a {
  transition: 0.3s;
}
.cid-tnlpNEtq4G h5 {
  margin-bottom: 1.6rem;
}
.cid-tnlpNEtq4G .card-img2 span {
  padding-top: 6px;
}
.cid-tnlpNEtq4G .soc-item a {
  padding-top: 5px;
}
.cid-tnlpNEtq4G .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tnlpNEtq4G .link:hover {
  color: #42474c !important;
}
@media (max-width: 992px) {
  .cid-tnlpNEtq4G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tnlpNEtq4G .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-tnlpNEtq4G .soc-item span {
  font-size: 1rem;
}
.cid-tnlpNEtq4G .soc-item:hover span {
  color: #42474c !important;
}
.cid-tnlpNEtq4G .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tnlpNEtq4G .item h4 {
  margin: 0;
}
.cid-tnlpNEtq4G .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnlpNEtq4G img {
  width: 80%;
}
.cid-tnlpNEtq4G .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tnlpNEtq4G .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tnlpNEtq4G .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tnlpNEtq4G .container {
  padding: 0;
}
.cid-tnlpNEtq4G .btn-primary:hover {
  background-color: #2a2e31 !important;
}
.cid-tnlpNFzJNW {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tnlpNFzJNW .media-container-row {
  align-items: center;
}
.cid-tnlpNFzJNW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tnlpNFzJNW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tnlpNFzJNW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tnlpNFzJNW .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tnlpNFzJNW .foot-menu-item {
  transform: 0.2s;
}
.cid-tnlpNFzJNW .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tnlpNFzJNW .foot-menu {
    justify-content: center;
  }
  .cid-tnlpNFzJNW .mbr-text {
    text-align: center;
  }
  .cid-tnlpNFzJNW .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tnlpNFzJNW .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tnlpNFzJNW .link:hover {
  text-decoration: underline;
}
.cid-tnlpNFzJNW .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tnlpNFzJNW .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tnlpNFzJNW .container {
    padding: 0;
  }
}
.cid-tnlpNFzJNW .media-container-row .mbr-text {
  color: #ffffff;
}
