.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.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: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.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: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ce7400 !important;
}
.bg-success {
  background-color: #44cc44 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #7343ad !important;
}
.bg-danger {
  background-color: #ff8055 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ce7400 !important;
  border-color: #ce7400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff9002 !important;
  border-color: #ff9002 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff9002 !important;
  border-color: #ff9002 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #44cc44 !important;
  border-color: #44cc44 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #6cd76c !important;
  border-color: #6cd76c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6cd76c !important;
  border-color: #6cd76c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7343ad !important;
  border-color: #7343ad !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #8d61c2 !important;
  border-color: #8d61c2 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8d61c2 !important;
  border-color: #8d61c2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8055 !important;
  border-color: #ff8055 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffa688 !important;
  border-color: #ffa688 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffa688 !important;
  border-color: #ffa688 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ce7400;
  color: #ce7400;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #774300 !important;
  background-color: transparent !important;
  border-color: #774300 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ce7400 !important;
  border-color: #ce7400 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  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: #d4d4d4 !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: #44cc44;
  color: #44cc44;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #289228 !important;
  background-color: transparent !important;
  border-color: #289228 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #44cc44 !important;
  border-color: #44cc44 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #7343ad;
  color: #7343ad;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #492b6f !important;
  background-color: transparent !important;
  border-color: #492b6f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7343ad !important;
  border-color: #7343ad !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff8055;
  color: #ff8055;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fd4000 !important;
  background-color: transparent !important;
  border-color: #fd4000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8055 !important;
  border-color: #ff8055 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ce7400 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #44cc44 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #7343ad !important;
}
.text-danger {
  color: #ff8055 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #683b00 !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: #248624 !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: #422763 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ee3c00 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ce7400;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #7343ad;
}
.alert-danger {
  background-color: #ff8055;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ce7400;
  border-color: #ce7400;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ce7400;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd39b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e4f8e4;
}
.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: #b598d7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ce7400 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ce7400;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #ce7400;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ce7400;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ce7400;
  border-bottom-color: #ce7400;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ce7400 !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: #000000 !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='%23ce7400' %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;
}
.mbr-section-btn,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 18px 40px;
  border-radius: 9999px !important;
  transition: all 0.7s ease-in-out;
  font-weight: 400 !important;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ce7400;
  border-radius: 100%;
  color: #000000 !important;
  margin-right: -18px;
  margin-left: 12rem;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 2rem;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset -600px 0 0 #ce7400;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  background-color: #000000;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  color: #ffffff !important;
  box-shadow: inset -600px 0 0 #000000;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #000000 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.cid-up6g1lItov {
  z-index: 1000;
  width: 100%;
}
.cid-up6g1lItov .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-up6g1lItov .dropdown-menu {
  padding: 0;
}
.cid-up6g1lItov .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-up6g1lItov .dropdown-item {
    text-align: left !important;
  }
}
.cid-up6g1lItov .dropdown-item:hover {
  background-position: right !important;
}
.cid-up6g1lItov .dropdown-item:hover:after {
  color: #ce7400;
}
.cid-up6g1lItov .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6g1lItov .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6g1lItov .nav-link {
  position: relative;
}
.cid-up6g1lItov .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-up6g1lItov .dropdown-menu,
.cid-up6g1lItov .navbar.opened {
  background: #212428 !important;
}
.cid-up6g1lItov .nav-item:focus,
.cid-up6g1lItov .nav-link:focus {
  outline: none;
}
.cid-up6g1lItov .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6g1lItov .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6g1lItov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6g1lItov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6g1lItov .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-up6g1lItov .navbar.opened {
  transition: all 0.3s;
}
.cid-up6g1lItov .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6g1lItov .navbar .navbar-logo img {
  width: auto;
}
.cid-up6g1lItov .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-up6g1lItov .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6g1lItov .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6g1lItov .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6g1lItov .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6g1lItov .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-up6g1lItov .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6g1lItov .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6g1lItov .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6g1lItov .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6g1lItov .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6g1lItov .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-up6g1lItov .navbar {
    min-height: 80px;
  }
}
.cid-up6g1lItov .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-up6g1lItov .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-up6g1lItov .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6g1lItov .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-up6g1lItov .navbar-brand {
    min-height: 69px;
  }
}
.cid-up6g1lItov .dropdown-item.active,
.cid-up6g1lItov .dropdown-item:active {
  background-color: transparent;
}
.cid-up6g1lItov .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6g1lItov .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6g1lItov .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6g1lItov .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-up6g1lItov .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6g1lItov .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6g1lItov ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6g1lItov button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #fbfaf9, #fbfaf9);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-up6g1lItov button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-up6g1lItov button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-up6g1lItov button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ce7400;
}
.cid-up6g1lItov button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-up6g1lItov button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-up6g1lItov button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-up6g1lItov button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6g1lItov nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6g1lItov nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6g1lItov nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6g1lItov nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6g1lItov .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-up6g1lItov a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6g1lItov .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-up6g1lItov .navbar {
    height: 70px;
  }
  .cid-up6g1lItov .navbar.opened {
    height: auto;
  }
  .cid-up6g1lItov .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6g1lItov .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-up6g1lItov .navbar-short {
    min-height: 70px;
  }
}
.cid-up6g1lItov .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-up6g1lItov .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-up6g1lItov .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-up6g1lItov .container-fluid {
    padding: 0 3px;
  }
}
.cid-up6g1lItov .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-up6g1lItov .navbar-nav {
  display: flex !important;
}
.cid-up6g1lItov .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-up6g1lItov .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-up6g1lItov .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-up6g1lItov .navbar-nav .nav-item .nav-link:hover,
.cid-up6g1lItov .navbar-nav .nav-item .nav-link:focus,
.cid-up6g1lItov .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-up6g1lItov .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-up6g1lItov .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-up6g1lItov .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-up6g1lItov button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #fbfaf9, #fbfaf9);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #191b1f;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-up6g1lItov button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-up6g1lItov button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-up6g1lItov button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ce7400;
}
.cid-up6g1lItov button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-up6g1lItov button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-up6g1lItov button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-up6g1lItov button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6g1lItov .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #fbfaf9, #fbfaf9);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-up6g1lItov .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-up6g1lItov .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-up6g1lItov .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ce7400;
}
.cid-up6g1lItov .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-up6g1lItov .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6g1lItov .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6g1lItov .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-up6g1lItov .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-up6g1lItov .offcanvas.show {
  transform: translateX(0);
}
.cid-up6g1lItov .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-up6g1lItov .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-up6g1lItov .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-up6g1lItov .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-up6g1lItov .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-up6g1lItov .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-up6g1lItov .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-up6g1lItov .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-up6g1lItov .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-up6g1lItov .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-up6g1lItov .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-up6g1lItov .modal-backdrop.show {
  opacity: 0.8;
}
.cid-up6g1lItov .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-up6g1lItov ::-webkit-scrollbar {
  width: 1em;
}
.cid-up6g1lItov ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-up6g1lItov ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-up6g1lItov .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-up6g1lItov .social-container {
    padding-top: 40px;
  }
}
.cid-up6g1lItov .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-up6g1lItov .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-up6g1lItov .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ce7400, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-up6g1lItov .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-up6g1lItov .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-up6g1lItov .soc-item:hover {
  transform: translateY(-3px);
}
.cid-up6g1lItov .soc-item:hover:before {
  opacity: 1;
}
.cid-up6g1lItov .offcanvas_btn {
  margin-top: auto;
}
.cid-up6g1lItov .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-up6g1lItov .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uABi5zRj5t {
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.cid-uABi5zRj5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABi5zRj5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uABi5zRj5t .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uABi5zRj5t .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uABi5zRj5t .container-fluid {
    padding: 0 20px;
  }
}
.cid-uABi5zRj5t .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uABi5zRj5t .container {
    padding: 0 20px;
  }
}
.cid-uABi5zRj5t .row {
  height: 100%;
}
.cid-uABi5zRj5t .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uABi5zRj5t .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uABi5zRj5t .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uABi5zRj5t .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uABi5zRj5t .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uABi5zRj5t .mbr-section-title {
  color: #ffffff;
}
.cid-uABi5zRj5t .mbr-desc {
  color: #ffffff;
}
.cid-up5x5pylaN {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up5x5pylaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-up5x5pylaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up5x5pylaN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-up5x5pylaN .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-up5x5pylaN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-up5x5pylaN .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-up5x5pylaN .container {
    padding: 0 24px;
  }
}
.cid-up5x5pylaN .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #454545;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-up5x5pylaN .content-wrapper {
    display: block;
  }
}
.cid-up5x5pylaN .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-up5x5pylaN .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-up5x5pylaN .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-up5x5pylaN .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #323232;
}
.cid-up5x5pylaN .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-up5x5pylaN .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-up5x5pylaN .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-up5x5pylaN .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-up5x5pylaN .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-up5x5pylaN .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-up5x5pylaN .mbr-section-title {
  color: #18212d;
}
.cid-up5x5pylaN .mbr-desc {
  color: #18212d;
}
.cid-up5x5pylaN .mbr-text {
  color: #000000;
}
.cid-up5x5pylaN .mbr-desc,
.cid-up5x5pylaN .desc-wrapper {
  color: #ff8055;
}
.cid-uABdGdCZpR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #15171a;
}
.cid-uABdGdCZpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uABdGdCZpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uABdGdCZpR .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uABdGdCZpR .container {
    padding: 10px 8px;
  }
}
.cid-uABdGdCZpR .row {
  margin: 0;
}
.cid-uABdGdCZpR .row .card {
  padding: 0;
}
.cid-uABdGdCZpR .video-wrapper {
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uABdGdCZpR .video-wrapper {
    margin: 0;
    height: 350px;
  }
}
.cid-uABdGdCZpR .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-uABdGdCZpR .video-wrapper .app-video-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uABdGdCZpR .video-wrapper iframe {
  height: 100% !important;
}
.cid-uABdGdCZpR .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #15171a;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uABdGdCZpR .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uABdGdCZpR .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uABdGdCZpR .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uABdGdCZpR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uABdGdCZpR .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uABdGdCZpR .mbr-section-title {
  color: #222222;
}
.cid-uABdGdCZpR .mbr-section-title,
.cid-uABdGdCZpR .mbr-section-btn {
  text-align: center;
  color: #eb5e2e;
}
.cid-uAD1MlSQW4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uAD1MlSQW4 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAD1MlSQW4 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uAD1MlSQW4 .item-content {
  border-top: 1px solid #efefef;
  margin-top: 2rem;
  padding: 0.25rem 2.25rem 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uAD1MlSQW4 .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uAD1MlSQW4 .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uAD1MlSQW4 h5,
.cid-uAD1MlSQW4 h4,
.cid-uAD1MlSQW4 h6,
.cid-uAD1MlSQW4 p,
.cid-uAD1MlSQW4 li,
.cid-uAD1MlSQW4 li:before {
  transition: all 0.3s;
}
.cid-uAD1MlSQW4 .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uAD1MlSQW4 .item-wrapper:hover {
  background: #232323;
}
.cid-uAD1MlSQW4 .item-wrapper:hover h5,
.cid-uAD1MlSQW4 .item-wrapper:hover h4,
.cid-uAD1MlSQW4 .item-wrapper:hover h6,
.cid-uAD1MlSQW4 .item-wrapper:hover p,
.cid-uAD1MlSQW4 .item-wrapper:hover li,
.cid-uAD1MlSQW4 .item-wrapper:hover li:before {
  color: #ffffff;
}
.cid-uAD1MlSQW4 .btn {
  width: -webkit-fill-available;
}
.cid-uAD1MlSQW4 .item:focus,
.cid-uAD1MlSQW4 span:focus {
  outline: none;
}
.cid-uAD1MlSQW4 .mbr-section-btn {
  padding: 0 1rem;
  width: 100%;
}
.cid-uAD1MlSQW4 .mbr-section-btn .btn {
  width: 100%;
}
.cid-uAD1MlSQW4 .mbr-section-title {
  color: #000000;
}
.cid-uAD1MlSQW4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uAD1MlSQW4 .mbr-text,
.cid-uAD1MlSQW4 .mbr-section-btn {
  text-align: center;
}
.cid-uAD1MlSQW4 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uAD1MlSQW4 .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uAD1MlSQW4 .content-head {
  max-width: 800px;
}
.cid-uAD1MlSQW4 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uAD1MlSQW4 .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-uAD1MlSQW4 .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #232323;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-uAD1MlSQW4 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uAD1MlSQW4 .mbr-text UL {
  text-align: left;
}
.cid-uAD1MlSQW4 .item-maintitle {
  text-align: center;
}
.cid-uAD1MlSQW4 .mbr-text {
  color: #212428;
}
.cid-uG6eq9g253 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uG6eq9g253 .video-wrapper iframe {
  width: 100%;
}
.cid-uG6eq9g253 h2,
.cid-uG6eq9g253 h4,
.cid-uG6eq9g253 p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG6eq9g253 .col-md-6 {
    width: 100%;
  }
}
.cid-uG6eq9g253 .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-uG6eq9g253 .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG6eq9g253 .mbr-section-head {
    text-align: center;
  }
}
.cid-uG6eq9g253 .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uG6eq9g253 .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-uG6eq9g253 .mbr-text {
  color: #212428;
}
.cid-tYpRdE4Kln {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/focus-in-brand-kit-1920x1080.webp");
}
.cid-tYpRdE4Kln .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpRdE4Kln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpRdE4Kln .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-tYpRdE4Kln .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-tYpRdE4Kln .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tYpRdE4Kln .container {
    padding: 0 20px;
  }
}
.cid-tYpRdE4Kln .row {
  height: 100%;
}
.cid-tYpRdE4Kln .row .card {
  justify-content: flex-end;
}
.cid-tYpRdE4Kln .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYpRdE4Kln .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tYpRdE4Kln .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tYpRdE4Kln .mbr-section-btn {
    text-align: left;
  }
}
.cid-tYpRdE4Kln .mbr-section-title {
  color: #ffffff;
}
.cid-up5WSSBBYj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-up5WSSBBYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-up5WSSBBYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up5WSSBBYj .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-up5WSSBBYj .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-up5WSSBBYj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-up5WSSBBYj .container {
    padding: 0 20px;
  }
}
.cid-up5WSSBBYj .row {
  justify-content: center;
}
.cid-up5WSSBBYj .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-up5WSSBBYj .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-up5WSSBBYj .item {
    margin-bottom: 40px;
  }
}
.cid-up5WSSBBYj .item:hover .item-wrapper,
.cid-up5WSSBBYj .item:focus .item-wrapper {
  border: 1px solid #000000;
}
.cid-up5WSSBBYj .item:hover .item-wrapper .item-img img,
.cid-up5WSSBBYj .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-up5WSSBBYj .item .item-wrapper {
  height: 100%;
  border: 1px solid #acb3b7;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-up5WSSBBYj .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-up5WSSBBYj .item .item-wrapper .item-img img {
  height: 350px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-up5WSSBBYj .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-up5WSSBBYj .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-up5WSSBBYj .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-up5WSSBBYj .item .item-wrapper .item-content .card-date {
  margin-bottom: 0;
}
.cid-up5WSSBBYj .item a {
  display: block;
  height: 100%;
}
.cid-up5WSSBBYj .mbr-desc {
  color: #000000;
}
.cid-up5WSSBBYj .card-title {
  color: #ce7400;
}
.cid-up5WSSBBYj .card-date {
  color: #323232;
}
.cid-up5ZZ9O61T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #15171a;
}
.cid-up5ZZ9O61T .item:focus,
.cid-up5ZZ9O61T span:focus {
  outline: none;
}
.cid-up5ZZ9O61T .item {
  cursor: pointer;
}
.cid-up5ZZ9O61T .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-up5ZZ9O61T .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-up5ZZ9O61T .grid-container-1,
.cid-up5ZZ9O61T .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-up5ZZ9O61T .grid-container-1,
  .cid-up5ZZ9O61T .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-up5ZZ9O61T .mbr-section-title {
  color: #ce7400;
}
.cid-up5ZZ9O61T .mbr-text,
.cid-up5ZZ9O61T .mbr-section-btn {
  color: #000000;
}
.cid-up5ZZ9O61T .content-head {
  max-width: 800px;
}
.cid-up5ZZ9O61T .container,
.cid-up5ZZ9O61T .container-fluid {
  overflow: hidden;
}
.cid-up5ZZ9O61T .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-up5ZZ9O61T .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-up5ZZ9O61T .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-up5ZZ9O61T .grid-item img {
    min-width: 35vw;
  }
}
.cid-up5ZZ9O61T .grid-container-1,
.cid-up5ZZ9O61T .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-up5ZZ9O61T .grid-container-1 {
  align-items: flex-end;
}
.cid-up5ZZ9O61T .grid-container-2 {
  align-items: flex-start;
}
.cid-up5ZZ9O61T .mbr-section-subtitle {
  color: #e1e1e1;
}
.cid-uCLYxlS35l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCLYxlS35l .container {
    padding: 0 22px;
  }
}
.cid-uCLYxlS35l .row {
  justify-content: space-between;
}
.cid-uCLYxlS35l .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uCLYxlS35l .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uCLYxlS35l .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 880px;
  max-width: 880px;
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-uCLYxlS35l .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uCLYxlS35l .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-uCLYxlS35l .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  background-color: #292325;
  border-radius: 16px !important;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-uCLYxlS35l .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uCLYxlS35l .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uCLYxlS35l .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCLYxlS35l .embla__slide .slide-content .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uCLYxlS35l .embla__slide .slide-content .item-wrapper .item-content {
  padding: 16px 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uCLYxlS35l .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0;
  }
}
.cid-uCLYxlS35l .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-uCLYxlS35l .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uCLYxlS35l .embla__button--next,
.cid-uCLYxlS35l .embla__button--prev {
  display: flex;
}
.cid-uCLYxlS35l .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #323232 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uCLYxlS35l .embla__button {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-uCLYxlS35l .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uCLYxlS35l .embla__button:hover {
  color: #212428 !important;
}
.cid-uCLYxlS35l .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uCLYxlS35l .embla__button.embla__button--next {
  right: 0;
}
.cid-uCLYxlS35l .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uCLYxlS35l .embla {
    padding-bottom: 4rem;
  }
}
.cid-uCLYxlS35l .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uCLYxlS35l .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCLYxlS35l .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCLYxlS35l .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCLYxlS35l .mbr-section-title {
  color: #000000;
}
.cid-uCLYxlS35l .item-title {
  color: #ce7400;
}
.cid-uCLYxlS35l .item-text {
  color: #d4d3d3;
}
.cid-up64hVZQLY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up64hVZQLY .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-up64hVZQLY .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-up64hVZQLY .mbr-text {
  margin: 10px 0 30px;
}
.cid-up64hVZQLY .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-up64hVZQLY .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-up64hVZQLY .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-up64hVZQLY .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-up64hVZQLY .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-up64hVZQLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-up64hVZQLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up65tYNeoF {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1280x1920.webp");
}
.cid-up65tYNeoF .carousel {
  z-index: 2;
  position: relative;
}
.cid-up65tYNeoF .user {
  padding: 0 !important;
}
.cid-up65tYNeoF .user_image {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8rem;
  border: 1px solid lightgray;
  position: relative;
}
.cid-up65tYNeoF .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-up65tYNeoF .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-up65tYNeoF .carousel-item.active,
.cid-up65tYNeoF .carousel-item-next,
.cid-up65tYNeoF .carousel-item-prev {
  display: flex;
}
.cid-up65tYNeoF .user_name {
  margin: 0;
  color: #ffffff;
}
.cid-up65tYNeoF .carousel-controls a {
  font-size: 2rem;
}
.cid-up65tYNeoF .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
  opacity: 0.5;
}
.cid-up65tYNeoF .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-up65tYNeoF ol {
  margin-bottom: 0;
  bottom: -2.2rem;
}
.cid-up65tYNeoF .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: auto 7px;
  border: none;
  background: #ffffff;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-up65tYNeoF .carousel-indicators li:hover {
  opacity: 1;
}
.cid-up65tYNeoF .carousel-indicators .active {
  opacity: 1;
  width: 12px;
  height: 12px;
}
.cid-up65tYNeoF .user_status {
  color: #767676;
}
.cid-up65tYNeoF .title {
  color: #ffffff;
  margin-bottom: 3.8rem;
}
.cid-up65tYNeoF .mbr-text {
  margin-bottom: 1.7rem;
}
.cid-up65tYNeoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-up65tYNeoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDh5oU5huY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ce7400;
}
.cid-uDh5oU5huY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uDh5oU5huY .container-fluid {
    padding: 0 16px;
  }
}
.cid-uDh5oU5huY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 950px;
  max-width: 950px;
}
@media (max-width: 767px) {
  .cid-uDh5oU5huY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDh5oU5huY .embla__slide .slide-content {
  width: 100%;
}
.cid-uDh5oU5huY .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDh5oU5huY .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: fit-content;
}
.cid-uDh5oU5huY .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uDh5oU5huY .embla__slide .slide-content .item-wrapper .item-img {
  width: 80px;
  margin: 0 64px;
}
@media (max-width: 992px) {
  .cid-uDh5oU5huY .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 30px;
  }
}
.cid-uDh5oU5huY .embla__slide .slide-content .item-wrapper .item-img img {
  width: 80px;
  height: 80px;
  border-radius: 0;
  object-fit: contain;
}
.cid-uDh5oU5huY .embla__slide .slide-content .item-wrapper .item-line {
  width: 250px;
  height: 2px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uDh5oU5huY .embla__slide .slide-content .item-wrapper .item-line {
    display: none;
  }
}
.cid-uDh5oU5huY .embla__button--next,
.cid-uDh5oU5huY .embla__button--prev {
  display: flex;
}
.cid-uDh5oU5huY .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  background-color: #ce7400 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  font-weight: 700 !important;
  display: none;
}
.cid-uDh5oU5huY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDh5oU5huY .embla__button:hover {
  background-color: #ffffff !important;
  color: #ce7400 !important;
}
.cid-uDh5oU5huY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDh5oU5huY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uDh5oU5huY .embla {
  position: relative;
  width: 100%;
  padding: 24px 0;
}
.cid-uDh5oU5huY .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uDh5oU5huY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDh5oU5huY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDh5oU5huY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDh5oU5huY .item-menu-overlay {
  background-color: transparent;
}
.cid-uDh5oU5huY .item-title {
  color: #000000;
}
.cid-uG6yWhrxS5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #212428;
}
.cid-uG6yWhrxS5 .justify-content-center {
  align-items: center;
}
.cid-uG6yWhrxS5 .mbr-section-title {
  text-align: center;
  color: #ce7400;
}
.cid-uG6yWhrxS5 .mbr-text,
.cid-uG6yWhrxS5 .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uG6yWhrxS5 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uG6yWhrxS5 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG6yWhrxS5 .item-wrapper {
    padding: 4rem;
  }
}
.cid-up63YLvPMk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up63YLvPMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-up63YLvPMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up63YLvPMk .mbr-section-head {
  width: 100%;
  margin-bottom: 3rem;
}
.cid-up63YLvPMk .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: left;
}
.cid-up63YLvPMk .mbr-section-subtitle {
  color: #232323;
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-up63YLvPMk .col-img {
    padding-bottom: 2rem;
    margin: auto;
  }
}
.cid-up63YLvPMk .mbr-iconfont {
  position: relative;
  font-size: 24px !important;
  font-family: 'Moririse2' !important;
  color: #ce7400;
  margin-left: 1rem;
  padding: 10px;
  transition: .3s all;
}
.cid-up63YLvPMk .mbr-iconfont:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all;
}
.cid-up63YLvPMk .mbr-iconfont:before {
  position: relative;
  z-index: 2;
}
.cid-up63YLvPMk .panel-group {
  border: none;
  border-top: 1px solid #232323;
  margin-top: 10px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-up63YLvPMk .panel-group {
    margin-top: 0;
  }
}
.cid-up63YLvPMk .card {
  border-bottom: 1px solid #232323;
  border-radius: 0 !important;
}
.cid-up63YLvPMk .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-up63YLvPMk .card-header {
    padding: 8px 0;
  }
}
.cid-up63YLvPMk img,
.cid-up63YLvPMk .img-wrap,
.cid-up63YLvPMk .img-box {
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-up63YLvPMk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #987A5A;
}
.cid-up63YLvPMk .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-up63YLvPMk .panel-title-edit {
  color: #232323;
}
.cid-up63YLvPMk .panel-body {
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  .cid-up63YLvPMk .panel-body {
    padding: 0 0 24px;
  }
}
.cid-up63YLvPMk .panel-text {
  color: #232323;
  margin: 0;
}
.cid-up63YLvPMk .mbr-section-subtitle,
.cid-up63YLvPMk .mbr-section-btn {
  text-align: left;
}
.cid-uCMspoKfsf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uCMspoKfsf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uCMspoKfsf img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uCMspoKfsf h3 {
  margin: 0;
}
.cid-uCMspoKfsf .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uCMspoKfsf .icons-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uCMspoKfsf .text-wrap {
  width: 100%;
}
.cid-uCMspoKfsf .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uCMspoKfsf .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uCMspoKfsf .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uCMspoKfsf .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-uCMspoKfsf .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uCMspoKfsf .jq-selectbox__dropdown,
.cid-uCMspoKfsf ul {
  border-radius: 20px !important;
}
.cid-uCMspoKfsf .jq-selectbox {
  border-radius: 30px;
}
.cid-uCMspoKfsf .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uCMspoKfsf .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uCMspoKfsf input,
.cid-uCMspoKfsf textarea,
.cid-uCMspoKfsf .select {
  border-radius: 30px;
}
.cid-uCMspoKfsf input,
.cid-uCMspoKfsf textarea {
  padding: 1rem 2rem;
}
.cid-uCMspoKfsf textarea {
  min-height: 10rem;
}
.cid-uCMspoKfsf .form-control,
.cid-uCMspoKfsf .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCMspoKfsf .form-control::-webkit-input-placeholder,
.cid-uCMspoKfsf .field-input::-webkit-input-placeholder,
.cid-uCMspoKfsf .form-control::-webkit-input-placeholder,
.cid-uCMspoKfsf .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uCMspoKfsf .form-control:-moz-placeholder,
.cid-uCMspoKfsf .field-input:-moz-placeholder,
.cid-uCMspoKfsf .form-control:-moz-placeholder,
.cid-uCMspoKfsf .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uCMspoKfsf .form-control:hover,
.cid-uCMspoKfsf .field-input:hover,
.cid-uCMspoKfsf .form-control:focus,
.cid-uCMspoKfsf .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uCMspoKfsf .form-control:hover::-webkit-input-placeholder,
.cid-uCMspoKfsf .field-input:hover::-webkit-input-placeholder,
.cid-uCMspoKfsf .form-control:focus::-webkit-input-placeholder,
.cid-uCMspoKfsf .field-input:focus::-webkit-input-placeholder,
.cid-uCMspoKfsf .form-control:hover::-webkit-input-placeholder,
.cid-uCMspoKfsf .field-input:hover::-webkit-input-placeholder,
.cid-uCMspoKfsf .form-control:focus::-webkit-input-placeholder,
.cid-uCMspoKfsf .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uCMspoKfsf .form-control:hover:-moz-placeholder,
.cid-uCMspoKfsf .field-input:hover:-moz-placeholder,
.cid-uCMspoKfsf .form-control:focus:-moz-placeholder,
.cid-uCMspoKfsf .field-input:focus:-moz-placeholder,
.cid-uCMspoKfsf .form-control:hover:-moz-placeholder,
.cid-uCMspoKfsf .field-input:hover:-moz-placeholder,
.cid-uCMspoKfsf .form-control:focus:-moz-placeholder,
.cid-uCMspoKfsf .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uCMspoKfsf .jq-number__spin:hover,
.cid-uCMspoKfsf .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uCMspoKfsf .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uCMspoKfsf .jq-selectbox li,
.cid-uCMspoKfsf .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uCMspoKfsf .jq-selectbox li:hover,
.cid-uCMspoKfsf .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uCMspoKfsf .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uCMspoKfsf .jq-number__spin.minus:hover:after,
.cid-uCMspoKfsf .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uCMspoKfsf .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uCMspoKfsf .jq-number__spin.minus:after,
.cid-uCMspoKfsf .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uCMspoKfsf input::-webkit-clear-button {
  display: none;
}
.cid-uCMspoKfsf input::-webkit-inner-spin-button {
  display: none;
}
.cid-uCMspoKfsf input::-webkit-outer-spin-button {
  display: none;
}
.cid-uCMspoKfsf input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uCMspoKfsf .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uCMspoKfsf .form-group {
  margin-bottom: 0.4rem;
}
.cid-uCMspoKfsf .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uCMspoKfsf .title1 {
  margin: 0;
}
.cid-uCMspoKfsf .align-wrap {
  display: block;
}
.cid-uCMspoKfsf .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCMspoKfsf form {
    padding: 0;
  }
  .cid-uCMspoKfsf .socicon-wrap {
    margin: auto;
  }
}
.cid-uCMspoKfsf .title {
  color: #ed6436;
}
.cid-tYpRhPpa7b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYpRhPpa7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpRhPpa7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpRhPpa7b .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-tYpRhPpa7b .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .container {
    padding: 0 20px;
  }
}
.cid-tYpRhPpa7b .row {
  justify-content: center;
}
.cid-tYpRhPpa7b .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-tYpRhPpa7b .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tYpRhPpa7b .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-tYpRhPpa7b .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-tYpRhPpa7b .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tYpRhPpa7b .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-tYpRhPpa7b .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tYpRhPpa7b .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tYpRhPpa7b .nav-wrapper .list .item-wrap:hover,
.cid-tYpRhPpa7b .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-tYpRhPpa7b .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
  text-align: center;
}
.cid-tYpRhPpa7b .mbr-text {
  color: #000000;
}
.cid-tYpRhPpa7b .mbr-list-title {
  color: #000000;
}
.cid-tYpRhPpa7b .list {
  color: #9a9a9a;
}
.cid-uG6IWg8i4D {
  z-index: 1000;
  width: 100%;
}
.cid-uG6IWg8i4D .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-uG6IWg8i4D .dropdown-menu {
  padding: 0;
}
.cid-uG6IWg8i4D .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uG6IWg8i4D .dropdown-item {
    text-align: left !important;
  }
}
.cid-uG6IWg8i4D .dropdown-item:hover {
  background-position: right !important;
}
.cid-uG6IWg8i4D .dropdown-item:hover:after {
  color: #ce7400;
}
.cid-uG6IWg8i4D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uG6IWg8i4D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uG6IWg8i4D .nav-link {
  position: relative;
}
.cid-uG6IWg8i4D .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uG6IWg8i4D .dropdown-menu,
.cid-uG6IWg8i4D .navbar.opened {
  background: #212428 !important;
}
.cid-uG6IWg8i4D .nav-item:focus,
.cid-uG6IWg8i4D .nav-link:focus {
  outline: none;
}
.cid-uG6IWg8i4D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG6IWg8i4D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG6IWg8i4D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG6IWg8i4D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG6IWg8i4D .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uG6IWg8i4D .navbar.opened {
  transition: all 0.3s;
}
.cid-uG6IWg8i4D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG6IWg8i4D .navbar .navbar-logo img {
  width: auto;
}
.cid-uG6IWg8i4D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uG6IWg8i4D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG6IWg8i4D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG6IWg8i4D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG6IWg8i4D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG6IWg8i4D .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-uG6IWg8i4D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG6IWg8i4D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG6IWg8i4D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG6IWg8i4D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG6IWg8i4D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG6IWg8i4D .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uG6IWg8i4D .navbar {
    min-height: 80px;
  }
}
.cid-uG6IWg8i4D .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uG6IWg8i4D .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uG6IWg8i4D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG6IWg8i4D .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uG6IWg8i4D .navbar-brand {
    min-height: 69px;
  }
}
.cid-uG6IWg8i4D .dropdown-item.active,
.cid-uG6IWg8i4D .dropdown-item:active {
  background-color: transparent;
}
.cid-uG6IWg8i4D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG6IWg8i4D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG6IWg8i4D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG6IWg8i4D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uG6IWg8i4D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG6IWg8i4D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG6IWg8i4D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG6IWg8i4D button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #fbfaf9, #fbfaf9);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uG6IWg8i4D button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uG6IWg8i4D button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uG6IWg8i4D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ce7400;
}
.cid-uG6IWg8i4D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uG6IWg8i4D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uG6IWg8i4D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uG6IWg8i4D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG6IWg8i4D nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6IWg8i4D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG6IWg8i4D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG6IWg8i4D nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6IWg8i4D .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uG6IWg8i4D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG6IWg8i4D .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-uG6IWg8i4D .navbar {
    height: 70px;
  }
  .cid-uG6IWg8i4D .navbar.opened {
    height: auto;
  }
  .cid-uG6IWg8i4D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG6IWg8i4D .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-uG6IWg8i4D .navbar-short {
    min-height: 70px;
  }
}
.cid-uG6IWg8i4D .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uG6IWg8i4D .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uG6IWg8i4D .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uG6IWg8i4D .container-fluid {
    padding: 0 3px;
  }
}
.cid-uG6IWg8i4D .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uG6IWg8i4D .navbar-nav {
  display: flex !important;
}
.cid-uG6IWg8i4D .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uG6IWg8i4D .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uG6IWg8i4D .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uG6IWg8i4D .navbar-nav .nav-item .nav-link:hover,
.cid-uG6IWg8i4D .navbar-nav .nav-item .nav-link:focus,
.cid-uG6IWg8i4D .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uG6IWg8i4D .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uG6IWg8i4D .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uG6IWg8i4D .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uG6IWg8i4D button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #fbfaf9, #fbfaf9);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #191b1f;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uG6IWg8i4D button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uG6IWg8i4D button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uG6IWg8i4D button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ce7400;
}
.cid-uG6IWg8i4D button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uG6IWg8i4D button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uG6IWg8i4D button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uG6IWg8i4D button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG6IWg8i4D .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #fbfaf9, #fbfaf9);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uG6IWg8i4D .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uG6IWg8i4D .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uG6IWg8i4D .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ce7400;
}
.cid-uG6IWg8i4D .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uG6IWg8i4D .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG6IWg8i4D .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG6IWg8i4D .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uG6IWg8i4D .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uG6IWg8i4D .offcanvas.show {
  transform: translateX(0);
}
.cid-uG6IWg8i4D .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uG6IWg8i4D .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uG6IWg8i4D .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uG6IWg8i4D .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uG6IWg8i4D .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uG6IWg8i4D .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uG6IWg8i4D .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uG6IWg8i4D .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uG6IWg8i4D .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uG6IWg8i4D .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uG6IWg8i4D .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uG6IWg8i4D .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uG6IWg8i4D .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uG6IWg8i4D ::-webkit-scrollbar {
  width: 1em;
}
.cid-uG6IWg8i4D ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uG6IWg8i4D ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uG6IWg8i4D .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uG6IWg8i4D .social-container {
    padding-top: 40px;
  }
}
.cid-uG6IWg8i4D .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uG6IWg8i4D .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uG6IWg8i4D .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ce7400, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uG6IWg8i4D .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uG6IWg8i4D .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uG6IWg8i4D .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uG6IWg8i4D .soc-item:hover:before {
  opacity: 1;
}
.cid-uG6IWg8i4D .offcanvas_btn {
  margin-top: auto;
}
.cid-uG6IWg8i4D .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uG6IWg8i4D .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uG6IWfDSv6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uG6IWfDSv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6IWfDSv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6IWfDSv6 .card {
  justify-content: flex-end;
}
.cid-uG6IWfDSv6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG6IWfDSv6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG6IWfDSv6 .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG6IWfDSv6 .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG6IWfDSv6 .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG6IWfDSv6 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG6IWfDSv6 .mbr-section-title {
  color: #000000;
}
.cid-uG6IWfDSv6 .mbr-desc {
  color: #000000;
}
.cid-uG6IWfDSv6 .mbr-text,
.cid-uG6IWfDSv6 .text-wrapper {
  color: #000000;
}
.cid-uG6IWgFHql {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uG6IWgFHql .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uG6IWgFHql img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uG6IWgFHql h3 {
  margin: 0;
}
.cid-uG6IWgFHql .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uG6IWgFHql .icons-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uG6IWgFHql .text-wrap {
  width: 100%;
}
.cid-uG6IWgFHql .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uG6IWgFHql .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uG6IWgFHql .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uG6IWgFHql .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-uG6IWgFHql .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uG6IWgFHql .jq-selectbox__dropdown,
.cid-uG6IWgFHql ul {
  border-radius: 20px !important;
}
.cid-uG6IWgFHql .jq-selectbox {
  border-radius: 30px;
}
.cid-uG6IWgFHql .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uG6IWgFHql .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uG6IWgFHql input,
.cid-uG6IWgFHql textarea,
.cid-uG6IWgFHql .select {
  border-radius: 30px;
}
.cid-uG6IWgFHql input,
.cid-uG6IWgFHql textarea {
  padding: 1rem 2rem;
}
.cid-uG6IWgFHql textarea {
  min-height: 10rem;
}
.cid-uG6IWgFHql .form-control,
.cid-uG6IWgFHql .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uG6IWgFHql .form-control::-webkit-input-placeholder,
.cid-uG6IWgFHql .field-input::-webkit-input-placeholder,
.cid-uG6IWgFHql .form-control::-webkit-input-placeholder,
.cid-uG6IWgFHql .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uG6IWgFHql .form-control:-moz-placeholder,
.cid-uG6IWgFHql .field-input:-moz-placeholder,
.cid-uG6IWgFHql .form-control:-moz-placeholder,
.cid-uG6IWgFHql .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uG6IWgFHql .form-control:hover,
.cid-uG6IWgFHql .field-input:hover,
.cid-uG6IWgFHql .form-control:focus,
.cid-uG6IWgFHql .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uG6IWgFHql .form-control:hover::-webkit-input-placeholder,
.cid-uG6IWgFHql .field-input:hover::-webkit-input-placeholder,
.cid-uG6IWgFHql .form-control:focus::-webkit-input-placeholder,
.cid-uG6IWgFHql .field-input:focus::-webkit-input-placeholder,
.cid-uG6IWgFHql .form-control:hover::-webkit-input-placeholder,
.cid-uG6IWgFHql .field-input:hover::-webkit-input-placeholder,
.cid-uG6IWgFHql .form-control:focus::-webkit-input-placeholder,
.cid-uG6IWgFHql .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uG6IWgFHql .form-control:hover:-moz-placeholder,
.cid-uG6IWgFHql .field-input:hover:-moz-placeholder,
.cid-uG6IWgFHql .form-control:focus:-moz-placeholder,
.cid-uG6IWgFHql .field-input:focus:-moz-placeholder,
.cid-uG6IWgFHql .form-control:hover:-moz-placeholder,
.cid-uG6IWgFHql .field-input:hover:-moz-placeholder,
.cid-uG6IWgFHql .form-control:focus:-moz-placeholder,
.cid-uG6IWgFHql .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uG6IWgFHql .jq-number__spin:hover,
.cid-uG6IWgFHql .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uG6IWgFHql .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uG6IWgFHql .jq-selectbox li,
.cid-uG6IWgFHql .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uG6IWgFHql .jq-selectbox li:hover,
.cid-uG6IWgFHql .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uG6IWgFHql .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uG6IWgFHql .jq-number__spin.minus:hover:after,
.cid-uG6IWgFHql .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uG6IWgFHql .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uG6IWgFHql .jq-number__spin.minus:after,
.cid-uG6IWgFHql .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uG6IWgFHql input::-webkit-clear-button {
  display: none;
}
.cid-uG6IWgFHql input::-webkit-inner-spin-button {
  display: none;
}
.cid-uG6IWgFHql input::-webkit-outer-spin-button {
  display: none;
}
.cid-uG6IWgFHql input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uG6IWgFHql .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uG6IWgFHql .form-group {
  margin-bottom: 0.4rem;
}
.cid-uG6IWgFHql .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uG6IWgFHql .title1 {
  margin: 0;
}
.cid-uG6IWgFHql .align-wrap {
  display: block;
}
.cid-uG6IWgFHql .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uG6IWgFHql form {
    padding: 0;
  }
  .cid-uG6IWgFHql .socicon-wrap {
    margin: auto;
  }
}
.cid-uG6IWgFHql .title {
  color: #ed6436;
}
.cid-uG6IWhb2ue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG6IWhb2ue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6IWhb2ue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6IWhb2ue .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uG6IWhb2ue .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uG6IWhb2ue .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uG6IWhb2ue .container {
    padding: 0 20px;
  }
}
.cid-uG6IWhb2ue .row {
  justify-content: center;
}
.cid-uG6IWhb2ue .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uG6IWhb2ue .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uG6IWhb2ue .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uG6IWhb2ue .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG6IWhb2ue .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uG6IWhb2ue .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uG6IWhb2ue .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uG6IWhb2ue .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uG6IWhb2ue .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG6IWhb2ue .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uG6IWhb2ue .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uG6IWhb2ue .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uG6IWhb2ue .nav-wrapper .list .item-wrap:hover,
.cid-uG6IWhb2ue .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uG6IWhb2ue .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
  text-align: center;
}
.cid-uG6IWhb2ue .mbr-text {
  color: #000000;
}
.cid-uG6IWhb2ue .mbr-list-title {
  color: #000000;
}
.cid-uG6IWhb2ue .list {
  color: #9a9a9a;
}
.cid-up6g1lItov {
  z-index: 1000;
  width: 100%;
}
.cid-up6g1lItov .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-up6g1lItov .dropdown-menu {
  padding: 0;
}
.cid-up6g1lItov .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-up6g1lItov .dropdown-item {
    text-align: left !important;
  }
}
.cid-up6g1lItov .dropdown-item:hover {
  background-position: right !important;
}
.cid-up6g1lItov .dropdown-item:hover:after {
  color: #ce7400;
}
.cid-up6g1lItov .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-up6g1lItov .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-up6g1lItov .nav-link {
  position: relative;
}
.cid-up6g1lItov .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-up6g1lItov .dropdown-menu,
.cid-up6g1lItov .navbar.opened {
  background: #212428 !important;
}
.cid-up6g1lItov .nav-item:focus,
.cid-up6g1lItov .nav-link:focus {
  outline: none;
}
.cid-up6g1lItov .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up6g1lItov .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up6g1lItov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-up6g1lItov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up6g1lItov .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-up6g1lItov .navbar.opened {
  transition: all 0.3s;
}
.cid-up6g1lItov .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-up6g1lItov .navbar .navbar-logo img {
  width: auto;
}
.cid-up6g1lItov .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-up6g1lItov .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up6g1lItov .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up6g1lItov .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up6g1lItov .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up6g1lItov .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-up6g1lItov .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up6g1lItov .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up6g1lItov .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up6g1lItov .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up6g1lItov .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up6g1lItov .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-up6g1lItov .navbar {
    min-height: 80px;
  }
}
.cid-up6g1lItov .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-up6g1lItov .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-up6g1lItov .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up6g1lItov .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-up6g1lItov .navbar-brand {
    min-height: 69px;
  }
}
.cid-up6g1lItov .dropdown-item.active,
.cid-up6g1lItov .dropdown-item:active {
  background-color: transparent;
}
.cid-up6g1lItov .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up6g1lItov .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up6g1lItov .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up6g1lItov .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-up6g1lItov .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up6g1lItov .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up6g1lItov ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up6g1lItov button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #fbfaf9, #fbfaf9);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-up6g1lItov button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-up6g1lItov button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-up6g1lItov button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ce7400;
}
.cid-up6g1lItov button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-up6g1lItov button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-up6g1lItov button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-up6g1lItov button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6g1lItov nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6g1lItov nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6g1lItov nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6g1lItov nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-up6g1lItov .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-up6g1lItov a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up6g1lItov .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-up6g1lItov .navbar {
    height: 70px;
  }
  .cid-up6g1lItov .navbar.opened {
    height: auto;
  }
  .cid-up6g1lItov .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up6g1lItov .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-up6g1lItov .navbar-short {
    min-height: 70px;
  }
}
.cid-up6g1lItov .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-up6g1lItov .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-up6g1lItov .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-up6g1lItov .container-fluid {
    padding: 0 3px;
  }
}
.cid-up6g1lItov .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-up6g1lItov .navbar-nav {
  display: flex !important;
}
.cid-up6g1lItov .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-up6g1lItov .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-up6g1lItov .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-up6g1lItov .navbar-nav .nav-item .nav-link:hover,
.cid-up6g1lItov .navbar-nav .nav-item .nav-link:focus,
.cid-up6g1lItov .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-up6g1lItov .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-up6g1lItov .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-up6g1lItov .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-up6g1lItov button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #fbfaf9, #fbfaf9);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #191b1f;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-up6g1lItov button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-up6g1lItov button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-up6g1lItov button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ce7400;
}
.cid-up6g1lItov button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-up6g1lItov button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-up6g1lItov button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-up6g1lItov button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-up6g1lItov .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #fbfaf9, #fbfaf9);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-up6g1lItov .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-up6g1lItov .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-up6g1lItov .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ce7400;
}
.cid-up6g1lItov .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-up6g1lItov .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-up6g1lItov .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-up6g1lItov .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-up6g1lItov .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-up6g1lItov .offcanvas.show {
  transform: translateX(0);
}
.cid-up6g1lItov .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-up6g1lItov .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-up6g1lItov .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-up6g1lItov .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-up6g1lItov .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-up6g1lItov .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-up6g1lItov .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-up6g1lItov .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-up6g1lItov .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-up6g1lItov .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-up6g1lItov .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-up6g1lItov .modal-backdrop.show {
  opacity: 0.8;
}
.cid-up6g1lItov .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-up6g1lItov ::-webkit-scrollbar {
  width: 1em;
}
.cid-up6g1lItov ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-up6g1lItov ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-up6g1lItov .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-up6g1lItov .social-container {
    padding-top: 40px;
  }
}
.cid-up6g1lItov .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-up6g1lItov .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-up6g1lItov .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ce7400, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-up6g1lItov .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-up6g1lItov .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-up6g1lItov .soc-item:hover {
  transform: translateY(-3px);
}
.cid-up6g1lItov .soc-item:hover:before {
  opacity: 1;
}
.cid-up6g1lItov .offcanvas_btn {
  margin-top: auto;
}
.cid-up6g1lItov .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-up6g1lItov .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uG6GzB7L3f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uG6GzB7L3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6GzB7L3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6GzB7L3f .card {
  justify-content: flex-end;
}
.cid-uG6GzB7L3f .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG6GzB7L3f .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG6GzB7L3f .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG6GzB7L3f .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG6GzB7L3f .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG6GzB7L3f .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG6GzB7L3f .mbr-section-title {
  color: #000000;
}
.cid-uG6GzB7L3f .mbr-desc {
  color: #000000;
}
.cid-uG6GzB7L3f .mbr-text,
.cid-uG6GzB7L3f .text-wrapper {
  color: #000000;
}
.cid-uG6HZTJvtV {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uG6HZTJvtV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uG6HZTJvtV img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uG6HZTJvtV h3 {
  margin: 0;
}
.cid-uG6HZTJvtV .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uG6HZTJvtV .icons-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uG6HZTJvtV .text-wrap {
  width: 100%;
}
.cid-uG6HZTJvtV .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uG6HZTJvtV .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uG6HZTJvtV .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uG6HZTJvtV .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-uG6HZTJvtV .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uG6HZTJvtV .jq-selectbox__dropdown,
.cid-uG6HZTJvtV ul {
  border-radius: 20px !important;
}
.cid-uG6HZTJvtV .jq-selectbox {
  border-radius: 30px;
}
.cid-uG6HZTJvtV .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uG6HZTJvtV .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uG6HZTJvtV input,
.cid-uG6HZTJvtV textarea,
.cid-uG6HZTJvtV .select {
  border-radius: 30px;
}
.cid-uG6HZTJvtV input,
.cid-uG6HZTJvtV textarea {
  padding: 1rem 2rem;
}
.cid-uG6HZTJvtV textarea {
  min-height: 10rem;
}
.cid-uG6HZTJvtV .form-control,
.cid-uG6HZTJvtV .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uG6HZTJvtV .form-control::-webkit-input-placeholder,
.cid-uG6HZTJvtV .field-input::-webkit-input-placeholder,
.cid-uG6HZTJvtV .form-control::-webkit-input-placeholder,
.cid-uG6HZTJvtV .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uG6HZTJvtV .form-control:-moz-placeholder,
.cid-uG6HZTJvtV .field-input:-moz-placeholder,
.cid-uG6HZTJvtV .form-control:-moz-placeholder,
.cid-uG6HZTJvtV .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uG6HZTJvtV .form-control:hover,
.cid-uG6HZTJvtV .field-input:hover,
.cid-uG6HZTJvtV .form-control:focus,
.cid-uG6HZTJvtV .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uG6HZTJvtV .form-control:hover::-webkit-input-placeholder,
.cid-uG6HZTJvtV .field-input:hover::-webkit-input-placeholder,
.cid-uG6HZTJvtV .form-control:focus::-webkit-input-placeholder,
.cid-uG6HZTJvtV .field-input:focus::-webkit-input-placeholder,
.cid-uG6HZTJvtV .form-control:hover::-webkit-input-placeholder,
.cid-uG6HZTJvtV .field-input:hover::-webkit-input-placeholder,
.cid-uG6HZTJvtV .form-control:focus::-webkit-input-placeholder,
.cid-uG6HZTJvtV .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uG6HZTJvtV .form-control:hover:-moz-placeholder,
.cid-uG6HZTJvtV .field-input:hover:-moz-placeholder,
.cid-uG6HZTJvtV .form-control:focus:-moz-placeholder,
.cid-uG6HZTJvtV .field-input:focus:-moz-placeholder,
.cid-uG6HZTJvtV .form-control:hover:-moz-placeholder,
.cid-uG6HZTJvtV .field-input:hover:-moz-placeholder,
.cid-uG6HZTJvtV .form-control:focus:-moz-placeholder,
.cid-uG6HZTJvtV .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uG6HZTJvtV .jq-number__spin:hover,
.cid-uG6HZTJvtV .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uG6HZTJvtV .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uG6HZTJvtV .jq-selectbox li,
.cid-uG6HZTJvtV .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uG6HZTJvtV .jq-selectbox li:hover,
.cid-uG6HZTJvtV .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uG6HZTJvtV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uG6HZTJvtV .jq-number__spin.minus:hover:after,
.cid-uG6HZTJvtV .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uG6HZTJvtV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uG6HZTJvtV .jq-number__spin.minus:after,
.cid-uG6HZTJvtV .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uG6HZTJvtV input::-webkit-clear-button {
  display: none;
}
.cid-uG6HZTJvtV input::-webkit-inner-spin-button {
  display: none;
}
.cid-uG6HZTJvtV input::-webkit-outer-spin-button {
  display: none;
}
.cid-uG6HZTJvtV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uG6HZTJvtV .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uG6HZTJvtV .form-group {
  margin-bottom: 0.4rem;
}
.cid-uG6HZTJvtV .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uG6HZTJvtV .title1 {
  margin: 0;
}
.cid-uG6HZTJvtV .align-wrap {
  display: block;
}
.cid-uG6HZTJvtV .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uG6HZTJvtV form {
    padding: 0;
  }
  .cid-uG6HZTJvtV .socicon-wrap {
    margin: auto;
  }
}
.cid-uG6HZTJvtV .title {
  color: #ed6436;
}
.cid-tYpRhPpa7b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYpRhPpa7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpRhPpa7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpRhPpa7b .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-tYpRhPpa7b .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .container {
    padding: 0 20px;
  }
}
.cid-tYpRhPpa7b .row {
  justify-content: center;
}
.cid-tYpRhPpa7b .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-tYpRhPpa7b .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tYpRhPpa7b .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-tYpRhPpa7b .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-tYpRhPpa7b .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-tYpRhPpa7b .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tYpRhPpa7b .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-tYpRhPpa7b .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tYpRhPpa7b .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tYpRhPpa7b .nav-wrapper .list .item-wrap:hover,
.cid-tYpRhPpa7b .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-tYpRhPpa7b .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
  text-align: center;
}
.cid-tYpRhPpa7b .mbr-text {
  color: #000000;
}
.cid-tYpRhPpa7b .mbr-list-title {
  color: #000000;
}
.cid-tYpRhPpa7b .list {
  color: #9a9a9a;
}
.cid-uG6K918jiG {
  z-index: 1000;
  width: 100%;
}
.cid-uG6K918jiG .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-uG6K918jiG .dropdown-menu {
  padding: 0;
}
.cid-uG6K918jiG .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uG6K918jiG .dropdown-item {
    text-align: left !important;
  }
}
.cid-uG6K918jiG .dropdown-item:hover {
  background-position: right !important;
}
.cid-uG6K918jiG .dropdown-item:hover:after {
  color: #ce7400;
}
.cid-uG6K918jiG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uG6K918jiG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uG6K918jiG .nav-link {
  position: relative;
}
.cid-uG6K918jiG .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uG6K918jiG .dropdown-menu,
.cid-uG6K918jiG .navbar.opened {
  background: #212428 !important;
}
.cid-uG6K918jiG .nav-item:focus,
.cid-uG6K918jiG .nav-link:focus {
  outline: none;
}
.cid-uG6K918jiG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG6K918jiG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG6K918jiG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG6K918jiG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG6K918jiG .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uG6K918jiG .navbar.opened {
  transition: all 0.3s;
}
.cid-uG6K918jiG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG6K918jiG .navbar .navbar-logo img {
  width: auto;
}
.cid-uG6K918jiG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uG6K918jiG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG6K918jiG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG6K918jiG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG6K918jiG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG6K918jiG .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-uG6K918jiG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG6K918jiG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uG6K918jiG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG6K918jiG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG6K918jiG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG6K918jiG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uG6K918jiG .navbar {
    min-height: 80px;
  }
}
.cid-uG6K918jiG .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uG6K918jiG .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uG6K918jiG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG6K918jiG .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uG6K918jiG .navbar-brand {
    min-height: 69px;
  }
}
.cid-uG6K918jiG .dropdown-item.active,
.cid-uG6K918jiG .dropdown-item:active {
  background-color: transparent;
}
.cid-uG6K918jiG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG6K918jiG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG6K918jiG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG6K918jiG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uG6K918jiG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG6K918jiG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG6K918jiG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG6K918jiG button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #fbfaf9, #fbfaf9);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uG6K918jiG button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uG6K918jiG button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uG6K918jiG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ce7400;
}
.cid-uG6K918jiG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uG6K918jiG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uG6K918jiG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uG6K918jiG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG6K918jiG nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6K918jiG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG6K918jiG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG6K918jiG nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6K918jiG .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uG6K918jiG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG6K918jiG .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-uG6K918jiG .navbar {
    height: 70px;
  }
  .cid-uG6K918jiG .navbar.opened {
    height: auto;
  }
  .cid-uG6K918jiG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG6K918jiG .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-uG6K918jiG .navbar-short {
    min-height: 70px;
  }
}
.cid-uG6K918jiG .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uG6K918jiG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uG6K918jiG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uG6K918jiG .container-fluid {
    padding: 0 3px;
  }
}
.cid-uG6K918jiG .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uG6K918jiG .navbar-nav {
  display: flex !important;
}
.cid-uG6K918jiG .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uG6K918jiG .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uG6K918jiG .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uG6K918jiG .navbar-nav .nav-item .nav-link:hover,
.cid-uG6K918jiG .navbar-nav .nav-item .nav-link:focus,
.cid-uG6K918jiG .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uG6K918jiG .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uG6K918jiG .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uG6K918jiG .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uG6K918jiG button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #fbfaf9, #fbfaf9);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #191b1f;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uG6K918jiG button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uG6K918jiG button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uG6K918jiG button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ce7400;
}
.cid-uG6K918jiG button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uG6K918jiG button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uG6K918jiG button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uG6K918jiG button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG6K918jiG .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #fbfaf9, #fbfaf9);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uG6K918jiG .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uG6K918jiG .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uG6K918jiG .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ce7400;
}
.cid-uG6K918jiG .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uG6K918jiG .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG6K918jiG .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG6K918jiG .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uG6K918jiG .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uG6K918jiG .offcanvas.show {
  transform: translateX(0);
}
.cid-uG6K918jiG .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uG6K918jiG .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uG6K918jiG .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uG6K918jiG .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uG6K918jiG .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uG6K918jiG .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uG6K918jiG .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uG6K918jiG .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uG6K918jiG .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uG6K918jiG .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uG6K918jiG .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uG6K918jiG .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uG6K918jiG .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uG6K918jiG ::-webkit-scrollbar {
  width: 1em;
}
.cid-uG6K918jiG ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uG6K918jiG ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uG6K918jiG .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uG6K918jiG .social-container {
    padding-top: 40px;
  }
}
.cid-uG6K918jiG .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uG6K918jiG .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uG6K918jiG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ce7400, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uG6K918jiG .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uG6K918jiG .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-uG6K918jiG .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uG6K918jiG .soc-item:hover:before {
  opacity: 1;
}
.cid-uG6K918jiG .offcanvas_btn {
  margin-top: auto;
}
.cid-uG6K918jiG .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uG6K918jiG .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uG6K90AtIP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uG6K90AtIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6K90AtIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6K90AtIP .card {
  justify-content: flex-end;
}
.cid-uG6K90AtIP .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG6K90AtIP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG6K90AtIP .desc-wrapper .mbr-desc {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG6K90AtIP .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uG6K90AtIP .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG6K90AtIP .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG6K90AtIP .mbr-section-title {
  color: #000000;
}
.cid-uG6K90AtIP .mbr-desc {
  color: #000000;
}
.cid-uG6K90AtIP .mbr-text,
.cid-uG6K90AtIP .text-wrapper {
  color: #000000;
}
.cid-uG6K90AtIP .mbr-text,
.cid-uG6K90AtIP .text-wrapper DIV {
  text-align: left;
}
.cid-uG6K91EFCC {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uG6K91EFCC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uG6K91EFCC img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uG6K91EFCC h3 {
  margin: 0;
}
.cid-uG6K91EFCC .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uG6K91EFCC .icons-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uG6K91EFCC .text-wrap {
  width: 100%;
}
.cid-uG6K91EFCC .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uG6K91EFCC .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uG6K91EFCC .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #ed6436;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #ed6436;
  height: 40px;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uG6K91EFCC .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #ed6436 !important;
  border: 2px solid #ed6436;
}
.cid-uG6K91EFCC .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uG6K91EFCC .jq-selectbox__dropdown,
.cid-uG6K91EFCC ul {
  border-radius: 20px !important;
}
.cid-uG6K91EFCC .jq-selectbox {
  border-radius: 30px;
}
.cid-uG6K91EFCC .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uG6K91EFCC .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uG6K91EFCC input,
.cid-uG6K91EFCC textarea,
.cid-uG6K91EFCC .select {
  border-radius: 30px;
}
.cid-uG6K91EFCC input,
.cid-uG6K91EFCC textarea {
  padding: 1rem 2rem;
}
.cid-uG6K91EFCC textarea {
  min-height: 10rem;
}
.cid-uG6K91EFCC .form-control,
.cid-uG6K91EFCC .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uG6K91EFCC .form-control::-webkit-input-placeholder,
.cid-uG6K91EFCC .field-input::-webkit-input-placeholder,
.cid-uG6K91EFCC .form-control::-webkit-input-placeholder,
.cid-uG6K91EFCC .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uG6K91EFCC .form-control:-moz-placeholder,
.cid-uG6K91EFCC .field-input:-moz-placeholder,
.cid-uG6K91EFCC .form-control:-moz-placeholder,
.cid-uG6K91EFCC .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uG6K91EFCC .form-control:hover,
.cid-uG6K91EFCC .field-input:hover,
.cid-uG6K91EFCC .form-control:focus,
.cid-uG6K91EFCC .field-input:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uG6K91EFCC .form-control:hover::-webkit-input-placeholder,
.cid-uG6K91EFCC .field-input:hover::-webkit-input-placeholder,
.cid-uG6K91EFCC .form-control:focus::-webkit-input-placeholder,
.cid-uG6K91EFCC .field-input:focus::-webkit-input-placeholder,
.cid-uG6K91EFCC .form-control:hover::-webkit-input-placeholder,
.cid-uG6K91EFCC .field-input:hover::-webkit-input-placeholder,
.cid-uG6K91EFCC .form-control:focus::-webkit-input-placeholder,
.cid-uG6K91EFCC .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uG6K91EFCC .form-control:hover:-moz-placeholder,
.cid-uG6K91EFCC .field-input:hover:-moz-placeholder,
.cid-uG6K91EFCC .form-control:focus:-moz-placeholder,
.cid-uG6K91EFCC .field-input:focus:-moz-placeholder,
.cid-uG6K91EFCC .form-control:hover:-moz-placeholder,
.cid-uG6K91EFCC .field-input:hover:-moz-placeholder,
.cid-uG6K91EFCC .form-control:focus:-moz-placeholder,
.cid-uG6K91EFCC .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uG6K91EFCC .jq-number__spin:hover,
.cid-uG6K91EFCC .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ed6436;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uG6K91EFCC .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uG6K91EFCC .jq-selectbox li,
.cid-uG6K91EFCC .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uG6K91EFCC .jq-selectbox li:hover,
.cid-uG6K91EFCC .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uG6K91EFCC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uG6K91EFCC .jq-number__spin.minus:hover:after,
.cid-uG6K91EFCC .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uG6K91EFCC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uG6K91EFCC .jq-number__spin.minus:after,
.cid-uG6K91EFCC .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uG6K91EFCC input::-webkit-clear-button {
  display: none;
}
.cid-uG6K91EFCC input::-webkit-inner-spin-button {
  display: none;
}
.cid-uG6K91EFCC input::-webkit-outer-spin-button {
  display: none;
}
.cid-uG6K91EFCC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uG6K91EFCC .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uG6K91EFCC .form-group {
  margin-bottom: 0.4rem;
}
.cid-uG6K91EFCC .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uG6K91EFCC .title1 {
  margin: 0;
}
.cid-uG6K91EFCC .align-wrap {
  display: block;
}
.cid-uG6K91EFCC .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uG6K91EFCC form {
    padding: 0;
  }
  .cid-uG6K91EFCC .socicon-wrap {
    margin: auto;
  }
}
.cid-uG6K91EFCC .title {
  color: #ed6436;
}
.cid-uG6K929CtV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uG6K929CtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6K929CtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6K929CtV .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uG6K929CtV .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uG6K929CtV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uG6K929CtV .container {
    padding: 0 20px;
  }
}
.cid-uG6K929CtV .row {
  justify-content: center;
}
.cid-uG6K929CtV .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uG6K929CtV .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uG6K929CtV .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uG6K929CtV .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG6K929CtV .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uG6K929CtV .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uG6K929CtV .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uG6K929CtV .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uG6K929CtV .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG6K929CtV .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uG6K929CtV .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uG6K929CtV .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uG6K929CtV .nav-wrapper .list .item-wrap:hover,
.cid-uG6K929CtV .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uG6K929CtV .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
  text-align: center;
}
.cid-uG6K929CtV .mbr-text {
  color: #000000;
}
.cid-uG6K929CtV .mbr-list-title {
  color: #000000;
}
.cid-uG6K929CtV .list {
  color: #9a9a9a;
}
