.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  line-height: 1.125;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #b9b9b9 !important;
}
.bg-success {
  background-color: #473f3f !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9e08 !important;
}
.bg-danger {
  background-color: #3c507b !important;
}
.btn-primary {
  background: linear-gradient(140deg, #b9b9b9, #acacac 50%, #ececec) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b9b9b9 !important;
  border-color: #b9b9b9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d3d3d3 !important;
  border-color: #d3d3d3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d3d3d3 !important;
  border-color: #d3d3d3 !important;
}
.btn-secondary {
  background: linear-gradient(140deg, #f96e47, #f85b2e 50%, #fcbcaa) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f96e47 !important;
  border-color: #f96e47 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fb9578 !important;
  border-color: #fb9578 !important;
}
.btn-info {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !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 {
  background: linear-gradient(140deg, #473f3f, #393333 50%, #7d6f6f) !important;
}
.btn-success,
.btn-success:active {
  background-color: #473f3f !important;
  border-color: #473f3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #625757 !important;
  border-color: #625757 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #625757 !important;
  border-color: #625757 !important;
}
.btn-warning {
  background: linear-gradient(140deg, #ff9e08, #ed9000 50%, #ffc66e) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
}
.btn-danger {
  background: linear-gradient(140deg, #3c507b, #34456a 50%, #6880b5) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3c507b !important;
  border-color: #3c507b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #4d669d !important;
  border-color: #4d669d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4d669d !important;
  border-color: #4d669d !important;
}
.btn-white {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(140deg, #232323, #161616 50%, #565656) !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: #b9b9b9;
  color: #b9b9b9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8e8e8e !important;
  background-color: transparent !important;
  border-color: #8e8e8e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b9b9b9 !important;
  border-color: #b9b9b9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f96e47;
  color: #f96e47;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e23707 !important;
  background-color: transparent !important;
  border-color: #e23707 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f96e47 !important;
  border-color: #f96e47 !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: #473f3f;
  color: #473f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #191616 !important;
  background-color: transparent !important;
  border-color: #191616 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #473f3f !important;
  border-color: #473f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9e08;
  color: #ff9e08;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b06b00 !important;
  background-color: transparent !important;
  border-color: #b06b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #3c507b;
  color: #3c507b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #202a41 !important;
  background-color: transparent !important;
  border-color: #202a41 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3c507b !important;
  border-color: #3c507b !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: #b9b9b9 !important;
}
.text-secondary {
  color: #f96e47 !important;
}
.text-success {
  color: #473f3f !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9e08 !important;
}
.text-danger {
  color: #3c507b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #868686 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d33407 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #110f0f !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: #a16200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1b2336 !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: #b9b9b9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9e08;
}
.alert-danger {
  background-color: #3c507b;
}
.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: #b9b9b9;
  border-color: #b9b9b9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b9b9b9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9f9f9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bab1b1;
}
.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: #ffeed4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #798fbe;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #b9b9b9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #b9b9b9;
}
/* 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: #b9b9b9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b9b9b9;
}
.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: #b9b9b9;
  border-bottom-color: #b9b9b9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b9b9b9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f96e47 !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='%23b9b9b9' %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 .btn {
  padding: 14px 64px;
  border-radius: 3.5rem;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 14px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-white:focus {
  opacity: .75 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  opacity: .6 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrap,
.item-content,
.form-wrapper,
.embla {
  border-radius: 1rem !important;
}
.item-tag {
  border-radius: 12.5rem;
}
.nav.nav-tabs .nav-link {
  border-radius: .5rem !important;
}
.form-control {
  border-radius: .5rem !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.indie-flower {
  font-family: 'Indie Flower', handwriting;
  font-size: 3rem;
  line-height: 1.5;
}
.indie-flower > .mbr-iconfont {
  font-size: 3rem;
}
.saira {
  font-family: 'Saira', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.saira > .mbr-iconfont {
  font-size: 1.5rem;
}
.imperial-scrppt {
  font-family: 'Imperial Script', handwriting;
  font-size: 7rem;
  line-height: 1.5;
}
.imperial-scrppt > .mbr-iconfont {
  font-size: 7rem;
}
.madi {
  font-family: 'Ms Madi', handwriting;
  font-size: 3rem;
  line-height: 1.5;
}
.madi > .mbr-iconfont {
  font-size: 3rem;
}
.new-font {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.new-font > .mbr-iconfont {
  font-size: 2rem;
}
.overbite {
  font-family: 'font';
  font-size: 1.5rem;
  line-height: 1.5;
}
.overbite > .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-ugTZ7uVwc1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugTZ7uVwc1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugTZ7uVwc1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugTZ7uVwc1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-ugTZ7uVwc1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugTZ7uVwc1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugTZ7uVwc1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugTZ7uVwc1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugTZ7uVwc1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-ugTZ7uVwc1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugTZ7uVwc1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugTZ7uVwc1 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-ugTZ7uVwc1 .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .nav-link::before {
    left: 8px;
  }
}
.cid-ugTZ7uVwc1 .nav-link:hover {
  opacity: 1;
}
.cid-ugTZ7uVwc1 .nav-link:hover::before {
  opacity: 1;
}
.cid-ugTZ7uVwc1 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugTZ7uVwc1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-ugTZ7uVwc1 .navbar-caption:hover,
.cid-ugTZ7uVwc1 .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugTZ7uVwc1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugTZ7uVwc1 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(39, 43, 46, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #272b2e;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-ugTZ7uVwc1 .menu-container {
    margin: 16px;
  }
}
.cid-ugTZ7uVwc1 .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-ugTZ7uVwc1 .iconfont-wrapper:hover,
.cid-ugTZ7uVwc1 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-ugTZ7uVwc1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #272b2e;
  background: rgba(39, 43, 46, 0.4) !important;
}
.cid-ugTZ7uVwc1 .nav-item:focus,
.cid-ugTZ7uVwc1 .nav-link:focus {
  outline: none;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugTZ7uVwc1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugTZ7uVwc1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugTZ7uVwc1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ugTZ7uVwc1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugTZ7uVwc1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugTZ7uVwc1 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugTZ7uVwc1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugTZ7uVwc1 .navbar.collapsed {
  justify-content: center;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugTZ7uVwc1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugTZ7uVwc1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .navbar {
    min-height: 72px;
  }
  .cid-ugTZ7uVwc1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugTZ7uVwc1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugTZ7uVwc1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugTZ7uVwc1 .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-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugTZ7uVwc1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugTZ7uVwc1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugTZ7uVwc1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugTZ7uVwc1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugTZ7uVwc1 .dropdown-item.active,
.cid-ugTZ7uVwc1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugTZ7uVwc1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugTZ7uVwc1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugTZ7uVwc1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugTZ7uVwc1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272b2e;
}
.cid-ugTZ7uVwc1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugTZ7uVwc1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugTZ7uVwc1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugTZ7uVwc1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar-buttons {
    text-align: left;
  }
}
.cid-ugTZ7uVwc1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugTZ7uVwc1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugTZ7uVwc1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugTZ7uVwc1 .navbar {
    height: 70px;
  }
  .cid-ugTZ7uVwc1 .navbar.opened {
    height: auto;
  }
  .cid-ugTZ7uVwc1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugTZ7uVwc1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-ugTZ7uVwc1 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-ugTZ7uVwc1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugTZ7uVwc1 .navbar-brand {
    margin-right: auto;
  }
  .cid-ugTZ7uVwc1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #272b2e;
    opacity: 1;
    border-color: rgba(39, 43, 46, 0.4) !important;
    background: rgba(39, 43, 46, 0.4) !important;
  }
  .cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugTZ7uVwc1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugTZ7uVwc1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugTZ7uVwc1 .navbar-brand,
.cid-ugTZ7uVwc1 .navbar-toggler,
.cid-ugTZ7uVwc1 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-ugTZ7Da8CL {
  background-image: url("../../../assets/images/image15.jpg");
}
.cid-ugTZ7Da8CL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTZ7Da8CL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTZ7Da8CL .content-wrap {
  justify-content: flex-end;
}
.cid-ugTZ7Da8CL .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugTZ7Da8CL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZ7Da8CL .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTZ7Da8CL .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f77b5f, #f9a390);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-ugTZ7Da8CL .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugTZ7Da8CL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugTZ7Da8CL .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ugTZ7Da8CL .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ugTZ7Da8CL .image-wrapper {
    padding: 0;
  }
}
.cid-ugTZ7Da8CL .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugTZ7Da8CL .image-wrapper img {
    height: 350px;
  }
}
.cid-ugTZ7Da8CL .mbr-section-title {
  color: #ffffff;
}
.cid-ugTZ7Da8CL .mbr-text,
.cid-ugTZ7Da8CL .text-wrapper {
  color: #ac85ee;
}
.cid-ugTZ7Da8CL .mbr-section-title,
.cid-ugTZ7Da8CL .mbr-section-btn,
.cid-ugTZ7Da8CL .clients-wrapper {
  color: #4c6499;
}
.cid-ugTZiJPdJ5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #15171a;
}
.cid-ugTZiJPdJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTZiJPdJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTZiJPdJ5 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZiJPdJ5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTZiJPdJ5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugTZiJPdJ5 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZiJPdJ5 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-ugTZiJPdJ5 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZiJPdJ5 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTZiJPdJ5 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap:hover,
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-ugTZiJPdJ5 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-ugTZiJPdJ5 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugTZiJPdJ5 .mbr-section-title {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 .mbr-text {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 .mbr-desc {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 .list {
  color: #ffffff;
}
.cid-v5YbIqGoIP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5YbIqGoIP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5YbIqGoIP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5YbIqGoIP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5YbIqGoIP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-v5YbIqGoIP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5YbIqGoIP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5YbIqGoIP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v5YbIqGoIP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5YbIqGoIP .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-v5YbIqGoIP .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-v5YbIqGoIP .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v5YbIqGoIP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-v5YbIqGoIP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5YbIqGoIP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5YbIqGoIP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5YbIqGoIP .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-v5YbIqGoIP .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-v5YbIqGoIP .nav-link::before {
    left: 8px;
  }
}
.cid-v5YbIqGoIP .nav-link:hover {
  opacity: 1;
}
.cid-v5YbIqGoIP .nav-link:hover::before {
  opacity: 1;
}
.cid-v5YbIqGoIP .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5YbIqGoIP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5YbIqGoIP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-v5YbIqGoIP .navbar-caption:hover,
.cid-v5YbIqGoIP .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-v5YbIqGoIP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5YbIqGoIP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5YbIqGoIP .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(39, 43, 46, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #272b2e;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-v5YbIqGoIP .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-v5YbIqGoIP .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-v5YbIqGoIP .menu-container {
    margin: 16px;
  }
}
.cid-v5YbIqGoIP .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-v5YbIqGoIP .iconfont-wrapper:hover,
.cid-v5YbIqGoIP .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-v5YbIqGoIP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #272b2e;
  background: rgba(39, 43, 46, 0.4) !important;
}
.cid-v5YbIqGoIP .nav-item:focus,
.cid-v5YbIqGoIP .nav-link:focus {
  outline: none;
}
.cid-v5YbIqGoIP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5YbIqGoIP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5YbIqGoIP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5YbIqGoIP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5YbIqGoIP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5YbIqGoIP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5YbIqGoIP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5YbIqGoIP .navbar.opened {
  transition: all 0.3s;
}
.cid-v5YbIqGoIP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5YbIqGoIP .navbar .navbar-logo img {
  width: auto;
}
.cid-v5YbIqGoIP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v5YbIqGoIP .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v5YbIqGoIP .navbar.collapsed {
  justify-content: center;
}
.cid-v5YbIqGoIP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5YbIqGoIP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5YbIqGoIP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v5YbIqGoIP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5YbIqGoIP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5YbIqGoIP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5YbIqGoIP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5YbIqGoIP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5YbIqGoIP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5YbIqGoIP .navbar {
    min-height: 72px;
  }
  .cid-v5YbIqGoIP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5YbIqGoIP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5YbIqGoIP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5YbIqGoIP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5YbIqGoIP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5YbIqGoIP .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-v5YbIqGoIP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5YbIqGoIP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5YbIqGoIP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5YbIqGoIP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5YbIqGoIP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5YbIqGoIP .dropdown-item.active,
.cid-v5YbIqGoIP .dropdown-item:active {
  background-color: transparent;
}
.cid-v5YbIqGoIP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5YbIqGoIP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5YbIqGoIP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5YbIqGoIP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272b2e;
}
.cid-v5YbIqGoIP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5YbIqGoIP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5YbIqGoIP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5YbIqGoIP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5YbIqGoIP .navbar-buttons {
    text-align: left;
  }
}
.cid-v5YbIqGoIP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5YbIqGoIP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-v5YbIqGoIP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5YbIqGoIP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5YbIqGoIP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5YbIqGoIP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5YbIqGoIP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5YbIqGoIP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5YbIqGoIP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5YbIqGoIP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5YbIqGoIP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5YbIqGoIP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5YbIqGoIP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5YbIqGoIP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5YbIqGoIP .navbar {
    height: 70px;
  }
  .cid-v5YbIqGoIP .navbar.opened {
    height: auto;
  }
  .cid-v5YbIqGoIP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5YbIqGoIP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-v5YbIqGoIP .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v5YbIqGoIP .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v5YbIqGoIP .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-v5YbIqGoIP .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-v5YbIqGoIP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5YbIqGoIP .navbar-brand {
    margin-right: auto;
  }
  .cid-v5YbIqGoIP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #272b2e;
    opacity: 1;
    border-color: rgba(39, 43, 46, 0.4) !important;
    background: rgba(39, 43, 46, 0.4) !important;
  }
  .cid-v5YbIqGoIP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5YbIqGoIP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5YbIqGoIP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5YbIqGoIP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5YbIqGoIP .navbar-brand,
.cid-v5YbIqGoIP .navbar-toggler,
.cid-v5YbIqGoIP .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-v5YbIs2x53 {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #15171a;
}
.cid-v5YbIs2x53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5YbIs2x53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5YbIs2x53 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v5YbIs2x53 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5YbIs2x53 .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-v5YbIs2x53 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5YbIs2x53 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v5YbIs2x53 .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-v5YbIs2x53 .item {
  height: 400px;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v5YbIs2x53 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5YbIs2x53 .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-v5YbIs2x53 .item .item-wrapper .card-box .title-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v5YbIs2x53 .item .item-wrapper .card-box .title-wrap {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-v5YbIs2x53 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-v5YbIs2x53 .item .item-wrapper .card-box .title-wrap .item-title {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5YbIs2x53 .item .item-wrapper .card-box .title-wrap .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v5YbIs2x53 .item .item-wrapper .card-box .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #b9b9b9, #ffffff);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v5YbIs2x53 .item .item-wrapper .item-text {
  top: 0;
  margin-bottom: 0;
}
.cid-v5YbIs2x53 .item .card_1 {
  background: linear-gradient(315deg, #a672ff, #e6d8ff);
}
.cid-v5YbIs2x53 .item .card_2 {
  background: linear-gradient(315deg, #7dabab, #bbd3d3);
}
.cid-v5YbIs2x53 .item .card_3 {
  background: linear-gradient(315deg, #f96e47, #fcbcaa);
}
.cid-v5YbIs2x53 .btn-wrapper {
  margin-top: -6%;
}
.cid-v5YbIs2x53 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v5YbIs2x53 .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-v5YbIs2x53 .item-title {
  color: #ffffff;
}
.cid-v5YbIs2x53 .item-text {
  color: #ffffff;
}
.cid-v5YbIs2x53 .mbr-section-title,
.cid-v5YbIs2x53 .mbr-section-btn {
  color: #ffffff;
}
.cid-v5YbIsA9dP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #15171a;
}
.cid-v5YbIsA9dP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5YbIsA9dP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5YbIsA9dP .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v5YbIsA9dP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5YbIsA9dP .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-v5YbIsA9dP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5YbIsA9dP .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v5YbIsA9dP .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-v5YbIsA9dP .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v5YbIsA9dP .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v5YbIsA9dP .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-v5YbIsA9dP .item .item-wrapper .card-box .title-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5YbIsA9dP .item .item-wrapper .card-box .title-wrap {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-v5YbIsA9dP .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-v5YbIsA9dP .item .item-wrapper .card-box .title-wrap .item-title {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5YbIsA9dP .item .item-wrapper .card-box .title-wrap .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v5YbIsA9dP .item .item-wrapper .card-box .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #b9b9b9, #ffffff);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v5YbIsA9dP .item .item-wrapper .item-text {
  top: 0;
  margin-bottom: 0;
}
.cid-v5YbIsA9dP .item .card_1 {
  background: linear-gradient(315deg, #ac85ee, #e9dffa);
}
.cid-v5YbIsA9dP .item .card_2 {
  background: linear-gradient(315deg, #6834c3, #a280dd);
}
.cid-v5YbIsA9dP .item .card_3 {
  background: linear-gradient(315deg, #c6c746, #dedf94);
}
.cid-v5YbIsA9dP .item .card_4 {
  background: linear-gradient(315deg, #c6c746, #dedf94);
  color: #63634c;
}
.cid-v5YbIsA9dP .btn-wrapper {
  margin-top: -6%;
}
.cid-v5YbIsA9dP .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v5YbIsA9dP .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-v5YbIsA9dP .item-title {
  color: #ffffff;
}
.cid-v5YbIsA9dP .item-text {
  color: #ffffff;
}
.cid-v5YbIsA9dP .mbr-section-title,
.cid-v5YbIsA9dP .mbr-section-btn {
  color: #ffffff;
}
.cid-v5YbIsA9dP .item-text,
.cid-v5YbIsA9dP .icon-wrapper {
  text-align: left;
}
.cid-v847PuDkWp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-v847PuDkWp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v847PuDkWp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v847PuDkWp .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v847PuDkWp .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v847PuDkWp .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-v847PuDkWp .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v847PuDkWp .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v847PuDkWp .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-v847PuDkWp .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v847PuDkWp .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v847PuDkWp .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-v847PuDkWp .item .item-wrapper .card-box .title-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v847PuDkWp .item .item-wrapper .card-box .title-wrap {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-v847PuDkWp .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-v847PuDkWp .item .item-wrapper .card-box .title-wrap .item-title {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-v847PuDkWp .item .item-wrapper .card-box .title-wrap .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v847PuDkWp .item .item-wrapper .card-box .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #b9b9b9, #ffffff);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v847PuDkWp .item .item-wrapper .item-text {
  top: 0;
  margin-bottom: 0;
}
.cid-v847PuDkWp .item .card_1 {
  background: linear-gradient(315deg, #3c507b, #6880b5);
}
.cid-v847PuDkWp .item .card_2 {
  background: linear-gradient(315deg, #895f57, #b8958e);
}
.cid-v847PuDkWp .item .card_3 {
  background: linear-gradient(315deg, #2e7171, #4eb7b7);
}
.cid-v847PuDkWp .item .card_4 {
  background: linear-gradient(315deg, #2e7171, #4eb7b7);
  color: #63634c;
}
.cid-v847PuDkWp .btn-wrapper {
  margin-top: -6%;
}
.cid-v847PuDkWp .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v847PuDkWp .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-v847PuDkWp .item-title {
  color: #ffffff;
}
.cid-v847PuDkWp .item-text {
  color: #ffffff;
}
.cid-v847PuDkWp .mbr-section-title,
.cid-v847PuDkWp .mbr-section-btn {
  color: #ffffff;
}
.cid-v847PuDkWp .item-text,
.cid-v847PuDkWp .icon-wrapper {
  text-align: center;
}
.cid-vaA4Pn0E7z {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-vaA4Pn0E7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaA4Pn0E7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaA4Pn0E7z .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vaA4Pn0E7z .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vaA4Pn0E7z .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-vaA4Pn0E7z .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaA4Pn0E7z .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-vaA4Pn0E7z .items-wrapper {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vaA4Pn0E7z .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vaA4Pn0E7z .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vaA4Pn0E7z .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-vaA4Pn0E7z .item .item-wrapper .card-box .title-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vaA4Pn0E7z .item .item-wrapper .card-box .title-wrap {
    display: block;
    margin-bottom: 24px;
  }
}
.cid-vaA4Pn0E7z .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-vaA4Pn0E7z .item .item-wrapper .card-box .title-wrap .item-title {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vaA4Pn0E7z .item .item-wrapper .card-box .title-wrap .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vaA4Pn0E7z .item .item-wrapper .card-box .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #b9b9b9, #ffffff);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-vaA4Pn0E7z .item .item-wrapper .item-text {
  top: 0;
  margin-bottom: 0;
}
.cid-vaA4Pn0E7z .item .card_1 {
  background: linear-gradient(315deg, #3c507b, #6880b5);
}
.cid-vaA4Pn0E7z .item .card_2 {
  background: linear-gradient(315deg, #895f57, #b8958e);
}
.cid-vaA4Pn0E7z .item .card_3 {
  background: linear-gradient(315deg, #2e7171, #4eb7b7);
}
.cid-vaA4Pn0E7z .item .card_4 {
  background: linear-gradient(315deg, #2e7171, #4eb7b7);
  color: #63634c;
}
.cid-vaA4Pn0E7z .btn-wrapper {
  margin-top: -6%;
}
.cid-vaA4Pn0E7z .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vaA4Pn0E7z .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-vaA4Pn0E7z .item-title {
  color: #ffffff;
}
.cid-vaA4Pn0E7z .item-text {
  color: #ffffff;
}
.cid-vaA4Pn0E7z .mbr-section-title,
.cid-vaA4Pn0E7z .mbr-section-btn {
  color: #ffffff;
}
.cid-vaA4Pn0E7z .item-text,
.cid-vaA4Pn0E7z .icon-wrapper {
  text-align: center;
}
.cid-v5YbIAo9Wv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #15171a;
}
.cid-v5YbIAo9Wv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5YbIAo9Wv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5YbIAo9Wv .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v5YbIAo9Wv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5YbIAo9Wv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5YbIAo9Wv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5YbIAo9Wv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5YbIAo9Wv .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v5YbIAo9Wv .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5YbIAo9Wv .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v5YbIAo9Wv .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5YbIAo9Wv .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v5YbIAo9Wv .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v5YbIAo9Wv .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v5YbIAo9Wv .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v5YbIAo9Wv .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v5YbIAo9Wv .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v5YbIAo9Wv .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5YbIAo9Wv .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v5YbIAo9Wv .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5YbIAo9Wv .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5YbIAo9Wv .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v5YbIAo9Wv .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5YbIAo9Wv .list-wrapper .list .item-wrap:hover,
.cid-v5YbIAo9Wv .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v5YbIAo9Wv .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v5YbIAo9Wv .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v5YbIAo9Wv .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v5YbIAo9Wv .mbr-section-title {
  color: #ffffff;
}
.cid-v5YbIAo9Wv .mbr-text {
  color: #ffffff;
}
.cid-v5YbIAo9Wv .mbr-desc {
  color: #ffffff;
}
.cid-v5YbIAo9Wv .list {
  color: #ffffff;
}
.cid-v6380LFiOd {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v6380LFiOd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v6380LFiOd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v6380LFiOd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6380LFiOd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-v6380LFiOd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6380LFiOd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6380LFiOd .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v6380LFiOd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v6380LFiOd .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-v6380LFiOd .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-v6380LFiOd .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v6380LFiOd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-v6380LFiOd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v6380LFiOd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v6380LFiOd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v6380LFiOd .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-v6380LFiOd .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-v6380LFiOd .nav-link::before {
    left: 8px;
  }
}
.cid-v6380LFiOd .nav-link:hover {
  opacity: 1;
}
.cid-v6380LFiOd .nav-link:hover::before {
  opacity: 1;
}
.cid-v6380LFiOd .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v6380LFiOd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v6380LFiOd .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-v6380LFiOd .navbar-caption:hover,
.cid-v6380LFiOd .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-v6380LFiOd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v6380LFiOd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v6380LFiOd .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(39, 43, 46, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #272b2e;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-v6380LFiOd .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-v6380LFiOd .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-v6380LFiOd .menu-container {
    margin: 16px;
  }
}
.cid-v6380LFiOd .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-v6380LFiOd .iconfont-wrapper:hover,
.cid-v6380LFiOd .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-v6380LFiOd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #272b2e;
  background: rgba(39, 43, 46, 0.4) !important;
}
.cid-v6380LFiOd .nav-item:focus,
.cid-v6380LFiOd .nav-link:focus {
  outline: none;
}
.cid-v6380LFiOd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6380LFiOd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6380LFiOd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6380LFiOd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6380LFiOd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6380LFiOd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6380LFiOd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v6380LFiOd .navbar.opened {
  transition: all 0.3s;
}
.cid-v6380LFiOd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6380LFiOd .navbar .navbar-logo img {
  width: auto;
}
.cid-v6380LFiOd .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v6380LFiOd .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v6380LFiOd .navbar.collapsed {
  justify-content: center;
}
.cid-v6380LFiOd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6380LFiOd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6380LFiOd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v6380LFiOd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6380LFiOd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6380LFiOd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6380LFiOd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6380LFiOd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6380LFiOd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6380LFiOd .navbar {
    min-height: 72px;
  }
  .cid-v6380LFiOd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v6380LFiOd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6380LFiOd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6380LFiOd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6380LFiOd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6380LFiOd .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-v6380LFiOd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6380LFiOd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v6380LFiOd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6380LFiOd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6380LFiOd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v6380LFiOd .dropdown-item.active,
.cid-v6380LFiOd .dropdown-item:active {
  background-color: transparent;
}
.cid-v6380LFiOd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6380LFiOd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6380LFiOd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6380LFiOd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272b2e;
}
.cid-v6380LFiOd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v6380LFiOd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v6380LFiOd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6380LFiOd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v6380LFiOd .navbar-buttons {
    text-align: left;
  }
}
.cid-v6380LFiOd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6380LFiOd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-v6380LFiOd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6380LFiOd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6380LFiOd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6380LFiOd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6380LFiOd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6380LFiOd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6380LFiOd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6380LFiOd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6380LFiOd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6380LFiOd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6380LFiOd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v6380LFiOd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6380LFiOd .navbar {
    height: 70px;
  }
  .cid-v6380LFiOd .navbar.opened {
    height: auto;
  }
  .cid-v6380LFiOd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6380LFiOd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v6380LFiOd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v6380LFiOd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v6380LFiOd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v6380LFiOd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v6380LFiOd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-v6380LFiOd .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v6380LFiOd .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v6380LFiOd .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-v6380LFiOd .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-v6380LFiOd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v6380LFiOd .navbar-brand {
    margin-right: auto;
  }
  .cid-v6380LFiOd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #272b2e;
    opacity: 1;
    border-color: rgba(39, 43, 46, 0.4) !important;
    background: rgba(39, 43, 46, 0.4) !important;
  }
  .cid-v6380LFiOd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v6380LFiOd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v6380LFiOd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v6380LFiOd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v6380LFiOd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v6380LFiOd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v6380LFiOd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v6380LFiOd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v6380LFiOd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v6380LFiOd .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v6380LFiOd .navbar-brand,
.cid-v6380LFiOd .navbar-toggler,
.cid-v6380LFiOd .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-v638cPfATj {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-v638cPfATj .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-v638cPfATj .item {
    margin-bottom: 4rem;
  }
}
.cid-v638cPfATj .item:last-child .icon-box:before {
  display: none;
}
.cid-v638cPfATj .item.last .icon-box:before {
  display: none;
}
.cid-v638cPfATj .step-number {
  padding-top: 6px;
}
.cid-v638cPfATj .icon-box {
  background: #c37a7a;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v638cPfATj .icon-box {
    margin-right: 1rem;
  }
}
.cid-v638cPfATj .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #c37a7a;
  transform: translate(-50%, 0);
}
.cid-v638cPfATj span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v638cPfATj .card {
    margin-bottom: 2rem;
  }
  .cid-v638cPfATj .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v638cPfATj .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-v638cPfATj .icon-box::before {
    top: 114%;
  }
}
.cid-v638cPfATj .card-title,
.cid-v638cPfATj .card-box {
  color: #bbbbbb;
}
.cid-v638cPfATj .icon-text {
  color: #bbbbbb;
}
.cid-v7v8fkUoQS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-v7v8fkUoQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7v8fkUoQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7v8fkUoQS .items-wrap {
  justify-content: center;
}
.cid-v7v8fkUoQS .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7v8fkUoQS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7v8fkUoQS .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7v8fkUoQS .item {
    margin-bottom: 16px;
  }
}
.cid-v7v8fkUoQS .item:hover .item-wrapper,
.cid-v7v8fkUoQS .item:focus .item-wrapper {
  opacity: 1;
}
.cid-v7v8fkUoQS .item .item-wrapper {
  opacity: .7;
  transition: all 0.3s ease-in-out;
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  .cid-v7v8fkUoQS .item .item-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .cid-v7v8fkUoQS .item .item-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7v8fkUoQS .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v7v8fkUoQS .item .item-wrapper .card-box .item-number {
    margin-bottom: 24px;
  }
}
.cid-v7v8fkUoQS .item .item-wrapper .card-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7v8fkUoQS .item .item-wrapper .card-box .title-wrap {
    display: block;
  }
}
.cid-v7v8fkUoQS .item .item-wrapper .card-box .title-wrap .item-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v7v8fkUoQS .item .item-wrapper .card-box .title-wrap .item-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v7v8fkUoQS .item .item-wrapper .card-box .title-wrap .item-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v7v8fkUoQS .item .item-wrapper .card-box .title-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  background: linear-gradient(230deg, #ffffff, #808080);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v7v8fkUoQS .item .item-wrapper .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .cid-v7v8fkUoQS .item .item-wrapper .border-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .cid-v7v8fkUoQS .item .item-wrapper .border-wrap {
    margin-top: 32px;
  }
}
.cid-v7v8fkUoQS .mbr-section-title {
  color: #ffffff;
}
.cid-v7v8fkUoQS .item-number {
  color: #ffffff;
}
.cid-v7v8fkUoQS .item-title {
  color: #ffffff;
}
.cid-v6380MXvYh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #15171a;
}
.cid-v6380MXvYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6380MXvYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6380MXvYh .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v6380MXvYh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6380MXvYh .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v6380MXvYh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v6380MXvYh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6380MXvYh .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v6380MXvYh .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6380MXvYh .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v6380MXvYh .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v6380MXvYh .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v6380MXvYh .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v6380MXvYh .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v6380MXvYh .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v6380MXvYh .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v6380MXvYh .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v6380MXvYh .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6380MXvYh .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v6380MXvYh .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v6380MXvYh .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v6380MXvYh .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v6380MXvYh .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6380MXvYh .list-wrapper .list .item-wrap:hover,
.cid-v6380MXvYh .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v6380MXvYh .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v6380MXvYh .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v6380MXvYh .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v6380MXvYh .mbr-section-title {
  color: #ffffff;
}
.cid-v6380MXvYh .mbr-text {
  color: #ffffff;
}
.cid-v6380MXvYh .mbr-desc {
  color: #ffffff;
}
.cid-v6380MXvYh .list {
  color: #ffffff;
}
.cid-v63gn30VBQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v63gn30VBQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v63gn30VBQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v63gn30VBQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v63gn30VBQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-v63gn30VBQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v63gn30VBQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v63gn30VBQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v63gn30VBQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v63gn30VBQ .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-v63gn30VBQ .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-v63gn30VBQ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v63gn30VBQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-v63gn30VBQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v63gn30VBQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v63gn30VBQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v63gn30VBQ .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-v63gn30VBQ .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-v63gn30VBQ .nav-link::before {
    left: 8px;
  }
}
.cid-v63gn30VBQ .nav-link:hover {
  opacity: 1;
}
.cid-v63gn30VBQ .nav-link:hover::before {
  opacity: 1;
}
.cid-v63gn30VBQ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v63gn30VBQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v63gn30VBQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-v63gn30VBQ .navbar-caption:hover,
.cid-v63gn30VBQ .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-v63gn30VBQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v63gn30VBQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v63gn30VBQ .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(39, 43, 46, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #272b2e;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-v63gn30VBQ .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-v63gn30VBQ .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-v63gn30VBQ .menu-container {
    margin: 16px;
  }
}
.cid-v63gn30VBQ .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-v63gn30VBQ .iconfont-wrapper:hover,
.cid-v63gn30VBQ .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-v63gn30VBQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #272b2e;
  background: rgba(39, 43, 46, 0.4) !important;
}
.cid-v63gn30VBQ .nav-item:focus,
.cid-v63gn30VBQ .nav-link:focus {
  outline: none;
}
.cid-v63gn30VBQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v63gn30VBQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v63gn30VBQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v63gn30VBQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v63gn30VBQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v63gn30VBQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v63gn30VBQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v63gn30VBQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v63gn30VBQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v63gn30VBQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v63gn30VBQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v63gn30VBQ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v63gn30VBQ .navbar.collapsed {
  justify-content: center;
}
.cid-v63gn30VBQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v63gn30VBQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v63gn30VBQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v63gn30VBQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v63gn30VBQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v63gn30VBQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v63gn30VBQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v63gn30VBQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v63gn30VBQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v63gn30VBQ .navbar {
    min-height: 72px;
  }
  .cid-v63gn30VBQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v63gn30VBQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v63gn30VBQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v63gn30VBQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v63gn30VBQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v63gn30VBQ .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-v63gn30VBQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v63gn30VBQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v63gn30VBQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v63gn30VBQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v63gn30VBQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v63gn30VBQ .dropdown-item.active,
.cid-v63gn30VBQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v63gn30VBQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v63gn30VBQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v63gn30VBQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v63gn30VBQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272b2e;
}
.cid-v63gn30VBQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v63gn30VBQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v63gn30VBQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v63gn30VBQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v63gn30VBQ .navbar-buttons {
    text-align: left;
  }
}
.cid-v63gn30VBQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v63gn30VBQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-v63gn30VBQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v63gn30VBQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v63gn30VBQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v63gn30VBQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v63gn30VBQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v63gn30VBQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v63gn30VBQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v63gn30VBQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v63gn30VBQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v63gn30VBQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v63gn30VBQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v63gn30VBQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v63gn30VBQ .navbar {
    height: 70px;
  }
  .cid-v63gn30VBQ .navbar.opened {
    height: auto;
  }
  .cid-v63gn30VBQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v63gn30VBQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v63gn30VBQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v63gn30VBQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v63gn30VBQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v63gn30VBQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v63gn30VBQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-v63gn30VBQ .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v63gn30VBQ .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v63gn30VBQ .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-v63gn30VBQ .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-v63gn30VBQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v63gn30VBQ .navbar-brand {
    margin-right: auto;
  }
  .cid-v63gn30VBQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #272b2e;
    opacity: 1;
    border-color: rgba(39, 43, 46, 0.4) !important;
    background: rgba(39, 43, 46, 0.4) !important;
  }
  .cid-v63gn30VBQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v63gn30VBQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v63gn30VBQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v63gn30VBQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v63gn30VBQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v63gn30VBQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v63gn30VBQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v63gn30VBQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v63gn30VBQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v63gn30VBQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v63gn30VBQ .navbar-brand,
.cid-v63gn30VBQ .navbar-toggler,
.cid-v63gn30VBQ .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-v63gzHFxlo {
  background-color: #18191c;
}
.cid-v63gzHFxlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v63gzHFxlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v63gzHFxlo b,
.cid-v63gzHFxlo strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-v63gzHFxlo img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v63gzHFxlo img {
    padding-bottom: 2rem;
  }
}
.cid-v63gzHFxlo .row {
  align-items: center;
}
.cid-v63gzHFxlo .mbr-section-title {
  color: #fff7f0;
}
.cid-v63gzHFxlo .mbr-text,
.cid-v63gzHFxlo .mbr-section-btn {
  color: #fff7f0;
}
.cid-v63gzHFxlo .mbr-section-subtitle {
  color: #fff7f0;
}
.cid-v63gn46XcK {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #15171a;
}
.cid-v63gn46XcK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v63gn46XcK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v63gn46XcK .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v63gn46XcK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v63gn46XcK .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v63gn46XcK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v63gn46XcK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v63gn46XcK .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v63gn46XcK .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v63gn46XcK .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v63gn46XcK .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v63gn46XcK .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v63gn46XcK .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v63gn46XcK .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v63gn46XcK .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v63gn46XcK .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v63gn46XcK .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v63gn46XcK .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v63gn46XcK .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v63gn46XcK .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v63gn46XcK .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v63gn46XcK .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v63gn46XcK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v63gn46XcK .list-wrapper .list .item-wrap:hover,
.cid-v63gn46XcK .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v63gn46XcK .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v63gn46XcK .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v63gn46XcK .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v63gn46XcK .mbr-section-title {
  color: #ffffff;
}
.cid-v63gn46XcK .mbr-text {
  color: #ffffff;
}
.cid-v63gn46XcK .mbr-desc {
  color: #ffffff;
}
.cid-v63gn46XcK .list {
  color: #ffffff;
}
.cid-v64tQnC7Im {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v64tQnC7Im .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v64tQnC7Im .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v64tQnC7Im .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v64tQnC7Im .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-v64tQnC7Im .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v64tQnC7Im .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v64tQnC7Im .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v64tQnC7Im .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v64tQnC7Im .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-v64tQnC7Im .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-v64tQnC7Im .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v64tQnC7Im .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-v64tQnC7Im .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v64tQnC7Im .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v64tQnC7Im .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v64tQnC7Im .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-v64tQnC7Im .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-v64tQnC7Im .nav-link::before {
    left: 8px;
  }
}
.cid-v64tQnC7Im .nav-link:hover {
  opacity: 1;
}
.cid-v64tQnC7Im .nav-link:hover::before {
  opacity: 1;
}
.cid-v64tQnC7Im .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v64tQnC7Im .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v64tQnC7Im .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-v64tQnC7Im .navbar-caption:hover,
.cid-v64tQnC7Im .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-v64tQnC7Im .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v64tQnC7Im .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v64tQnC7Im .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(39, 43, 46, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #272b2e;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-v64tQnC7Im .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-v64tQnC7Im .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-v64tQnC7Im .menu-container {
    margin: 16px;
  }
}
.cid-v64tQnC7Im .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-v64tQnC7Im .iconfont-wrapper:hover,
.cid-v64tQnC7Im .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-v64tQnC7Im .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #272b2e;
  background: rgba(39, 43, 46, 0.4) !important;
}
.cid-v64tQnC7Im .nav-item:focus,
.cid-v64tQnC7Im .nav-link:focus {
  outline: none;
}
.cid-v64tQnC7Im .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v64tQnC7Im .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v64tQnC7Im .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v64tQnC7Im .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v64tQnC7Im .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v64tQnC7Im .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v64tQnC7Im .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v64tQnC7Im .navbar.opened {
  transition: all 0.3s;
}
.cid-v64tQnC7Im .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v64tQnC7Im .navbar .navbar-logo img {
  width: auto;
}
.cid-v64tQnC7Im .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v64tQnC7Im .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v64tQnC7Im .navbar.collapsed {
  justify-content: center;
}
.cid-v64tQnC7Im .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v64tQnC7Im .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v64tQnC7Im .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v64tQnC7Im .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v64tQnC7Im .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v64tQnC7Im .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v64tQnC7Im .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v64tQnC7Im .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v64tQnC7Im .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v64tQnC7Im .navbar {
    min-height: 72px;
  }
  .cid-v64tQnC7Im .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v64tQnC7Im .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v64tQnC7Im .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v64tQnC7Im .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v64tQnC7Im .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v64tQnC7Im .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-v64tQnC7Im .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v64tQnC7Im .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v64tQnC7Im .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v64tQnC7Im .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v64tQnC7Im .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v64tQnC7Im .dropdown-item.active,
.cid-v64tQnC7Im .dropdown-item:active {
  background-color: transparent;
}
.cid-v64tQnC7Im .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v64tQnC7Im .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v64tQnC7Im .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v64tQnC7Im .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272b2e;
}
.cid-v64tQnC7Im .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v64tQnC7Im .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v64tQnC7Im ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v64tQnC7Im .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v64tQnC7Im .navbar-buttons {
    text-align: left;
  }
}
.cid-v64tQnC7Im button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v64tQnC7Im button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-v64tQnC7Im button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v64tQnC7Im button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v64tQnC7Im button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v64tQnC7Im button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v64tQnC7Im nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v64tQnC7Im nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v64tQnC7Im nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v64tQnC7Im nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v64tQnC7Im .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v64tQnC7Im a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v64tQnC7Im .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v64tQnC7Im .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v64tQnC7Im .navbar {
    height: 70px;
  }
  .cid-v64tQnC7Im .navbar.opened {
    height: auto;
  }
  .cid-v64tQnC7Im .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v64tQnC7Im .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v64tQnC7Im .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v64tQnC7Im .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v64tQnC7Im .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v64tQnC7Im .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v64tQnC7Im .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-v64tQnC7Im .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v64tQnC7Im .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v64tQnC7Im .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-v64tQnC7Im .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-v64tQnC7Im .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v64tQnC7Im .navbar-brand {
    margin-right: auto;
  }
  .cid-v64tQnC7Im .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #272b2e;
    opacity: 1;
    border-color: rgba(39, 43, 46, 0.4) !important;
    background: rgba(39, 43, 46, 0.4) !important;
  }
  .cid-v64tQnC7Im .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v64tQnC7Im .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v64tQnC7Im .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v64tQnC7Im .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v64tQnC7Im .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v64tQnC7Im .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v64tQnC7Im .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v64tQnC7Im .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v64tQnC7Im .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v64tQnC7Im .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v64tQnC7Im .navbar-brand,
.cid-v64tQnC7Im .navbar-toggler,
.cid-v64tQnC7Im .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-v64u8QWxCz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bella-notte.webp");
}
.cid-v64u8QWxCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v64u8QWxCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64u8QWxCz .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #b9b9b9;
  margin-left: 1rem;
}
.cid-v64u8QWxCz .panel-group {
  border: none;
}
.cid-v64u8QWxCz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v64u8QWxCz .panel-body,
.cid-v64u8QWxCz .card-header {
  padding: 1rem 0;
}
.cid-v64u8QWxCz .panel-title-edit {
  color: #f2f2f2;
}
.cid-v64u8QWxCz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v64u8QWxCz .panel-text {
  color: #f2f2f2;
}
.cid-v64u8QWxCz H4 {
  color: #f2f2f2;
}
.cid-v64u8QWxCz H3 {
  color: #f2f2f2;
}
.cid-v64tQoyvbD {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #15171a;
}
.cid-v64tQoyvbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v64tQoyvbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v64tQoyvbD .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v64tQoyvbD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v64tQoyvbD .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v64tQoyvbD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v64tQoyvbD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v64tQoyvbD .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v64tQoyvbD .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v64tQoyvbD .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v64tQoyvbD .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v64tQoyvbD .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v64tQoyvbD .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v64tQoyvbD .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v64tQoyvbD .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v64tQoyvbD .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v64tQoyvbD .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v64tQoyvbD .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v64tQoyvbD .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v64tQoyvbD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v64tQoyvbD .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v64tQoyvbD .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v64tQoyvbD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v64tQoyvbD .list-wrapper .list .item-wrap:hover,
.cid-v64tQoyvbD .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v64tQoyvbD .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v64tQoyvbD .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v64tQoyvbD .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v64tQoyvbD .mbr-section-title {
  color: #ffffff;
}
.cid-v64tQoyvbD .mbr-text {
  color: #ffffff;
}
.cid-v64tQoyvbD .mbr-desc {
  color: #ffffff;
}
.cid-v64tQoyvbD .list {
  color: #ffffff;
}
.cid-ugTZ7uVwc1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugTZ7uVwc1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugTZ7uVwc1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugTZ7uVwc1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-ugTZ7uVwc1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugTZ7uVwc1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugTZ7uVwc1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugTZ7uVwc1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugTZ7uVwc1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-ugTZ7uVwc1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugTZ7uVwc1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugTZ7uVwc1 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-ugTZ7uVwc1 .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .nav-link::before {
    left: 8px;
  }
}
.cid-ugTZ7uVwc1 .nav-link:hover {
  opacity: 1;
}
.cid-ugTZ7uVwc1 .nav-link:hover::before {
  opacity: 1;
}
.cid-ugTZ7uVwc1 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugTZ7uVwc1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-ugTZ7uVwc1 .navbar-caption:hover,
.cid-ugTZ7uVwc1 .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugTZ7uVwc1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugTZ7uVwc1 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(39, 43, 46, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #272b2e;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-ugTZ7uVwc1 .menu-container {
    margin: 16px;
  }
}
.cid-ugTZ7uVwc1 .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-ugTZ7uVwc1 .iconfont-wrapper:hover,
.cid-ugTZ7uVwc1 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-ugTZ7uVwc1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #272b2e;
  background: rgba(39, 43, 46, 0.4) !important;
}
.cid-ugTZ7uVwc1 .nav-item:focus,
.cid-ugTZ7uVwc1 .nav-link:focus {
  outline: none;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugTZ7uVwc1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugTZ7uVwc1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugTZ7uVwc1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ugTZ7uVwc1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugTZ7uVwc1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugTZ7uVwc1 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugTZ7uVwc1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugTZ7uVwc1 .navbar.collapsed {
  justify-content: center;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugTZ7uVwc1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugTZ7uVwc1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .navbar {
    min-height: 72px;
  }
  .cid-ugTZ7uVwc1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugTZ7uVwc1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugTZ7uVwc1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugTZ7uVwc1 .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-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugTZ7uVwc1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugTZ7uVwc1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugTZ7uVwc1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugTZ7uVwc1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugTZ7uVwc1 .dropdown-item.active,
.cid-ugTZ7uVwc1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugTZ7uVwc1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugTZ7uVwc1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugTZ7uVwc1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugTZ7uVwc1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272b2e;
}
.cid-ugTZ7uVwc1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugTZ7uVwc1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugTZ7uVwc1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugTZ7uVwc1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar-buttons {
    text-align: left;
  }
}
.cid-ugTZ7uVwc1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugTZ7uVwc1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugTZ7uVwc1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugTZ7uVwc1 .navbar {
    height: 70px;
  }
  .cid-ugTZ7uVwc1 .navbar.opened {
    height: auto;
  }
  .cid-ugTZ7uVwc1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugTZ7uVwc1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-ugTZ7uVwc1 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-ugTZ7uVwc1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugTZ7uVwc1 .navbar-brand {
    margin-right: auto;
  }
  .cid-ugTZ7uVwc1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #272b2e;
    opacity: 1;
    border-color: rgba(39, 43, 46, 0.4) !important;
    background: rgba(39, 43, 46, 0.4) !important;
  }
  .cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugTZ7uVwc1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugTZ7uVwc1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugTZ7uVwc1 .navbar-brand,
.cid-ugTZ7uVwc1 .navbar-toggler,
.cid-ugTZ7uVwc1 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-v6WaUOyv8X {
  background-image: url("../../../assets/images/false-creek-watercolour-dp.webp");
}
.cid-v6WaUOyv8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6WaUOyv8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6WaUOyv8X .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-v6WaUOyv8X .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-v6WaUOyv8X .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-v6WaUOyv8X .mbr-section-subtitle {
  color: #f8eded;
}
.cid-v70KrXDbYv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-v70KrXDbYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v70KrXDbYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v70KrXDbYv .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v70KrXDbYv .content-wrapper {
    padding: 0;
  }
}
.cid-v70KrXDbYv .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-v70KrXDbYv .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-v70KrXDbYv .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-v70KrXDbYv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v70KrXDbYv .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-v70KrXDbYv .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-v70KrXDbYv .list {
  color: #ffe66d;
  text-align: center;
}
.cid-v70KrXDbYv .mbr-text,
.cid-v70KrXDbYv .text-wrapper {
  color: #050f0f;
}
.cid-v70KrXDbYv .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-v70KrXDbYv .mbr-text,
.cid-v70KrXDbYv .text-wrapper,
.cid-v70KrXDbYv .rating-wrapper {
  text-align: center;
}
.cid-v70KuMRS5I {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffb5b5;
}
.cid-v70KuMRS5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v70KuMRS5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v70KuMRS5I .items-wrap {
  justify-content: center;
}
.cid-v70KuMRS5I .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-v70KuMRS5I .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v70KuMRS5I .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v70KuMRS5I .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v70KuMRS5I .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-v70KuMRS5I .item .item-wrapper .item-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v70KuMRS5I .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v70KuMRS5I .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v70KuMRS5I .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-v70KuMRS5I .item-desc {
  color: #353535;
  text-align: center;
}
.cid-ugTZiJPdJ5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #15171a;
}
.cid-ugTZiJPdJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTZiJPdJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTZiJPdJ5 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZiJPdJ5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTZiJPdJ5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugTZiJPdJ5 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZiJPdJ5 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-ugTZiJPdJ5 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZiJPdJ5 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTZiJPdJ5 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap:hover,
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-ugTZiJPdJ5 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-ugTZiJPdJ5 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugTZiJPdJ5 .mbr-section-title {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 .mbr-text {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 .mbr-desc {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 .list {
  color: #ffffff;
}
.cid-v5YczaW4JX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5YczaW4JX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5YczaW4JX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5YczaW4JX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5YczaW4JX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-v5YczaW4JX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5YczaW4JX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5YczaW4JX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v5YczaW4JX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5YczaW4JX .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-v5YczaW4JX .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-v5YczaW4JX .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v5YczaW4JX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-v5YczaW4JX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5YczaW4JX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5YczaW4JX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5YczaW4JX .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-v5YczaW4JX .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-v5YczaW4JX .nav-link::before {
    left: 8px;
  }
}
.cid-v5YczaW4JX .nav-link:hover {
  opacity: 1;
}
.cid-v5YczaW4JX .nav-link:hover::before {
  opacity: 1;
}
.cid-v5YczaW4JX .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5YczaW4JX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5YczaW4JX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-v5YczaW4JX .navbar-caption:hover,
.cid-v5YczaW4JX .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-v5YczaW4JX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5YczaW4JX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5YczaW4JX .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(39, 43, 46, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #272b2e;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-v5YczaW4JX .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-v5YczaW4JX .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-v5YczaW4JX .menu-container {
    margin: 16px;
  }
}
.cid-v5YczaW4JX .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-v5YczaW4JX .iconfont-wrapper:hover,
.cid-v5YczaW4JX .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-v5YczaW4JX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #272b2e;
  background: rgba(39, 43, 46, 0.4) !important;
}
.cid-v5YczaW4JX .nav-item:focus,
.cid-v5YczaW4JX .nav-link:focus {
  outline: none;
}
.cid-v5YczaW4JX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5YczaW4JX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5YczaW4JX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5YczaW4JX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5YczaW4JX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5YczaW4JX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5YczaW4JX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5YczaW4JX .navbar.opened {
  transition: all 0.3s;
}
.cid-v5YczaW4JX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5YczaW4JX .navbar .navbar-logo img {
  width: auto;
}
.cid-v5YczaW4JX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v5YczaW4JX .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v5YczaW4JX .navbar.collapsed {
  justify-content: center;
}
.cid-v5YczaW4JX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5YczaW4JX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5YczaW4JX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v5YczaW4JX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5YczaW4JX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5YczaW4JX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5YczaW4JX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5YczaW4JX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5YczaW4JX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5YczaW4JX .navbar {
    min-height: 72px;
  }
  .cid-v5YczaW4JX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5YczaW4JX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5YczaW4JX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5YczaW4JX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5YczaW4JX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5YczaW4JX .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-v5YczaW4JX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5YczaW4JX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5YczaW4JX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5YczaW4JX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5YczaW4JX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5YczaW4JX .dropdown-item.active,
.cid-v5YczaW4JX .dropdown-item:active {
  background-color: transparent;
}
.cid-v5YczaW4JX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5YczaW4JX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5YczaW4JX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5YczaW4JX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272b2e;
}
.cid-v5YczaW4JX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5YczaW4JX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5YczaW4JX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5YczaW4JX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5YczaW4JX .navbar-buttons {
    text-align: left;
  }
}
.cid-v5YczaW4JX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5YczaW4JX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-v5YczaW4JX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5YczaW4JX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5YczaW4JX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5YczaW4JX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5YczaW4JX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5YczaW4JX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5YczaW4JX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5YczaW4JX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5YczaW4JX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5YczaW4JX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5YczaW4JX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5YczaW4JX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5YczaW4JX .navbar {
    height: 70px;
  }
  .cid-v5YczaW4JX .navbar.opened {
    height: auto;
  }
  .cid-v5YczaW4JX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5YczaW4JX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5YczaW4JX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5YczaW4JX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5YczaW4JX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5YczaW4JX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5YczaW4JX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-v5YczaW4JX .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v5YczaW4JX .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v5YczaW4JX .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-v5YczaW4JX .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-v5YczaW4JX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5YczaW4JX .navbar-brand {
    margin-right: auto;
  }
  .cid-v5YczaW4JX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #272b2e;
    opacity: 1;
    border-color: rgba(39, 43, 46, 0.4) !important;
    background: rgba(39, 43, 46, 0.4) !important;
  }
  .cid-v5YczaW4JX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5YczaW4JX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5YczaW4JX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5YczaW4JX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5YczaW4JX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5YczaW4JX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5YczaW4JX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5YczaW4JX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5YczaW4JX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5YczaW4JX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5YczaW4JX .navbar-brand,
.cid-v5YczaW4JX .navbar-toggler,
.cid-v5YczaW4JX .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-v7cTBA8Rd6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a3a3d;
}
.cid-v7cTBA8Rd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7cTBA8Rd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7cTBA8Rd6 .container {
    padding: 0 20px;
  }
}
.cid-v7cTBA8Rd6 .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v7cTBA8Rd6 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v7cTBA8Rd6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7cTBA8Rd6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7cTBA8Rd6 .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-v7cTBA8Rd6 .image-wrapper {
  position: relative;
}
.cid-v7cTBA8Rd6 .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #6567ee 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-v7cTBA8Rd6 .image-wrapper img {
  position: flex;
  z-index: 1;
  height: 325px;
  width: 325px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: auto;
}
.cid-v7cTBA8Rd6 .mbr-section-title {
  color: #ffffff;
}
.cid-v7cTBA8Rd6 .mbr-text {
  color: #ffffff;
}
.cid-v7cTBA8Rd6 .mbr-number {
  color: #f5fd7b;
}
.cid-v7cTBA8Rd6 .mbr-desc {
  color: #ffffff;
}
.cid-v7cTBA8Rd6 .mbr-link {
  color: #ffffff;
}
.cid-v7cTBA8Rd6 .mbr-section-title,
.cid-v7cTBA8Rd6 .mbr-section-btn {
  color: #f2f2f2;
}
.cid-v71o5c9wlS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #403c3c;
}
.cid-v71o5c9wlS .content-wrapper {
  justify-content: center;
}
.cid-v71o5c9wlS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-v71o5c9wlS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v71o5c9wlS .embla__slide .slide-content {
  width: 100%;
}
.cid-v71o5c9wlS .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-v71o5c9wlS .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-v71o5c9wlS .embla__slide .slide-content .item-wrapper {
  background-color: #272b2e;
  padding: 16px;
}
.cid-v71o5c9wlS .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #15171a;
  border: 1px solid #b9b9b9;
  overflow: hidden;
}
.cid-v71o5c9wlS .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-v71o5c9wlS .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-v71o5c9wlS .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.cid-v71o5c9wlS .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-v71o5c9wlS .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-v71o5c9wlS .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-v71o5c9wlS .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-v71o5c9wlS .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #9b72e4;
}
.cid-v71o5c9wlS .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-v71o5c9wlS .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v71o5c9wlS .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-v71o5c9wlS .embla__button--next,
.cid-v71o5c9wlS .embla__button--prev {
  display: flex;
}
.cid-v71o5c9wlS .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #f96e47, #fcbcaa) !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;
}
.cid-v71o5c9wlS .embla__button:hover {
  opacity: .9 !important;
}
.cid-v71o5c9wlS .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-v71o5c9wlS .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-v71o5c9wlS .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-v71o5c9wlS .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-v71o5c9wlS .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #15171a;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-v71o5c9wlS .embla {
    padding: 20px 16px;
  }
}
.cid-v71o5c9wlS .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v71o5c9wlS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v71o5c9wlS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v71o5c9wlS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v71o5c9wlS .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v71o5c9wlS .item-title {
  color: #272b2e;
}
.cid-v71o5c9wlS .item-desc {
  color: #ffffff;
}
.cid-v71o5c9wlS .item-tag {
  color: #ffffff;
}
.cid-v71o5c9wlS .item-title,
.cid-v71o5c9wlS .icon-wrapper {
  color: #f9f8f8;
}
.cid-v5YczhNiJY {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #15171a;
}
.cid-v5YczhNiJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5YczhNiJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5YczhNiJY .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v5YczhNiJY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5YczhNiJY .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5YczhNiJY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5YczhNiJY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5YczhNiJY .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v5YczhNiJY .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5YczhNiJY .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v5YczhNiJY .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5YczhNiJY .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v5YczhNiJY .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v5YczhNiJY .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v5YczhNiJY .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v5YczhNiJY .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v5YczhNiJY .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v5YczhNiJY .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5YczhNiJY .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v5YczhNiJY .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5YczhNiJY .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5YczhNiJY .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v5YczhNiJY .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5YczhNiJY .list-wrapper .list .item-wrap:hover,
.cid-v5YczhNiJY .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v5YczhNiJY .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v5YczhNiJY .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v5YczhNiJY .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v5YczhNiJY .mbr-section-title {
  color: #ffffff;
}
.cid-v5YczhNiJY .mbr-text {
  color: #ffffff;
}
.cid-v5YczhNiJY .mbr-desc {
  color: #ffffff;
}
.cid-v5YczhNiJY .list {
  color: #ffffff;
}
.cid-v76lPJyJKJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v76lPJyJKJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v76lPJyJKJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v76lPJyJKJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v76lPJyJKJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-v76lPJyJKJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v76lPJyJKJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v76lPJyJKJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v76lPJyJKJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v76lPJyJKJ .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-v76lPJyJKJ .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-v76lPJyJKJ .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v76lPJyJKJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-v76lPJyJKJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v76lPJyJKJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v76lPJyJKJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v76lPJyJKJ .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-v76lPJyJKJ .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-v76lPJyJKJ .nav-link::before {
    left: 8px;
  }
}
.cid-v76lPJyJKJ .nav-link:hover {
  opacity: 1;
}
.cid-v76lPJyJKJ .nav-link:hover::before {
  opacity: 1;
}
.cid-v76lPJyJKJ .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v76lPJyJKJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v76lPJyJKJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-v76lPJyJKJ .navbar-caption:hover,
.cid-v76lPJyJKJ .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-v76lPJyJKJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v76lPJyJKJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v76lPJyJKJ .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(39, 43, 46, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #272b2e;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-v76lPJyJKJ .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-v76lPJyJKJ .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-v76lPJyJKJ .menu-container {
    margin: 16px;
  }
}
.cid-v76lPJyJKJ .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-v76lPJyJKJ .iconfont-wrapper:hover,
.cid-v76lPJyJKJ .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-v76lPJyJKJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #272b2e;
  background: rgba(39, 43, 46, 0.4) !important;
}
.cid-v76lPJyJKJ .nav-item:focus,
.cid-v76lPJyJKJ .nav-link:focus {
  outline: none;
}
.cid-v76lPJyJKJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v76lPJyJKJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v76lPJyJKJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v76lPJyJKJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v76lPJyJKJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v76lPJyJKJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v76lPJyJKJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v76lPJyJKJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v76lPJyJKJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v76lPJyJKJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v76lPJyJKJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v76lPJyJKJ .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v76lPJyJKJ .navbar.collapsed {
  justify-content: center;
}
.cid-v76lPJyJKJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v76lPJyJKJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v76lPJyJKJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v76lPJyJKJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v76lPJyJKJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v76lPJyJKJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v76lPJyJKJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v76lPJyJKJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v76lPJyJKJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v76lPJyJKJ .navbar {
    min-height: 72px;
  }
  .cid-v76lPJyJKJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v76lPJyJKJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v76lPJyJKJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v76lPJyJKJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v76lPJyJKJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v76lPJyJKJ .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-v76lPJyJKJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v76lPJyJKJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v76lPJyJKJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v76lPJyJKJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v76lPJyJKJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v76lPJyJKJ .dropdown-item.active,
.cid-v76lPJyJKJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v76lPJyJKJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v76lPJyJKJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v76lPJyJKJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v76lPJyJKJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272b2e;
}
.cid-v76lPJyJKJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v76lPJyJKJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v76lPJyJKJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v76lPJyJKJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v76lPJyJKJ .navbar-buttons {
    text-align: left;
  }
}
.cid-v76lPJyJKJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v76lPJyJKJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-v76lPJyJKJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v76lPJyJKJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v76lPJyJKJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v76lPJyJKJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v76lPJyJKJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v76lPJyJKJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v76lPJyJKJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v76lPJyJKJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v76lPJyJKJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v76lPJyJKJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v76lPJyJKJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v76lPJyJKJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v76lPJyJKJ .navbar {
    height: 70px;
  }
  .cid-v76lPJyJKJ .navbar.opened {
    height: auto;
  }
  .cid-v76lPJyJKJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v76lPJyJKJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v76lPJyJKJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v76lPJyJKJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v76lPJyJKJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v76lPJyJKJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v76lPJyJKJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-v76lPJyJKJ .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v76lPJyJKJ .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v76lPJyJKJ .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-v76lPJyJKJ .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-v76lPJyJKJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v76lPJyJKJ .navbar-brand {
    margin-right: auto;
  }
  .cid-v76lPJyJKJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #272b2e;
    opacity: 1;
    border-color: rgba(39, 43, 46, 0.4) !important;
    background: rgba(39, 43, 46, 0.4) !important;
  }
  .cid-v76lPJyJKJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v76lPJyJKJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v76lPJyJKJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v76lPJyJKJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v76lPJyJKJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v76lPJyJKJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v76lPJyJKJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v76lPJyJKJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v76lPJyJKJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v76lPJyJKJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v76lPJyJKJ .navbar-brand,
.cid-v76lPJyJKJ .navbar-toggler,
.cid-v76lPJyJKJ .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-v7d1kayJ7t {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3a3a3d;
}
.cid-v7d1kayJ7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7d1kayJ7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7d1kayJ7t .container {
    padding: 0 20px;
  }
}
.cid-v7d1kayJ7t .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v7d1kayJ7t .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v7d1kayJ7t .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7d1kayJ7t .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7d1kayJ7t .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-v7d1kayJ7t .image-wrapper {
  position: relative;
}
.cid-v7d1kayJ7t .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #6567ee 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-v7d1kayJ7t .image-wrapper img {
  position: flex;
  z-index: 1;
  height: 325px;
  width: 325px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: auto;
}
.cid-v7d1kayJ7t .mbr-section-title {
  color: #ffffff;
}
.cid-v7d1kayJ7t .mbr-text {
  color: #ffffff;
}
.cid-v7d1kayJ7t .mbr-number {
  color: #f5fd7b;
}
.cid-v7d1kayJ7t .mbr-desc {
  color: #ffffff;
}
.cid-v7d1kayJ7t .mbr-link {
  color: #ffffff;
}
.cid-v7d1kayJ7t .mbr-section-title,
.cid-v7d1kayJ7t .mbr-section-btn {
  color: #f2f2f2;
}
.cid-v76lPKJhI2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #403c3c;
}
.cid-v76lPKJhI2 .content-wrapper {
  justify-content: center;
}
.cid-v76lPKJhI2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 334px;
  max-width: 334px;
}
@media (max-width: 767px) {
  .cid-v76lPKJhI2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v76lPKJhI2 .embla__slide .slide-content {
  width: 100%;
}
.cid-v76lPKJhI2 .embla__slide .slide-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-v76lPKJhI2 .embla__slide .slide-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-v76lPKJhI2 .embla__slide .slide-content .item-wrapper {
  background-color: #272b2e;
  padding: 16px;
}
.cid-v76lPKJhI2 .embla__slide .slide-content .item-wrapper .item-wrap {
  background-color: #15171a;
  border: 1px solid #b9b9b9;
  overflow: hidden;
}
.cid-v76lPKJhI2 .embla__slide .slide-content .item-wrapper .item-wrap .item-img img {
  height: 150px;
  object-fit: cover;
  border-radius: 0 !important;
  width: 100%;
}
.cid-v76lPKJhI2 .embla__slide .slide-content .item-wrapper .item-wrap .item-content {
  position: relative;
  z-index: 1;
  padding: 16px;
}
.cid-v76lPKJhI2 .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.cid-v76lPKJhI2 .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .item-desc {
  margin-bottom: 0;
  margin-right: 8px;
}
.cid-v76lPKJhI2 .embla__slide .slide-content .item-wrapper .item-wrap .item-content .desc-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #b9b9b9;
}
.cid-v76lPKJhI2 .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cid-v76lPKJhI2 .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  background-color: #a672ff;
  margin: 0 8px 8px 0;
}
.cid-v76lPKJhI2 .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(2n) {
  background-color: #9b72e4;
}
.cid-v76lPKJhI2 .embla__slide .slide-content .item-wrapper .item-wrap .item-content .tags-wrapper .item-tag:nth-child(3n) {
  background-color: #f96e47;
}
.cid-v76lPKJhI2 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v76lPKJhI2 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-v76lPKJhI2 .embla__button--next,
.cid-v76lPKJhI2 .embla__button--prev {
  display: flex;
}
.cid-v76lPKJhI2 .embla__button {
  bottom: -4rem;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #f96e47, #fcbcaa) !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;
}
.cid-v76lPKJhI2 .embla__button:hover {
  opacity: .9 !important;
}
.cid-v76lPKJhI2 .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-v76lPKJhI2 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-v76lPKJhI2 .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-v76lPKJhI2 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-v76lPKJhI2 .embla {
  position: relative;
  width: 100%;
  padding: 24px;
  background-color: #15171a;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-v76lPKJhI2 .embla {
    padding: 20px 16px;
  }
}
.cid-v76lPKJhI2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v76lPKJhI2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v76lPKJhI2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v76lPKJhI2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v76lPKJhI2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v76lPKJhI2 .item-title {
  color: #272b2e;
}
.cid-v76lPKJhI2 .item-desc {
  color: #ffffff;
}
.cid-v76lPKJhI2 .item-tag {
  color: #ffffff;
}
.cid-v76lPKJhI2 .item-title,
.cid-v76lPKJhI2 .icon-wrapper {
  color: #f9f8f8;
}
.cid-v76lPLe1uF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #15171a;
}
.cid-v76lPLe1uF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v76lPLe1uF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v76lPLe1uF .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v76lPLe1uF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v76lPLe1uF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v76lPLe1uF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v76lPLe1uF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v76lPLe1uF .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v76lPLe1uF .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v76lPLe1uF .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v76lPLe1uF .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v76lPLe1uF .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v76lPLe1uF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v76lPLe1uF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v76lPLe1uF .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v76lPLe1uF .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v76lPLe1uF .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v76lPLe1uF .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v76lPLe1uF .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v76lPLe1uF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v76lPLe1uF .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v76lPLe1uF .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v76lPLe1uF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v76lPLe1uF .list-wrapper .list .item-wrap:hover,
.cid-v76lPLe1uF .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v76lPLe1uF .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v76lPLe1uF .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v76lPLe1uF .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v76lPLe1uF .mbr-section-title {
  color: #ffffff;
}
.cid-v76lPLe1uF .mbr-text {
  color: #ffffff;
}
.cid-v76lPLe1uF .mbr-desc {
  color: #ffffff;
}
.cid-v76lPLe1uF .list {
  color: #ffffff;
}
.cid-v76M3dB6Am {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v76M3dB6Am .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v76M3dB6Am .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v76M3dB6Am .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v76M3dB6Am .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-v76M3dB6Am .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v76M3dB6Am .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v76M3dB6Am .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v76M3dB6Am .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v76M3dB6Am .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-v76M3dB6Am .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-v76M3dB6Am .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v76M3dB6Am .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-v76M3dB6Am .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v76M3dB6Am .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v76M3dB6Am .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v76M3dB6Am .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-v76M3dB6Am .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-v76M3dB6Am .nav-link::before {
    left: 8px;
  }
}
.cid-v76M3dB6Am .nav-link:hover {
  opacity: 1;
}
.cid-v76M3dB6Am .nav-link:hover::before {
  opacity: 1;
}
.cid-v76M3dB6Am .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v76M3dB6Am .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v76M3dB6Am .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-v76M3dB6Am .navbar-caption:hover,
.cid-v76M3dB6Am .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-v76M3dB6Am .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v76M3dB6Am .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v76M3dB6Am .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(39, 43, 46, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #272b2e;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-v76M3dB6Am .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-v76M3dB6Am .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-v76M3dB6Am .menu-container {
    margin: 16px;
  }
}
.cid-v76M3dB6Am .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-v76M3dB6Am .iconfont-wrapper:hover,
.cid-v76M3dB6Am .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-v76M3dB6Am .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #272b2e;
  background: rgba(39, 43, 46, 0.4) !important;
}
.cid-v76M3dB6Am .nav-item:focus,
.cid-v76M3dB6Am .nav-link:focus {
  outline: none;
}
.cid-v76M3dB6Am .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v76M3dB6Am .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v76M3dB6Am .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v76M3dB6Am .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v76M3dB6Am .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v76M3dB6Am .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v76M3dB6Am .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v76M3dB6Am .navbar.opened {
  transition: all 0.3s;
}
.cid-v76M3dB6Am .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v76M3dB6Am .navbar .navbar-logo img {
  width: auto;
}
.cid-v76M3dB6Am .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v76M3dB6Am .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v76M3dB6Am .navbar.collapsed {
  justify-content: center;
}
.cid-v76M3dB6Am .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v76M3dB6Am .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v76M3dB6Am .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v76M3dB6Am .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v76M3dB6Am .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v76M3dB6Am .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v76M3dB6Am .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v76M3dB6Am .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v76M3dB6Am .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v76M3dB6Am .navbar {
    min-height: 72px;
  }
  .cid-v76M3dB6Am .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v76M3dB6Am .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v76M3dB6Am .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v76M3dB6Am .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v76M3dB6Am .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v76M3dB6Am .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-v76M3dB6Am .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v76M3dB6Am .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v76M3dB6Am .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v76M3dB6Am .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v76M3dB6Am .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v76M3dB6Am .dropdown-item.active,
.cid-v76M3dB6Am .dropdown-item:active {
  background-color: transparent;
}
.cid-v76M3dB6Am .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v76M3dB6Am .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v76M3dB6Am .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v76M3dB6Am .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272b2e;
}
.cid-v76M3dB6Am .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v76M3dB6Am .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v76M3dB6Am ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v76M3dB6Am .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v76M3dB6Am .navbar-buttons {
    text-align: left;
  }
}
.cid-v76M3dB6Am button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v76M3dB6Am button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-v76M3dB6Am button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v76M3dB6Am button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v76M3dB6Am button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v76M3dB6Am button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v76M3dB6Am nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v76M3dB6Am nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v76M3dB6Am nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v76M3dB6Am nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v76M3dB6Am .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v76M3dB6Am a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v76M3dB6Am .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v76M3dB6Am .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v76M3dB6Am .navbar {
    height: 70px;
  }
  .cid-v76M3dB6Am .navbar.opened {
    height: auto;
  }
  .cid-v76M3dB6Am .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v76M3dB6Am .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v76M3dB6Am .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v76M3dB6Am .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v76M3dB6Am .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v76M3dB6Am .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v76M3dB6Am .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-v76M3dB6Am .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v76M3dB6Am .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v76M3dB6Am .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-v76M3dB6Am .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-v76M3dB6Am .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v76M3dB6Am .navbar-brand {
    margin-right: auto;
  }
  .cid-v76M3dB6Am .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #272b2e;
    opacity: 1;
    border-color: rgba(39, 43, 46, 0.4) !important;
    background: rgba(39, 43, 46, 0.4) !important;
  }
  .cid-v76M3dB6Am .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v76M3dB6Am .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v76M3dB6Am .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v76M3dB6Am .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v76M3dB6Am .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v76M3dB6Am .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v76M3dB6Am .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v76M3dB6Am .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v76M3dB6Am .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v76M3dB6Am .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v76M3dB6Am .navbar-brand,
.cid-v76M3dB6Am .navbar-toggler,
.cid-v76M3dB6Am .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-v76Shn0SPH {
  background-color: #15171a;
}
.cid-v76Shn0SPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v76Shn0SPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v76Shn0SPH .content-wrap {
  justify-content: flex-end;
}
.cid-v76Shn0SPH .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v76Shn0SPH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v76Shn0SPH .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v76Shn0SPH .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-v76Shn0SPH .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v76Shn0SPH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v76Shn0SPH .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-v76Shn0SPH .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v76Shn0SPH .image-wrapper {
    padding: 0;
  }
}
.cid-v76Shn0SPH .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v76Shn0SPH .image-wrapper img {
    height: 350px;
  }
}
.cid-v76Shn0SPH .mbr-section-title {
  color: #ffffff;
}
.cid-v76Shn0SPH .mbr-text,
.cid-v76Shn0SPH .text-wrapper {
  color: #ffffff;
}
.cid-v76M3fer4E {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #15171a;
}
.cid-v76M3fer4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v76M3fer4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v76M3fer4E .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v76M3fer4E .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v76M3fer4E .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v76M3fer4E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v76M3fer4E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v76M3fer4E .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v76M3fer4E .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v76M3fer4E .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v76M3fer4E .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v76M3fer4E .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v76M3fer4E .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v76M3fer4E .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v76M3fer4E .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v76M3fer4E .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v76M3fer4E .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v76M3fer4E .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v76M3fer4E .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v76M3fer4E .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v76M3fer4E .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v76M3fer4E .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v76M3fer4E .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v76M3fer4E .list-wrapper .list .item-wrap:hover,
.cid-v76M3fer4E .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v76M3fer4E .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v76M3fer4E .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v76M3fer4E .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v76M3fer4E .mbr-section-title {
  color: #ffffff;
}
.cid-v76M3fer4E .mbr-text {
  color: #ffffff;
}
.cid-v76M3fer4E .mbr-desc {
  color: #ffffff;
}
.cid-v76M3fer4E .list {
  color: #ffffff;
}
.cid-ugTZ7uVwc1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ugTZ7uVwc1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ugTZ7uVwc1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugTZ7uVwc1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-ugTZ7uVwc1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugTZ7uVwc1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugTZ7uVwc1 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ugTZ7uVwc1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ugTZ7uVwc1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-ugTZ7uVwc1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ugTZ7uVwc1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ugTZ7uVwc1 .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-ugTZ7uVwc1 .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .nav-link::before {
    left: 8px;
  }
}
.cid-ugTZ7uVwc1 .nav-link:hover {
  opacity: 1;
}
.cid-ugTZ7uVwc1 .nav-link:hover::before {
  opacity: 1;
}
.cid-ugTZ7uVwc1 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ugTZ7uVwc1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-ugTZ7uVwc1 .navbar-caption:hover,
.cid-ugTZ7uVwc1 .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ugTZ7uVwc1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ugTZ7uVwc1 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(39, 43, 46, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #272b2e;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-ugTZ7uVwc1 .menu-container {
    margin: 16px;
  }
}
.cid-ugTZ7uVwc1 .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-ugTZ7uVwc1 .iconfont-wrapper:hover,
.cid-ugTZ7uVwc1 .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-ugTZ7uVwc1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #272b2e;
  background: rgba(39, 43, 46, 0.4) !important;
}
.cid-ugTZ7uVwc1 .nav-item:focus,
.cid-ugTZ7uVwc1 .nav-link:focus {
  outline: none;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugTZ7uVwc1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugTZ7uVwc1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugTZ7uVwc1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugTZ7uVwc1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ugTZ7uVwc1 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugTZ7uVwc1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugTZ7uVwc1 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugTZ7uVwc1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ugTZ7uVwc1 .navbar.collapsed {
  justify-content: center;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugTZ7uVwc1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugTZ7uVwc1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugTZ7uVwc1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ugTZ7uVwc1 .navbar {
    min-height: 72px;
  }
  .cid-ugTZ7uVwc1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ugTZ7uVwc1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugTZ7uVwc1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugTZ7uVwc1 .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-ugTZ7uVwc1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugTZ7uVwc1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ugTZ7uVwc1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugTZ7uVwc1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugTZ7uVwc1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ugTZ7uVwc1 .dropdown-item.active,
.cid-ugTZ7uVwc1 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugTZ7uVwc1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugTZ7uVwc1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugTZ7uVwc1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugTZ7uVwc1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272b2e;
}
.cid-ugTZ7uVwc1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ugTZ7uVwc1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ugTZ7uVwc1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugTZ7uVwc1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .navbar-buttons {
    text-align: left;
  }
}
.cid-ugTZ7uVwc1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugTZ7uVwc1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugTZ7uVwc1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugTZ7uVwc1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ugTZ7uVwc1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugTZ7uVwc1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugTZ7uVwc1 .navbar {
    height: 70px;
  }
  .cid-ugTZ7uVwc1 .navbar.opened {
    height: auto;
  }
  .cid-ugTZ7uVwc1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ugTZ7uVwc1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-ugTZ7uVwc1 .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-ugTZ7uVwc1 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-ugTZ7uVwc1 .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-ugTZ7uVwc1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ugTZ7uVwc1 .navbar-brand {
    margin-right: auto;
  }
  .cid-ugTZ7uVwc1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #272b2e;
    opacity: 1;
    border-color: rgba(39, 43, 46, 0.4) !important;
    background: rgba(39, 43, 46, 0.4) !important;
  }
  .cid-ugTZ7uVwc1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ugTZ7uVwc1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ugTZ7uVwc1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ugTZ7uVwc1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ugTZ7uVwc1 .navbar-brand,
.cid-ugTZ7uVwc1 .navbar-toggler,
.cid-ugTZ7uVwc1 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-v7ufKOvEkc {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v7ufKOvEkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ufKOvEkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ufKOvEkc .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #ff398a 30%, #a78aff 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v7ufKOvEkc .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-v7ufKOvEkc .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7ufKOvEkc .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ff398a, #a78aff, transparent);
  height: 1px;
  width: 100%;
}
.cid-v7ufKOvEkc .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-v7ufKOvEkc .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v7ufKOvEkc .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-v7ufKOvEkc .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7ufKOvEkc .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #1e2124;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-v7ufKOvEkc .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-v7ufKOvEkc .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v7ufKOvEkc .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ffffff 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7ufKOvEkc .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-v7ufKOvEkc .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-v7ufKOvEkc .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v7ufKOvEkc .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #3c507b !important;
  background-color: #d24a83;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v7ufKOvEkc .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v7ufKOvEkc .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-v7ufKOvEkc .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v7ufKOvEkc .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v7ufKOvEkc .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v7ufKOvEkc .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v7ufKOvEkc .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-v7ufKOvEkc .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-v7ufKOvEkc .mbr-section-btn {
  text-align: right;
}
.cid-v7ufKOvEkc .mbr-title {
  color: #ffffff;
}
.cid-v7ufKOvEkc .mbr-text {
  color: #ffffff;
}
.cid-v7ufKOvEkc label {
  color: #ffffff;
}
.cid-v7ufKOvEkc .form-title {
  color: #a8e9e9;
}
.cid-ugTZiJPdJ5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #15171a;
}
.cid-ugTZiJPdJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTZiJPdJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugTZiJPdJ5 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZiJPdJ5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTZiJPdJ5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugTZiJPdJ5 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZiJPdJ5 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-ugTZiJPdJ5 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-ugTZiJPdJ5 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugTZiJPdJ5 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-ugTZiJPdJ5 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap:hover,
.cid-ugTZiJPdJ5 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-ugTZiJPdJ5 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-ugTZiJPdJ5 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-ugTZiJPdJ5 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ugTZiJPdJ5 .mbr-section-title {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 .mbr-text {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 .mbr-desc {
  color: #ffffff;
}
.cid-ugTZiJPdJ5 .list {
  color: #ffffff;
}
.cid-v8rKi8aCrF {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v8rKi8aCrF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v8rKi8aCrF .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v8rKi8aCrF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8rKi8aCrF .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-v8rKi8aCrF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8rKi8aCrF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8rKi8aCrF .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v8rKi8aCrF .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v8rKi8aCrF .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-v8rKi8aCrF .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-v8rKi8aCrF .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v8rKi8aCrF .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-v8rKi8aCrF .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v8rKi8aCrF .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v8rKi8aCrF .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v8rKi8aCrF .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-v8rKi8aCrF .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-v8rKi8aCrF .nav-link::before {
    left: 8px;
  }
}
.cid-v8rKi8aCrF .nav-link:hover {
  opacity: 1;
}
.cid-v8rKi8aCrF .nav-link:hover::before {
  opacity: 1;
}
.cid-v8rKi8aCrF .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v8rKi8aCrF .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v8rKi8aCrF .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-v8rKi8aCrF .navbar-caption:hover,
.cid-v8rKi8aCrF .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-v8rKi8aCrF .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v8rKi8aCrF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v8rKi8aCrF .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(39, 43, 46, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #272b2e;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-v8rKi8aCrF .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-v8rKi8aCrF .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-v8rKi8aCrF .menu-container {
    margin: 16px;
  }
}
.cid-v8rKi8aCrF .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-v8rKi8aCrF .iconfont-wrapper:hover,
.cid-v8rKi8aCrF .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-v8rKi8aCrF .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #272b2e;
  background: rgba(39, 43, 46, 0.4) !important;
}
.cid-v8rKi8aCrF .nav-item:focus,
.cid-v8rKi8aCrF .nav-link:focus {
  outline: none;
}
.cid-v8rKi8aCrF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8rKi8aCrF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8rKi8aCrF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8rKi8aCrF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8rKi8aCrF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8rKi8aCrF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8rKi8aCrF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v8rKi8aCrF .navbar.opened {
  transition: all 0.3s;
}
.cid-v8rKi8aCrF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8rKi8aCrF .navbar .navbar-logo img {
  width: auto;
}
.cid-v8rKi8aCrF .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v8rKi8aCrF .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v8rKi8aCrF .navbar.collapsed {
  justify-content: center;
}
.cid-v8rKi8aCrF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8rKi8aCrF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8rKi8aCrF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v8rKi8aCrF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8rKi8aCrF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8rKi8aCrF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8rKi8aCrF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8rKi8aCrF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8rKi8aCrF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v8rKi8aCrF .navbar {
    min-height: 72px;
  }
  .cid-v8rKi8aCrF .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v8rKi8aCrF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8rKi8aCrF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8rKi8aCrF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8rKi8aCrF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8rKi8aCrF .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-v8rKi8aCrF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8rKi8aCrF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v8rKi8aCrF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8rKi8aCrF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8rKi8aCrF .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v8rKi8aCrF .dropdown-item.active,
.cid-v8rKi8aCrF .dropdown-item:active {
  background-color: transparent;
}
.cid-v8rKi8aCrF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8rKi8aCrF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8rKi8aCrF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8rKi8aCrF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272b2e;
}
.cid-v8rKi8aCrF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v8rKi8aCrF .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v8rKi8aCrF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8rKi8aCrF .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v8rKi8aCrF .navbar-buttons {
    text-align: left;
  }
}
.cid-v8rKi8aCrF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8rKi8aCrF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-v8rKi8aCrF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8rKi8aCrF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8rKi8aCrF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8rKi8aCrF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8rKi8aCrF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8rKi8aCrF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8rKi8aCrF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8rKi8aCrF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8rKi8aCrF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8rKi8aCrF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8rKi8aCrF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8rKi8aCrF .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8rKi8aCrF .navbar {
    height: 70px;
  }
  .cid-v8rKi8aCrF .navbar.opened {
    height: auto;
  }
  .cid-v8rKi8aCrF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8rKi8aCrF .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v8rKi8aCrF .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v8rKi8aCrF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v8rKi8aCrF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v8rKi8aCrF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v8rKi8aCrF .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-v8rKi8aCrF .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v8rKi8aCrF .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v8rKi8aCrF .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-v8rKi8aCrF .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-v8rKi8aCrF .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v8rKi8aCrF .navbar-brand {
    margin-right: auto;
  }
  .cid-v8rKi8aCrF .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #272b2e;
    opacity: 1;
    border-color: rgba(39, 43, 46, 0.4) !important;
    background: rgba(39, 43, 46, 0.4) !important;
  }
  .cid-v8rKi8aCrF .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v8rKi8aCrF .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v8rKi8aCrF .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v8rKi8aCrF .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v8rKi8aCrF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v8rKi8aCrF .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v8rKi8aCrF .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v8rKi8aCrF .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v8rKi8aCrF .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v8rKi8aCrF .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v8rKi8aCrF .navbar-brand,
.cid-v8rKi8aCrF .navbar-toggler,
.cid-v8rKi8aCrF .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-v8rKi96hfG {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8rKi96hfG .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 991px) {
  .cid-v8rKi96hfG .item {
    margin-bottom: 4rem;
  }
}
.cid-v8rKi96hfG .item:last-child .icon-box:before {
  display: none;
}
.cid-v8rKi96hfG .item.last .icon-box:before {
  display: none;
}
.cid-v8rKi96hfG .step-number {
  padding-top: 6px;
}
.cid-v8rKi96hfG .icon-box {
  background: #c37a7a;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v8rKi96hfG .icon-box {
    margin-right: 1rem;
  }
}
.cid-v8rKi96hfG .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 23px;
  left: 50%;
  top: 120%;
  top: 100%;
  color: #c37a7a;
  transform: translate(-50%, 0);
}
.cid-v8rKi96hfG span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8rKi96hfG .card {
    margin-bottom: 2rem;
  }
  .cid-v8rKi96hfG .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v8rKi96hfG .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-v8rKi96hfG .icon-box::before {
    top: 114%;
  }
}
.cid-v8rKi96hfG .card-title,
.cid-v8rKi96hfG .card-box {
  color: #533f75;
}
.cid-v8rKi96hfG .icon-text {
  color: #bbbbbb;
}
.cid-v8xOe6chtz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8xOe6chtz .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 991px) {
  .cid-v8xOe6chtz .item {
    margin-bottom: 4rem;
  }
}
.cid-v8xOe6chtz .item:last-child .icon-box:before {
  display: none;
}
.cid-v8xOe6chtz .item.last .icon-box:before {
  display: none;
}
.cid-v8xOe6chtz .step-number {
  padding-top: 6px;
}
.cid-v8xOe6chtz .icon-box {
  background: #c37a7a;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v8xOe6chtz .icon-box {
    margin-right: 1rem;
  }
}
.cid-v8xOe6chtz .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 23px;
  left: 50%;
  top: 120%;
  top: 100%;
  color: #c37a7a;
  transform: translate(-50%, 0);
}
.cid-v8xOe6chtz span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8xOe6chtz .card {
    margin-bottom: 2rem;
  }
  .cid-v8xOe6chtz .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v8xOe6chtz .icon-box::before {
    top: 141%;
    top: 123%;
  }
}
@media (max-width: 768px) {
  .cid-v8xOe6chtz .icon-box::before {
    top: 114%;
  }
}
.cid-v8xOe6chtz .card-title,
.cid-v8xOe6chtz .card-box {
  color: #533f75;
}
.cid-v8xOe6chtz .icon-text {
  color: #bbbbbb;
}
.cid-v8rKiacMQ7 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #15171a;
}
.cid-v8rKiacMQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8rKiacMQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8rKiacMQ7 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v8rKiacMQ7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8rKiacMQ7 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v8rKiacMQ7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8rKiacMQ7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8rKiacMQ7 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v8rKiacMQ7 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8rKiacMQ7 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v8rKiacMQ7 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8rKiacMQ7 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v8rKiacMQ7 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8rKiacMQ7 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v8rKiacMQ7 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v8rKiacMQ7 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v8rKiacMQ7 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v8rKiacMQ7 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8rKiacMQ7 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v8rKiacMQ7 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8rKiacMQ7 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8rKiacMQ7 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v8rKiacMQ7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8rKiacMQ7 .list-wrapper .list .item-wrap:hover,
.cid-v8rKiacMQ7 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v8rKiacMQ7 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v8rKiacMQ7 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v8rKiacMQ7 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v8rKiacMQ7 .mbr-section-title {
  color: #ffffff;
}
.cid-v8rKiacMQ7 .mbr-text {
  color: #ffffff;
}
.cid-v8rKiacMQ7 .mbr-desc {
  color: #ffffff;
}
.cid-v8rKiacMQ7 .list {
  color: #ffffff;
}
.cid-v8Atd3Tf2k .navbar-dropdown {
  position: relative !important;
}
.cid-v8Atd3Tf2k .navbar-dropdown {
  position: absolute !important;
}
.cid-v8Atd3Tf2k .container-fluid {
  padding-left: 96px;
  padding-right: 96px;
}
@media (max-width: 1440px) {
  .cid-v8Atd3Tf2k .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-v8Atd3Tf2k .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-v8Atd3Tf2k .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-v8Atd3Tf2k .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v8Atd3Tf2k .dropdown-item {
  border: none !important;
  background: true !important;
  font-weight: 300;
}
.cid-v8Atd3Tf2k .dropdown-item:hover,
.cid-v8Atd3Tf2k .dropdown-item:focus {
  background: #474747 !important;
  color: #1f1f1f !important;
}
.cid-v8Atd3Tf2k .dropdown-item:hover span {
  color: white;
}
.cid-v8Atd3Tf2k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8Atd3Tf2k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8Atd3Tf2k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8Atd3Tf2k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8Atd3Tf2k .nav-link {
  position: relative;
}
.cid-v8Atd3Tf2k .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-v8Atd3Tf2k .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-v8Atd3Tf2k .container {
    max-width: 1100px;
  }
}
.cid-v8Atd3Tf2k .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8Atd3Tf2k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8Atd3Tf2k .dropdown-menu,
.cid-v8Atd3Tf2k .navbar.opened {
  background: #474747 !important;
}
.cid-v8Atd3Tf2k .nav-item:focus,
.cid-v8Atd3Tf2k .nav-link:focus {
  outline: none;
}
.cid-v8Atd3Tf2k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8Atd3Tf2k .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v8Atd3Tf2k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8Atd3Tf2k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8Atd3Tf2k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8Atd3Tf2k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8Atd3Tf2k .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(71, 71, 71, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(0px);
}
.cid-v8Atd3Tf2k .navbar.opened {
  transition: all 0.3s;
}
.cid-v8Atd3Tf2k .navbar .dropdown-item {
  padding: 8px 2rem 8px 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-v8Atd3Tf2k .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-v8Atd3Tf2k .navbar .navbar-logo img {
  width: auto;
}
.cid-v8Atd3Tf2k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8Atd3Tf2k .navbar.collapsed {
  justify-content: center;
}
.cid-v8Atd3Tf2k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8Atd3Tf2k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8Atd3Tf2k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-v8Atd3Tf2k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: -0.4rem;
}
.cid-v8Atd3Tf2k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8Atd3Tf2k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8Atd3Tf2k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8Atd3Tf2k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8Atd3Tf2k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8Atd3Tf2k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8Atd3Tf2k .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-v8Atd3Tf2k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    text-align: center;
  }
  .cid-v8Atd3Tf2k .navbar .dropdown-menu .dropdown-item:after {
    right: -0.4rem;
  }
  .cid-v8Atd3Tf2k .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-v8Atd3Tf2k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8Atd3Tf2k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8Atd3Tf2k .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    display: inline-block;
  }
  .cid-v8Atd3Tf2k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8Atd3Tf2k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8Atd3Tf2k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8Atd3Tf2k .navbar.navbar-short {
  min-height: 77px;
}
.cid-v8Atd3Tf2k .navbar.navbar-short .navbar-brand {
  min-height: 77px;
}
.cid-v8Atd3Tf2k .navbar-brand {
  min-height: 77px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v8Atd3Tf2k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v8Atd3Tf2k .navbar-brand .navbar-caption:hover,
.cid-v8Atd3Tf2k .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-v8Atd3Tf2k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8Atd3Tf2k .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8Atd3Tf2k .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #1f1f1f !important;
}
.cid-v8Atd3Tf2k .dropdown-item.active,
.cid-v8Atd3Tf2k .dropdown-item:active {
  background-color: transparent;
}
.cid-v8Atd3Tf2k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8Atd3Tf2k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8Atd3Tf2k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8Atd3Tf2k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #474747;
  top: 2.4rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-v8Atd3Tf2k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v8Atd3Tf2k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8Atd3Tf2k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8Atd3Tf2k ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v8Atd3Tf2k ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.cid-v8Atd3Tf2k .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v8Atd3Tf2k .navbar-buttons {
    text-align: left;
  }
}
.cid-v8Atd3Tf2k .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v8Atd3Tf2k .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8Atd3Tf2k button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 77px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #474747 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8Atd3Tf2k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-v8Atd3Tf2k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8Atd3Tf2k button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v8Atd3Tf2k button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-v8Atd3Tf2k button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-v8Atd3Tf2k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8Atd3Tf2k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8Atd3Tf2k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8Atd3Tf2k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8Atd3Tf2k .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v8Atd3Tf2k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Atd3Tf2k .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-v8Atd3Tf2k .navbar {
    height: 70px;
  }
  .cid-v8Atd3Tf2k .navbar.opened {
    height: auto;
  }
  .cid-v8Atd3Tf2k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8Atd3Tf2k .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-v8Atd3Tf2k .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8Atd3Tf2k .nav-item .nav-link {
  padding: 0 !important;
  margin: 8px 15px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v8Atd3Tf2k .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8Atd3Tf2k .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px !important;
  background-color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.cid-v8Atd3Tf2k .nav-item .nav-link:hover {
  background-color: transparent;
  color: #1f1f1f;
}
.cid-v8Atd3Tf2k .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v8Atd3Tf2k .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v8Atd3Tf2k .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8Atd3Tf2k .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8Atd3Tf2k .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v8Atd3Tf2k .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8Atd3Tf2k .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8Atd3Tf2k .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8Atd3Tf2k .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8Atd3Tf2k .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v8Atd3Tf2k .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v8Atd3Tf2k .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v8Atd3Tf2k .content-wrap {
  min-height: 77px;
}
.cid-v8Atd3Tf2k .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-v8Atd3Tf2k .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-v8AMdcxXRx {
  opacity: .8;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #282828;
}
.cid-v8AMdcxXRx .carousel {
  width: 100%;
}
.cid-v8AMdcxXRx .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-v8AMdcxXRx .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-v8AMdcxXRx .carousel-caption {
  bottom: 100px;
}
.cid-v8AMdcxXRx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v8AMdcxXRx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v8AMdcxXRx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v8AMdcxXRx .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v8AMdcxXRx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v8AMdcxXRx .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v8AMdcxXRx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v8AMdcxXRx .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v8AMdcxXRx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8AMdcxXRx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8AMdcxXRx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8AMdcxXRx .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  margin-bottom: 3rem !important;
  justify-content: flex-start;
  bottom: 0;
}
.cid-v8AMdcxXRx .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #b9b9b9;
}
.cid-v8AMdcxXRx .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #b9b9b9;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-v8AMdcxXRx .carousel-indicators li:hover {
  opacity: 1;
}
.cid-v8AMdcxXRx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8AMdcxXRx .carousel-indicators {
    display: none !important;
  }
}
.cid-v8AMdcxXRx ol {
  margin: 50px;
}
.cid-v8AMdcxXRx .middle {
  position: absolute;
  bottom: 400%;
  width: 100%;
  z-index: 10;
}
.cid-v8AMdcxXRx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8AMdcxXRx .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-v8AMdcxXRx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8AMdcxXRx .carousel-fade .active.carousel-item-left,
.cid-v8AMdcxXRx .carousel-fade .active.carousel-item-right {
  transition: opacity 30s 0s;
}
.cid-v8AMdcxXRx .carousel-fade .carousel-item-left.carousel-item-next,
.cid-v8AMdcxXRx .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 30s 0s;
}
.cid-v8Atd4SMbc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v8Atd4SMbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Atd4SMbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Atd5jwi0 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #15171a;
}
.cid-v8Atd5jwi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Atd5jwi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Atd5jwi0 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v8Atd5jwi0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8Atd5jwi0 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v8Atd5jwi0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v8Atd5jwi0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8Atd5jwi0 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v8Atd5jwi0 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8Atd5jwi0 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v8Atd5jwi0 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8Atd5jwi0 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v8Atd5jwi0 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8Atd5jwi0 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v8Atd5jwi0 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v8Atd5jwi0 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v8Atd5jwi0 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v8Atd5jwi0 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8Atd5jwi0 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v8Atd5jwi0 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v8Atd5jwi0 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8Atd5jwi0 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v8Atd5jwi0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8Atd5jwi0 .list-wrapper .list .item-wrap:hover,
.cid-v8Atd5jwi0 .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v8Atd5jwi0 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v8Atd5jwi0 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v8Atd5jwi0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v8Atd5jwi0 .mbr-section-title {
  color: #ffffff;
}
.cid-v8Atd5jwi0 .mbr-text {
  color: #ffffff;
}
.cid-v8Atd5jwi0 .mbr-desc {
  color: #ffffff;
}
.cid-v8Atd5jwi0 .list {
  color: #ffffff;
}
.cid-ugTWO6327L {
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-ugTWO6327L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugTWO6327L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugTWO6327L .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-ugTWO6327L .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-ugTWO6327L .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-ugTWO6327L .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-ugTWO6327L .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ugTWO6327L .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #edb257, #f2c785);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-ugTWO6327L .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ugTWO6327L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ugTWO6327L .btn-wrapper {
  margin-top: -15%;
}
.cid-ugTWO6327L .mbr-section-title {
  color: #272b2e;
}
.cid-ugTWO6327L .mbr-text,
.cid-ugTWO6327L .text-wrapper {
  color: #f2f2f2;
  text-align: center;
}
.cid-ugTWO6327L .mbr-section-title,
.cid-ugTWO6327L .mbr-section-btn,
.cid-ugTWO6327L .clients-wrapper {
  text-align: center;
  color: #f09a84;
}
.cid-v5YbIqGoIP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5YbIqGoIP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5YbIqGoIP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5YbIqGoIP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5YbIqGoIP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-v5YbIqGoIP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5YbIqGoIP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5YbIqGoIP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-v5YbIqGoIP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5YbIqGoIP .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-v5YbIqGoIP .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-v5YbIqGoIP .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-v5YbIqGoIP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-v5YbIqGoIP .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5YbIqGoIP .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5YbIqGoIP .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v5YbIqGoIP .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-v5YbIqGoIP .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #f96e47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-v5YbIqGoIP .nav-link::before {
    left: 8px;
  }
}
.cid-v5YbIqGoIP .nav-link:hover {
  opacity: 1;
}
.cid-v5YbIqGoIP .nav-link:hover::before {
  opacity: 1;
}
.cid-v5YbIqGoIP .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5YbIqGoIP .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5YbIqGoIP .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-v5YbIqGoIP .navbar-caption:hover,
.cid-v5YbIqGoIP .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-v5YbIqGoIP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5YbIqGoIP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5YbIqGoIP .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  background: rgba(39, 43, 46, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #272b2e;
  box-shadow: none;
  position: relative;
  border: 1px solid #15171a;
}
@media (max-width: 992px) {
  .cid-v5YbIqGoIP .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-v5YbIqGoIP .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-v5YbIqGoIP .menu-container {
    margin: 16px;
  }
}
.cid-v5YbIqGoIP .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-v5YbIqGoIP .iconfont-wrapper:hover,
.cid-v5YbIqGoIP .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-v5YbIqGoIP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #272b2e;
  background: rgba(39, 43, 46, 0.4) !important;
}
.cid-v5YbIqGoIP .nav-item:focus,
.cid-v5YbIqGoIP .nav-link:focus {
  outline: none;
}
.cid-v5YbIqGoIP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5YbIqGoIP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5YbIqGoIP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5YbIqGoIP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5YbIqGoIP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5YbIqGoIP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5YbIqGoIP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5YbIqGoIP .navbar.opened {
  transition: all 0.3s;
}
.cid-v5YbIqGoIP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5YbIqGoIP .navbar .navbar-logo img {
  width: auto;
}
.cid-v5YbIqGoIP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v5YbIqGoIP .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-v5YbIqGoIP .navbar.collapsed {
  justify-content: center;
}
.cid-v5YbIqGoIP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5YbIqGoIP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5YbIqGoIP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v5YbIqGoIP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5YbIqGoIP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5YbIqGoIP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5YbIqGoIP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5YbIqGoIP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5YbIqGoIP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5YbIqGoIP .navbar {
    min-height: 72px;
  }
  .cid-v5YbIqGoIP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5YbIqGoIP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5YbIqGoIP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5YbIqGoIP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5YbIqGoIP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5YbIqGoIP .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-v5YbIqGoIP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5YbIqGoIP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5YbIqGoIP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5YbIqGoIP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5YbIqGoIP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5YbIqGoIP .dropdown-item.active,
.cid-v5YbIqGoIP .dropdown-item:active {
  background-color: transparent;
}
.cid-v5YbIqGoIP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5YbIqGoIP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5YbIqGoIP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5YbIqGoIP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #272b2e;
}
.cid-v5YbIqGoIP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5YbIqGoIP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5YbIqGoIP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5YbIqGoIP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5YbIqGoIP .navbar-buttons {
    text-align: left;
  }
}
.cid-v5YbIqGoIP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5YbIqGoIP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f96e47;
}
.cid-v5YbIqGoIP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5YbIqGoIP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5YbIqGoIP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5YbIqGoIP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5YbIqGoIP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5YbIqGoIP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5YbIqGoIP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5YbIqGoIP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5YbIqGoIP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5YbIqGoIP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5YbIqGoIP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5YbIqGoIP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5YbIqGoIP .navbar {
    height: 70px;
  }
  .cid-v5YbIqGoIP .navbar.opened {
    height: auto;
  }
  .cid-v5YbIqGoIP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5YbIqGoIP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-v5YbIqGoIP .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v5YbIqGoIP .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-v5YbIqGoIP .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-v5YbIqGoIP .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-v5YbIqGoIP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5YbIqGoIP .navbar-brand {
    margin-right: auto;
  }
  .cid-v5YbIqGoIP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #272b2e;
    opacity: 1;
    border-color: rgba(39, 43, 46, 0.4) !important;
    background: rgba(39, 43, 46, 0.4) !important;
  }
  .cid-v5YbIqGoIP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5YbIqGoIP .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5YbIqGoIP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5YbIqGoIP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5YbIqGoIP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5YbIqGoIP .navbar-brand,
.cid-v5YbIqGoIP .navbar-toggler,
.cid-v5YbIqGoIP .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-v9nHYicOS6 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-v9nHYicOS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9nHYicOS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9nHYicOS6 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v9nHYicOS6 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9nHYicOS6 .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v9nHYicOS6 .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v9nHYicOS6 .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v9nHYicOS6 .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v9nHYicOS6 .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v9nHYicOS6 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v9nHYicOS6 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v9nHYicOS6 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v9nHYicOS6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9nHYicOS6 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v9nHYicOS6 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9nHYicOS6 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v9nHYicOS6 .card {
  justify-content: center;
}
.cid-v9nHYicOS6 .image-wrapper {
  position: relative;
  z-index: 1;
  align-items: center;
}
.cid-v9nHYicOS6 .image-wrapper .gradient-wrap {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #1c4eff 50%, #ca45ff 40%, #fe881b 0);
  filter: blur(4rem);
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v9nHYicOS6 .image-wrapper .gradient-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v9nHYicOS6 .image-wrapper .image-wrap {
  position: relative;
  z-index: 2;
  width: 330px;
  height: 330px;
  border-radius: 100%;
  overflow: hidden;
  padding: 6px;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff 40%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v9nHYicOS6 .image-wrapper .image-wrap {
    padding: 5px;
  }
}
@media (max-width: 1440px) {
  .cid-v9nHYicOS6 .image-wrapper .image-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v9nHYicOS6 .image-wrapper .image-wrap {
    margin-bottom: 28px;
  }
}
@media (max-width: 425px) {
  .cid-v9nHYicOS6 .image-wrapper .image-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v9nHYicOS6 .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v9nHYicOS6 .card-wrapper {
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v9nHYicOS6 .card-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v9nHYicOS6 .card-wrapper {
    padding: 18px;
  }
}
.cid-v9nHYicOS6 .card-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9nHYicOS6 .card-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-v9nHYicOS6 .card-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v9nHYicOS6 .card-wrapper .item .item-wrapper .card-box {
  position: relative;
  padding-left: 38px;
}
.cid-v9nHYicOS6 .card-wrapper .item .item-wrapper .card-box::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff);
  color: #ffffff;
  font-size: 15px;
}
.cid-v9nHYicOS6 .card-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-v9nHYicOS6 .card-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v9nHYicOS6 .btn-wrapper {
  margin-top: -5%;
}
.cid-v9nHYicOS6 .mbr-label,
.cid-v9nHYicOS6 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9nHYicOS6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9nHYicOS6 .mbr-section-subtitle,
.cid-v9nHYicOS6 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9nHYicOS6 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v9nHYicOS6 .item-title {
  color: #ffffff;
}
.cid-v9nHYicOS6 .item-text {
  color: #a997ce;
}
.cid-v5YbIAo9Wv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #15171a;
}
.cid-v5YbIAo9Wv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5YbIAo9Wv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5YbIAo9Wv .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v5YbIAo9Wv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5YbIAo9Wv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v5YbIAo9Wv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5YbIAo9Wv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5YbIAo9Wv .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v5YbIAo9Wv .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5YbIAo9Wv .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v5YbIAo9Wv .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5YbIAo9Wv .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-v5YbIAo9Wv .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v5YbIAo9Wv .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
}
.cid-v5YbIAo9Wv .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #7dabab;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-v5YbIAo9Wv .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-v5YbIAo9Wv .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-v5YbIAo9Wv .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5YbIAo9Wv .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v5YbIAo9Wv .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5YbIAo9Wv .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5YbIAo9Wv .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-v5YbIAo9Wv .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5YbIAo9Wv .list-wrapper .list .item-wrap:hover,
.cid-v5YbIAo9Wv .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-v5YbIAo9Wv .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-v5YbIAo9Wv .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-v5YbIAo9Wv .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v5YbIAo9Wv .mbr-section-title {
  color: #ffffff;
}
.cid-v5YbIAo9Wv .mbr-text {
  color: #ffffff;
}
.cid-v5YbIAo9Wv .mbr-desc {
  color: #ffffff;
}
.cid-v5YbIAo9Wv .list {
  color: #ffffff;
}
.cid-vaAiUqfp44 {
  background-image: url("../../../assets/images/mbr.png");
}
.cid-vaAiUqfp44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaAiUqfp44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaAiUqfp44 .items-wrapper {
  justify-content: flex-end;
}
.cid-vaAiUqfp44 .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaAiUqfp44 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vaAiUqfp44 .image-wrapper img {
  height: 356px;
  width: 356px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-vaAiUqfp44 .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-vaAiUqfp44 .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-vaAiUqfp44 .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-vaAiUqfp44 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-vaAiUqfp44 .content-wrapper {
  padding-left: 0px;
}
@media (max-width: 1200px) {
  .cid-vaAiUqfp44 .content-wrapper {
    padding-left: 0px;
  }
}
@media (max-width: 992px) {
  .cid-vaAiUqfp44 .content-wrapper {
    padding-left: 0;
  }
}
.cid-vaAiUqfp44 .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-vaAiUqfp44 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vaAiUqfp44 .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vaAiUqfp44 .mbr-desc {
  color: #ebe3e3;
}
.cid-vaAiUqfp44 .mbr-section-title {
  color: #272b2e;
}
.cid-vaAiUqfp44 .mbr-text,
.cid-vaAiUqfp44 .text-wrapper {
  color: #272b2e;
}
.cid-vaAiUqfp44 .mbr-section-title,
.cid-vaAiUqfp44 .mbr-section-btn {
  text-align: justify;
  color: #ebe3e3;
}
