body {
  font-family: 'Poppins-Light';
}
.display-1 {
  font-family: 'Poppins-Bold';
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Poppins-Medium';
  font-size: 2.5rem;
  line-height: 1.24;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Poppins-Regular';
  font-size: 1.125rem;
  line-height: 1.63;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Poppins-Regular';
  font-size: 1.4rem;
  line-height: 1.28;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Poppins-Light';
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f4e51c !important;
}
.bg-success {
  background-color: #70737e !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f4e51c !important;
}
.bg-danger {
  background-color: #65c6d4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f4e51c !important;
  border-color: #f4e51c !important;
  color: #100f01 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b1a509 !important;
  border-color: #b1a509 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #100f01 !important;
  background-color: #b1a509 !important;
  border-color: #b1a509 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #231f20 !important;
  border-color: #231f20 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #70737e !important;
  border-color: #70737e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #474950 !important;
  border-color: #474950 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #474950 !important;
  border-color: #474950 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f4e51c !important;
  border-color: #f4e51c !important;
  color: #100f01 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b1a509 !important;
  border-color: #b1a509 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #100f01 !important;
  background-color: #b1a509 !important;
  border-color: #b1a509 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #65c6d4 !important;
  border-color: #65c6d4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #31a1b1 !important;
  border-color: #31a1b1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #31a1b1 !important;
  border-color: #31a1b1 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4e51c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b1a509 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #100f01 !important;
  background-color: #f4e51c !important;
  border-color: #f4e51c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #231f20;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #231f20 !important;
  border-color: #231f20 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #70737e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #474950 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #70737e !important;
  border-color: #70737e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4e51c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b1a509 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #100f01 !important;
  background-color: #f4e51c !important;
  border-color: #f4e51c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #65c6d4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #31a1b1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #65c6d4 !important;
  border-color: #65c6d4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #111111;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f4e51c !important;
}
.text-secondary {
  color: #231f20 !important;
}
.text-success {
  color: #70737e !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f4e51c !important;
}
.text-danger {
  color: #65c6d4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a29708 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #404248 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a29708 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2e96a5 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f4e51c;
}
.nav-tabs .nav-link:not(.active) {
  color: #111111;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f4e51c;
}
.alert-danger {
  background-color: #65c6d4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f4e51c;
  border-color: #f4e51c;
  color: #292602;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f4e51c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdfbdf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b4bb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdfbdf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins-Regular';
  font-size: 1.125rem;
  line-height: 1.63;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f4e51c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins-Regular';
  font-size: 1.125rem;
  line-height: 1.63;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #f4e51c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f4e51c;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f4e51c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f4e51c;
  border-bottom-color: #f4e51c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f4e51c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #231f20 !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='%23f4e51c' %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;
}
.container {
  max-width: 1200px;
}
.btn {
  box-shadow: none;
  padding: 14px 28px;
  line-height: 1;
}
.label-text {
  letter-spacing: 2px;
}
.cid-t0sQoWUHpa {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-t0sQoWUHpa .carousel {
  width: 100%;
}
.cid-t0sQoWUHpa .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-t0sQoWUHpa .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-t0sQoWUHpa .mbr-overlay {
  z-index: 1;
}
.cid-t0sQoWUHpa .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-t0sQoWUHpa .carousel-caption {
    left: 15%;
    right: 70%;
    width: 33%;
  }
}
.cid-t0sQoWUHpa .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t0sQoWUHpa .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t0sQoWUHpa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t0sQoWUHpa .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t0sQoWUHpa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t0sQoWUHpa .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t0sQoWUHpa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t0sQoWUHpa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-t0sQoWUHpa .carousel-indicators {
    display: none;
  }
}
.cid-t0sQoWUHpa .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #70737e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-t0sQoWUHpa .carousel-indicators li.active,
.cid-t0sQoWUHpa .carousel-indicators li:hover {
  background-color: #f4e51c;
}
.cid-t0sQoWUHpa .carousel-indicators li::after,
.cid-t0sQoWUHpa .carousel-indicators li::before {
  content: none;
}
.cid-t0sQoWUHpa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-t0sQoWUHpa .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t0sQoWUHpa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0sQoWUHpa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t0sQoWUHpa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t0sQoWUHpa .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-t0sQoWUHpa H5 {
  text-align: left;
}
.cid-t0sQoWUHpa P {
  text-align: left;
}
.cid-t0sQoWUHpa .mbr-text,
.cid-t0sQoWUHpa .mbr-section-btn {
  text-align: left;
}
.cid-t0sQoWUHpa .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-t0sQoWUHpa .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-t0sQoWUHpa .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 34%;
  transition: .5s all;
  pointer-events: none;
}
.cid-sPTOSCQoE4 {
  z-index: 1000;
  width: 100%;
}
.cid-sPTOSCQoE4 nav.navbar {
  position: fixed;
}
.cid-sPTOSCQoE4 .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-sPTOSCQoE4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPTOSCQoE4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPTOSCQoE4 .dropdown-item:hover,
.cid-sPTOSCQoE4 .dropdown-item:focus {
  background: #f4e51c !important;
  color: white !important;
}
.cid-sPTOSCQoE4 .dropdown-item:hover span {
  color: white;
}
.cid-sPTOSCQoE4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPTOSCQoE4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPTOSCQoE4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPTOSCQoE4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPTOSCQoE4 .nav-link {
  position: relative;
}
.cid-sPTOSCQoE4 .container {
  display: flex;
  margin: auto;
}
.cid-sPTOSCQoE4 .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPTOSCQoE4 .dropdown-menu,
.cid-sPTOSCQoE4 .navbar.opened {
  background: #000000 !important;
}
.cid-sPTOSCQoE4 .nav-item:focus,
.cid-sPTOSCQoE4 .nav-link:focus {
  outline: none;
}
.cid-sPTOSCQoE4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPTOSCQoE4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPTOSCQoE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPTOSCQoE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPTOSCQoE4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPTOSCQoE4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPTOSCQoE4 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPTOSCQoE4 .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPTOSCQoE4 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  background: rgba(0, 0, 0, 0);
  padding: 0 12px !important;
}
.cid-sPTOSCQoE4 .navbar.opened {
  transition: all 0.3s;
}
.cid-sPTOSCQoE4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPTOSCQoE4 .navbar .navbar-logo img {
  width: auto;
}
.cid-sPTOSCQoE4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sPTOSCQoE4 .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-sPTOSCQoE4 .navbar.collapsed {
  justify-content: center;
}
.cid-sPTOSCQoE4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPTOSCQoE4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPTOSCQoE4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPTOSCQoE4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPTOSCQoE4 .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-sPTOSCQoE4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-sPTOSCQoE4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPTOSCQoE4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPTOSCQoE4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPTOSCQoE4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPTOSCQoE4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPTOSCQoE4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPTOSCQoE4 .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-sPTOSCQoE4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPTOSCQoE4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPTOSCQoE4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPTOSCQoE4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPTOSCQoE4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPTOSCQoE4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPTOSCQoE4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPTOSCQoE4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPTOSCQoE4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sPTOSCQoE4 .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-sPTOSCQoE4 .navbar {
    padding: 0 50px !important;
  }
}
.cid-sPTOSCQoE4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-sPTOSCQoE4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-sPTOSCQoE4 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-sPTOSCQoE4 .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-sPTOSCQoE4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPTOSCQoE4 .dropdown-item.active,
.cid-sPTOSCQoE4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sPTOSCQoE4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPTOSCQoE4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPTOSCQoE4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPTOSCQoE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sPTOSCQoE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPTOSCQoE4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPTOSCQoE4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-sPTOSCQoE4 .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-sPTOSCQoE4 .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-sPTOSCQoE4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-sPTOSCQoE4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPTOSCQoE4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPTOSCQoE4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTOSCQoE4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTOSCQoE4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-sPTOSCQoE4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTOSCQoE4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTOSCQoE4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTOSCQoE4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTOSCQoE4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPTOSCQoE4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPTOSCQoE4 .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-sPTOSCQoE4 .navbar {
    height: 100px;
  }
  .cid-sPTOSCQoE4 .navbar.opened {
    height: auto;
  }
  .cid-sPTOSCQoE4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPTOSCQoE4 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-sPTOSCQoE4 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sPTOSCQoE4 .nav-link:before {
  content: '';
  position: absolute;
  color: #f4e51c;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-t0sTXJrqZA {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-t0sTXJrqZA h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-t0sTXJrqZA .container {
    position: relative;
  }
  .cid-t0sTXJrqZA .row {
    margin: 0;
  }
  .cid-t0sTXJrqZA h2 {
    margin: 0;
  }
}
.cid-t0sTXJrqZA .mbr-section-subtitle {
  color: #e9204f;
}
.cid-t0sTXJrqZA .mbr-text {
  margin-top: 1.4rem;
}
.cid-t0sTXJrqZA h2 {
  text-align: left;
  color: #f4e51c;
}
.cid-t0K0HmvbGr {
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-t0K0HmvbGr .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-t0K0HmvbGr .col-text {
    padding: 0 0 0 0;
  }
}
.cid-t0K0HmvbGr .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-t0K0HmvbGr .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-t0K0HmvbGr .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #f4e51c;
}
@media (max-width: 767px) {
  .cid-t0K0HmvbGr .label-text {
    text-align: center !important;
  }
}
.cid-t0K0HmvbGr .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t0K0HmvbGr .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t0K0HmvbGr .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t0K0HmvbGr .mbr-text {
    text-align: center !important;
  }
}
.cid-t0K0HmvbGr .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-t0K0HmvbGr .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-t0K0HmvbGr .mbr-section-btn .btn {
  padding: 0;
}
.cid-t0K0HmvbGr .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t0K0HmvbGr .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t0K0HmvbGr .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-t0K0HmvbGr .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-t0K0HmvbGr .col-cards {
    padding-left: 5%;
  }
}
.cid-t0K0HmvbGr .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-t0K0HmvbGr .cards-wrap:hover {
  background-color: #000000;
}
.cid-t0K0HmvbGr .card {
  padding: 30px;
  background-color: #000000;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-t0K0HmvbGr .card:hover {
  background-color: #000000;
}
@media (min-width: 768px) {
  .cid-t0K0HmvbGr .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-t0K0HmvbGr .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t0K0HmvbGr .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-t0K0HmvbGr .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-t0K0HmvbGr .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-t0K0HmvbGr .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t0K0HmvbGr .img-bg {
  background-color: #F0C48A;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-t0K0HmvbGr .card-title {
  color: #f4e51c;
  margin-bottom: 8px;
}
.cid-t0K0HmvbGr .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-t0K0HmvbGr .mbr-section-title,
.cid-t0K0HmvbGr .mbr-section-btn {
  color: #ffffff;
}
.cid-t0Kp9x0mKd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4e51c;
}
@media (min-width: 992px) {
  .cid-t0Kp9x0mKd {
    background-image: url("../../../assets/images/features24.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-t0Kp9x0mKd .row {
  align-items: center;
}
.cid-t0Kp9x0mKd .image-wrapper {
  padding: 1rem;
}
.cid-t0Kp9x0mKd .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-t0Kp9x0mKd .text-wrapper {
    text-align: center;
  }
}
.cid-t0Kp9x0mKd .mbr-section-title {
  margin-bottom: 60px;
  color: #231f20;
}
@media (max-width: 991px) {
  .cid-t0Kp9x0mKd .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-t0Kp9x0mKd .item-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t0Kp9x0mKd .item-container {
    justify-content: center;
  }
}
.cid-t0Kp9x0mKd .item {
  display: flex;
  align-items: center;
  padding-left: 50px;
  flex-direction: column;
}
.cid-t0Kp9x0mKd .item:first-child {
  padding-left: 0;
  padding-right: 50px;
}
@media (min-width: 768px) {
  .cid-t0Kp9x0mKd .item:not(:first-child) {
    border-left: 1px solid #111111;
  }
}
@media (max-width: 767px) {
  .cid-t0Kp9x0mKd .item {
    width: 100%;
    padding-left: 0;
  }
  .cid-t0Kp9x0mKd .item:first-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t0Kp9x0mKd .icon-box {
  width: 100%;
}
.cid-t0Kp9x0mKd .text-box {
  width: 100%;
}
.cid-t0Kp9x0mKd .number-text {
  color: #231f20;
  margin-bottom: 0;
}
.cid-t0Kp9x0mKd .icon-text {
  color: #231f20;
}
@media (max-width: 991px) {
  .cid-t0Kp9x0mKd .img-col {
    display: none;
  }
}
.cid-t0KLVxCFTj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fb-slider-feel-assist.jpg");
}
.cid-t0KLVxCFTj img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-t0KLVxCFTj .title {
  display: inline;
  font-weight: 700;
  color: #ffffff;
  width: auto;
}
.cid-t0KLVxCFTj .margin {
  margin: 0px;
}
.cid-t0KLVxCFTj .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-t0KLVxCFTj .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-t0KLVxCFTj .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t0KLVxCFTj .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-t0KLVxCFTj .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-t0KLVxCFTj .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t0KQCPD2xW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t0KQCPD2xW .item-wrapper {
  width: 100%;
}
.cid-t0KQCPD2xW .left-side {
  text-align: left;
}
.cid-t0KQCPD2xW .link {
  width: 100%;
  margin-top: 29px;
  color: #f4e51c;
}
.cid-t0KQCPD2xW .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-t0KQCPD2xW .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-t0KQCPD2xW .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
  text-align: right;
}
.cid-t0KQCPD2xW .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t0KQCPD2xW .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-t0KQCPD2xW .link a {
  background-image: none !important;
}
.cid-t0KQCPD2xW .col-auto {
  display: inline-block;
}
.cid-t0KQCPD2xW .container-fluid {
  padding: 0;
}
.cid-t0KQCPD2xW .mbr-section-subtitle {
  color: #f4e51c;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
  text-align: right;
}
.cid-t0KQCPD2xW .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-t0KQCPD2xW .left-side {
    padding: 25px 15px;
  }
}
.cid-t0KQCPD2xW a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t0KQCPD2xW rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t0KQCPD2xW .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t0KQCPD2xW svg {
  margin-left: 15px;
}
.cid-t0KQCPD2xW path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t0KQCPD2xW .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t0KQCPD2xW .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t0KQCPD2xW img {
  width: 80%;
  margin: auto;
}
.cid-t0KQCPD2xW .mbr-text,
.cid-t0KQCPD2xW .link {
  text-align: right;
}
.cid-t0sGS9N2Dh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-t0sGS9N2Dh .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t0sGS9N2Dh .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t0sGS9N2Dh .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t0sGS9N2Dh .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t0sGS9N2Dh .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t0sGS9N2Dh .footer-top {
  border-bottom: 2px solid #f4e51c;
}
.cid-t0sGS9N2Dh .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t0sGS9N2Dh .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #f4e51c;
}
.cid-t0sGS9N2Dh .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t0sGS9N2Dh .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t0sGS9N2Dh .soc-item a {
  color: #ffffff;
}
.cid-t0sGS9N2Dh .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t0sGS9N2Dh .soc-item span:hover {
  border-color: #f4e51c;
  color: #f4e51c;
}
.cid-t0sGS9N2Dh .mbr-tag,
.cid-t0sGS9N2Dh .social-row {
  color: #ffffff;
}
.cid-t0JOr6V4SG {
  z-index: 1000;
  width: 100%;
}
.cid-t0JOr6V4SG nav.navbar {
  position: fixed;
}
.cid-t0JOr6V4SG .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-t0JOr6V4SG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0JOr6V4SG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0JOr6V4SG .dropdown-item:hover,
.cid-t0JOr6V4SG .dropdown-item:focus {
  background: #f4e51c !important;
  color: white !important;
}
.cid-t0JOr6V4SG .dropdown-item:hover span {
  color: white;
}
.cid-t0JOr6V4SG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0JOr6V4SG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0JOr6V4SG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0JOr6V4SG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0JOr6V4SG .nav-link {
  position: relative;
}
.cid-t0JOr6V4SG .container {
  display: flex;
  margin: auto;
}
.cid-t0JOr6V4SG .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0JOr6V4SG .dropdown-menu,
.cid-t0JOr6V4SG .navbar.opened {
  background: #000000 !important;
}
.cid-t0JOr6V4SG .nav-item:focus,
.cid-t0JOr6V4SG .nav-link:focus {
  outline: none;
}
.cid-t0JOr6V4SG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0JOr6V4SG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0JOr6V4SG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0JOr6V4SG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0JOr6V4SG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0JOr6V4SG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0JOr6V4SG .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t0JOr6V4SG .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-t0JOr6V4SG .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-t0JOr6V4SG .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  background: rgba(0, 0, 0, 0);
  padding: 0 12px !important;
}
.cid-t0JOr6V4SG .navbar.opened {
  transition: all 0.3s;
}
.cid-t0JOr6V4SG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0JOr6V4SG .navbar .navbar-logo img {
  width: auto;
}
.cid-t0JOr6V4SG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t0JOr6V4SG .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-t0JOr6V4SG .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-t0JOr6V4SG .navbar.collapsed {
  justify-content: center;
}
.cid-t0JOr6V4SG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0JOr6V4SG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0JOr6V4SG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t0JOr6V4SG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0JOr6V4SG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0JOr6V4SG .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-t0JOr6V4SG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-t0JOr6V4SG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0JOr6V4SG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0JOr6V4SG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0JOr6V4SG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0JOr6V4SG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0JOr6V4SG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0JOr6V4SG .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-t0JOr6V4SG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0JOr6V4SG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0JOr6V4SG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0JOr6V4SG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0JOr6V4SG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0JOr6V4SG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0JOr6V4SG .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0JOr6V4SG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0JOr6V4SG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-t0JOr6V4SG .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-t0JOr6V4SG .navbar {
    padding: 0 50px !important;
  }
}
.cid-t0JOr6V4SG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t0JOr6V4SG .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-t0JOr6V4SG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-t0JOr6V4SG .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-t0JOr6V4SG .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-t0JOr6V4SG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0JOr6V4SG .dropdown-item.active,
.cid-t0JOr6V4SG .dropdown-item:active {
  background-color: transparent;
}
.cid-t0JOr6V4SG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0JOr6V4SG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0JOr6V4SG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0JOr6V4SG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t0JOr6V4SG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0JOr6V4SG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0JOr6V4SG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t0JOr6V4SG ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-t0JOr6V4SG .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-t0JOr6V4SG .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-t0JOr6V4SG .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-t0JOr6V4SG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-t0JOr6V4SG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t0JOr6V4SG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0JOr6V4SG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t0JOr6V4SG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t0JOr6V4SG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-t0JOr6V4SG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0JOr6V4SG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t0JOr6V4SG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t0JOr6V4SG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0JOr6V4SG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0JOr6V4SG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0JOr6V4SG .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-t0JOr6V4SG .navbar {
    height: 100px;
  }
  .cid-t0JOr6V4SG .navbar.opened {
    height: auto;
  }
  .cid-t0JOr6V4SG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0JOr6V4SG .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-t0JOr6V4SG .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-t0JOr6V4SG .nav-link:before {
  content: '';
  position: absolute;
  color: #f4e51c;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-t0REMGf6KG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t0REMGf6KG .carousel {
  height: 800px;
}
.cid-t0REMGf6KG .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t0REMGf6KG .carousel-item,
.cid-t0REMGf6KG .carousel-inner {
  height: 100%;
}
.cid-t0REMGf6KG .mbr-overlay {
  z-index: 1;
}
.cid-t0REMGf6KG .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-t0REMGf6KG .carousel-caption {
    left: 15%;
    right: 70%;
    width: 33%;
  }
}
.cid-t0REMGf6KG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t0REMGf6KG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t0REMGf6KG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t0REMGf6KG .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t0REMGf6KG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t0REMGf6KG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t0REMGf6KG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t0REMGf6KG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-t0REMGf6KG .carousel-indicators {
    display: none;
  }
}
.cid-t0REMGf6KG .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #70737e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-t0REMGf6KG .carousel-indicators li.active,
.cid-t0REMGf6KG .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-t0REMGf6KG .carousel-indicators li::after,
.cid-t0REMGf6KG .carousel-indicators li::before {
  content: none;
}
.cid-t0REMGf6KG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-t0REMGf6KG .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t0REMGf6KG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0REMGf6KG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t0REMGf6KG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t0REMGf6KG .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-t0REMGf6KG H5 {
  text-align: left;
}
.cid-t0REMGf6KG P {
  text-align: left;
}
.cid-t0REMGf6KG .mbr-text,
.cid-t0REMGf6KG .mbr-section-btn {
  text-align: left;
}
.cid-t0REMGf6KG .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-t0REMGf6KG .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-t0REMGf6KG .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 34%;
  transition: .5s all;
  pointer-events: none;
}
.cid-t0VTq7HCcu {
  overflow: visible !important;
  background-color: #b2b2b2;
}
.cid-t0VTq7HCcu .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t0VTq7HCcu .row {
    flex-direction: row;
    min-height: 665px;
    margin-bottom: -355px;
  }
}
.cid-t0VTq7HCcu .text {
  padding: 0;
  z-index: 2;
  background: #000000;
}
@media (min-width: 992px) {
  .cid-t0VTq7HCcu .text {
    width: 663px;
    transform: translateX(-35.3%);
  }
}
@media (min-width: 1400px) {
  .cid-t0VTq7HCcu .text {
    transform: translateX(-25%);
  }
}
.cid-t0VTq7HCcu .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-t0VTq7HCcu .wrapper {
    padding: 95px 127px 50px;
  }
}
.cid-t0VTq7HCcu .mbr-text {
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t0VTq7HCcu .display-5 {
    font-size: 29px;
  }
}
.cid-t0VTq7HCcu .wrapper-img {
  z-index: 1;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-t0VTq7HCcu .wrapper-img {
    width: 690px;
    height: 480px;
    transform: translate(25%, -55%);
  }
}
@media (min-width: 1400px) {
  .cid-t0VTq7HCcu .wrapper-img {
    transform: translate(35%, -55%);
  }
}
.cid-t0VTq7HCcu .wrapper-img img {
  min-height: 100%;
  max-height: 460px;
  width: 100%;
  object-fit: cover;
}
.cid-t0VTq7HCcu .mbr-section-btn {
  background: #000000;
  margin-left: 0;
  margin-right: 0;
}
.cid-t0VTq7HCcu .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-width: 269px;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-t0VTq7HCcu .btn {
    width: 100%;
  }
}
.cid-t0VTq7HCcu .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-t0VTq7HCcu .text1 {
  padding: 3rem 1rem 5rem;
  background: #000000;
}
@media (min-width: 992px) {
  .cid-t0VTq7HCcu .text1 {
    padding: 75px 127px 70px;
    width: 663px;
    transform: translate(-5%, -85%);
  }
}
@media (min-width: 1400px) {
  .cid-t0VTq7HCcu .text1 {
    transform: translate(-15%, -95%);
  }
}
.cid-t0VTq7HCcu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t1o0nLO0ZZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #b2b2b2;
}
.cid-t1o0nLO0ZZ .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-t1o0nLO0ZZ .row {
    padding: 0 0.75rem;
  }
}
.cid-t1o0nLO0ZZ .text-container {
  margin: 0 auto 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-t1o0nLO0ZZ .text-container {
    margin-bottom: 30px;
  }
}
.cid-t1o0nLO0ZZ .label-text {
  color: #000000;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
.cid-t1o0nLO0ZZ .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}
.cid-t1o0nLO0ZZ .card {
  padding: 15px;
}
@media (max-width: 991px) {
  .cid-t1o0nLO0ZZ .card {
    padding: 0;
  }
  .cid-t1o0nLO0ZZ .card:not(:last-child) {
    margin-bottom: 30px;
  }
}
.cid-t1o0nLO0ZZ .card-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 48px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-t1o0nLO0ZZ .card-wrapper {
    padding: 20px;
  }
}
.cid-t1o0nLO0ZZ .card-title {
  color: #f4e51c;
  margin-bottom: 1.425rem;
}
.cid-t1o0nLO0ZZ .card-text {
  letter-spacing: inherit;
  color: #000000;
}
.cid-t1o0nLO0ZZ .card-contact {
  margin-bottom: 1.425rem;
  color: #f4e51c;
}
.cid-t1o0nLO0ZZ .mbr-section-title {
  color: #000000;
}
.cid-t1o0plYS2B {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #b2b2b2;
}
.cid-t1o0plYS2B .google-map {
  height: 30rem;
  position: relative;
}
.cid-t1o0plYS2B .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t1o0plYS2B .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t1o0plYS2B .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t1o0plYS2B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t1o0plYS2B .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-t1o0plYS2B .mbr-section-subtitle {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-t0VTI2ywUs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0VTI2ywUs .card-wrapper {
  background: #f4e51c;
  padding: 15vh 20px 7vh;
  margin: auto;
}
.cid-t0VTI2ywUs .row {
  justify-content: center;
}
.cid-t0VTI2ywUs .mbr-section-title {
  padding-bottom: 15px;
  color: #000000;
}
.cid-t0VTI2ywUs .mbr-text {
  color: #ffffff;
  padding-bottom: 30px;
}
.cid-t0VTI2ywUs .mbr-iconfont {
  font-size: 75px;
  color: #ffffff;
}
.cid-t0VTI2ywUs .iconfont-wrapper {
  text-align: center;
}
.cid-t0VTI2ywUs .mbr-text,
.cid-t0VTI2ywUs .iconfont-wrapper {
  color: #000000;
}
.cid-t1nQ20IF7g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t1nQ20IF7g .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-t1nQ20IF7g .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-t1nQ20IF7g .panel-group {
  border: none;
}
.cid-t1nQ20IF7g .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t1nQ20IF7g .panel-body,
.cid-t1nQ20IF7g .card-header {
  padding: 1rem 0;
}
.cid-t1nQ20IF7g .panel-title-edit {
  color: #ffffff;
}
.cid-t1nQ20IF7g .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t1nQ20IF7g H3 {
  color: #f4e51c;
}
.cid-t1nQ20IF7g .panel-text {
  color: #ffffff;
}
.cid-t0JOr7mock {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-t0JOr7mock .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t0JOr7mock .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t0JOr7mock .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t0JOr7mock .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t0JOr7mock .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t0JOr7mock .footer-top {
  border-bottom: 2px solid #f4e51c;
}
.cid-t0JOr7mock .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t0JOr7mock .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #f4e51c;
}
.cid-t0JOr7mock .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t0JOr7mock .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t0JOr7mock .soc-item a {
  color: #ffffff;
}
.cid-t0JOr7mock .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t0JOr7mock .soc-item span:hover {
  border-color: #f4e51c;
  color: #f4e51c;
}
.cid-t0JOr7mock .mbr-tag,
.cid-t0JOr7mock .social-row {
  color: #ffffff;
}
.cid-t0JOAwLCGE {
  z-index: 1000;
  width: 100%;
}
.cid-t0JOAwLCGE nav.navbar {
  position: fixed;
}
.cid-t0JOAwLCGE .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-t0JOAwLCGE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0JOAwLCGE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0JOAwLCGE .dropdown-item:hover,
.cid-t0JOAwLCGE .dropdown-item:focus {
  background: #f4e51c !important;
  color: white !important;
}
.cid-t0JOAwLCGE .dropdown-item:hover span {
  color: white;
}
.cid-t0JOAwLCGE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0JOAwLCGE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0JOAwLCGE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0JOAwLCGE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0JOAwLCGE .nav-link {
  position: relative;
}
.cid-t0JOAwLCGE .container {
  display: flex;
  margin: auto;
}
.cid-t0JOAwLCGE .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0JOAwLCGE .dropdown-menu,
.cid-t0JOAwLCGE .navbar.opened {
  background: #000000 !important;
}
.cid-t0JOAwLCGE .nav-item:focus,
.cid-t0JOAwLCGE .nav-link:focus {
  outline: none;
}
.cid-t0JOAwLCGE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0JOAwLCGE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0JOAwLCGE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0JOAwLCGE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0JOAwLCGE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0JOAwLCGE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0JOAwLCGE .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t0JOAwLCGE .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-t0JOAwLCGE .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-t0JOAwLCGE .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  background: rgba(0, 0, 0, 0);
  padding: 0 12px !important;
}
.cid-t0JOAwLCGE .navbar.opened {
  transition: all 0.3s;
}
.cid-t0JOAwLCGE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0JOAwLCGE .navbar .navbar-logo img {
  width: auto;
}
.cid-t0JOAwLCGE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t0JOAwLCGE .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-t0JOAwLCGE .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-t0JOAwLCGE .navbar.collapsed {
  justify-content: center;
}
.cid-t0JOAwLCGE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0JOAwLCGE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0JOAwLCGE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t0JOAwLCGE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0JOAwLCGE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0JOAwLCGE .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-t0JOAwLCGE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-t0JOAwLCGE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0JOAwLCGE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0JOAwLCGE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0JOAwLCGE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0JOAwLCGE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0JOAwLCGE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0JOAwLCGE .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-t0JOAwLCGE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0JOAwLCGE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0JOAwLCGE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0JOAwLCGE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0JOAwLCGE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0JOAwLCGE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0JOAwLCGE .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0JOAwLCGE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0JOAwLCGE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-t0JOAwLCGE .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-t0JOAwLCGE .navbar {
    padding: 0 50px !important;
  }
}
.cid-t0JOAwLCGE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t0JOAwLCGE .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-t0JOAwLCGE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-t0JOAwLCGE .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-t0JOAwLCGE .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-t0JOAwLCGE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0JOAwLCGE .dropdown-item.active,
.cid-t0JOAwLCGE .dropdown-item:active {
  background-color: transparent;
}
.cid-t0JOAwLCGE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0JOAwLCGE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0JOAwLCGE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0JOAwLCGE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t0JOAwLCGE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0JOAwLCGE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0JOAwLCGE ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t0JOAwLCGE ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-t0JOAwLCGE .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-t0JOAwLCGE .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-t0JOAwLCGE .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-t0JOAwLCGE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-t0JOAwLCGE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t0JOAwLCGE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0JOAwLCGE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t0JOAwLCGE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t0JOAwLCGE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-t0JOAwLCGE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0JOAwLCGE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t0JOAwLCGE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t0JOAwLCGE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0JOAwLCGE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0JOAwLCGE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0JOAwLCGE .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-t0JOAwLCGE .navbar {
    height: 100px;
  }
  .cid-t0JOAwLCGE .navbar.opened {
    height: auto;
  }
  .cid-t0JOAwLCGE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0JOAwLCGE .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-t0JOAwLCGE .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-t0JOAwLCGE .nav-link:before {
  content: '';
  position: absolute;
  color: #f4e51c;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-t1o9tW7jbI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t1o9tW7jbI .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-t1o9tW7jbI .mbr-section-head {
  background-color: #000000;
  padding: 1rem 1rem 2rem;
}
.cid-t1o9tW7jbI .row {
  flex-direction: row-reverse;
}
.cid-t1o9tW7jbI img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t1o9tW7jbI .display-1 {
    font-size: 70px;
  }
  .cid-t1o9tW7jbI .display-5 {
    font-size: 29px;
  }
  .cid-t1o9tW7jbI .display-7 {
    font-size: 22px;
  }
}
.cid-t1o9tW7jbI .mbr-section-title {
  text-align: center;
}
.cid-t1o9tW7jbI .mbr-section-subtitle {
  text-align: center;
}
.cid-t1o9tW7jbI .mbr-description {
  color: #ffffff;
}
.cid-t1o7mn9zeS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t1o7mn9zeS .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-t1o7mn9zeS .item-img {
  width: 250px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-t1o7mn9zeS img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-t1o7mn9zeS .item {
  margin-bottom: 70px;
}
.cid-t1o7mn9zeS .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-t1o7mn9zeS .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-t1o7mn9zeS .mbr-text {
  margin-bottom: 18px;
}
.cid-t1o7mn9zeS .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-t1o7mn9zeS .linkBtn a:after,
.cid-t1o7mn9zeS .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-t1o7mn9zeS .linkBtn a:before {
  left: 0;
}
.cid-t1o7mn9zeS .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-t1o7mn9zeS .linkBtn a:hover:before,
.cid-t1o7mn9zeS .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-u2LaBv6DBY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u2LaBv6DBY .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-u2LaBv6DBY .item-img {
  width: 250px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-u2LaBv6DBY img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-u2LaBv6DBY .item {
  margin-bottom: 70px;
}
.cid-u2LaBv6DBY .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-u2LaBv6DBY .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-u2LaBv6DBY .mbr-text {
  margin-bottom: 18px;
}
.cid-u2LaBv6DBY .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-u2LaBv6DBY .linkBtn a:after,
.cid-u2LaBv6DBY .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-u2LaBv6DBY .linkBtn a:before {
  left: 0;
}
.cid-u2LaBv6DBY .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-u2LaBv6DBY .linkBtn a:hover:before,
.cid-u2LaBv6DBY .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-t1oacEU1Sp {
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-t1oacEU1Sp .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-t1oacEU1Sp .col-text {
    padding: 0 0 0 0;
  }
}
.cid-t1oacEU1Sp .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-t1oacEU1Sp .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-t1oacEU1Sp .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #f4e51c;
}
@media (max-width: 767px) {
  .cid-t1oacEU1Sp .label-text {
    text-align: center !important;
  }
}
.cid-t1oacEU1Sp .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1oacEU1Sp .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1oacEU1Sp .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-t1oacEU1Sp .mbr-text {
    text-align: center !important;
  }
}
.cid-t1oacEU1Sp .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-t1oacEU1Sp .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-t1oacEU1Sp .mbr-section-btn .btn {
  padding: 0;
}
.cid-t1oacEU1Sp .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-t1oacEU1Sp .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-t1oacEU1Sp .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-t1oacEU1Sp .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-t1oacEU1Sp .col-cards {
    padding-left: 5%;
  }
}
.cid-t1oacEU1Sp .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-t1oacEU1Sp .cards-wrap:hover {
  background-color: #000000;
}
.cid-t1oacEU1Sp .card {
  padding: 30px;
  background-color: #000000;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-t1oacEU1Sp .card:hover {
  background-color: #000000;
}
@media (min-width: 768px) {
  .cid-t1oacEU1Sp .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-t1oacEU1Sp .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-t1oacEU1Sp .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-t1oacEU1Sp .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-t1oacEU1Sp .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-t1oacEU1Sp .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t1oacEU1Sp .img-bg {
  background-color: #F0C48A;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-t1oacEU1Sp .card-title {
  color: #f4e51c;
  margin-bottom: 8px;
}
.cid-t1oacEU1Sp .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-t1oacEU1Sp .mbr-section-title,
.cid-t1oacEU1Sp .mbr-section-btn {
  color: #ffffff;
}
.cid-tXMlNAI0bu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tXMlNAI0bu .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tXMlNAI0bu .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tXMlNAI0bu .panel-group {
  border: none;
}
.cid-tXMlNAI0bu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tXMlNAI0bu .panel-body,
.cid-tXMlNAI0bu .card-header {
  padding: 1rem 0;
}
.cid-tXMlNAI0bu .panel-title-edit {
  color: #ffffff;
}
.cid-tXMlNAI0bu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tXMlNAI0bu H3 {
  color: #f4e51c;
}
.cid-tXMlNAI0bu .panel-text {
  color: #ffffff;
}
.cid-t0JOAxffK3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-t0JOAxffK3 .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t0JOAxffK3 .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t0JOAxffK3 .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t0JOAxffK3 .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t0JOAxffK3 .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t0JOAxffK3 .footer-top {
  border-bottom: 2px solid #f4e51c;
}
.cid-t0JOAxffK3 .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t0JOAxffK3 .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #f4e51c;
}
.cid-t0JOAxffK3 .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t0JOAxffK3 .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t0JOAxffK3 .soc-item a {
  color: #ffffff;
}
.cid-t0JOAxffK3 .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t0JOAxffK3 .soc-item span:hover {
  border-color: #f4e51c;
  color: #f4e51c;
}
.cid-t0JOAxffK3 .mbr-tag,
.cid-t0JOAxffK3 .social-row {
  color: #ffffff;
}
.cid-t0Wj7gvrY6 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-t0Wj7gvrY6 .carousel {
  width: 100%;
}
.cid-t0Wj7gvrY6 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-t0Wj7gvrY6 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-t0Wj7gvrY6 .mbr-overlay {
  z-index: 1;
}
.cid-t0Wj7gvrY6 .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-t0Wj7gvrY6 .carousel-caption {
    left: 15%;
    right: 70%;
    width: 33%;
  }
}
.cid-t0Wj7gvrY6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t0Wj7gvrY6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t0Wj7gvrY6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t0Wj7gvrY6 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t0Wj7gvrY6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t0Wj7gvrY6 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t0Wj7gvrY6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t0Wj7gvrY6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-t0Wj7gvrY6 .carousel-indicators {
    display: none;
  }
}
.cid-t0Wj7gvrY6 .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #70737e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-t0Wj7gvrY6 .carousel-indicators li.active,
.cid-t0Wj7gvrY6 .carousel-indicators li:hover {
  background-color: #f4e51c;
}
.cid-t0Wj7gvrY6 .carousel-indicators li::after,
.cid-t0Wj7gvrY6 .carousel-indicators li::before {
  content: none;
}
.cid-t0Wj7gvrY6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-t0Wj7gvrY6 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t0Wj7gvrY6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0Wj7gvrY6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t0Wj7gvrY6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t0Wj7gvrY6 .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-t0Wj7gvrY6 H5 {
  text-align: left;
}
.cid-t0Wj7gvrY6 P {
  text-align: left;
}
.cid-t0Wj7gvrY6 .mbr-text,
.cid-t0Wj7gvrY6 .mbr-section-btn {
  text-align: left;
}
.cid-t0Wj7gvrY6 .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-t0Wj7gvrY6 .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-t0Wj7gvrY6 .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 34%;
  transition: .5s all;
  pointer-events: none;
}
.cid-t0Wj7h3FAj {
  z-index: 1000;
  width: 100%;
}
.cid-t0Wj7h3FAj nav.navbar {
  position: fixed;
}
.cid-t0Wj7h3FAj .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-t0Wj7h3FAj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0Wj7h3FAj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0Wj7h3FAj .dropdown-item:hover,
.cid-t0Wj7h3FAj .dropdown-item:focus {
  background: #f4e51c !important;
  color: white !important;
}
.cid-t0Wj7h3FAj .dropdown-item:hover span {
  color: white;
}
.cid-t0Wj7h3FAj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0Wj7h3FAj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0Wj7h3FAj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0Wj7h3FAj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0Wj7h3FAj .nav-link {
  position: relative;
}
.cid-t0Wj7h3FAj .container {
  display: flex;
  margin: auto;
}
.cid-t0Wj7h3FAj .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0Wj7h3FAj .dropdown-menu,
.cid-t0Wj7h3FAj .navbar.opened {
  background: #000000 !important;
}
.cid-t0Wj7h3FAj .nav-item:focus,
.cid-t0Wj7h3FAj .nav-link:focus {
  outline: none;
}
.cid-t0Wj7h3FAj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0Wj7h3FAj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0Wj7h3FAj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0Wj7h3FAj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0Wj7h3FAj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0Wj7h3FAj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0Wj7h3FAj .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t0Wj7h3FAj .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-t0Wj7h3FAj .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-t0Wj7h3FAj .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  background: rgba(0, 0, 0, 0);
  padding: 0 12px !important;
}
.cid-t0Wj7h3FAj .navbar.opened {
  transition: all 0.3s;
}
.cid-t0Wj7h3FAj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0Wj7h3FAj .navbar .navbar-logo img {
  width: auto;
}
.cid-t0Wj7h3FAj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t0Wj7h3FAj .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-t0Wj7h3FAj .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-t0Wj7h3FAj .navbar.collapsed {
  justify-content: center;
}
.cid-t0Wj7h3FAj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0Wj7h3FAj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0Wj7h3FAj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t0Wj7h3FAj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0Wj7h3FAj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0Wj7h3FAj .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-t0Wj7h3FAj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-t0Wj7h3FAj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0Wj7h3FAj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0Wj7h3FAj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0Wj7h3FAj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0Wj7h3FAj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0Wj7h3FAj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0Wj7h3FAj .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-t0Wj7h3FAj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0Wj7h3FAj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0Wj7h3FAj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0Wj7h3FAj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0Wj7h3FAj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0Wj7h3FAj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0Wj7h3FAj .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0Wj7h3FAj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0Wj7h3FAj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-t0Wj7h3FAj .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-t0Wj7h3FAj .navbar {
    padding: 0 50px !important;
  }
}
.cid-t0Wj7h3FAj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t0Wj7h3FAj .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-t0Wj7h3FAj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-t0Wj7h3FAj .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-t0Wj7h3FAj .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-t0Wj7h3FAj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0Wj7h3FAj .dropdown-item.active,
.cid-t0Wj7h3FAj .dropdown-item:active {
  background-color: transparent;
}
.cid-t0Wj7h3FAj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0Wj7h3FAj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0Wj7h3FAj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0Wj7h3FAj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t0Wj7h3FAj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0Wj7h3FAj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0Wj7h3FAj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t0Wj7h3FAj ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-t0Wj7h3FAj .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-t0Wj7h3FAj .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-t0Wj7h3FAj .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-t0Wj7h3FAj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-t0Wj7h3FAj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t0Wj7h3FAj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0Wj7h3FAj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t0Wj7h3FAj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t0Wj7h3FAj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-t0Wj7h3FAj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0Wj7h3FAj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t0Wj7h3FAj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t0Wj7h3FAj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0Wj7h3FAj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0Wj7h3FAj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0Wj7h3FAj .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-t0Wj7h3FAj .navbar {
    height: 100px;
  }
  .cid-t0Wj7h3FAj .navbar.opened {
    height: auto;
  }
  .cid-t0Wj7h3FAj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0Wj7h3FAj .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-t0Wj7h3FAj .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-t0Wj7h3FAj .nav-link:before {
  content: '';
  position: absolute;
  color: #f4e51c;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-t120J24qC8 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #b2b2b2;
}
.cid-t120J24qC8 .mbr-section-title {
  color: #f4e51c;
  text-align: center;
  margin-bottom: 0;
}
.cid-t120J24qC8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-t120J24qC8 .row {
  align-items: center;
  height: 100%;
}
.cid-t15Sb6Mmek {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #b2b2b2;
}
.cid-t15Sb6Mmek .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-t15Sb6Mmek .item-img {
  width: 150px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-t15Sb6Mmek img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-t15Sb6Mmek .item {
  margin-bottom: 70px;
}
.cid-t15Sb6Mmek .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-t15Sb6Mmek .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-t15Sb6Mmek .mbr-text {
  margin-bottom: 18px;
}
.cid-t15Sb6Mmek .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-t15Sb6Mmek .linkBtn a:after,
.cid-t15Sb6Mmek .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-t15Sb6Mmek .linkBtn a:before {
  left: 0;
}
.cid-t15Sb6Mmek .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-t15Sb6Mmek .linkBtn a:hover:before,
.cid-t15Sb6Mmek .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-t15Sb6Mmek .mbr-text,
.cid-t15Sb6Mmek .linkBtn {
  color: #ffffff;
}
.cid-t15Sb6Mmek .item-title,
.cid-t15Sb6Mmek .image_wrapper {
  color: #f4e51c;
}
.cid-t12eQ2S6PH {
  background: #ffffff;
}
.cid-t12eQ2S6PH .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-t12eQ2S6PH .image-block {
    width: 100% !important;
  }
}
.cid-t11QrcuptW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t11QrcuptW .row {
  flex-direction: row-reverse;
}
.cid-t11QrcuptW .row {
  align-items: center;
}
.cid-t11QrcuptW .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("../../../assets/images/allura-assist-assist.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-t11QrcuptW .img-item {
    padding: 0;
  }
}
.cid-t11QrcuptW .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-t11QrcuptW .text-col {
    margin-top: 45px;
    order: 5;
  }
}
@media (min-width: 992px) {
  .cid-t11QrcuptW .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t11QrcuptW .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-t11QrcuptW .text-wrapper {
    padding: 0 75px 0 100px;
    padding: 0 100px 0 75px;
  }
}
.cid-t11QrcuptW .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t11QrcuptW .icon-wrap {
    justify-content: center;
  }
}
.cid-t11QrcuptW .icon-box {
  background: #ff1f25;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t11QrcuptW .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-t11QrcuptW .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t11QrcuptW .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t11QrcuptW .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-t11QrcuptW .mbr-text {
    text-align: center !important;
  }
}
.cid-t11QrcuptW .item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  width: 100%;
}
.cid-t11QrcuptW .item-icon-box {
  margin-right: 16px;
}
.cid-t11QrcuptW .item-icon-box .mbr-iconfont {
  font-size: 18px;
  color: #f4e51c;
}
.cid-t11QrcuptW .text-box {
  flex-grow: 1;
}
.cid-t11QrcuptW .btn-container {
  width: 100%;
}
.cid-t11QrcuptW .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-t11QrcuptW .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t11QrcuptW .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t11QrcuptW .name-text {
  color: #555555;
}
.cid-t11QkKEOdZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t11QkKEOdZ .row {
  align-items: center;
}
.cid-t11QkKEOdZ .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("../../../assets/images/allura-assist-pay.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-t11QkKEOdZ .img-item {
    padding: 0;
  }
}
.cid-t11QkKEOdZ .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-t11QkKEOdZ .text-col {
    margin-top: 45px;
    order: 5;
  }
}
@media (min-width: 992px) {
  .cid-t11QkKEOdZ .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t11QkKEOdZ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-t11QkKEOdZ .text-wrapper {
    padding: 0 75px 0 100px;
  }
}
.cid-t11QkKEOdZ .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t11QkKEOdZ .icon-wrap {
    justify-content: center;
  }
}
.cid-t11QkKEOdZ .icon-box {
  background: #ff1f25;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t11QkKEOdZ .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-t11QkKEOdZ .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t11QkKEOdZ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t11QkKEOdZ .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-t11QkKEOdZ .mbr-text {
    text-align: center !important;
  }
}
.cid-t11QkKEOdZ .item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  width: 100%;
}
.cid-t11QkKEOdZ .item-icon-box {
  margin-right: 16px;
}
.cid-t11QkKEOdZ .item-icon-box .mbr-iconfont {
  font-size: 18px;
  color: #f4e51c;
}
.cid-t11QkKEOdZ .text-box {
  flex-grow: 1;
}
.cid-t11QkKEOdZ .btn-container {
  width: 100%;
}
.cid-t11QkKEOdZ .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-t11QkKEOdZ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t11QkKEOdZ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t11QkKEOdZ .mbr-section-title,
.cid-t11QkKEOdZ .mbr-section-btn {
  color: #ffffff;
}
.cid-t11QkKEOdZ .name-text {
  color: #ffffff;
}
.cid-t11QkKEOdZ .icon-text {
  color: #ffffff;
}
.cid-t0Wj7iFAw1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/8-1.png");
}
.cid-t0Wj7iFAw1 .container-fluid {
  padding: 0 3rem;
}
.cid-t0Wj7iFAw1 .mbr-section-subtitle {
  color: #767676;
}
.cid-t0Wj7iFAw1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t0Wj7iFAw1 .table-wrapper {
  margin: 0 auto;
}
.cid-t0Wj7iFAw1 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-t0Wj7iFAw1 table thead tr {
  border: none !important;
}
.cid-t0Wj7iFAw1 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
  background: #ffffff;
}
.cid-t0Wj7iFAw1 table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-t0Wj7iFAw1 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-t0Wj7iFAw1 table.table {
  background: #ffffff;
}
.cid-t0Wj7iFAw1 tr:hover {
  background-color: #f4e51c !important;
}
.cid-t0Wj7iFAw1 .head-item:after,
.cid-t0Wj7iFAw1 .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-t0Wj7iFAw1 table th,
  .cid-t0Wj7iFAw1 table td {
    padding: .75rem;
  }
}
.cid-t0Wj7iFAw1 .body-item {
  text-align: center;
}
.cid-t0Wj7iFAw1 .head-item {
  color: #000000;
}
.cid-t0Wj7iFAw1 .mbr-section-title,
.cid-t0Wj7iFAw1 .underline {
  color: #000000;
}
.cid-t0Wj7iFAw1 .mbr-text {
  color: #000000;
}
.cid-t120HiZPhc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t120HiZPhc .mbr-text,
.cid-t120HiZPhc .mbr-section-btn {
  color: #f4e51c;
}
.cid-t120HiZPhc .container {
  max-width: 1000px;
}
.cid-t120HiZPhc .mbr-section-title {
  border-bottom: 1px solid currentColor;
  color: #ffffff;
  padding-bottom: 1rem;
}
.cid-t0Wj7jzf9n {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t0Wj7jzf9n .item-wrapper {
  width: 100%;
}
.cid-t0Wj7jzf9n .left-side {
  text-align: left;
}
.cid-t0Wj7jzf9n .link {
  width: 100%;
  margin-top: 29px;
}
.cid-t0Wj7jzf9n .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-t0Wj7jzf9n .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-t0Wj7jzf9n .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
  text-align: right;
}
.cid-t0Wj7jzf9n .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t0Wj7jzf9n .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-t0Wj7jzf9n .link a {
  background-image: none !important;
}
.cid-t0Wj7jzf9n .col-auto {
  display: inline-block;
}
.cid-t0Wj7jzf9n .container-fluid {
  padding: 0;
}
.cid-t0Wj7jzf9n .mbr-section-subtitle {
  color: #f4e51c;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
  text-align: right;
}
.cid-t0Wj7jzf9n .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-t0Wj7jzf9n .left-side {
    padding: 25px 15px;
  }
}
.cid-t0Wj7jzf9n a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t0Wj7jzf9n rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t0Wj7jzf9n .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t0Wj7jzf9n svg {
  margin-left: 15px;
}
.cid-t0Wj7jzf9n path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t0Wj7jzf9n .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t0Wj7jzf9n .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t0Wj7jzf9n img {
  width: 80%;
  margin: auto;
}
.cid-t0Wj7jzf9n .mbr-text,
.cid-t0Wj7jzf9n .link {
  text-align: right;
}
.cid-t0Wj7jLLwT {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-t0Wj7jLLwT .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t0Wj7jLLwT .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t0Wj7jLLwT .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t0Wj7jLLwT .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t0Wj7jLLwT .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t0Wj7jLLwT .footer-top {
  border-bottom: 2px solid #f4e51c;
}
.cid-t0Wj7jLLwT .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t0Wj7jLLwT .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #f4e51c;
}
.cid-t0Wj7jLLwT .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t0Wj7jLLwT .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t0Wj7jLLwT .soc-item a {
  color: #ffffff;
}
.cid-t0Wj7jLLwT .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t0Wj7jLLwT .soc-item span:hover {
  border-color: #f4e51c;
  color: #f4e51c;
}
.cid-t0Wj7jLLwT .mbr-tag,
.cid-t0Wj7jLLwT .social-row {
  color: #ffffff;
}
.cid-t127QrWa4Z {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #000000;
}
.cid-t127QrWa4Z .carousel {
  width: 100%;
}
.cid-t127QrWa4Z .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-t127QrWa4Z .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-t127QrWa4Z .mbr-overlay {
  z-index: 1;
}
.cid-t127QrWa4Z .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-t127QrWa4Z .carousel-caption {
    left: 15%;
    right: 70%;
    width: 33%;
  }
}
.cid-t127QrWa4Z .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t127QrWa4Z .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t127QrWa4Z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t127QrWa4Z .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t127QrWa4Z .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t127QrWa4Z .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t127QrWa4Z .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t127QrWa4Z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-t127QrWa4Z .carousel-indicators {
    display: none;
  }
}
.cid-t127QrWa4Z .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #70737e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-t127QrWa4Z .carousel-indicators li.active,
.cid-t127QrWa4Z .carousel-indicators li:hover {
  background-color: #2f6f77;
}
.cid-t127QrWa4Z .carousel-indicators li::after,
.cid-t127QrWa4Z .carousel-indicators li::before {
  content: none;
}
.cid-t127QrWa4Z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-t127QrWa4Z .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t127QrWa4Z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t127QrWa4Z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t127QrWa4Z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t127QrWa4Z .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-t127QrWa4Z H5 {
  text-align: left;
}
.cid-t127QrWa4Z P {
  text-align: left;
}
.cid-t127QrWa4Z .mbr-text,
.cid-t127QrWa4Z .mbr-section-btn {
  text-align: left;
}
.cid-t127QrWa4Z .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-t127QrWa4Z .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-t127QrWa4Z .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 34%;
  transition: .5s all;
  pointer-events: none;
}
.cid-t127QsJCpc {
  z-index: 1000;
  width: 100%;
}
.cid-t127QsJCpc nav.navbar {
  position: fixed;
}
.cid-t127QsJCpc .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-t127QsJCpc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t127QsJCpc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t127QsJCpc .dropdown-item:hover,
.cid-t127QsJCpc .dropdown-item:focus {
  background: #f4e51c !important;
  color: white !important;
}
.cid-t127QsJCpc .dropdown-item:hover span {
  color: white;
}
.cid-t127QsJCpc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t127QsJCpc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t127QsJCpc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t127QsJCpc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t127QsJCpc .nav-link {
  position: relative;
}
.cid-t127QsJCpc .container {
  display: flex;
  margin: auto;
}
.cid-t127QsJCpc .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t127QsJCpc .dropdown-menu,
.cid-t127QsJCpc .navbar.opened {
  background: #000000 !important;
}
.cid-t127QsJCpc .nav-item:focus,
.cid-t127QsJCpc .nav-link:focus {
  outline: none;
}
.cid-t127QsJCpc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t127QsJCpc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t127QsJCpc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t127QsJCpc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t127QsJCpc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t127QsJCpc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t127QsJCpc .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t127QsJCpc .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-t127QsJCpc .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-t127QsJCpc .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  background: rgba(0, 0, 0, 0);
  padding: 0 12px !important;
}
.cid-t127QsJCpc .navbar.opened {
  transition: all 0.3s;
}
.cid-t127QsJCpc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t127QsJCpc .navbar .navbar-logo img {
  width: auto;
}
.cid-t127QsJCpc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t127QsJCpc .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-t127QsJCpc .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-t127QsJCpc .navbar.collapsed {
  justify-content: center;
}
.cid-t127QsJCpc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t127QsJCpc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t127QsJCpc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t127QsJCpc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t127QsJCpc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t127QsJCpc .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-t127QsJCpc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-t127QsJCpc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t127QsJCpc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t127QsJCpc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t127QsJCpc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t127QsJCpc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t127QsJCpc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t127QsJCpc .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-t127QsJCpc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t127QsJCpc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t127QsJCpc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t127QsJCpc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t127QsJCpc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t127QsJCpc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t127QsJCpc .navbar.navbar-short {
  min-height: 60px;
}
.cid-t127QsJCpc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t127QsJCpc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-t127QsJCpc .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-t127QsJCpc .navbar {
    padding: 0 50px !important;
  }
}
.cid-t127QsJCpc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t127QsJCpc .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-t127QsJCpc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-t127QsJCpc .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-t127QsJCpc .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-t127QsJCpc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t127QsJCpc .dropdown-item.active,
.cid-t127QsJCpc .dropdown-item:active {
  background-color: transparent;
}
.cid-t127QsJCpc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t127QsJCpc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t127QsJCpc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t127QsJCpc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t127QsJCpc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t127QsJCpc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t127QsJCpc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t127QsJCpc ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-t127QsJCpc .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-t127QsJCpc .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-t127QsJCpc .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-t127QsJCpc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-t127QsJCpc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t127QsJCpc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t127QsJCpc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t127QsJCpc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t127QsJCpc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-t127QsJCpc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t127QsJCpc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t127QsJCpc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t127QsJCpc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t127QsJCpc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t127QsJCpc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t127QsJCpc .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-t127QsJCpc .navbar {
    height: 100px;
  }
  .cid-t127QsJCpc .navbar.opened {
    height: auto;
  }
  .cid-t127QsJCpc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t127QsJCpc .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-t127QsJCpc .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-t127QsJCpc .nav-link:before {
  content: '';
  position: absolute;
  color: #f4e51c;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-t127QtjHFu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #092c30;
}
.cid-t127QtjHFu .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.cid-t127QtjHFu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-t127QtjHFu .row {
  align-items: center;
  height: 100%;
}
.cid-t17Vr0byH0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #092c30;
}
.cid-t17Vr0byH0 .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-t17Vr0byH0 .item-img {
  width: 150px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-t17Vr0byH0 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-t17Vr0byH0 .item {
  margin-bottom: 70px;
}
.cid-t17Vr0byH0 .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-t17Vr0byH0 .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-t17Vr0byH0 .mbr-text {
  margin-bottom: 18px;
}
.cid-t17Vr0byH0 .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-t17Vr0byH0 .linkBtn a:after,
.cid-t17Vr0byH0 .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-t17Vr0byH0 .linkBtn a:before {
  left: 0;
}
.cid-t17Vr0byH0 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-t17Vr0byH0 .linkBtn a:hover:before,
.cid-t17Vr0byH0 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-t17Vr0byH0 .mbr-text,
.cid-t17Vr0byH0 .linkBtn {
  color: #b2b2b2;
}
.cid-t17Vr0byH0 .item-title,
.cid-t17Vr0byH0 .image_wrapper {
  color: #ffffff;
}
.cid-t180zvc7YJ {
  background: #ffffff;
}
.cid-t180zvc7YJ .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-t180zvc7YJ .image-block {
    width: 100% !important;
  }
}
.cid-t127QuPTAJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #b2b2b2;
}
.cid-t127QuPTAJ .row {
  flex-direction: row-reverse;
}
.cid-t127QuPTAJ .row {
  align-items: center;
}
.cid-t127QuPTAJ .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("../../../assets/images/allura-business-assist.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-t127QuPTAJ .img-item {
    padding: 0;
  }
}
.cid-t127QuPTAJ .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-t127QuPTAJ .text-col {
    margin-top: 45px;
    order: 5;
  }
}
@media (min-width: 992px) {
  .cid-t127QuPTAJ .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t127QuPTAJ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-t127QuPTAJ .text-wrapper {
    padding: 0 75px 0 100px;
    padding: 0 100px 0 75px;
  }
}
.cid-t127QuPTAJ .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t127QuPTAJ .icon-wrap {
    justify-content: center;
  }
}
.cid-t127QuPTAJ .icon-box {
  background: #ff1f25;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t127QuPTAJ .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-t127QuPTAJ .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t127QuPTAJ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t127QuPTAJ .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-t127QuPTAJ .mbr-text {
    text-align: center !important;
  }
}
.cid-t127QuPTAJ .item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  width: 100%;
}
.cid-t127QuPTAJ .item-icon-box {
  margin-right: 16px;
}
.cid-t127QuPTAJ .item-icon-box .mbr-iconfont {
  font-size: 18px;
  color: #2f6f77;
}
.cid-t127QuPTAJ .text-box {
  flex-grow: 1;
}
.cid-t127QuPTAJ .btn-container {
  width: 100%;
}
.cid-t127QuPTAJ .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-t127QuPTAJ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t127QuPTAJ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t127QuPTAJ .icon-text {
  color: #000000;
}
.cid-t127Qvk5UE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-t127Qvk5UE .row {
  align-items: center;
}
.cid-t127Qvk5UE .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("../../../assets/images/allura-business-pay.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-t127Qvk5UE .img-item {
    padding: 0;
  }
}
.cid-t127Qvk5UE .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-t127Qvk5UE .text-col {
    margin-top: 45px;
    order: 5;
  }
}
@media (min-width: 992px) {
  .cid-t127Qvk5UE .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t127Qvk5UE .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-t127Qvk5UE .text-wrapper {
    padding: 0 75px 0 100px;
  }
}
.cid-t127Qvk5UE .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t127Qvk5UE .icon-wrap {
    justify-content: center;
  }
}
.cid-t127Qvk5UE .icon-box {
  background: #ff1f25;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t127Qvk5UE .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-t127Qvk5UE .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t127Qvk5UE .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t127Qvk5UE .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-t127Qvk5UE .mbr-text {
    text-align: center !important;
  }
}
.cid-t127Qvk5UE .item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  width: 100%;
}
.cid-t127Qvk5UE .item-icon-box {
  margin-right: 16px;
}
.cid-t127Qvk5UE .item-icon-box .mbr-iconfont {
  font-size: 18px;
  color: #2f6f77;
}
.cid-t127Qvk5UE .text-box {
  flex-grow: 1;
}
.cid-t127Qvk5UE .btn-container {
  width: 100%;
}
.cid-t127Qvk5UE .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-t127Qvk5UE .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t127Qvk5UE .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t127Qvk5UE .mbr-section-title,
.cid-t127Qvk5UE .mbr-section-btn {
  color: #ffffff;
}
.cid-t127Qvk5UE .name-text {
  color: #ffffff;
}
.cid-t127Qvk5UE .icon-text {
  color: #ffffff;
}
.cid-t127QvGVIc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/8-verde.png");
}
.cid-t127QvGVIc .container-fluid {
  padding: 0 3rem;
}
.cid-t127QvGVIc .mbr-section-subtitle {
  color: #767676;
}
.cid-t127QvGVIc .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t127QvGVIc .table-wrapper {
  margin: 0 auto;
}
.cid-t127QvGVIc table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-t127QvGVIc table thead tr {
  border: none !important;
}
.cid-t127QvGVIc table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
  background: #000000;
}
.cid-t127QvGVIc table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-t127QvGVIc table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-t127QvGVIc table.table {
  background: #000000;
}
.cid-t127QvGVIc tr:hover {
  background-color: #092c30 !important;
}
.cid-t127QvGVIc .head-item:after,
.cid-t127QvGVIc .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-t127QvGVIc table th,
  .cid-t127QvGVIc table td {
    padding: .75rem;
  }
}
.cid-t127QvGVIc .body-item {
  text-align: center;
  color: #ffffff;
}
.cid-t127QvGVIc .head-item {
  color: #ffffff;
}
.cid-t127QvGVIc .mbr-section-title,
.cid-t127QvGVIc .underline {
  color: #ffffff;
}
.cid-t127QvGVIc .mbr-text {
  color: #ffffff;
}
.cid-t127QwxOwB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t127QwxOwB .item-wrapper {
  width: 100%;
}
.cid-t127QwxOwB .left-side {
  text-align: left;
}
.cid-t127QwxOwB .link {
  width: 100%;
  margin-top: 29px;
}
.cid-t127QwxOwB .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-t127QwxOwB .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-t127QwxOwB .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
  text-align: right;
}
.cid-t127QwxOwB .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t127QwxOwB .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-t127QwxOwB .link a {
  background-image: none !important;
}
.cid-t127QwxOwB .col-auto {
  display: inline-block;
}
.cid-t127QwxOwB .container-fluid {
  padding: 0;
}
.cid-t127QwxOwB .mbr-section-subtitle {
  color: #f4e51c;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
  text-align: right;
}
.cid-t127QwxOwB .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-t127QwxOwB .left-side {
    padding: 25px 15px;
  }
}
.cid-t127QwxOwB a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t127QwxOwB rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t127QwxOwB .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t127QwxOwB svg {
  margin-left: 15px;
}
.cid-t127QwxOwB path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t127QwxOwB .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t127QwxOwB .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t127QwxOwB img {
  width: 80%;
  margin: auto;
}
.cid-t127QwxOwB .mbr-text,
.cid-t127QwxOwB .link {
  text-align: right;
}
.cid-t127QwMnIF {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-t127QwMnIF .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t127QwMnIF .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t127QwMnIF .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t127QwMnIF .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t127QwMnIF .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t127QwMnIF .footer-top {
  border-bottom: 2px solid #f4e51c;
}
.cid-t127QwMnIF .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t127QwMnIF .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #f4e51c;
}
.cid-t127QwMnIF .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t127QwMnIF .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t127QwMnIF .soc-item a {
  color: #ffffff;
}
.cid-t127QwMnIF .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t127QwMnIF .soc-item span:hover {
  border-color: #f4e51c;
  color: #f4e51c;
}
.cid-t127QwMnIF .mbr-tag,
.cid-t127QwMnIF .social-row {
  color: #ffffff;
}
.cid-t1oYAMcxVq {
  z-index: 1000;
  width: 100%;
}
.cid-t1oYAMcxVq nav.navbar {
  position: fixed;
}
.cid-t1oYAMcxVq .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-t1oYAMcxVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t1oYAMcxVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1oYAMcxVq .dropdown-item:hover,
.cid-t1oYAMcxVq .dropdown-item:focus {
  background: #f4e51c !important;
  color: white !important;
}
.cid-t1oYAMcxVq .dropdown-item:hover span {
  color: white;
}
.cid-t1oYAMcxVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t1oYAMcxVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t1oYAMcxVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t1oYAMcxVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1oYAMcxVq .nav-link {
  position: relative;
}
.cid-t1oYAMcxVq .container {
  display: flex;
  margin: auto;
}
.cid-t1oYAMcxVq .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t1oYAMcxVq .dropdown-menu,
.cid-t1oYAMcxVq .navbar.opened {
  background: #000000 !important;
}
.cid-t1oYAMcxVq .nav-item:focus,
.cid-t1oYAMcxVq .nav-link:focus {
  outline: none;
}
.cid-t1oYAMcxVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1oYAMcxVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1oYAMcxVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t1oYAMcxVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1oYAMcxVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1oYAMcxVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1oYAMcxVq .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t1oYAMcxVq .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-t1oYAMcxVq .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-t1oYAMcxVq .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  background: rgba(0, 0, 0, 0);
  padding: 0 12px !important;
}
.cid-t1oYAMcxVq .navbar.opened {
  transition: all 0.3s;
}
.cid-t1oYAMcxVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t1oYAMcxVq .navbar .navbar-logo img {
  width: auto;
}
.cid-t1oYAMcxVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t1oYAMcxVq .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-t1oYAMcxVq .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-t1oYAMcxVq .navbar.collapsed {
  justify-content: center;
}
.cid-t1oYAMcxVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1oYAMcxVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1oYAMcxVq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t1oYAMcxVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1oYAMcxVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1oYAMcxVq .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-t1oYAMcxVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-t1oYAMcxVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t1oYAMcxVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t1oYAMcxVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1oYAMcxVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1oYAMcxVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1oYAMcxVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1oYAMcxVq .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-t1oYAMcxVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t1oYAMcxVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1oYAMcxVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1oYAMcxVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1oYAMcxVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1oYAMcxVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t1oYAMcxVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-t1oYAMcxVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1oYAMcxVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-t1oYAMcxVq .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-t1oYAMcxVq .navbar {
    padding: 0 50px !important;
  }
}
.cid-t1oYAMcxVq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t1oYAMcxVq .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-t1oYAMcxVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-t1oYAMcxVq .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-t1oYAMcxVq .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-t1oYAMcxVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1oYAMcxVq .dropdown-item.active,
.cid-t1oYAMcxVq .dropdown-item:active {
  background-color: transparent;
}
.cid-t1oYAMcxVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1oYAMcxVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1oYAMcxVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1oYAMcxVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t1oYAMcxVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1oYAMcxVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1oYAMcxVq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t1oYAMcxVq ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-t1oYAMcxVq .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-t1oYAMcxVq .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-t1oYAMcxVq .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-t1oYAMcxVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-t1oYAMcxVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t1oYAMcxVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t1oYAMcxVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t1oYAMcxVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t1oYAMcxVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-t1oYAMcxVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1oYAMcxVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t1oYAMcxVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t1oYAMcxVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1oYAMcxVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t1oYAMcxVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1oYAMcxVq .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-t1oYAMcxVq .navbar {
    height: 100px;
  }
  .cid-t1oYAMcxVq .navbar.opened {
    height: auto;
  }
  .cid-t1oYAMcxVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1oYAMcxVq .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-t1oYAMcxVq .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-t1oYAMcxVq .nav-link:before {
  content: '';
  position: absolute;
  color: #f4e51c;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-t1oYANsIpd {
  background-image: url("../../../assets/images/feelbank-site-feelpay.png");
}
.cid-t1oYANsIpd .row {
  align-items: center;
}
.cid-t1oYANsIpd .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t1oYANsIpd .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-t1oYANsIpd .header-text {
    margin-bottom: 20px;
  }
}
.cid-t1oYANsIpd .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-t1oYANsIpd .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
  text-align: left;
}
.cid-t1oYANsIpd .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-t1oYANsIpd .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t1oYANsIpd .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t1oYANsIpd .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-t1oYANsIpd .btn-white-outline:hover {
  color: #f4e51c !important;
  background: #ffffff !important;
}
.cid-t1oYANsIpd .mbr-section-title,
.cid-t1oYANsIpd .mbr-section-btn {
  text-align: left;
}
.cid-t1oYAO5xVT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t1oYAOxcX0 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t1oYAOxcX0 .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-t1oYAOxcX0 .item-img {
  width: 150px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-t1oYAOxcX0 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-t1oYAOxcX0 .item {
  margin-bottom: 70px;
}
.cid-t1oYAOxcX0 .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-t1oYAOxcX0 .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-t1oYAOxcX0 .mbr-text {
  margin-bottom: 18px;
}
.cid-t1oYAOxcX0 .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-t1oYAOxcX0 .linkBtn a:after,
.cid-t1oYAOxcX0 .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-t1oYAOxcX0 .linkBtn a:before {
  left: 0;
}
.cid-t1oYAOxcX0 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-t1oYAOxcX0 .linkBtn a:hover:before,
.cid-t1oYAOxcX0 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-t1oYAP99PE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t1oYAP99PE .row {
  align-items: center;
}
.cid-t1oYAP99PE .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("../../../assets/images/feel-assist-8.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-t1oYAP99PE .img-item {
    padding: 0;
  }
}
.cid-t1oYAP99PE .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-t1oYAP99PE .text-col {
    margin-top: 45px;
    order: 5;
  }
}
@media (min-width: 992px) {
  .cid-t1oYAP99PE .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t1oYAP99PE .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-t1oYAP99PE .text-wrapper {
    padding: 0 75px 0 100px;
  }
}
.cid-t1oYAP99PE .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t1oYAP99PE .icon-wrap {
    justify-content: center;
  }
}
.cid-t1oYAP99PE .icon-box {
  background: #f4e51c;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t1oYAP99PE .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #100f01;
}
.cid-t1oYAP99PE .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t1oYAP99PE .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1oYAP99PE .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-t1oYAP99PE .mbr-text {
    text-align: center !important;
  }
}
.cid-t1oYAP99PE .item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  width: 100%;
}
.cid-t1oYAP99PE .item-icon-box {
  margin-right: 16px;
}
.cid-t1oYAP99PE .item-icon-box .mbr-iconfont {
  font-size: 18px;
  color: #b2b2b2;
}
.cid-t1oYAP99PE .text-box {
  flex-grow: 1;
}
.cid-t1oYAP99PE .btn-container {
  width: 100%;
}
.cid-t1oYAP99PE .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-t1oYAP99PE .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t1oYAP99PE .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t1oYAPEuNO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t1oYAPEuNO .row {
  flex-direction: row-reverse;
}
.cid-t1oYAPEuNO .row {
  align-items: center;
}
.cid-t1oYAPEuNO .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("../../../assets/images/allura-assist-pay.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-t1oYAPEuNO .img-item {
    padding: 0;
  }
}
.cid-t1oYAPEuNO .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-t1oYAPEuNO .text-col {
    margin-top: 45px;
    order: 5;
  }
}
@media (min-width: 992px) {
  .cid-t1oYAPEuNO .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t1oYAPEuNO .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-t1oYAPEuNO .text-wrapper {
    padding: 0 75px 0 100px;
    padding: 0 100px 0 75px;
  }
}
.cid-t1oYAPEuNO .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t1oYAPEuNO .icon-wrap {
    justify-content: center;
  }
}
.cid-t1oYAPEuNO .icon-box {
  background: #f4e51c;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t1oYAPEuNO .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #100f01;
}
.cid-t1oYAPEuNO .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t1oYAPEuNO .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1oYAPEuNO .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-t1oYAPEuNO .mbr-text {
    text-align: center !important;
  }
}
.cid-t1oYAPEuNO .item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  width: 100%;
}
.cid-t1oYAPEuNO .item-icon-box {
  margin-right: 16px;
}
.cid-t1oYAPEuNO .item-icon-box .mbr-iconfont {
  font-size: 18px;
  color: #b2b2b2;
}
.cid-t1oYAPEuNO .text-box {
  flex-grow: 1;
}
.cid-t1oYAPEuNO .btn-container {
  width: 100%;
}
.cid-t1oYAPEuNO .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-t1oYAPEuNO .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t1oYAPEuNO .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t1oYAQ9Rqw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t1oYAQ9Rqw .item-wrapper {
  width: 100%;
}
.cid-t1oYAQ9Rqw .left-side {
  text-align: left;
}
.cid-t1oYAQ9Rqw .link {
  width: 100%;
  margin-top: 29px;
}
.cid-t1oYAQ9Rqw .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-t1oYAQ9Rqw .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-t1oYAQ9Rqw .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
  text-align: right;
}
.cid-t1oYAQ9Rqw .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t1oYAQ9Rqw .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-t1oYAQ9Rqw .link a {
  background-image: none !important;
}
.cid-t1oYAQ9Rqw .col-auto {
  display: inline-block;
}
.cid-t1oYAQ9Rqw .container-fluid {
  padding: 0;
}
.cid-t1oYAQ9Rqw .mbr-section-subtitle {
  color: #f4e51c;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
  text-align: right;
}
.cid-t1oYAQ9Rqw .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-t1oYAQ9Rqw .left-side {
    padding: 25px 15px;
  }
}
.cid-t1oYAQ9Rqw a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t1oYAQ9Rqw rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t1oYAQ9Rqw .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t1oYAQ9Rqw svg {
  margin-left: 15px;
}
.cid-t1oYAQ9Rqw path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t1oYAQ9Rqw .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t1oYAQ9Rqw .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t1oYAQ9Rqw img {
  width: 80%;
  margin: auto;
}
.cid-t1oYAQ9Rqw .mbr-text,
.cid-t1oYAQ9Rqw .link {
  text-align: right;
}
.cid-t1oYAQJcTl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/feelbank-site-feelpay-2.png");
}
.cid-t1oYAQJcTl img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-t1oYAQJcTl .title {
  display: inline;
  font-weight: 700;
  color: #ffffff;
  width: auto;
}
.cid-t1oYAQJcTl .margin {
  margin: 0px;
}
.cid-t1oYAQJcTl .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-t1oYAQJcTl .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-t1oYAQJcTl .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t1oYAQJcTl .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-t1oYAQJcTl .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-t1oYAQJcTl .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t1oYARRrDV {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-t1oYARRrDV .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t1oYARRrDV .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t1oYARRrDV .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t1oYARRrDV .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t1oYARRrDV .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t1oYARRrDV .footer-top {
  border-bottom: 2px solid #f4e51c;
}
.cid-t1oYARRrDV .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t1oYARRrDV .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #f4e51c;
}
.cid-t1oYARRrDV .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t1oYARRrDV .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t1oYARRrDV .soc-item a {
  color: #ffffff;
}
.cid-t1oYARRrDV .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t1oYARRrDV .soc-item span:hover {
  border-color: #f4e51c;
  color: #f4e51c;
}
.cid-t1oYARRrDV .mbr-tag,
.cid-t1oYARRrDV .social-row {
  color: #ffffff;
}
.cid-t0JOzkdADo {
  z-index: 1000;
  width: 100%;
}
.cid-t0JOzkdADo nav.navbar {
  position: fixed;
}
.cid-t0JOzkdADo .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-t0JOzkdADo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0JOzkdADo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0JOzkdADo .dropdown-item:hover,
.cid-t0JOzkdADo .dropdown-item:focus {
  background: #f4e51c !important;
  color: white !important;
}
.cid-t0JOzkdADo .dropdown-item:hover span {
  color: white;
}
.cid-t0JOzkdADo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0JOzkdADo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0JOzkdADo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0JOzkdADo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0JOzkdADo .nav-link {
  position: relative;
}
.cid-t0JOzkdADo .container {
  display: flex;
  margin: auto;
}
.cid-t0JOzkdADo .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0JOzkdADo .dropdown-menu,
.cid-t0JOzkdADo .navbar.opened {
  background: #000000 !important;
}
.cid-t0JOzkdADo .nav-item:focus,
.cid-t0JOzkdADo .nav-link:focus {
  outline: none;
}
.cid-t0JOzkdADo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0JOzkdADo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0JOzkdADo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0JOzkdADo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0JOzkdADo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0JOzkdADo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0JOzkdADo .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t0JOzkdADo .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-t0JOzkdADo .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-t0JOzkdADo .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  background: rgba(0, 0, 0, 0);
  padding: 0 12px !important;
}
.cid-t0JOzkdADo .navbar.opened {
  transition: all 0.3s;
}
.cid-t0JOzkdADo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0JOzkdADo .navbar .navbar-logo img {
  width: auto;
}
.cid-t0JOzkdADo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-t0JOzkdADo .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-t0JOzkdADo .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-t0JOzkdADo .navbar.collapsed {
  justify-content: center;
}
.cid-t0JOzkdADo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0JOzkdADo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0JOzkdADo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t0JOzkdADo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0JOzkdADo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0JOzkdADo .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-t0JOzkdADo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-t0JOzkdADo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0JOzkdADo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0JOzkdADo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0JOzkdADo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0JOzkdADo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0JOzkdADo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0JOzkdADo .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-t0JOzkdADo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0JOzkdADo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0JOzkdADo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0JOzkdADo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0JOzkdADo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0JOzkdADo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0JOzkdADo .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0JOzkdADo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0JOzkdADo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-t0JOzkdADo .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-t0JOzkdADo .navbar {
    padding: 0 50px !important;
  }
}
.cid-t0JOzkdADo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-t0JOzkdADo .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-t0JOzkdADo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-t0JOzkdADo .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-t0JOzkdADo .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-t0JOzkdADo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0JOzkdADo .dropdown-item.active,
.cid-t0JOzkdADo .dropdown-item:active {
  background-color: transparent;
}
.cid-t0JOzkdADo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0JOzkdADo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0JOzkdADo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0JOzkdADo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t0JOzkdADo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0JOzkdADo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0JOzkdADo ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-t0JOzkdADo ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-t0JOzkdADo .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-t0JOzkdADo .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-t0JOzkdADo .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-t0JOzkdADo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-t0JOzkdADo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t0JOzkdADo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0JOzkdADo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t0JOzkdADo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-t0JOzkdADo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-t0JOzkdADo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0JOzkdADo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t0JOzkdADo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-t0JOzkdADo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0JOzkdADo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0JOzkdADo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0JOzkdADo .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-t0JOzkdADo .navbar {
    height: 100px;
  }
  .cid-t0JOzkdADo .navbar.opened {
    height: auto;
  }
  .cid-t0JOzkdADo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0JOzkdADo .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-t0JOzkdADo .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-t0JOzkdADo .nav-link:before {
  content: '';
  position: absolute;
  color: #f4e51c;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-t1obMAgrWj {
  background-image: url("../../../assets/images/feel-assist.png");
}
.cid-t1obMAgrWj .row {
  align-items: center;
}
.cid-t1obMAgrWj .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t1obMAgrWj .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-t1obMAgrWj .header-text {
    margin-bottom: 20px;
  }
}
.cid-t1obMAgrWj .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-t1obMAgrWj .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
  text-align: left;
}
.cid-t1obMAgrWj .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-t1obMAgrWj .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t1obMAgrWj .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t1obMAgrWj .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-t1obMAgrWj .btn-white-outline:hover {
  color: #f4e51c !important;
  background: #ffffff !important;
}
.cid-t1obMAgrWj .mbr-section-title,
.cid-t1obMAgrWj .mbr-section-btn {
  text-align: left;
}
.cid-t1oWBippjW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t1odOJmjcF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t1odOJmjcF .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-t1odOJmjcF .item-img {
  width: 150px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-t1odOJmjcF img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-t1odOJmjcF .item {
  margin-bottom: 70px;
}
.cid-t1odOJmjcF .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-t1odOJmjcF .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-t1odOJmjcF .mbr-text {
  margin-bottom: 18px;
}
.cid-t1odOJmjcF .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-t1odOJmjcF .linkBtn a:after,
.cid-t1odOJmjcF .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-t1odOJmjcF .linkBtn a:before {
  left: 0;
}
.cid-t1odOJmjcF .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-t1odOJmjcF .linkBtn a:hover:before,
.cid-t1odOJmjcF .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-t1oclw69PN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t1oclw69PN .row {
  align-items: center;
}
.cid-t1oclw69PN .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("../../../assets/images/feel-assist-7.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-t1oclw69PN .img-item {
    padding: 0;
  }
}
.cid-t1oclw69PN .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-t1oclw69PN .text-col {
    margin-top: 45px;
    order: 5;
  }
}
@media (min-width: 992px) {
  .cid-t1oclw69PN .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t1oclw69PN .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-t1oclw69PN .text-wrapper {
    padding: 0 75px 0 100px;
  }
}
.cid-t1oclw69PN .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t1oclw69PN .icon-wrap {
    justify-content: center;
  }
}
.cid-t1oclw69PN .icon-box {
  background: #f4e51c;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t1oclw69PN .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #100f01;
}
.cid-t1oclw69PN .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t1oclw69PN .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1oclw69PN .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-t1oclw69PN .mbr-text {
    text-align: center !important;
  }
}
.cid-t1oclw69PN .item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  width: 100%;
}
.cid-t1oclw69PN .item-icon-box {
  margin-right: 16px;
}
.cid-t1oclw69PN .item-icon-box .mbr-iconfont {
  font-size: 18px;
  color: #b2b2b2;
}
.cid-t1oclw69PN .text-box {
  flex-grow: 1;
}
.cid-t1oclw69PN .btn-container {
  width: 100%;
}
.cid-t1oclw69PN .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-t1oclw69PN .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t1oclw69PN .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t1ockGyOoU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t1ockGyOoU .row {
  flex-direction: row-reverse;
}
.cid-t1ockGyOoU .row {
  align-items: center;
}
.cid-t1ockGyOoU .img-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-image: url("../../../assets/images/allura-assist-assist.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .cid-t1ockGyOoU .img-item {
    padding: 0;
  }
}
.cid-t1ockGyOoU .img-item img {
  height: auto;
  width: 250px;
}
@media (max-width: 767px) {
  .cid-t1ockGyOoU .text-col {
    margin-top: 45px;
    order: 5;
  }
}
@media (min-width: 992px) {
  .cid-t1ockGyOoU .text-col {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-t1ockGyOoU .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-t1ockGyOoU .text-wrapper {
    padding: 0 75px 0 100px;
    padding: 0 100px 0 75px;
  }
}
.cid-t1ockGyOoU .icon-wrap {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t1ockGyOoU .icon-wrap {
    justify-content: center;
  }
}
.cid-t1ockGyOoU .icon-box {
  background: #f4e51c;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 17px;
  border-radius: 50%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t1ockGyOoU .icon-box .mbr-iconfont {
  font-size: 16px;
  color: #100f01;
}
.cid-t1ockGyOoU .mbr-section-title {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t1ockGyOoU .mbr-section-title {
    text-align: center !important;
  }
}
.cid-t1ockGyOoU .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-t1ockGyOoU .mbr-text {
    text-align: center !important;
  }
}
.cid-t1ockGyOoU .item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  width: 100%;
}
.cid-t1ockGyOoU .item-icon-box {
  margin-right: 16px;
}
.cid-t1ockGyOoU .item-icon-box .mbr-iconfont {
  font-size: 18px;
  color: #b2b2b2;
}
.cid-t1ockGyOoU .text-box {
  flex-grow: 1;
}
.cid-t1ockGyOoU .btn-container {
  width: 100%;
}
.cid-t1ockGyOoU .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-t1ockGyOoU .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-t1ockGyOoU .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-t1od8wyqkL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-t1od8wyqkL .item-wrapper {
  width: 100%;
}
.cid-t1od8wyqkL .left-side {
  text-align: left;
}
.cid-t1od8wyqkL .link {
  width: 100%;
  margin-top: 29px;
}
.cid-t1od8wyqkL .left {
  max-width: 490px;
  padding-right: 45px;
  margin: auto;
}
.cid-t1od8wyqkL .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-t1od8wyqkL .mbr-section-title {
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 700;
  text-align: right;
}
.cid-t1od8wyqkL .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t1od8wyqkL .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-t1od8wyqkL .link a {
  background-image: none !important;
}
.cid-t1od8wyqkL .col-auto {
  display: inline-block;
}
.cid-t1od8wyqkL .container-fluid {
  padding: 0;
}
.cid-t1od8wyqkL .mbr-section-subtitle {
  color: #f4e51c;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
  text-align: right;
}
.cid-t1od8wyqkL .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-t1od8wyqkL .left-side {
    padding: 25px 15px;
  }
}
.cid-t1od8wyqkL a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t1od8wyqkL rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-t1od8wyqkL .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-t1od8wyqkL svg {
  margin-left: 15px;
}
.cid-t1od8wyqkL path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-t1od8wyqkL .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-t1od8wyqkL .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-t1od8wyqkL img {
  width: 80%;
  margin: auto;
}
.cid-t1od8wyqkL .mbr-text,
.cid-t1od8wyqkL .link {
  text-align: right;
}
.cid-t1ode8Uwaa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/feel-assist-2.png");
}
.cid-t1ode8Uwaa img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-t1ode8Uwaa .title {
  display: inline;
  font-weight: 700;
  color: #ffffff;
  width: auto;
}
.cid-t1ode8Uwaa .margin {
  margin: 0px;
}
.cid-t1ode8Uwaa .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-t1ode8Uwaa .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-t1ode8Uwaa .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t1ode8Uwaa .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-t1ode8Uwaa .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-t1ode8Uwaa .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t0JOzkIIfP {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-t0JOzkIIfP .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t0JOzkIIfP .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t0JOzkIIfP .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t0JOzkIIfP .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t0JOzkIIfP .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t0JOzkIIfP .footer-top {
  border-bottom: 2px solid #f4e51c;
}
.cid-t0JOzkIIfP .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t0JOzkIIfP .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #f4e51c;
}
.cid-t0JOzkIIfP .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t0JOzkIIfP .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t0JOzkIIfP .soc-item a {
  color: #ffffff;
}
.cid-t0JOzkIIfP .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t0JOzkIIfP .soc-item span:hover {
  border-color: #f4e51c;
  color: #f4e51c;
}
.cid-t0JOzkIIfP .mbr-tag,
.cid-t0JOzkIIfP .social-row {
  color: #ffffff;
}
.cid-tXMkFDV3mj {
  z-index: 1000;
  width: 100%;
}
.cid-tXMkFDV3mj nav.navbar {
  position: fixed;
}
.cid-tXMkFDV3mj .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-tXMkFDV3mj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tXMkFDV3mj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tXMkFDV3mj .dropdown-item:hover,
.cid-tXMkFDV3mj .dropdown-item:focus {
  background: #f4e51c !important;
  color: white !important;
}
.cid-tXMkFDV3mj .dropdown-item:hover span {
  color: white;
}
.cid-tXMkFDV3mj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tXMkFDV3mj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tXMkFDV3mj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tXMkFDV3mj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tXMkFDV3mj .nav-link {
  position: relative;
}
.cid-tXMkFDV3mj .container {
  display: flex;
  margin: auto;
}
.cid-tXMkFDV3mj .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tXMkFDV3mj .dropdown-menu,
.cid-tXMkFDV3mj .navbar.opened {
  background: #000000 !important;
}
.cid-tXMkFDV3mj .nav-item:focus,
.cid-tXMkFDV3mj .nav-link:focus {
  outline: none;
}
.cid-tXMkFDV3mj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXMkFDV3mj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXMkFDV3mj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXMkFDV3mj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXMkFDV3mj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXMkFDV3mj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXMkFDV3mj .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXMkFDV3mj .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-tXMkFDV3mj .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tXMkFDV3mj .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  background: rgba(0, 0, 0, 0);
  padding: 0 12px !important;
}
.cid-tXMkFDV3mj .navbar.opened {
  transition: all 0.3s;
}
.cid-tXMkFDV3mj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tXMkFDV3mj .navbar .navbar-logo img {
  width: auto;
}
.cid-tXMkFDV3mj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tXMkFDV3mj .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-tXMkFDV3mj .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-tXMkFDV3mj .navbar.collapsed {
  justify-content: center;
}
.cid-tXMkFDV3mj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXMkFDV3mj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tXMkFDV3mj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tXMkFDV3mj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXMkFDV3mj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXMkFDV3mj .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-tXMkFDV3mj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-tXMkFDV3mj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tXMkFDV3mj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tXMkFDV3mj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXMkFDV3mj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXMkFDV3mj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXMkFDV3mj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tXMkFDV3mj .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-tXMkFDV3mj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXMkFDV3mj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tXMkFDV3mj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tXMkFDV3mj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tXMkFDV3mj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXMkFDV3mj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tXMkFDV3mj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXMkFDV3mj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXMkFDV3mj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-tXMkFDV3mj .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-tXMkFDV3mj .navbar {
    padding: 0 50px !important;
  }
}
.cid-tXMkFDV3mj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tXMkFDV3mj .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-tXMkFDV3mj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-tXMkFDV3mj .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-tXMkFDV3mj .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-tXMkFDV3mj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXMkFDV3mj .dropdown-item.active,
.cid-tXMkFDV3mj .dropdown-item:active {
  background-color: transparent;
}
.cid-tXMkFDV3mj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXMkFDV3mj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXMkFDV3mj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXMkFDV3mj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tXMkFDV3mj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXMkFDV3mj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXMkFDV3mj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tXMkFDV3mj ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-tXMkFDV3mj .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-tXMkFDV3mj .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-tXMkFDV3mj .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-tXMkFDV3mj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-tXMkFDV3mj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tXMkFDV3mj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXMkFDV3mj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-tXMkFDV3mj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-tXMkFDV3mj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-tXMkFDV3mj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXMkFDV3mj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-tXMkFDV3mj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-tXMkFDV3mj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXMkFDV3mj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tXMkFDV3mj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tXMkFDV3mj .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-tXMkFDV3mj .navbar {
    height: 100px;
  }
  .cid-tXMkFDV3mj .navbar.opened {
    height: auto;
  }
  .cid-tXMkFDV3mj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXMkFDV3mj .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-tXMkFDV3mj .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-tXMkFDV3mj .nav-link:before {
  content: '';
  position: absolute;
  color: #f4e51c;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tXMkFEIL3z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tXMkFEIL3z .carousel {
  height: 800px;
}
.cid-tXMkFEIL3z .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tXMkFEIL3z .carousel-item,
.cid-tXMkFEIL3z .carousel-inner {
  height: 100%;
}
.cid-tXMkFEIL3z .mbr-overlay {
  z-index: 1;
}
.cid-tXMkFEIL3z .carousel-caption {
  bottom: 20px;
  position: absolute;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-tXMkFEIL3z .carousel-caption {
    left: 15%;
    right: 70%;
    width: 33%;
  }
}
.cid-tXMkFEIL3z .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tXMkFEIL3z .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tXMkFEIL3z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tXMkFEIL3z .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tXMkFEIL3z .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tXMkFEIL3z .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tXMkFEIL3z .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXMkFEIL3z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
@media (max-width: 768px) {
  .cid-tXMkFEIL3z .carousel-indicators {
    display: none;
  }
}
.cid-tXMkFEIL3z .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  width: 10px;
  max-height: 10px;
  margin: 3px 10px;
  background-color: #f7f7f7;
  border: 0px solid #70737e;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.cid-tXMkFEIL3z .carousel-indicators li.active,
.cid-tXMkFEIL3z .carousel-indicators li:hover {
  background-color: #ffe161;
}
.cid-tXMkFEIL3z .carousel-indicators li::after,
.cid-tXMkFEIL3z .carousel-indicators li::before {
  content: none;
}
.cid-tXMkFEIL3z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-tXMkFEIL3z .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tXMkFEIL3z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tXMkFEIL3z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tXMkFEIL3z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tXMkFEIL3z .right-block {
  position: absolute;
  margin: 0 !important;
  top: 50%;
  right: 0;
  left: auto;
  width: 10%;
  height: 3%;
  transform: rotate(90deg);
  min-width: 90px;
}
.cid-tXMkFEIL3z H5 {
  text-align: left;
}
.cid-tXMkFEIL3z P {
  text-align: left;
}
.cid-tXMkFEIL3z .mbr-text,
.cid-tXMkFEIL3z .mbr-section-btn {
  text-align: left;
}
.cid-tXMkFEIL3z .mbr-text {
  margin-top: 0 !important;
  line-height: 1.4;
}
.cid-tXMkFEIL3z .mbr-section-btn {
  margin-top: 1rem !important;
}
.cid-tXMkFEIL3z .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 34%;
  transition: .5s all;
  pointer-events: none;
}
.cid-tXMkFF5kmM {
  overflow: visible !important;
  background-color: #b2b2b2;
}
.cid-tXMkFF5kmM .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tXMkFF5kmM .row {
    flex-direction: row;
    min-height: 665px;
    margin-bottom: -355px;
  }
}
.cid-tXMkFF5kmM .text {
  padding: 0;
  z-index: 2;
  background: #000000;
}
@media (min-width: 992px) {
  .cid-tXMkFF5kmM .text {
    width: 663px;
    transform: translateX(-35.3%);
  }
}
@media (min-width: 1400px) {
  .cid-tXMkFF5kmM .text {
    transform: translateX(-25%);
  }
}
.cid-tXMkFF5kmM .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-tXMkFF5kmM .wrapper {
    padding: 95px 127px 50px;
  }
}
.cid-tXMkFF5kmM .mbr-text {
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tXMkFF5kmM .display-5 {
    font-size: 29px;
  }
}
.cid-tXMkFF5kmM .wrapper-img {
  z-index: 1;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tXMkFF5kmM .wrapper-img {
    width: 690px;
    height: 480px;
    transform: translate(25%, -55%);
  }
}
@media (min-width: 1400px) {
  .cid-tXMkFF5kmM .wrapper-img {
    transform: translate(35%, -55%);
  }
}
.cid-tXMkFF5kmM .wrapper-img img {
  min-height: 100%;
  max-height: 460px;
  width: 100%;
  object-fit: cover;
}
.cid-tXMkFF5kmM .mbr-section-btn {
  background: #000000;
  margin-left: 0;
  margin-right: 0;
}
.cid-tXMkFF5kmM .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-width: 269px;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tXMkFF5kmM .btn {
    width: 100%;
  }
}
.cid-tXMkFF5kmM .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-tXMkFF5kmM .text1 {
  padding: 3rem 1rem 5rem;
  background: #000000;
}
@media (min-width: 992px) {
  .cid-tXMkFF5kmM .text1 {
    padding: 75px 127px 70px;
    width: 663px;
    transform: translate(-5%, -85%);
  }
}
@media (min-width: 1400px) {
  .cid-tXMkFF5kmM .text1 {
    transform: translate(-15%, -95%);
  }
}
.cid-tXMkFF5kmM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXMkFFmBuh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXMkFFmBuh .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-tXMkFFmBuh .mbr-section-head {
  background-color: #f4e51c;
  padding: 3rem 1rem 1rem;
}
.cid-tXMkFFmBuh .mbr-media {
  position: relative;
}
.cid-tXMkFFmBuh .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tXMkFFmBuh .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tXMkFFmBuh .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tXMkFFmBuh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tXMkFFmBuh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tXMkFFmBuh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tXMkFFmBuh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tXMkFFmBuh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
@media (min-width: 992px) {
  .cid-tXMkFFmBuh .display-1 {
    font-size: 70px;
  }
  .cid-tXMkFFmBuh .display-5 {
    font-size: 29px;
  }
  .cid-tXMkFFmBuh .display-7 {
    font-size: 22px;
  }
}
.cid-tXMkFFN774 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #b2b2b2;
}
.cid-tXMkFFN774 .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-tXMkFFN774 .row {
    padding: 0 0.75rem;
  }
}
.cid-tXMkFFN774 .text-container {
  margin: 0 auto 60px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tXMkFFN774 .text-container {
    margin-bottom: 30px;
  }
}
.cid-tXMkFFN774 .label-text {
  color: #000000;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
.cid-tXMkFFN774 .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}
.cid-tXMkFFN774 .card {
  padding: 15px;
}
@media (max-width: 991px) {
  .cid-tXMkFFN774 .card {
    padding: 0;
  }
  .cid-tXMkFFN774 .card:not(:last-child) {
    margin-bottom: 30px;
  }
}
.cid-tXMkFFN774 .card-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 48px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-tXMkFFN774 .card-wrapper {
    padding: 20px;
  }
}
.cid-tXMkFFN774 .card-title {
  color: #f4e51c;
  margin-bottom: 1.425rem;
}
.cid-tXMkFFN774 .card-text {
  letter-spacing: inherit;
  color: #000000;
}
.cid-tXMkFFN774 .card-contact {
  margin-bottom: 1.425rem;
  color: #f4e51c;
}
.cid-tXMkFFN774 .mbr-section-title {
  color: #000000;
}
.cid-tXMkFG4sQg {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #b2b2b2;
}
.cid-tXMkFG4sQg .google-map {
  height: 30rem;
  position: relative;
}
.cid-tXMkFG4sQg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tXMkFG4sQg .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tXMkFG4sQg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tXMkFG4sQg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tXMkFG4sQg .mbr-section-title {
  width: 100%;
  margin-bottom: 8px;
}
.cid-tXMkFG4sQg .mbr-section-subtitle {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tXMkFGlooA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXMkFGlooA .card-wrapper {
  background: #f4e51c;
  padding: 15vh 20px 7vh;
  margin: auto;
}
.cid-tXMkFGlooA .row {
  justify-content: center;
}
.cid-tXMkFGlooA .mbr-section-title {
  padding-bottom: 15px;
  color: #000000;
}
.cid-tXMkFGlooA .mbr-text {
  color: #ffffff;
  padding-bottom: 30px;
}
.cid-tXMkFGlooA .mbr-iconfont {
  font-size: 75px;
  color: #ffffff;
}
.cid-tXMkFGlooA .iconfont-wrapper {
  text-align: center;
}
.cid-tXMkFGlooA .mbr-text,
.cid-tXMkFGlooA .iconfont-wrapper {
  color: #000000;
}
.cid-tXMkFGCZIK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tXMkFGCZIK .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tXMkFGCZIK .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tXMkFGCZIK .panel-group {
  border: none;
}
.cid-tXMkFGCZIK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tXMkFGCZIK .panel-body,
.cid-tXMkFGCZIK .card-header {
  padding: 1rem 0;
}
.cid-tXMkFGCZIK .panel-title-edit {
  color: #ffffff;
}
.cid-tXMkFGCZIK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tXMkFGCZIK H3 {
  color: #f4e51c;
}
.cid-tXMkFGCZIK .panel-text {
  color: #ffffff;
}
.cid-tXMkFGY0rN {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tXMkFGY0rN .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-tXMkFGY0rN .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tXMkFGY0rN .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-tXMkFGY0rN .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-tXMkFGY0rN .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-tXMkFGY0rN .footer-top {
  border-bottom: 2px solid #f4e51c;
}
.cid-tXMkFGY0rN .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-tXMkFGY0rN .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #f4e51c;
}
.cid-tXMkFGY0rN .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-tXMkFGY0rN .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-tXMkFGY0rN .soc-item a {
  color: #ffffff;
}
.cid-tXMkFGY0rN .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tXMkFGY0rN .soc-item span:hover {
  border-color: #f4e51c;
  color: #f4e51c;
}
.cid-tXMkFGY0rN .mbr-tag,
.cid-tXMkFGY0rN .social-row {
  color: #ffffff;
}
.cid-sPTOSCQoE4 {
  z-index: 1000;
  width: 100%;
}
.cid-sPTOSCQoE4 nav.navbar {
  position: fixed;
}
.cid-sPTOSCQoE4 .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-sPTOSCQoE4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sPTOSCQoE4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sPTOSCQoE4 .dropdown-item:hover,
.cid-sPTOSCQoE4 .dropdown-item:focus {
  background: #f4e51c !important;
  color: white !important;
}
.cid-sPTOSCQoE4 .dropdown-item:hover span {
  color: white;
}
.cid-sPTOSCQoE4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sPTOSCQoE4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sPTOSCQoE4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sPTOSCQoE4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sPTOSCQoE4 .nav-link {
  position: relative;
}
.cid-sPTOSCQoE4 .container {
  display: flex;
  margin: auto;
}
.cid-sPTOSCQoE4 .iconfont-wrapper {
  color: #0057fc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPTOSCQoE4 .dropdown-menu,
.cid-sPTOSCQoE4 .navbar.opened {
  background: #000000 !important;
}
.cid-sPTOSCQoE4 .nav-item:focus,
.cid-sPTOSCQoE4 .nav-link:focus {
  outline: none;
}
.cid-sPTOSCQoE4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sPTOSCQoE4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPTOSCQoE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sPTOSCQoE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sPTOSCQoE4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sPTOSCQoE4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPTOSCQoE4 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sPTOSCQoE4 .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sPTOSCQoE4 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: none;
  background: rgba(0, 0, 0, 0);
  padding: 0 12px !important;
}
.cid-sPTOSCQoE4 .navbar.opened {
  transition: all 0.3s;
}
.cid-sPTOSCQoE4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sPTOSCQoE4 .navbar .navbar-logo img {
  width: auto;
}
.cid-sPTOSCQoE4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sPTOSCQoE4 .navbar .navbar-collapse {
    order: 10;
  }
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .navbar .navbar-collapse {
    width: 60%;
  }
}
.cid-sPTOSCQoE4 .navbar.collapsed {
  justify-content: center;
}
.cid-sPTOSCQoE4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sPTOSCQoE4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sPTOSCQoE4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPTOSCQoE4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPTOSCQoE4 .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-sPTOSCQoE4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
  font-weight: 500;
}
.cid-sPTOSCQoE4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPTOSCQoE4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPTOSCQoE4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sPTOSCQoE4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPTOSCQoE4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPTOSCQoE4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPTOSCQoE4 .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-sPTOSCQoE4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sPTOSCQoE4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPTOSCQoE4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPTOSCQoE4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sPTOSCQoE4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sPTOSCQoE4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPTOSCQoE4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPTOSCQoE4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sPTOSCQoE4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sPTOSCQoE4 .navbar {
    padding: 0 28px !important;
  }
}
@media (min-width: 1200px) {
  .cid-sPTOSCQoE4 .navbar {
    padding: 0 50px !important;
  }
}
.cid-sPTOSCQoE4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .navbar-brand {
    width: 20%;
    padding: 10px 0 !important;
  }
}
.cid-sPTOSCQoE4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  display: flex;
}
.cid-sPTOSCQoE4 .navbar-brand .navbar-caption .iconfont-wrapper {
  padding: 0;
}
.cid-sPTOSCQoE4 .navbar-brand .navbar-caption .mbr-iconfont {
  order: 2;
  padding-left: 5px;
  transform: rotate(45deg);
  display: none !important;
}
.cid-sPTOSCQoE4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPTOSCQoE4 .dropdown-item.active,
.cid-sPTOSCQoE4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sPTOSCQoE4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPTOSCQoE4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPTOSCQoE4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPTOSCQoE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sPTOSCQoE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPTOSCQoE4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPTOSCQoE4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 ul.navbar-nav {
    margin: 0 auto;
  }
}
.cid-sPTOSCQoE4 .navbar-buttons {
  text-align: center;
  margin-left: auto;
  margin-right: -0.6rem;
}
@media (min-width: 992px) {
  .cid-sPTOSCQoE4 .navbar-buttons {
    text-align: right;
    width: 20%;
    flex-shrink: 0;
  }
}
.cid-sPTOSCQoE4 .navbar-buttons .btn {
  box-shadow: none;
  padding: 11px 32px !important;
}
.cid-sPTOSCQoE4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  margin: 10px 0;
}
.cid-sPTOSCQoE4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 3px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPTOSCQoE4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPTOSCQoE4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTOSCQoE4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
  display: none;
}
.cid-sPTOSCQoE4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 11px;
  left: 0;
  width: 20px;
  transition: all 0.2s;
}
.cid-sPTOSCQoE4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTOSCQoE4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTOSCQoE4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
  display: block;
}
.cid-sPTOSCQoE4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPTOSCQoE4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sPTOSCQoE4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPTOSCQoE4 .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-sPTOSCQoE4 .navbar {
    height: 100px;
  }
  .cid-sPTOSCQoE4 .navbar.opened {
    height: auto;
  }
  .cid-sPTOSCQoE4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPTOSCQoE4 .navbar-nav .nav-link {
  position: relative;
  padding: 0 !important;
  margin: 0.667em 1.25rem !important;
  font-weight: 500;
}
.cid-sPTOSCQoE4 .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}
.cid-sPTOSCQoE4 .nav-link:before {
  content: '';
  position: absolute;
  color: #f4e51c;
  left: 0;
  top: 100%;
  width: 100%;
  border-top-width: .143em;
  border-top-style: solid;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cid-tXRSQBDl8L {
  background-color: #000000;
}
.cid-tXRSQBDl8L .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tXRSQBDl8L .mbr-section-title a {
  font-weight: 600;
}
.cid-tXRSQBDl8L .mbr-section-title a:hover {
  background: none !important;
}
.cid-tXRSQBDl8L .mbr-text,
.cid-tXRSQBDl8L .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tXRSQBDl8L .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tXRSR14N1A {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #f8f9fc;
}
@media (min-width: 992px) {
  .cid-tXRSR14N1A .display-1 {
    font-size: 80px;
  }
}
.cid-tXRSR14N1A .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tXRSR14N1A .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tXRSR14N1A .row {
  padding: 0 32px;
}
.cid-tXRSR14N1A .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-tXRSR14N1A .card-title {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  color: #000000;
}
.cid-tXRSR14N1A .mbr-text {
  margin-bottom: 10px;
  color: #000000;
  text-align: left;
}
.cid-tXRSR14N1A .iconfont-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.cid-tXRSR14N1A .link-contacts {
  display: flex;
  justify-content: center;
}
.cid-tXRSR14N1A .emerging-underline-link {
  color: #3d3d3d;
}
.cid-tXRSR14N1A .emerging-underline-link:not(:last-child) {
  margin-right: 15px;
}
.cid-t0sGS9N2Dh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-t0sGS9N2Dh .logo-wrap {
  padding: 0;
  max-width: 100%;
  width: 12rem;
}
@media (max-width: 991px) {
  .cid-t0sGS9N2Dh .logo-wrap {
    margin-bottom: 1rem;
  }
}
.cid-t0sGS9N2Dh .social-row {
  display: block;
  flex-wrap: wrap;
}
.cid-t0sGS9N2Dh .mbr-tag {
  color: #9e9e9e;
  margin-bottom: 0.3875rem;
}
.cid-t0sGS9N2Dh .footer-item-top {
  padding-bottom: 1.875rem;
}
.cid-t0sGS9N2Dh .footer-top {
  border-bottom: 2px solid #f4e51c;
}
.cid-t0sGS9N2Dh .footer-item-bottom {
  padding-top: 3.375rem;
}
.cid-t0sGS9N2Dh .footer-item-title {
  margin-bottom: 13px;
  text-align: left;
  color: #f4e51c;
}
.cid-t0sGS9N2Dh .footer-item-text {
  margin-bottom: 1.9375rem;
}
.cid-t0sGS9N2Dh .soc-item {
  display: inline-flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}
.cid-t0sGS9N2Dh .soc-item a {
  color: #ffffff;
}
.cid-t0sGS9N2Dh .soc-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t0sGS9N2Dh .soc-item span:hover {
  border-color: #f4e51c;
  color: #f4e51c;
}
.cid-t0sGS9N2Dh .mbr-tag,
.cid-t0sGS9N2Dh .social-row {
  color: #ffffff;
}
