.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.row,
.item-wrapper {
  border-radius: 3rem !important;
}
.video-wrapper {
  overflow: hidden;
}
.btn {
  padding: 0.75rem 1.5rem !important;
}
body {
  font-family: Roboto Condensed;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 8.2rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 10.25rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 1700px) {
  .display-1 {
    font-size: 4.92rem;
  }
}
@media (max-width: 1350px) {
  .display-1 {
    font-size: 4.92rem;
  }
}
@media (max-width: 1100px) {
  .display-1 {
    font-size: 4.1rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.56rem;
  }
}
@media (max-width: 1400px) {
  .display-2 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.74rem;
    font-size: calc( 3.5199999999999996rem + (8.2 - 3.5199999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.5199999999999996rem + (8.2 - 3.5199999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 4rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff086d !important;
}
.bg-success {
  background-color: #23dcfc !important;
}
.bg-info {
  background-color: #6062b4 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary {
  background: linear-gradient(to right, #ff086d, #ff086d);
  border: 0px;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff086d !important;
  border-color: #ff086d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff3b8b !important;
  border-color: #ff3b8b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3b8b !important;
  border-color: #ff3b8b !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-secondary {
  background: linear-gradient(to right, #ff086d, #ff086d);
  border: 0px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff086d !important;
  border-color: #ff086d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff3b8b !important;
  border-color: #ff3b8b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff3b8b !important;
  border-color: #ff3b8b !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-info {
  background: linear-gradient(to right, #6062b4, #ff086d);
  border: 0px;
}
.btn-info,
.btn-info:active {
  background-color: #6062b4 !important;
  border-color: #6062b4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #8384c4 !important;
  border-color: #8384c4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8384c4 !important;
  border-color: #8384c4 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-success {
  background: linear-gradient(to right, #23dcfc, #ff086d);
  border: 0px;
}
.btn-success,
.btn-success:active {
  background-color: #23dcfc !important;
  border-color: #23dcfc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #55e4fd !important;
  border-color: #55e4fd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #55e4fd !important;
  border-color: #55e4fd !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-warning {
  background: linear-gradient(to right, #a0e2e1, #ff086d);
  border: 0px;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-danger {
  background: linear-gradient(to right, #ffea64, #ff086d);
  border: 0px;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-white {
  background: linear-gradient(to right, #eff0ec, #ff086d);
  border: 0px;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-black {
  background: linear-gradient(to right, #1e2330, #ff086d);
  border: 0px;
}
.btn-black,
.btn-black:active {
  background-color: #1e2330 !important;
  border-color: #1e2330 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: linear-gradient(to right, #23dcfc, #6062b4);
}
.btn-black {
  background: #1b1818 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: white !important;
  color: #1b1818 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff086d;
  color: #ff086d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b00048 !important;
  background-color: transparent !important;
  border-color: #b00048 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff086d !important;
  border-color: #ff086d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff086d;
  color: #ff086d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b00048 !important;
  background-color: transparent !important;
  border-color: #b00048 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff086d !important;
  border-color: #ff086d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6062b4;
  color: #6062b4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3d3e81 !important;
  background-color: transparent !important;
  border-color: #3d3e81 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6062b4 !important;
  border-color: #6062b4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #23dcfc;
  color: #23dcfc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #03a9c6 !important;
  background-color: transparent !important;
  border-color: #03a9c6 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #23dcfc !important;
  border-color: #23dcfc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.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: #ff086d !important;
}
.text-secondary {
  color: #ff086d !important;
}
.text-success {
  color: #23dcfc !important;
}
.text-info {
  color: #6062b4 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a10042 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a10042 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #029cb7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #383976 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff086d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6062b4;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff086d;
  border-color: #ff086d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff086d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd4e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ecfcff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b7b8dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff086d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff086d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff086d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff086d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff086d;
  border-bottom-color: #ff086d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff086d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff086d !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='%23ff086d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uVEAsVzEjH .navbar-dropdown {
  position: relative !important;
}
.cid-uVEAsVzEjH .navbar-dropdown {
  position: absolute !important;
}
.cid-uVEAsVzEjH .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVEAsVzEjH .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uVEAsVzEjH .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uVEAsVzEjH .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uVEAsVzEjH .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVEAsVzEjH .container {
    padding: 0 1rem;
  }
}
.cid-uVEAsVzEjH .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uVEAsVzEjH .nav-link {
  position: relative;
}
.cid-uVEAsVzEjH .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uVEAsVzEjH .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uVEAsVzEjH .navbar.opened {
  transition: all 0.3s;
}
.cid-uVEAsVzEjH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVEAsVzEjH .navbar .navbar-logo img {
  width: auto;
}
.cid-uVEAsVzEjH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVEAsVzEjH .navbar.collapsed {
  justify-content: center;
}
.cid-uVEAsVzEjH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVEAsVzEjH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVEAsVzEjH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uVEAsVzEjH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVEAsVzEjH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVEAsVzEjH .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-uVEAsVzEjH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVEAsVzEjH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVEAsVzEjH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVEAsVzEjH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVEAsVzEjH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVEAsVzEjH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVEAsVzEjH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVEAsVzEjH .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-uVEAsVzEjH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVEAsVzEjH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVEAsVzEjH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVEAsVzEjH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVEAsVzEjH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVEAsVzEjH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVEAsVzEjH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVEAsVzEjH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVEAsVzEjH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVEAsVzEjH .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-uVEAsVzEjH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVEAsVzEjH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVEAsVzEjH .dropdown-item:hover,
.cid-uVEAsVzEjH .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uVEAsVzEjH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVEAsVzEjH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVEAsVzEjH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uVEAsVzEjH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVEAsVzEjH .dropdown-menu,
.cid-uVEAsVzEjH .navbar.opened {
  background: #1b1818 !important;
}
.cid-uVEAsVzEjH .nav-item:focus,
.cid-uVEAsVzEjH .nav-link:focus {
  outline: none;
}
.cid-uVEAsVzEjH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVEAsVzEjH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVEAsVzEjH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVEAsVzEjH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVEAsVzEjH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVEAsVzEjH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVEAsVzEjH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVEAsVzEjH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVEAsVzEjH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVEAsVzEjH .dropdown-item.active,
.cid-uVEAsVzEjH .dropdown-item:active {
  background-color: transparent;
}
.cid-uVEAsVzEjH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVEAsVzEjH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVEAsVzEjH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVEAsVzEjH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uVEAsVzEjH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVEAsVzEjH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVEAsVzEjH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVEAsVzEjH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVEAsVzEjH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVEAsVzEjH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uVEAsVzEjH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVEAsVzEjH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVEAsVzEjH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVEAsVzEjH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVEAsVzEjH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVEAsVzEjH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVEAsVzEjH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVEAsVzEjH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVEAsVzEjH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVEAsVzEjH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVEAsVzEjH .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-uVEAsVzEjH .navbar {
    height: 70px;
  }
  .cid-uVEAsVzEjH .navbar.opened {
    height: auto;
  }
  .cid-uVEAsVzEjH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVGf65jxM6 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uVGf65jxM6::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uVGf65jxM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVGf65jxM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVGf65jxM6 .card {
  justify-content: flex-end;
}
.cid-uVGf65jxM6 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVGf65jxM6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVGf65jxM6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVGf65jxM6 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uVGf65jxM6 .mbr-label {
  color: #ffffff;
}
.cid-uVGf65jxM6 .mbr-section-title {
  color: #ffffff;
}
.cid-uVGf65jxM6 .mbr-text {
  color: #ffffff;
}
.cid-uWSrlKVMZW {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
.cid-uWSrlKVMZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSrlKVMZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSrlKVMZW .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uWSrlKVMZW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWSrlKVMZW .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWSrlKVMZW .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWSrlKVMZW .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-uWSrlKVMZW .mbr-section-title {
  color: #ff6d99;
}
.cid-uWSrlKVMZW .mbr-text,
.cid-uWSrlKVMZW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWSrlKVMZW .mbr-section-title,
.cid-uWSrlKVMZW .mbr-section-btn {
  text-align: center;
  color: #ff086d;
}
.cid-uVEEazAnAT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #1b1818;
}
.cid-uVEEazAnAT img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uVEEazAnAT .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uVEEazAnAT .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uVEEazAnAT .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ff086d, #ff086d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVEEazAnAT .card-wrapper {
  background: #232323;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uVEEazAnAT .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uVEEazAnAT .first:hover:before {
  content: none;
}
.cid-uVEEazAnAT .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ff086d, #ff086d);
  content: "";
}
.cid-uVEEazAnAT .last:hover:after {
  content: none;
}
.cid-uVEEazAnAT .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ff086d, #ff086d);
  content: "";
}
.cid-uVEEazAnAT .mbr-section-text {
  color: #999999;
}
.cid-uVEEazAnAT .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uVEEazAnAT .card .img-wrapper {
  overflow: hidden;
}
.cid-uVEEazAnAT .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uVEEazAnAT .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uVEEazAnAT .card:hover .card-wrapper {
  background: linear-gradient(to left, #ff086d, #ff086d);
  color: #ffffff !important;
}
.cid-uVEEazAnAT .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uVEEazAnAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEEazAnAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKzPSSrTw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uVEDFHX5w9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fibrion-site.jpg-2000x1125.jpeg");
}
.cid-uVEDFHX5w9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEDFHX5w9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEDFHX5w9 .row {
  justify-content: space-between;
  background: linear-gradient(to top, #ff086d, #ff086d);
  align-items: center;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uVEDFHX5w9 .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uVEDFHX5w9 .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-uVEDFHX5w9 .container-fluid,
.cid-uVEDFHX5w9 .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uVEDFHX5w9 .container-fluid,
  .cid-uVEDFHX5w9 .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-uVEDFHX5w9 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uVEDFHX5w9 .mbr-section-btn,
.cid-uVEDFHX5w9 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uVEDFHX5w9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uVEDFHX5w9 .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-uVEDFHX5w9 .mbr-section-title {
  color: #ffffff;
}
.cid-uVEDFHX5w9 .mbr-text,
.cid-uVEDFHX5w9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uVEDFHX5w9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWSc4FVl70 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWSc4FVl70 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uWSc4FVl70 .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uWSc4FVl70 .wrapper {
  padding: 0rem;
}
.cid-uWSc4FVl70 .icon-left {
  margin-right: 0.1rem;
}
.cid-uWSc4FVl70 .icon-right {
  margin-left: 0.1rem;
}
.cid-uWSc4FVl70 .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
}
.cid-uWSc4FVl70 .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-uWSc4FVl70 .card-subtitle {
  text-align: left;
}
.cid-uWSc4FVl70 .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 44px 32px 52px;
  background-color: #232323;
}
.cid-uWSc4FVl70 .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uWSc4FVl70 .iconfont-wrapper .mbr-iconfont {
  color: #ff086d;
}
.cid-uWSc4FVl70 .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-uWSc4FVl70 .margin {
  margin-right: 14px;
}
.cid-uWSc4FVl70 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-uWSc4FVl70 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uWSc4FVl70 .people {
  align-items: center;
}
.cid-uWSc4FVl70 .item-wrapper {
  width: 100%;
}
.cid-uWSc4FVl70 .mbr-section-title {
  text-align: center;
  margin-bottom: 16px;
  color: #ff086d;
}
.cid-uWSc4FVl70 img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-uWSc4FVl70 .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uWSc4FVl70 .card-text,
.cid-uWSc4FVl70 .iconfont-wrapper {
  color: #8c8c95;
}
.cid-uWSc4FVl70 .card-subtitle,
.cid-uWSc4FVl70 .card-subtitle2 {
  display: inline;
}
.cid-uWSc4FVl70 .card-subtitle2 {
  color: #ff086d;
}
@media (max-width: 576px) {
  .cid-uWSc4FVl70 .col-12.col-sm-6:first-child {
    padding-bottom: 20px;
  }
}
@media (max-width: 860px) {
  .cid-uWSc4FVl70 .row.people {
    flex-direction: column;
    align-items: initial;
  }
  .cid-uWSc4FVl70 img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uWSc4FVl70 .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-uWSc4FVl70 .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-uWSc4FVl70 .card-text,
.cid-uWSc4FVl70 .iconfont-wrapper,
.cid-uWSc4FVl70 .align {
  color: #ffffff;
}
.cid-vbAt8odEp1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbAt8odEp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAt8odEp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAt8odEp1 .card {
  justify-content: center;
}
.cid-vbAt8odEp1 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbAt8odEp1 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbAt8odEp1 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbAt8odEp1 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbAt8odEp1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbAt8odEp1 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbAt8odEp1 .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbAt8odEp1 .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbAt8odEp1 .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbAt8odEp1 .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbAt8odEp1 .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbAt8odEp1 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbAt8odEp1 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbAt8odEp1 .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbAt8odEp1 .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbAt8odEp1 .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbAt8odEp1 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbAt8odEp1 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbAt8odEp1 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbAt8odEp1 .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbAt8odEp1 .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbAt8odEp1 .image-wrapper img {
    height: 350px;
  }
}
.cid-vbAt8odEp1 .mbr-label {
  color: #edefeb;
}
.cid-vbAt8odEp1 .mbr-section-title {
  color: #111111;
}
.cid-vbAt8odEp1 .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbAt8odEp1 .mbr-section-title,
.cid-vbAt8odEp1 .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjQ6su3EP .navbar-dropdown {
  position: relative !important;
}
.cid-uWjQ6su3EP .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjQ6su3EP .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjQ6su3EP .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjQ6su3EP .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjQ6su3EP .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjQ6su3EP .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjQ6su3EP .container {
    padding: 0 1rem;
  }
}
.cid-uWjQ6su3EP .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjQ6su3EP .nav-link {
  position: relative;
}
.cid-uWjQ6su3EP .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjQ6su3EP .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjQ6su3EP .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjQ6su3EP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjQ6su3EP .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjQ6su3EP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjQ6su3EP .navbar.collapsed {
  justify-content: center;
}
.cid-uWjQ6su3EP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjQ6su3EP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjQ6su3EP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjQ6su3EP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjQ6su3EP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjQ6su3EP .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-uWjQ6su3EP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjQ6su3EP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjQ6su3EP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjQ6su3EP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjQ6su3EP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjQ6su3EP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjQ6su3EP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjQ6su3EP .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-uWjQ6su3EP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjQ6su3EP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjQ6su3EP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjQ6su3EP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjQ6su3EP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjQ6su3EP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjQ6su3EP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjQ6su3EP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjQ6su3EP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjQ6su3EP .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-uWjQ6su3EP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjQ6su3EP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjQ6su3EP .dropdown-item:hover,
.cid-uWjQ6su3EP .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjQ6su3EP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjQ6su3EP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjQ6su3EP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjQ6su3EP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjQ6su3EP .dropdown-menu,
.cid-uWjQ6su3EP .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjQ6su3EP .nav-item:focus,
.cid-uWjQ6su3EP .nav-link:focus {
  outline: none;
}
.cid-uWjQ6su3EP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjQ6su3EP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjQ6su3EP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjQ6su3EP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjQ6su3EP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjQ6su3EP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjQ6su3EP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjQ6su3EP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjQ6su3EP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjQ6su3EP .dropdown-item.active,
.cid-uWjQ6su3EP .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjQ6su3EP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjQ6su3EP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjQ6su3EP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjQ6su3EP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjQ6su3EP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjQ6su3EP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjQ6su3EP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjQ6su3EP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjQ6su3EP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjQ6su3EP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjQ6su3EP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjQ6su3EP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjQ6su3EP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjQ6su3EP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjQ6su3EP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjQ6su3EP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjQ6su3EP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjQ6su3EP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjQ6su3EP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjQ6su3EP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjQ6su3EP .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-uWjQ6su3EP .navbar {
    height: 70px;
  }
  .cid-uWjQ6su3EP .navbar.opened {
    height: auto;
  }
  .cid-uWjQ6su3EP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjQ6t4XIb {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjQ6t4XIb::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjQ6t4XIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjQ6t4XIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjQ6t4XIb .card {
  justify-content: flex-end;
}
.cid-uWjQ6t4XIb .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjQ6t4XIb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjQ6t4XIb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjQ6t4XIb .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjQ6t4XIb .mbr-label {
  color: #ffffff;
}
.cid-uWjQ6t4XIb .mbr-section-title {
  color: #ffffff;
}
.cid-uWjQ6t4XIb .mbr-text {
  color: #ffffff;
}
.cid-uWjQoaD6yC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWjQoaD6yC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjQoaD6yC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjQoaD6yC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjQoaD6yC .row {
  flex-direction: row-reverse;
}
.cid-uWjQoaD6yC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjQoaD6yC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjQoaD6yC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjQoaD6yC .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjQoaD6yC .mbr-text,
.cid-uWjQoaD6yC .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWkRUrY0LP {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-site-fibra.jpg-2000x815.jpg");
}
.cid-uWkRUrY0LP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWkRUrY0LP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWkRUrY0LP .mbr-text,
.cid-uWkRUrY0LP .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vbBnrIVlXD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBnrIVlXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBnrIVlXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBnrIVlXD .card {
  justify-content: center;
}
.cid-vbBnrIVlXD .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBnrIVlXD .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBnrIVlXD .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBnrIVlXD .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBnrIVlXD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBnrIVlXD .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBnrIVlXD .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBnrIVlXD .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBnrIVlXD .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBnrIVlXD .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBnrIVlXD .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBnrIVlXD .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBnrIVlXD .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBnrIVlXD .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBnrIVlXD .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBnrIVlXD .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBnrIVlXD .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBnrIVlXD .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBnrIVlXD .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBnrIVlXD .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBnrIVlXD .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBnrIVlXD .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBnrIVlXD .mbr-label {
  color: #edefeb;
}
.cid-vbBnrIVlXD .mbr-section-title {
  color: #111111;
}
.cid-vbBnrIVlXD .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBnrIVlXD .mbr-section-title,
.cid-vbBnrIVlXD .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjQr6qDqc .navbar-dropdown {
  position: relative !important;
}
.cid-uWjQr6qDqc .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjQr6qDqc .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjQr6qDqc .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjQr6qDqc .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjQr6qDqc .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjQr6qDqc .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjQr6qDqc .container {
    padding: 0 1rem;
  }
}
.cid-uWjQr6qDqc .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjQr6qDqc .nav-link {
  position: relative;
}
.cid-uWjQr6qDqc .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjQr6qDqc .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjQr6qDqc .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjQr6qDqc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjQr6qDqc .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjQr6qDqc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjQr6qDqc .navbar.collapsed {
  justify-content: center;
}
.cid-uWjQr6qDqc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjQr6qDqc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjQr6qDqc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjQr6qDqc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjQr6qDqc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjQr6qDqc .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-uWjQr6qDqc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjQr6qDqc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjQr6qDqc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjQr6qDqc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjQr6qDqc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjQr6qDqc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjQr6qDqc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjQr6qDqc .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-uWjQr6qDqc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjQr6qDqc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjQr6qDqc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjQr6qDqc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjQr6qDqc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjQr6qDqc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjQr6qDqc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjQr6qDqc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjQr6qDqc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjQr6qDqc .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-uWjQr6qDqc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjQr6qDqc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjQr6qDqc .dropdown-item:hover,
.cid-uWjQr6qDqc .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjQr6qDqc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjQr6qDqc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjQr6qDqc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjQr6qDqc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjQr6qDqc .dropdown-menu,
.cid-uWjQr6qDqc .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjQr6qDqc .nav-item:focus,
.cid-uWjQr6qDqc .nav-link:focus {
  outline: none;
}
.cid-uWjQr6qDqc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjQr6qDqc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjQr6qDqc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjQr6qDqc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjQr6qDqc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjQr6qDqc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjQr6qDqc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjQr6qDqc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjQr6qDqc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjQr6qDqc .dropdown-item.active,
.cid-uWjQr6qDqc .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjQr6qDqc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjQr6qDqc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjQr6qDqc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjQr6qDqc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjQr6qDqc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjQr6qDqc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjQr6qDqc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjQr6qDqc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjQr6qDqc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjQr6qDqc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjQr6qDqc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjQr6qDqc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjQr6qDqc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjQr6qDqc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjQr6qDqc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjQr6qDqc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjQr6qDqc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjQr6qDqc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjQr6qDqc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjQr6qDqc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjQr6qDqc .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-uWjQr6qDqc .navbar {
    height: 70px;
  }
  .cid-uWjQr6qDqc .navbar.opened {
    height: auto;
  }
  .cid-uWjQr6qDqc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjQr6YfhR {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjQr6YfhR::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjQr6YfhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjQr6YfhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjQr6YfhR .card {
  justify-content: flex-end;
}
.cid-uWjQr6YfhR .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjQr6YfhR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjQr6YfhR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjQr6YfhR .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjQr6YfhR .mbr-label {
  color: #ffffff;
}
.cid-uWjQr6YfhR .mbr-section-title {
  color: #ffffff;
}
.cid-uWjQr6YfhR .mbr-text {
  color: #ffffff;
}
.cid-uWjQr7opXD {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWjQr7opXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjQr7opXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjQr7opXD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjQr7opXD .row {
  flex-direction: row-reverse;
}
.cid-uWjQr7opXD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjQr7opXD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjQr7opXD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjQr7opXD .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjQr7opXD .mbr-text,
.cid-uWjQr7opXD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWqD8JpSzi {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWqD8JpSzi img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWqD8JpSzi img {
    height: 350px;
  }
}
.cid-uWqD8JpSzi .item-img {
  position: relative;
  padding: 0;
}
.cid-uWqD8JpSzi .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 2rem;
  z-index: 2;
}
.cid-uWqD8JpSzi .item-img .item-content p {
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uWqD8JpSzi .item-img .item-content {
    padding: 1rem;
  }
  .cid-uWqD8JpSzi .item-img .item-content p {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-uWqD8JpSzi .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uWqD8JpSzi .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #ff086d, #ff086d);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uWqD8JpSzi .item-img:hover:before,
.cid-uWqD8JpSzi .item-img:focus-within:before {
  opacity: 0.8;
}
.cid-uWqD8JpSzi .item-img:hover p,
.cid-uWqD8JpSzi .item-img:focus-within p {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uWqD8JpSzi .item-img:before {
    opacity: 0.8;
  }
}
.cid-uWqD8JpSzi .item:focus,
.cid-uWqD8JpSzi span:focus {
  outline: none;
}
.cid-uWqD8JpSzi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWqD8JpSzi .item {
    margin-bottom: 1rem;
  }
}
.cid-uWqD8JpSzi .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWqD8JpSzi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWqD8JpSzi .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uWqD8JpSzi .mbr-text,
.cid-uWqD8JpSzi .mbr-section-btn {
  color: #ffffff;
}
.cid-uWqD8JpSzi .item-title {
  color: #ffffff;
}
.cid-uWqD8JpSzi .item-subtitle {
  color: #000000;
}
.cid-uWqD8JpSzi .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-vbBnCVbYFh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBnCVbYFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBnCVbYFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBnCVbYFh .card {
  justify-content: center;
}
.cid-vbBnCVbYFh .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBnCVbYFh .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBnCVbYFh .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBnCVbYFh .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBnCVbYFh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBnCVbYFh .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBnCVbYFh .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBnCVbYFh .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBnCVbYFh .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBnCVbYFh .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBnCVbYFh .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBnCVbYFh .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBnCVbYFh .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBnCVbYFh .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBnCVbYFh .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBnCVbYFh .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBnCVbYFh .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBnCVbYFh .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBnCVbYFh .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBnCVbYFh .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBnCVbYFh .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBnCVbYFh .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBnCVbYFh .mbr-label {
  color: #edefeb;
}
.cid-vbBnCVbYFh .mbr-section-title {
  color: #111111;
}
.cid-vbBnCVbYFh .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBnCVbYFh .mbr-section-title,
.cid-vbBnCVbYFh .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjQxhmc1O .navbar-dropdown {
  position: relative !important;
}
.cid-uWjQxhmc1O .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjQxhmc1O .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjQxhmc1O .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjQxhmc1O .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjQxhmc1O .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjQxhmc1O .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjQxhmc1O .container {
    padding: 0 1rem;
  }
}
.cid-uWjQxhmc1O .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjQxhmc1O .nav-link {
  position: relative;
}
.cid-uWjQxhmc1O .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjQxhmc1O .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjQxhmc1O .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjQxhmc1O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjQxhmc1O .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjQxhmc1O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjQxhmc1O .navbar.collapsed {
  justify-content: center;
}
.cid-uWjQxhmc1O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjQxhmc1O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjQxhmc1O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjQxhmc1O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjQxhmc1O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjQxhmc1O .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-uWjQxhmc1O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjQxhmc1O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjQxhmc1O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjQxhmc1O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjQxhmc1O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjQxhmc1O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjQxhmc1O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjQxhmc1O .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-uWjQxhmc1O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjQxhmc1O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjQxhmc1O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjQxhmc1O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjQxhmc1O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjQxhmc1O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjQxhmc1O .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjQxhmc1O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjQxhmc1O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjQxhmc1O .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-uWjQxhmc1O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjQxhmc1O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjQxhmc1O .dropdown-item:hover,
.cid-uWjQxhmc1O .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjQxhmc1O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjQxhmc1O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjQxhmc1O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjQxhmc1O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjQxhmc1O .dropdown-menu,
.cid-uWjQxhmc1O .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjQxhmc1O .nav-item:focus,
.cid-uWjQxhmc1O .nav-link:focus {
  outline: none;
}
.cid-uWjQxhmc1O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjQxhmc1O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjQxhmc1O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjQxhmc1O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjQxhmc1O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjQxhmc1O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjQxhmc1O .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjQxhmc1O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjQxhmc1O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjQxhmc1O .dropdown-item.active,
.cid-uWjQxhmc1O .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjQxhmc1O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjQxhmc1O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjQxhmc1O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjQxhmc1O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjQxhmc1O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjQxhmc1O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjQxhmc1O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjQxhmc1O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjQxhmc1O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjQxhmc1O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjQxhmc1O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjQxhmc1O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjQxhmc1O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjQxhmc1O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjQxhmc1O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjQxhmc1O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjQxhmc1O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjQxhmc1O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjQxhmc1O .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjQxhmc1O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjQxhmc1O .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-uWjQxhmc1O .navbar {
    height: 70px;
  }
  .cid-uWjQxhmc1O .navbar.opened {
    height: auto;
  }
  .cid-uWjQxhmc1O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjQxhS3yH {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjQxhS3yH::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjQxhS3yH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjQxhS3yH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjQxhS3yH .card {
  justify-content: flex-end;
}
.cid-uWjQxhS3yH .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjQxhS3yH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjQxhS3yH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjQxhS3yH .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjQxhS3yH .mbr-label {
  color: #ffffff;
}
.cid-uWjQxhS3yH .mbr-section-title {
  color: #ffffff;
}
.cid-uWjQxhS3yH .mbr-text {
  color: #ffffff;
}
.cid-uWjQxijpSB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWjQxijpSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjQxijpSB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjQxijpSB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjQxijpSB .row {
  flex-direction: row-reverse;
}
.cid-uWjQxijpSB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjQxijpSB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjQxijpSB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjQxijpSB .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjQxijpSB .mbr-text,
.cid-uWjQxijpSB .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uXfCrawSke {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uXgUYk098g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uXgUYk098g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXgUYk098g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXgUYk098g .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXgUYk098g .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXgUYk098g .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXgUYk098g .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXgUYk098g .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXgUYk098g .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXgUYk098g .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXgUYk098g .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXgUYk098g .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uXgUYk098g .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uXgUYk098g .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXgUYk098g .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uXgUYk098g .list_2 {
    padding-left: 0;
  }
}
.cid-uXgUYk098g .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXgUYk098g .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uXgUYk098g .mbr-text,
.cid-uXgUYk098g .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXgUYk098g .list {
  color: #666666;
}
.cid-uXgUYk098g .list,
.cid-uXgUYk098g .item-wrap,
.cid-uXgUYk098g .list-wrapper {
  color: #ffffff;
}
.cid-uWvGATLFto {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWvGATLFto .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvGATLFto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvGATLFto .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWvGATLFto .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWvGATLFto .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWvGATLFto .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWvGATLFto .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWvGATLFto .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWvGATLFto .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWvGATLFto .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWvGATLFto .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWvGATLFto .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uWvGATLFto .image-wrapper {
    padding-left: 0;
  }
}
.cid-uWvGATLFto .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uWvGATLFto .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uWvGATLFto .image-wrapper img {
    height: 350px;
  }
}
.cid-uWvGATLFto .mbr-label {
  color: #a6adbf;
}
.cid-uWvGATLFto .mbr-section-title {
  color: #ffffff;
}
.cid-uWvGATLFto .mbr-section-subtitle {
  color: #ff086d;
}
.cid-uWvGATLFto .mbr-text,
.cid-uWvGATLFto .text-wrapper {
  color: #666666;
}
.cid-uWvGATLFto .mbr-text,
.cid-uWvGATLFto .text-wrapper,
.cid-uWvGATLFto .mbr-section-btn {
  color: #ffffff;
}
.cid-vbBnFgVutz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBnFgVutz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBnFgVutz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBnFgVutz .card {
  justify-content: center;
}
.cid-vbBnFgVutz .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBnFgVutz .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBnFgVutz .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBnFgVutz .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBnFgVutz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBnFgVutz .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBnFgVutz .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBnFgVutz .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBnFgVutz .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBnFgVutz .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBnFgVutz .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBnFgVutz .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBnFgVutz .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBnFgVutz .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBnFgVutz .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBnFgVutz .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBnFgVutz .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBnFgVutz .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBnFgVutz .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBnFgVutz .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBnFgVutz .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBnFgVutz .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBnFgVutz .mbr-label {
  color: #edefeb;
}
.cid-vbBnFgVutz .mbr-section-title {
  color: #111111;
}
.cid-vbBnFgVutz .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBnFgVutz .mbr-section-title,
.cid-vbBnFgVutz .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjQAEOsXp .navbar-dropdown {
  position: relative !important;
}
.cid-uWjQAEOsXp .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjQAEOsXp .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjQAEOsXp .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjQAEOsXp .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjQAEOsXp .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjQAEOsXp .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjQAEOsXp .container {
    padding: 0 1rem;
  }
}
.cid-uWjQAEOsXp .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjQAEOsXp .nav-link {
  position: relative;
}
.cid-uWjQAEOsXp .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjQAEOsXp .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjQAEOsXp .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjQAEOsXp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjQAEOsXp .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjQAEOsXp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjQAEOsXp .navbar.collapsed {
  justify-content: center;
}
.cid-uWjQAEOsXp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjQAEOsXp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjQAEOsXp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjQAEOsXp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjQAEOsXp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjQAEOsXp .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-uWjQAEOsXp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjQAEOsXp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjQAEOsXp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjQAEOsXp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjQAEOsXp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjQAEOsXp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjQAEOsXp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjQAEOsXp .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-uWjQAEOsXp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjQAEOsXp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjQAEOsXp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjQAEOsXp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjQAEOsXp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjQAEOsXp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjQAEOsXp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjQAEOsXp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjQAEOsXp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjQAEOsXp .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-uWjQAEOsXp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjQAEOsXp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjQAEOsXp .dropdown-item:hover,
.cid-uWjQAEOsXp .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjQAEOsXp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjQAEOsXp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjQAEOsXp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjQAEOsXp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjQAEOsXp .dropdown-menu,
.cid-uWjQAEOsXp .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjQAEOsXp .nav-item:focus,
.cid-uWjQAEOsXp .nav-link:focus {
  outline: none;
}
.cid-uWjQAEOsXp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjQAEOsXp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjQAEOsXp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjQAEOsXp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjQAEOsXp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjQAEOsXp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjQAEOsXp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjQAEOsXp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjQAEOsXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjQAEOsXp .dropdown-item.active,
.cid-uWjQAEOsXp .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjQAEOsXp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjQAEOsXp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjQAEOsXp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjQAEOsXp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjQAEOsXp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjQAEOsXp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjQAEOsXp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjQAEOsXp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjQAEOsXp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjQAEOsXp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjQAEOsXp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjQAEOsXp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjQAEOsXp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjQAEOsXp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjQAEOsXp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjQAEOsXp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjQAEOsXp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjQAEOsXp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjQAEOsXp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjQAEOsXp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjQAEOsXp .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-uWjQAEOsXp .navbar {
    height: 70px;
  }
  .cid-uWjQAEOsXp .navbar.opened {
    height: auto;
  }
  .cid-uWjQAEOsXp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjQAFlvJN {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjQAFlvJN::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjQAFlvJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjQAFlvJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjQAFlvJN .card {
  justify-content: flex-end;
}
.cid-uWjQAFlvJN .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjQAFlvJN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjQAFlvJN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjQAFlvJN .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjQAFlvJN .mbr-label {
  color: #ffffff;
}
.cid-uWjQAFlvJN .mbr-section-title {
  color: #ffffff;
}
.cid-uWjQAFlvJN .mbr-text {
  color: #ffffff;
}
.cid-uWjQAFJXn1 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWjQAFJXn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjQAFJXn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjQAFJXn1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjQAFJXn1 .row {
  flex-direction: row-reverse;
}
.cid-uWjQAFJXn1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjQAFJXn1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjQAFJXn1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjQAFJXn1 .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjQAFJXn1 .mbr-text,
.cid-uWjQAFJXn1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uXgTEg27gE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWvIOUFnc1 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWvIOUFnc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvIOUFnc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvIOUFnc1 .mbr-section-title {
  margin-bottom: 64px;
  color: #000c3f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWvIOUFnc1 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWvIOUFnc1 .mbr-figure {
  border-radius: 0 !important;
  border: 20px solid #1b1818;
}
@media (max-width: 992px) {
  .cid-uWvIOUFnc1 .mbr-figure {
    border: 10px solid #1b1818;
  }
}
.cid-uWqwFC5M7K {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
.cid-uWqwFC5M7K img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWqwFC5M7K img {
    height: 350px;
  }
}
.cid-uWqwFC5M7K .item-img {
  position: relative;
  padding: 0;
}
.cid-uWqwFC5M7K .item-img .item-content {
  position: absolute;
  bottom: 0;
  left: 1rem;
  padding: 2rem;
  z-index: 2;
}
.cid-uWqwFC5M7K .item-img .item-content p {
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uWqwFC5M7K .item-img .item-content {
    padding: 1rem;
  }
  .cid-uWqwFC5M7K .item-img .item-content p {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .cid-uWqwFC5M7K .item-img .item-content {
    padding: 0rem;
  }
}
.cid-uWqwFC5M7K .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #ff086d, #ff086d);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uWqwFC5M7K .item-img:hover:before,
.cid-uWqwFC5M7K .item-img:focus-within:before {
  opacity: 0.8;
}
.cid-uWqwFC5M7K .item-img:hover p,
.cid-uWqwFC5M7K .item-img:focus-within p {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uWqwFC5M7K .item-img:before {
    opacity: 0.8;
  }
}
.cid-uWqwFC5M7K .item:focus,
.cid-uWqwFC5M7K span:focus {
  outline: none;
}
.cid-uWqwFC5M7K .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWqwFC5M7K .item {
    margin-bottom: 1rem;
  }
}
.cid-uWqwFC5M7K .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWqwFC5M7K .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWqwFC5M7K .mbr-section-title {
  color: #ff086d;
  text-align: center;
}
.cid-uWqwFC5M7K .mbr-text,
.cid-uWqwFC5M7K .mbr-section-btn {
  color: #ffffff;
}
.cid-uWqwFC5M7K .item-title {
  color: #ffffff;
}
.cid-uWqwFC5M7K .item-subtitle {
  color: #000000;
}
.cid-uWqwFC5M7K .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uZN3lahJEc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uZN3lahJEc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZN3lahJEc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZN3lahJEc .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZN3lahJEc .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZN3lahJEc .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uZN3lahJEc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZN3lahJEc .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZN3lahJEc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZN3lahJEc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZN3lahJEc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uZN3lahJEc .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uZN3lahJEc .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uZN3lahJEc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZN3lahJEc .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uZN3lahJEc .list_2 {
    padding-left: 0;
  }
}
.cid-uZN3lahJEc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZN3lahJEc .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uZN3lahJEc .mbr-text,
.cid-uZN3lahJEc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZN3lahJEc .list {
  color: #666666;
}
.cid-uZN3lahJEc .list,
.cid-uZN3lahJEc .item-wrap,
.cid-uZN3lahJEc .list-wrapper {
  color: #ffffff;
}
.cid-vbBnzomJJp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBnzomJJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBnzomJJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBnzomJJp .card {
  justify-content: center;
}
.cid-vbBnzomJJp .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBnzomJJp .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBnzomJJp .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBnzomJJp .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBnzomJJp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBnzomJJp .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBnzomJJp .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBnzomJJp .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBnzomJJp .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBnzomJJp .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBnzomJJp .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBnzomJJp .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBnzomJJp .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBnzomJJp .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBnzomJJp .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBnzomJJp .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBnzomJJp .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBnzomJJp .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBnzomJJp .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBnzomJJp .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBnzomJJp .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBnzomJJp .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBnzomJJp .mbr-label {
  color: #edefeb;
}
.cid-vbBnzomJJp .mbr-section-title {
  color: #111111;
}
.cid-vbBnzomJJp .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBnzomJJp .mbr-section-title,
.cid-vbBnzomJJp .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjQOaWnDV .navbar-dropdown {
  position: relative !important;
}
.cid-uWjQOaWnDV .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjQOaWnDV .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjQOaWnDV .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjQOaWnDV .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjQOaWnDV .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjQOaWnDV .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjQOaWnDV .container {
    padding: 0 1rem;
  }
}
.cid-uWjQOaWnDV .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjQOaWnDV .nav-link {
  position: relative;
}
.cid-uWjQOaWnDV .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjQOaWnDV .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjQOaWnDV .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjQOaWnDV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjQOaWnDV .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjQOaWnDV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjQOaWnDV .navbar.collapsed {
  justify-content: center;
}
.cid-uWjQOaWnDV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjQOaWnDV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjQOaWnDV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjQOaWnDV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjQOaWnDV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjQOaWnDV .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-uWjQOaWnDV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjQOaWnDV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjQOaWnDV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjQOaWnDV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjQOaWnDV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjQOaWnDV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjQOaWnDV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjQOaWnDV .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-uWjQOaWnDV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjQOaWnDV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjQOaWnDV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjQOaWnDV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjQOaWnDV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjQOaWnDV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjQOaWnDV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjQOaWnDV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjQOaWnDV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjQOaWnDV .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-uWjQOaWnDV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjQOaWnDV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjQOaWnDV .dropdown-item:hover,
.cid-uWjQOaWnDV .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjQOaWnDV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjQOaWnDV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjQOaWnDV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjQOaWnDV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjQOaWnDV .dropdown-menu,
.cid-uWjQOaWnDV .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjQOaWnDV .nav-item:focus,
.cid-uWjQOaWnDV .nav-link:focus {
  outline: none;
}
.cid-uWjQOaWnDV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjQOaWnDV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjQOaWnDV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjQOaWnDV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjQOaWnDV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjQOaWnDV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjQOaWnDV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjQOaWnDV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjQOaWnDV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjQOaWnDV .dropdown-item.active,
.cid-uWjQOaWnDV .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjQOaWnDV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjQOaWnDV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjQOaWnDV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjQOaWnDV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjQOaWnDV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjQOaWnDV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjQOaWnDV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjQOaWnDV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjQOaWnDV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjQOaWnDV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjQOaWnDV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjQOaWnDV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjQOaWnDV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjQOaWnDV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjQOaWnDV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjQOaWnDV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjQOaWnDV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjQOaWnDV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjQOaWnDV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjQOaWnDV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjQOaWnDV .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-uWjQOaWnDV .navbar {
    height: 70px;
  }
  .cid-uWjQOaWnDV .navbar.opened {
    height: auto;
  }
  .cid-uWjQOaWnDV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjQObtxL0 {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjQObtxL0::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjQObtxL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjQObtxL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjQObtxL0 .card {
  justify-content: flex-end;
}
.cid-uWjQObtxL0 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjQObtxL0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjQObtxL0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjQObtxL0 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjQObtxL0 .mbr-label {
  color: #ffffff;
}
.cid-uWjQObtxL0 .mbr-section-title {
  color: #ffffff;
}
.cid-uWjQObtxL0 .mbr-text {
  color: #ffffff;
}
.cid-uWjQObSwpI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWjQObSwpI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjQObSwpI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjQObSwpI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjQObSwpI .row {
  flex-direction: row-reverse;
}
.cid-uWjQObSwpI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjQObSwpI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjQObSwpI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjQObSwpI .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjQObSwpI .mbr-text,
.cid-uWjQObSwpI .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWAW2KKvIN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uWAW2KKvIN .mbr-section-title {
  color: #ff086d;
}
.cid-uWAW2KKvIN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWAW2KKvIN .mbr-text,
.cid-uWAW2KKvIN .link {
  color: #ffffff;
}
.cid-uWAW2KKvIN .card-subtitle {
  color: #ff002e;
}
.cid-uWAW2KKvIN .card-wrapper,
.cid-uWAW2KKvIN .item-wrapper {
  overflow: visible;
}
.cid-uWAW2KKvIN .card-wrapper {
  margin-bottom: 5rem;
}
.cid-uWAW2KKvIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWAW2KKvIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWAW2KKvIN .card-title,
.cid-uWAW2KKvIN .card-box {
  color: #ff086d;
}
.cid-uWAZoWJsrk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWAX1XsyRg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uWAX1XsyRg img,
.cid-uWAX1XsyRg .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uWAX1XsyRg .mbr-section-subtitle {
  margin-bottom: 60px;
  color: #ff086d;
}
.cid-uWAX1XsyRg .mbr-section-title {
  margin-bottom: 60px;
  color: #6a3649;
}
.cid-uWAX1XsyRg .item:focus,
.cid-uWAX1XsyRg span:focus {
  outline: none;
}
.cid-uWAX1XsyRg .item {
  cursor: pointer;
}
.cid-uWAX1XsyRg .item-title {
  letter-spacing: 2.54px;
  color: #ff086d;
}
.cid-uWAX1XsyRg .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWAX1XsyRg .item:not(:last-child) {
  margin-bottom: 30px;
}
.cid-uWAX1XsyRg .item-subtitle {
  color: #6a3649;
}
.cid-uWAX1XsyRg .mbr-text,
.cid-uWAX1XsyRg .mbr-section-btn {
  color: #ffffff;
}
.cid-uWAVwlACLf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ff086d;
}
.cid-uWAVwlACLf .counter-container ul {
  margin-bottom: 0;
}
.cid-uWAVwlACLf .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uWAVwlACLf .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #1b1818;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-uWAVwlACLf .card-title {
  color: #ffffff;
}
.cid-uWAVwlACLf .mbr-text {
  color: #ffffff;
}
.cid-vbBnHtOBns {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBnHtOBns .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBnHtOBns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBnHtOBns .card {
  justify-content: center;
}
.cid-vbBnHtOBns .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBnHtOBns .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBnHtOBns .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBnHtOBns .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBnHtOBns .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBnHtOBns .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBnHtOBns .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBnHtOBns .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBnHtOBns .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBnHtOBns .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBnHtOBns .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBnHtOBns .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBnHtOBns .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBnHtOBns .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBnHtOBns .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBnHtOBns .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBnHtOBns .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBnHtOBns .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBnHtOBns .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBnHtOBns .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBnHtOBns .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBnHtOBns .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBnHtOBns .mbr-label {
  color: #edefeb;
}
.cid-vbBnHtOBns .mbr-section-title {
  color: #111111;
}
.cid-vbBnHtOBns .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBnHtOBns .mbr-section-title,
.cid-vbBnHtOBns .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjQWeR1TJ .navbar-dropdown {
  position: relative !important;
}
.cid-uWjQWeR1TJ .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjQWeR1TJ .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjQWeR1TJ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjQWeR1TJ .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjQWeR1TJ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjQWeR1TJ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjQWeR1TJ .container {
    padding: 0 1rem;
  }
}
.cid-uWjQWeR1TJ .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjQWeR1TJ .nav-link {
  position: relative;
}
.cid-uWjQWeR1TJ .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjQWeR1TJ .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjQWeR1TJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjQWeR1TJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjQWeR1TJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjQWeR1TJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjQWeR1TJ .navbar.collapsed {
  justify-content: center;
}
.cid-uWjQWeR1TJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjQWeR1TJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjQWeR1TJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjQWeR1TJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjQWeR1TJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjQWeR1TJ .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-uWjQWeR1TJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjQWeR1TJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjQWeR1TJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjQWeR1TJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjQWeR1TJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjQWeR1TJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjQWeR1TJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjQWeR1TJ .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-uWjQWeR1TJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjQWeR1TJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjQWeR1TJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjQWeR1TJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjQWeR1TJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjQWeR1TJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjQWeR1TJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjQWeR1TJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjQWeR1TJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjQWeR1TJ .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-uWjQWeR1TJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjQWeR1TJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjQWeR1TJ .dropdown-item:hover,
.cid-uWjQWeR1TJ .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjQWeR1TJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjQWeR1TJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjQWeR1TJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjQWeR1TJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjQWeR1TJ .dropdown-menu,
.cid-uWjQWeR1TJ .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjQWeR1TJ .nav-item:focus,
.cid-uWjQWeR1TJ .nav-link:focus {
  outline: none;
}
.cid-uWjQWeR1TJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjQWeR1TJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjQWeR1TJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjQWeR1TJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjQWeR1TJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjQWeR1TJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjQWeR1TJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjQWeR1TJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjQWeR1TJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjQWeR1TJ .dropdown-item.active,
.cid-uWjQWeR1TJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjQWeR1TJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjQWeR1TJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjQWeR1TJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjQWeR1TJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjQWeR1TJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjQWeR1TJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjQWeR1TJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjQWeR1TJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjQWeR1TJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjQWeR1TJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjQWeR1TJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjQWeR1TJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjQWeR1TJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjQWeR1TJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjQWeR1TJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjQWeR1TJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjQWeR1TJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjQWeR1TJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjQWeR1TJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjQWeR1TJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjQWeR1TJ .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-uWjQWeR1TJ .navbar {
    height: 70px;
  }
  .cid-uWjQWeR1TJ .navbar.opened {
    height: auto;
  }
  .cid-uWjQWeR1TJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjQWfpL2w {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjQWfpL2w::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjQWfpL2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjQWfpL2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjQWfpL2w .card {
  justify-content: flex-end;
}
.cid-uWjQWfpL2w .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjQWfpL2w .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjQWfpL2w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjQWfpL2w .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjQWfpL2w .mbr-label {
  color: #ffffff;
}
.cid-uWjQWfpL2w .mbr-section-title {
  color: #ffffff;
}
.cid-uWjQWfpL2w .mbr-text {
  color: #ffffff;
}
.cid-uWjQWfN2kW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWjQWfN2kW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjQWfN2kW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjQWfN2kW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjQWfN2kW .row {
  flex-direction: row-reverse;
}
.cid-uWjQWfN2kW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjQWfN2kW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjQWfN2kW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjQWfN2kW .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjQWfN2kW .mbr-text,
.cid-uWjQWfN2kW .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWBmwBwJQC {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #1b1818;
}
.cid-uWBmwBwJQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBmwBwJQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uWBmwBwJQC .container {
    max-width: 1400px;
  }
}
.cid-uWBmwBwJQC .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
  width: 120px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #ff086d, #ff086d);
  height: 120px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uWBmwBwJQC .card {
    margin-bottom: 3rem;
  }
}
.cid-uWBmwBwJQC .row {
  justify-content: center;
}
.cid-uWBmwBwJQC .card-title,
.cid-uWBmwBwJQC .iconfont-wrapper {
  color: #ff086d;
  text-align: center;
}
.cid-uWBmwBwJQC .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWBmwBwJQC .mbr-section-title {
  color: #ffffff;
}
.cid-uWBmwBwJQC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWBpQ13Rzj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ff086d;
}
.cid-uWBpQ13Rzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBpQ13Rzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWBpQ13Rzj .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uWBpQ13Rzj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWBpQ13Rzj .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWBpQ13Rzj .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWBpQ13Rzj .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uWBpQ13Rzj .mbr-section-title {
  color: #ff6d99;
}
.cid-uWBpQ13Rzj .mbr-text,
.cid-uWBpQ13Rzj .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uWBpQ13Rzj .mbr-section-title,
.cid-uWBpQ13Rzj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWBpdoXlAB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ff086d;
}
.cid-uWBn8Xb2Nd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b1818;
}
.cid-uWBn8Xb2Nd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBn8Xb2Nd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWBn8Xb2Nd .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uWBn8Xb2Nd .card {
    margin-bottom: 2rem!important;
  }
  .cid-uWBn8Xb2Nd .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWBn8Xb2Nd .link-wrap {
    align-items: center;
  }
}
.cid-uWBn8Xb2Nd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uWBn8Xb2Nd .card-title,
.cid-uWBn8Xb2Nd .card-box {
  color: #ff086d;
}
.cid-uWBn8Xb2Nd .mbr-text,
.cid-uWBn8Xb2Nd .link-wrap,
.cid-uWBn8Xb2Nd .mbr-section-btn {
  color: #ffffff;
}
.cid-vbBnJWP2Op {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBnJWP2Op .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBnJWP2Op .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBnJWP2Op .card {
  justify-content: center;
}
.cid-vbBnJWP2Op .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBnJWP2Op .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBnJWP2Op .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBnJWP2Op .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBnJWP2Op .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBnJWP2Op .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBnJWP2Op .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBnJWP2Op .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBnJWP2Op .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBnJWP2Op .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBnJWP2Op .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBnJWP2Op .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBnJWP2Op .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBnJWP2Op .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBnJWP2Op .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBnJWP2Op .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBnJWP2Op .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBnJWP2Op .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBnJWP2Op .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBnJWP2Op .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBnJWP2Op .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBnJWP2Op .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBnJWP2Op .mbr-label {
  color: #edefeb;
}
.cid-vbBnJWP2Op .mbr-section-title {
  color: #111111;
}
.cid-vbBnJWP2Op .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBnJWP2Op .mbr-section-title,
.cid-vbBnJWP2Op .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjR21I5us .navbar-dropdown {
  position: relative !important;
}
.cid-uWjR21I5us .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjR21I5us .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjR21I5us .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjR21I5us .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjR21I5us .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjR21I5us .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjR21I5us .container {
    padding: 0 1rem;
  }
}
.cid-uWjR21I5us .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjR21I5us .nav-link {
  position: relative;
}
.cid-uWjR21I5us .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjR21I5us .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjR21I5us .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjR21I5us .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjR21I5us .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjR21I5us .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjR21I5us .navbar.collapsed {
  justify-content: center;
}
.cid-uWjR21I5us .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjR21I5us .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjR21I5us .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjR21I5us .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjR21I5us .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjR21I5us .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-uWjR21I5us .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjR21I5us .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjR21I5us .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjR21I5us .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjR21I5us .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjR21I5us .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjR21I5us .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjR21I5us .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-uWjR21I5us .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjR21I5us .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjR21I5us .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjR21I5us .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjR21I5us .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjR21I5us .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjR21I5us .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjR21I5us .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjR21I5us .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjR21I5us .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-uWjR21I5us .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjR21I5us .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjR21I5us .dropdown-item:hover,
.cid-uWjR21I5us .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjR21I5us .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjR21I5us .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjR21I5us .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjR21I5us .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjR21I5us .dropdown-menu,
.cid-uWjR21I5us .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjR21I5us .nav-item:focus,
.cid-uWjR21I5us .nav-link:focus {
  outline: none;
}
.cid-uWjR21I5us .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjR21I5us .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjR21I5us .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjR21I5us .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjR21I5us .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjR21I5us .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjR21I5us .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjR21I5us .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjR21I5us .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjR21I5us .dropdown-item.active,
.cid-uWjR21I5us .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjR21I5us .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjR21I5us .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjR21I5us .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjR21I5us .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjR21I5us .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjR21I5us .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjR21I5us ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjR21I5us .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjR21I5us button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjR21I5us button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjR21I5us button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjR21I5us button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjR21I5us button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjR21I5us button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjR21I5us nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjR21I5us nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjR21I5us nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjR21I5us nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjR21I5us .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjR21I5us a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjR21I5us .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-uWjR21I5us .navbar {
    height: 70px;
  }
  .cid-uWjR21I5us .navbar.opened {
    height: auto;
  }
  .cid-uWjR21I5us .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjR22dt0Z {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjR22dt0Z::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjR22dt0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjR22dt0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjR22dt0Z .card {
  justify-content: flex-end;
}
.cid-uWjR22dt0Z .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjR22dt0Z .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjR22dt0Z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjR22dt0Z .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjR22dt0Z .mbr-label {
  color: #ffffff;
}
.cid-uWjR22dt0Z .mbr-section-title {
  color: #ffffff;
}
.cid-uWjR22dt0Z .mbr-text {
  color: #ffffff;
}
.cid-uWjR22zaI0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWjR22zaI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjR22zaI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjR22zaI0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjR22zaI0 .row {
  flex-direction: row-reverse;
}
.cid-uWjR22zaI0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjR22zaI0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjR22zaI0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjR22zaI0 .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjR22zaI0 .mbr-text,
.cid-uWjR22zaI0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWBTcmJd50 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWBYQuBjJW {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #1b1818;
}
.cid-uWBYQuBjJW .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-uWBYQuBjJW .section-text {
  color: #ffffff;
}
.cid-uWBYQuBjJW .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-uWBYQuBjJW .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-uWBYQuBjJW .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uWBYQuBjJW .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-uWBYQuBjJW .mbr-figure .card-text {
  padding: 2rem;
}
.cid-uWBYQuBjJW .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-uWBYQuBjJW .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uWBYQuBjJW .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uWBYQuBjJW .mbr-text {
    text-align: center;
  }
}
.cid-uWBYQuBjJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWBYQuBjJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWBYQuBjJW .mbr-section-title,
.cid-uWBYQuBjJW .mbr-section-btn {
  color: #ff086d;
}
.cid-uWBYQuBjJW .mbr-text {
  color: #ffffff;
}
.cid-vcNTTch2X8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-vcNTTch2X8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNTTch2X8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNTTch2X8 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcNTTch2X8 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vcNTTch2X8 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vcNTTch2X8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcNTTch2X8 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vcNTTch2X8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNTTch2X8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcNTTch2X8 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vcNTTch2X8 .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vcNTTch2X8 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-vcNTTch2X8 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcNTTch2X8 .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vcNTTch2X8 .list_2 {
    padding-left: 0;
  }
}
.cid-vcNTTch2X8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcNTTch2X8 .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-vcNTTch2X8 .mbr-text,
.cid-vcNTTch2X8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcNTTch2X8 .list {
  color: #666666;
}
.cid-vcNTTch2X8 .list,
.cid-vcNTTch2X8 .item-wrap,
.cid-vcNTTch2X8 .list-wrapper {
  color: #ffffff;
}
.cid-vbBnMRevC5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBnMRevC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBnMRevC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBnMRevC5 .card {
  justify-content: center;
}
.cid-vbBnMRevC5 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBnMRevC5 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBnMRevC5 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBnMRevC5 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBnMRevC5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBnMRevC5 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBnMRevC5 .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBnMRevC5 .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBnMRevC5 .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBnMRevC5 .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBnMRevC5 .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBnMRevC5 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBnMRevC5 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBnMRevC5 .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBnMRevC5 .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBnMRevC5 .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBnMRevC5 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBnMRevC5 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBnMRevC5 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBnMRevC5 .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBnMRevC5 .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBnMRevC5 .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBnMRevC5 .mbr-label {
  color: #edefeb;
}
.cid-vbBnMRevC5 .mbr-section-title {
  color: #111111;
}
.cid-vbBnMRevC5 .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBnMRevC5 .mbr-section-title,
.cid-vbBnMRevC5 .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjR7mtIs9 .navbar-dropdown {
  position: relative !important;
}
.cid-uWjR7mtIs9 .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjR7mtIs9 .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjR7mtIs9 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjR7mtIs9 .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjR7mtIs9 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjR7mtIs9 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjR7mtIs9 .container {
    padding: 0 1rem;
  }
}
.cid-uWjR7mtIs9 .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjR7mtIs9 .nav-link {
  position: relative;
}
.cid-uWjR7mtIs9 .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjR7mtIs9 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjR7mtIs9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjR7mtIs9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjR7mtIs9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjR7mtIs9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjR7mtIs9 .navbar.collapsed {
  justify-content: center;
}
.cid-uWjR7mtIs9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjR7mtIs9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjR7mtIs9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjR7mtIs9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjR7mtIs9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjR7mtIs9 .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-uWjR7mtIs9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjR7mtIs9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjR7mtIs9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjR7mtIs9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjR7mtIs9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjR7mtIs9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjR7mtIs9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjR7mtIs9 .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-uWjR7mtIs9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjR7mtIs9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjR7mtIs9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjR7mtIs9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjR7mtIs9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjR7mtIs9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjR7mtIs9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjR7mtIs9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjR7mtIs9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjR7mtIs9 .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-uWjR7mtIs9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjR7mtIs9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjR7mtIs9 .dropdown-item:hover,
.cid-uWjR7mtIs9 .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjR7mtIs9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjR7mtIs9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjR7mtIs9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjR7mtIs9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjR7mtIs9 .dropdown-menu,
.cid-uWjR7mtIs9 .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjR7mtIs9 .nav-item:focus,
.cid-uWjR7mtIs9 .nav-link:focus {
  outline: none;
}
.cid-uWjR7mtIs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjR7mtIs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjR7mtIs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjR7mtIs9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjR7mtIs9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjR7mtIs9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjR7mtIs9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjR7mtIs9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjR7mtIs9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjR7mtIs9 .dropdown-item.active,
.cid-uWjR7mtIs9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjR7mtIs9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjR7mtIs9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjR7mtIs9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjR7mtIs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjR7mtIs9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjR7mtIs9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjR7mtIs9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjR7mtIs9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjR7mtIs9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjR7mtIs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjR7mtIs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjR7mtIs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjR7mtIs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjR7mtIs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjR7mtIs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjR7mtIs9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjR7mtIs9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjR7mtIs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjR7mtIs9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjR7mtIs9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjR7mtIs9 .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-uWjR7mtIs9 .navbar {
    height: 70px;
  }
  .cid-uWjR7mtIs9 .navbar.opened {
    height: auto;
  }
  .cid-uWjR7mtIs9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjR7mWCAA {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjR7mWCAA::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjR7mWCAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjR7mWCAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjR7mWCAA .card {
  justify-content: flex-end;
}
.cid-uWjR7mWCAA .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjR7mWCAA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjR7mWCAA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjR7mWCAA .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjR7mWCAA .mbr-label {
  color: #ffffff;
}
.cid-uWjR7mWCAA .mbr-section-title {
  color: #ffffff;
}
.cid-uWjR7mWCAA .mbr-text {
  color: #ffffff;
}
.cid-uWjR7njvjQ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWjR7njvjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjR7njvjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjR7njvjQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjR7njvjQ .row {
  flex-direction: row-reverse;
}
.cid-uWjR7njvjQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjR7njvjQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjR7njvjQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjR7njvjQ .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjR7njvjQ .mbr-text,
.cid-uWjR7njvjQ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWC528zTEo {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWC528zTEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC528zTEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC528zTEo .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWC528zTEo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWC528zTEo .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWC528zTEo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWC528zTEo .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWC528zTEo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWC528zTEo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWC528zTEo .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uWC528zTEo .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWC528zTEo .items-wrapper .item:hover .item-wrapper,
.cid-uWC528zTEo .items-wrapper .item:focus .item-wrapper {
  border: 2px solid #ff086d;
}
.cid-uWC528zTEo .items-wrapper .item:hover .card_2,
.cid-uWC528zTEo .items-wrapper .item:focus .card_2 {
  border: 2px solid #ff086d;
}
.cid-uWC528zTEo .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #232323;
  transition: all 0.3s ease;
  border: 2px solid #232323;
  box-shadow: 0 32px 64px -10px #1b1818;
}
@media (max-width: 992px) {
  .cid-uWC528zTEo .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWC528zTEo .items-wrapper .item .item-wrapper .card-box .card-title,
.cid-uWC528zTEo .items-wrapper .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWC528zTEo .items-wrapper .item .item-wrapper .card-box .card-title,
  .cid-uWC528zTEo .items-wrapper .item .item-wrapper .card-box .card-title_2 {
    margin-bottom: 24px;
  }
}
.cid-uWC528zTEo .items-wrapper .item .item-wrapper .card-box .card-price,
.cid-uWC528zTEo .items-wrapper .item .item-wrapper .card-box .card-price_2 {
  margin-bottom: 16px;
}
.cid-uWC528zTEo .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWC528zTEo .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uWC528zTEo .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWC528zTEo .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}
.cid-uWC528zTEo .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWC528zTEo .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWC528zTEo .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uWC528zTEo .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uWC528zTEo .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-uWC528zTEo .items-wrapper .item .card_2 {
  padding: 46px 40px;
}
@media (max-width: 992px) {
  .cid-uWC528zTEo .items-wrapper .item .card_2 {
    padding: 24px;
  }
}
.cid-uWC528zTEo .items-wrapper .item .card_2 .card-box .list-wrapper .list .item-wrap::before {
  border: 2px solid #ff086d;
  color: #ff086d;
}
.cid-uWC528zTEo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWC528zTEo .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWC528zTEo .mbr-text,
.cid-uWC528zTEo .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWC528zTEo .card-title {
  color: #a6adbf;
}
.cid-uWC528zTEo .card-title_2 {
  color: #ff6d99;
}
.cid-uWC528zTEo .card-price {
  color: #ffffff;
  text-align: center;
}
.cid-uWC528zTEo .card-price_2 {
  color: #ff086d;
  text-align: center;
}
.cid-uWC528zTEo .card-text {
  color: #ffffff;
}
.cid-uWC528zTEo .list {
  color: #111111;
}
.cid-uWC528zTEo .list,
.cid-uWC528zTEo .item-wrap,
.cid-uWC528zTEo .list-wrapper {
  color: #ffffff;
}
.cid-uZ9hOLRfFC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWC6KXTavD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWC6KXTavD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWC6KXTavD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWC6KXTavD .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWC6KXTavD .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWC6KXTavD .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWC6KXTavD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWC6KXTavD .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWC6KXTavD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWC6KXTavD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWC6KXTavD .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWC6KXTavD .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWC6KXTavD .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWC6KXTavD .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWC6KXTavD .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWC6KXTavD .list_2 {
    padding-left: 0;
  }
}
.cid-uWC6KXTavD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWC6KXTavD .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWC6KXTavD .mbr-text,
.cid-uWC6KXTavD .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWC6KXTavD .list {
  color: #666666;
}
.cid-uWC6KXTavD .list,
.cid-uWC6KXTavD .item-wrap,
.cid-uWC6KXTavD .list-wrapper {
  color: #ffffff;
}
.cid-vbBnPkh8MH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBnPkh8MH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBnPkh8MH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBnPkh8MH .card {
  justify-content: center;
}
.cid-vbBnPkh8MH .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBnPkh8MH .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBnPkh8MH .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBnPkh8MH .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBnPkh8MH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBnPkh8MH .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBnPkh8MH .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBnPkh8MH .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBnPkh8MH .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBnPkh8MH .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBnPkh8MH .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBnPkh8MH .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBnPkh8MH .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBnPkh8MH .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBnPkh8MH .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBnPkh8MH .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBnPkh8MH .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBnPkh8MH .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBnPkh8MH .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBnPkh8MH .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBnPkh8MH .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBnPkh8MH .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBnPkh8MH .mbr-label {
  color: #edefeb;
}
.cid-vbBnPkh8MH .mbr-section-title {
  color: #111111;
}
.cid-vbBnPkh8MH .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBnPkh8MH .mbr-section-title,
.cid-vbBnPkh8MH .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjRbWKWCJ .navbar-dropdown {
  position: relative !important;
}
.cid-uWjRbWKWCJ .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjRbWKWCJ .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjRbWKWCJ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjRbWKWCJ .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjRbWKWCJ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjRbWKWCJ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjRbWKWCJ .container {
    padding: 0 1rem;
  }
}
.cid-uWjRbWKWCJ .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjRbWKWCJ .nav-link {
  position: relative;
}
.cid-uWjRbWKWCJ .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjRbWKWCJ .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjRbWKWCJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjRbWKWCJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjRbWKWCJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjRbWKWCJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjRbWKWCJ .navbar.collapsed {
  justify-content: center;
}
.cid-uWjRbWKWCJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjRbWKWCJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjRbWKWCJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjRbWKWCJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjRbWKWCJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjRbWKWCJ .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-uWjRbWKWCJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjRbWKWCJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjRbWKWCJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjRbWKWCJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjRbWKWCJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjRbWKWCJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjRbWKWCJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjRbWKWCJ .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-uWjRbWKWCJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjRbWKWCJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjRbWKWCJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjRbWKWCJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjRbWKWCJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjRbWKWCJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjRbWKWCJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjRbWKWCJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjRbWKWCJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjRbWKWCJ .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-uWjRbWKWCJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjRbWKWCJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjRbWKWCJ .dropdown-item:hover,
.cid-uWjRbWKWCJ .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjRbWKWCJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjRbWKWCJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjRbWKWCJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjRbWKWCJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjRbWKWCJ .dropdown-menu,
.cid-uWjRbWKWCJ .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjRbWKWCJ .nav-item:focus,
.cid-uWjRbWKWCJ .nav-link:focus {
  outline: none;
}
.cid-uWjRbWKWCJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjRbWKWCJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjRbWKWCJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjRbWKWCJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjRbWKWCJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjRbWKWCJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjRbWKWCJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjRbWKWCJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjRbWKWCJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjRbWKWCJ .dropdown-item.active,
.cid-uWjRbWKWCJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjRbWKWCJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjRbWKWCJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjRbWKWCJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjRbWKWCJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjRbWKWCJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjRbWKWCJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjRbWKWCJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjRbWKWCJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjRbWKWCJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjRbWKWCJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjRbWKWCJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjRbWKWCJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRbWKWCJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRbWKWCJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjRbWKWCJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRbWKWCJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjRbWKWCJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjRbWKWCJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRbWKWCJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjRbWKWCJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjRbWKWCJ .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-uWjRbWKWCJ .navbar {
    height: 70px;
  }
  .cid-uWjRbWKWCJ .navbar.opened {
    height: auto;
  }
  .cid-uWjRbWKWCJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjRbXfiY3 {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjRbXfiY3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjRbXfiY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRbXfiY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjRbXfiY3 .card {
  justify-content: flex-end;
}
.cid-uWjRbXfiY3 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjRbXfiY3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjRbXfiY3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjRbXfiY3 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjRbXfiY3 .mbr-label {
  color: #ffffff;
}
.cid-uWjRbXfiY3 .mbr-section-title {
  color: #ffffff;
}
.cid-uWjRbXfiY3 .mbr-text {
  color: #ffffff;
}
.cid-uWjRbXEjh8 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWjRbXEjh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRbXEjh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjRbXEjh8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjRbXEjh8 .row {
  flex-direction: row-reverse;
}
.cid-uWjRbXEjh8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjRbXEjh8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjRbXEjh8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjRbXEjh8 .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjRbXEjh8 .mbr-text,
.cid-uWjRbXEjh8 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWCabpf12S {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWCb0KUyNd {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWCb0KUyNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCb0KUyNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCb0KUyNd .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWCb0KUyNd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWCb0KUyNd .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWCb0KUyNd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWCb0KUyNd .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWCb0KUyNd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWCb0KUyNd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWCb0KUyNd .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uWCb0KUyNd .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWCb0KUyNd .items-wrapper .item:hover .item-wrapper,
.cid-uWCb0KUyNd .items-wrapper .item:focus .item-wrapper {
  border: 2px solid #ff086d;
}
.cid-uWCb0KUyNd .items-wrapper .item:hover .card_2,
.cid-uWCb0KUyNd .items-wrapper .item:focus .card_2 {
  border: 2px solid #ff086d;
}
.cid-uWCb0KUyNd .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background-color: #232323;
  transition: all 0.3s ease;
  border: 2px solid #232323;
  box-shadow: 0 32px 64px -10px #1b1818;
}
@media (max-width: 992px) {
  .cid-uWCb0KUyNd .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWCb0KUyNd .items-wrapper .item .item-wrapper .card-box .card-title,
.cid-uWCb0KUyNd .items-wrapper .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWCb0KUyNd .items-wrapper .item .item-wrapper .card-box .card-title,
  .cid-uWCb0KUyNd .items-wrapper .item .item-wrapper .card-box .card-title_2 {
    margin-bottom: 24px;
  }
}
.cid-uWCb0KUyNd .items-wrapper .item .item-wrapper .card-box .card-price,
.cid-uWCb0KUyNd .items-wrapper .item .item-wrapper .card-box .card-price_2 {
  margin-bottom: 16px;
}
.cid-uWCb0KUyNd .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWCb0KUyNd .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uWCb0KUyNd .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWCb0KUyNd .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}
.cid-uWCb0KUyNd .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWCb0KUyNd .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWCb0KUyNd .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uWCb0KUyNd .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uWCb0KUyNd .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-uWCb0KUyNd .items-wrapper .item .card_2 {
  padding: 46px 40px;
}
@media (max-width: 992px) {
  .cid-uWCb0KUyNd .items-wrapper .item .card_2 {
    padding: 24px;
  }
}
.cid-uWCb0KUyNd .items-wrapper .item .card_2 .card-box .list-wrapper .list .item-wrap::before {
  border: 2px solid #ff086d;
  color: #ff086d;
}
.cid-uWCb0KUyNd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWCb0KUyNd .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWCb0KUyNd .mbr-text,
.cid-uWCb0KUyNd .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWCb0KUyNd .card-title {
  color: #a6adbf;
}
.cid-uWCb0KUyNd .card-title_2 {
  color: #ff6d99;
}
.cid-uWCb0KUyNd .card-price {
  color: #ffffff;
  text-align: center;
}
.cid-uWCb0KUyNd .card-price_2 {
  color: #ff086d;
  text-align: center;
}
.cid-uWCb0KUyNd .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWCb0KUyNd .list {
  color: #111111;
}
.cid-uWCb0KUyNd .list,
.cid-uWCb0KUyNd .item-wrap,
.cid-uWCb0KUyNd .list-wrapper {
  color: #ffffff;
}
.cid-uWCakpaabS {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #1b1818;
}
.cid-uWCakpaabS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCakpaabS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCakpaabS .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWCakpaabS .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWCakpaabS .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWCakpaabS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWCakpaabS .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWCakpaabS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWCakpaabS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWCakpaabS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWCakpaabS .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWCakpaabS .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWCakpaabS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWCakpaabS .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWCakpaabS .list_2 {
    padding-left: 0;
  }
}
.cid-uWCakpaabS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWCakpaabS .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWCakpaabS .mbr-text,
.cid-uWCakpaabS .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uWCakpaabS .list {
  color: #666666;
}
.cid-uWCakpaabS .list,
.cid-uWCakpaabS .item-wrap,
.cid-uWCakpaabS .list-wrapper {
  color: #ffffff;
}
.cid-uWCcuRDKnV {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-site-fibra.jpg-2000x815.jpg");
}
.cid-uWCcuRDKnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWCcuRDKnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWCcuRDKnV .mbr-text,
.cid-uWCcuRDKnV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWCctr2xQX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWCctr2xQX .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uWCctr2xQX .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uWCctr2xQX .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ff086d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uWCctr2xQX .mbr-section-title {
  text-align: center;
  color: #ff086d;
}
.cid-uWCctr2xQX .mbr-text {
  color: #ffffff;
}
.cid-vbBnS4JaEP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBnS4JaEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBnS4JaEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBnS4JaEP .card {
  justify-content: center;
}
.cid-vbBnS4JaEP .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBnS4JaEP .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBnS4JaEP .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBnS4JaEP .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBnS4JaEP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBnS4JaEP .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBnS4JaEP .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBnS4JaEP .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBnS4JaEP .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBnS4JaEP .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBnS4JaEP .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBnS4JaEP .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBnS4JaEP .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBnS4JaEP .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBnS4JaEP .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBnS4JaEP .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBnS4JaEP .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBnS4JaEP .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBnS4JaEP .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBnS4JaEP .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBnS4JaEP .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBnS4JaEP .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBnS4JaEP .mbr-label {
  color: #edefeb;
}
.cid-vbBnS4JaEP .mbr-section-title {
  color: #111111;
}
.cid-vbBnS4JaEP .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBnS4JaEP .mbr-section-title,
.cid-vbBnS4JaEP .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjRgdcdos .navbar-dropdown {
  position: relative !important;
}
.cid-uWjRgdcdos .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjRgdcdos .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjRgdcdos .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjRgdcdos .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjRgdcdos .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjRgdcdos .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjRgdcdos .container {
    padding: 0 1rem;
  }
}
.cid-uWjRgdcdos .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjRgdcdos .nav-link {
  position: relative;
}
.cid-uWjRgdcdos .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjRgdcdos .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjRgdcdos .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjRgdcdos .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjRgdcdos .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjRgdcdos .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjRgdcdos .navbar.collapsed {
  justify-content: center;
}
.cid-uWjRgdcdos .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjRgdcdos .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjRgdcdos .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjRgdcdos .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjRgdcdos .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjRgdcdos .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-uWjRgdcdos .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjRgdcdos .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjRgdcdos .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjRgdcdos .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjRgdcdos .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjRgdcdos .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjRgdcdos .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjRgdcdos .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-uWjRgdcdos .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjRgdcdos .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjRgdcdos .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjRgdcdos .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjRgdcdos .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjRgdcdos .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjRgdcdos .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjRgdcdos .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjRgdcdos .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjRgdcdos .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-uWjRgdcdos .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjRgdcdos .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjRgdcdos .dropdown-item:hover,
.cid-uWjRgdcdos .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjRgdcdos .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjRgdcdos .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjRgdcdos .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjRgdcdos .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjRgdcdos .dropdown-menu,
.cid-uWjRgdcdos .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjRgdcdos .nav-item:focus,
.cid-uWjRgdcdos .nav-link:focus {
  outline: none;
}
.cid-uWjRgdcdos .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjRgdcdos .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjRgdcdos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjRgdcdos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjRgdcdos .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjRgdcdos .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjRgdcdos .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjRgdcdos .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjRgdcdos .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjRgdcdos .dropdown-item.active,
.cid-uWjRgdcdos .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjRgdcdos .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjRgdcdos .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjRgdcdos .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjRgdcdos .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjRgdcdos .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjRgdcdos .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjRgdcdos ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjRgdcdos .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjRgdcdos button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjRgdcdos button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjRgdcdos button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjRgdcdos button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRgdcdos button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRgdcdos button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjRgdcdos nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRgdcdos nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjRgdcdos nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjRgdcdos nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRgdcdos .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjRgdcdos a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjRgdcdos .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-uWjRgdcdos .navbar {
    height: 70px;
  }
  .cid-uWjRgdcdos .navbar.opened {
    height: auto;
  }
  .cid-uWjRgdcdos .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjRgdFtbe {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjRgdFtbe::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjRgdFtbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRgdFtbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjRgdFtbe .card {
  justify-content: flex-end;
}
.cid-uWjRgdFtbe .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjRgdFtbe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjRgdFtbe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjRgdFtbe .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjRgdFtbe .mbr-label {
  color: #ffffff;
}
.cid-uWjRgdFtbe .mbr-section-title {
  color: #ffffff;
}
.cid-uWjRgdFtbe .mbr-text {
  color: #ffffff;
}
.cid-uWjRge1sqQ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWjRge1sqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRge1sqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjRge1sqQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjRge1sqQ .row {
  flex-direction: row-reverse;
}
.cid-uWjRge1sqQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjRge1sqQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjRge1sqQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjRge1sqQ .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjRge1sqQ .mbr-text,
.cid-uWjRge1sqQ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWH1hejtxq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWH2R9Lk6W {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWH2R9Lk6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWH2R9Lk6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWH2R9Lk6W .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-uWH2R9Lk6W .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-uWH2R9Lk6W .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uWH2R9Lk6W .item-img {
    width: 100%;
  }
}
.cid-uWH2R9Lk6W .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uWH2R9Lk6W .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uWH2R9Lk6W .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-uWH2R9Lk6W .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uWH2R9Lk6W .card-title {
  color: #ff086d;
}
.cid-uWH2R9Lk6W .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-uWH2R9Lk6W .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.cid-uWH2R9Lk6W .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 12px;
}
.cid-uWH2R9Lk6W .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uWH2R9Lk6W .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 25px;
  color: #ff086d;
  transform: rotate(-45deg);
}
.cid-uWH2R9Lk6W .list-text {
  flex-grow: 1;
  color: #ffffff;
}
.cid-uWH2R9Lk6W .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cid-uWH2R9Lk6W .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-uWH2R9Lk6W .card-text,
.cid-uWH2R9Lk6W .mbr-section-btn {
  color: #ffffff;
}
.cid-uWH0PZbRe7 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWH0PZbRe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWH0PZbRe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWH0PZbRe7 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWH0PZbRe7 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWH0PZbRe7 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWH0PZbRe7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWH0PZbRe7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWH0PZbRe7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWH0PZbRe7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWH0PZbRe7 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWH0PZbRe7 .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWH0PZbRe7 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWH0PZbRe7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWH0PZbRe7 .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWH0PZbRe7 .list_2 {
    padding-left: 0;
  }
}
.cid-uWH0PZbRe7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWH0PZbRe7 .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWH0PZbRe7 .mbr-text,
.cid-uWH0PZbRe7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWH0PZbRe7 .list {
  color: #666666;
}
.cid-uWH0PZbRe7 .list,
.cid-uWH0PZbRe7 .item-wrap,
.cid-uWH0PZbRe7 .list-wrapper {
  color: #ffffff;
}
.cid-vbBnUbxyVc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBnUbxyVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBnUbxyVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBnUbxyVc .card {
  justify-content: center;
}
.cid-vbBnUbxyVc .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBnUbxyVc .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBnUbxyVc .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBnUbxyVc .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBnUbxyVc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBnUbxyVc .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBnUbxyVc .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBnUbxyVc .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBnUbxyVc .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBnUbxyVc .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBnUbxyVc .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBnUbxyVc .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBnUbxyVc .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBnUbxyVc .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBnUbxyVc .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBnUbxyVc .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBnUbxyVc .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBnUbxyVc .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBnUbxyVc .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBnUbxyVc .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBnUbxyVc .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBnUbxyVc .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBnUbxyVc .mbr-label {
  color: #edefeb;
}
.cid-vbBnUbxyVc .mbr-section-title {
  color: #111111;
}
.cid-vbBnUbxyVc .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBnUbxyVc .mbr-section-title,
.cid-vbBnUbxyVc .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjRkhDm1N .navbar-dropdown {
  position: relative !important;
}
.cid-uWjRkhDm1N .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjRkhDm1N .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjRkhDm1N .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjRkhDm1N .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjRkhDm1N .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjRkhDm1N .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjRkhDm1N .container {
    padding: 0 1rem;
  }
}
.cid-uWjRkhDm1N .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjRkhDm1N .nav-link {
  position: relative;
}
.cid-uWjRkhDm1N .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjRkhDm1N .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjRkhDm1N .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjRkhDm1N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjRkhDm1N .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjRkhDm1N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjRkhDm1N .navbar.collapsed {
  justify-content: center;
}
.cid-uWjRkhDm1N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjRkhDm1N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjRkhDm1N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjRkhDm1N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjRkhDm1N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjRkhDm1N .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-uWjRkhDm1N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjRkhDm1N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjRkhDm1N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjRkhDm1N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjRkhDm1N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjRkhDm1N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjRkhDm1N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjRkhDm1N .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-uWjRkhDm1N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjRkhDm1N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjRkhDm1N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjRkhDm1N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjRkhDm1N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjRkhDm1N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjRkhDm1N .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjRkhDm1N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjRkhDm1N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjRkhDm1N .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-uWjRkhDm1N .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjRkhDm1N .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjRkhDm1N .dropdown-item:hover,
.cid-uWjRkhDm1N .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjRkhDm1N .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjRkhDm1N .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjRkhDm1N .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjRkhDm1N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjRkhDm1N .dropdown-menu,
.cid-uWjRkhDm1N .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjRkhDm1N .nav-item:focus,
.cid-uWjRkhDm1N .nav-link:focus {
  outline: none;
}
.cid-uWjRkhDm1N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjRkhDm1N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjRkhDm1N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjRkhDm1N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjRkhDm1N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjRkhDm1N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjRkhDm1N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjRkhDm1N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjRkhDm1N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjRkhDm1N .dropdown-item.active,
.cid-uWjRkhDm1N .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjRkhDm1N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjRkhDm1N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjRkhDm1N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjRkhDm1N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjRkhDm1N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjRkhDm1N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjRkhDm1N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjRkhDm1N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjRkhDm1N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjRkhDm1N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjRkhDm1N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjRkhDm1N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRkhDm1N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRkhDm1N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjRkhDm1N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRkhDm1N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjRkhDm1N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjRkhDm1N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRkhDm1N .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjRkhDm1N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjRkhDm1N .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-uWjRkhDm1N .navbar {
    height: 70px;
  }
  .cid-uWjRkhDm1N .navbar.opened {
    height: auto;
  }
  .cid-uWjRkhDm1N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjRki7mpC {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjRki7mpC::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjRki7mpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRki7mpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjRki7mpC .card {
  justify-content: flex-end;
}
.cid-uWjRki7mpC .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjRki7mpC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjRki7mpC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjRki7mpC .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjRki7mpC .mbr-label {
  color: #ffffff;
}
.cid-uWjRki7mpC .mbr-section-title {
  color: #ffffff;
}
.cid-uWjRki7mpC .mbr-text {
  color: #ffffff;
}
.cid-uWjRkisExx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1b1818;
}
.cid-uWjRkisExx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRkisExx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjRkisExx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjRkisExx .row {
  flex-direction: row-reverse;
}
.cid-uWjRkisExx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjRkisExx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjRkisExx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjRkisExx .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjRkisExx .mbr-text,
.cid-uWjRkisExx .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWH5yS5noJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWH5fPM5HT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWH5fPM5HT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWH5fPM5HT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWH5fPM5HT .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWH5fPM5HT .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWH5fPM5HT .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWH5fPM5HT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWH5fPM5HT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWH5fPM5HT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWH5fPM5HT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWH5fPM5HT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWH5fPM5HT .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWH5fPM5HT .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWH5fPM5HT .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWH5fPM5HT .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWH5fPM5HT .list_2 {
    padding-left: 0;
  }
}
.cid-uWH5fPM5HT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWH5fPM5HT .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWH5fPM5HT .mbr-text,
.cid-uWH5fPM5HT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWH5fPM5HT .list {
  color: #666666;
}
.cid-uWH5fPM5HT .list,
.cid-uWH5fPM5HT .item-wrap,
.cid-uWH5fPM5HT .list-wrapper {
  color: #ffffff;
}
.cid-uWH5GrkJZB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWH5GrkJZB .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWH5GrkJZB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWH5GrkJZB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWH5GrkJZB .item-wrapper {
  background: #232323;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWH5GrkJZB .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWH5GrkJZB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWH5GrkJZB .card-title,
.cid-uWH5GrkJZB .iconfont-wrapper {
  color: #ff086d;
}
.cid-uWH5GrkJZB .content-head {
  max-width: 800px;
}
.cid-uWH5GrkJZB .mbr-section-title {
  color: #000000;
}
.cid-uWH5GrkJZB .mbr-section-subtitle {
  color: #000000;
}
.cid-uWH5GrkJZB .card-text {
  color: #ffffff;
}
.cid-uWH5GrkJZB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWH5GrkJZB .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vbBnWibTMR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBnWibTMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBnWibTMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBnWibTMR .card {
  justify-content: center;
}
.cid-vbBnWibTMR .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBnWibTMR .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBnWibTMR .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBnWibTMR .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBnWibTMR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBnWibTMR .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBnWibTMR .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBnWibTMR .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBnWibTMR .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBnWibTMR .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBnWibTMR .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBnWibTMR .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBnWibTMR .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBnWibTMR .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBnWibTMR .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBnWibTMR .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBnWibTMR .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBnWibTMR .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBnWibTMR .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBnWibTMR .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBnWibTMR .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBnWibTMR .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBnWibTMR .mbr-label {
  color: #edefeb;
}
.cid-vbBnWibTMR .mbr-section-title {
  color: #111111;
}
.cid-vbBnWibTMR .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBnWibTMR .mbr-section-title,
.cid-vbBnWibTMR .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjRqq1WE1 .navbar-dropdown {
  position: relative !important;
}
.cid-uWjRqq1WE1 .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjRqq1WE1 .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjRqq1WE1 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjRqq1WE1 .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjRqq1WE1 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjRqq1WE1 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjRqq1WE1 .container {
    padding: 0 1rem;
  }
}
.cid-uWjRqq1WE1 .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjRqq1WE1 .nav-link {
  position: relative;
}
.cid-uWjRqq1WE1 .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjRqq1WE1 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjRqq1WE1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjRqq1WE1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjRqq1WE1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjRqq1WE1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjRqq1WE1 .navbar.collapsed {
  justify-content: center;
}
.cid-uWjRqq1WE1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjRqq1WE1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjRqq1WE1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjRqq1WE1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjRqq1WE1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjRqq1WE1 .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-uWjRqq1WE1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjRqq1WE1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjRqq1WE1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjRqq1WE1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjRqq1WE1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjRqq1WE1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjRqq1WE1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjRqq1WE1 .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-uWjRqq1WE1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjRqq1WE1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjRqq1WE1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjRqq1WE1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjRqq1WE1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjRqq1WE1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjRqq1WE1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjRqq1WE1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjRqq1WE1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjRqq1WE1 .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-uWjRqq1WE1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjRqq1WE1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjRqq1WE1 .dropdown-item:hover,
.cid-uWjRqq1WE1 .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjRqq1WE1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjRqq1WE1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjRqq1WE1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjRqq1WE1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjRqq1WE1 .dropdown-menu,
.cid-uWjRqq1WE1 .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjRqq1WE1 .nav-item:focus,
.cid-uWjRqq1WE1 .nav-link:focus {
  outline: none;
}
.cid-uWjRqq1WE1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjRqq1WE1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjRqq1WE1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjRqq1WE1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjRqq1WE1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjRqq1WE1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjRqq1WE1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjRqq1WE1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjRqq1WE1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjRqq1WE1 .dropdown-item.active,
.cid-uWjRqq1WE1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjRqq1WE1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjRqq1WE1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjRqq1WE1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjRqq1WE1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjRqq1WE1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjRqq1WE1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjRqq1WE1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjRqq1WE1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjRqq1WE1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjRqq1WE1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjRqq1WE1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjRqq1WE1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRqq1WE1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRqq1WE1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjRqq1WE1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRqq1WE1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjRqq1WE1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjRqq1WE1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRqq1WE1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjRqq1WE1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjRqq1WE1 .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-uWjRqq1WE1 .navbar {
    height: 70px;
  }
  .cid-uWjRqq1WE1 .navbar.opened {
    height: auto;
  }
  .cid-uWjRqq1WE1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjRqqwfLH {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjRqqwfLH::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjRqqwfLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRqqwfLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjRqqwfLH .card {
  justify-content: flex-end;
}
.cid-uWjRqqwfLH .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjRqqwfLH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjRqqwfLH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjRqqwfLH .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjRqqwfLH .mbr-label {
  color: #ffffff;
}
.cid-uWjRqqwfLH .mbr-section-title {
  color: #ffffff;
}
.cid-uWjRqqwfLH .mbr-text {
  color: #ffffff;
}
.cid-uWjRqqTSzM {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWjRqqTSzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRqqTSzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjRqqTSzM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjRqqTSzM .row {
  flex-direction: row-reverse;
}
.cid-uWjRqqTSzM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjRqqTSzM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjRqqTSzM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjRqqTSzM .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjRqqTSzM .mbr-text,
.cid-uWjRqqTSzM .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWHawpYTSM {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #1b1818;
}
.cid-uWHawpYTSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHawpYTSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uWHawpYTSM .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uWHawpYTSM .mbr-section-btn,
.cid-uWHawpYTSM .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uWHawpYTSM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWHawpYTSM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWHawpYTSM .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uWHawpYTSM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWHawpYTSM .mbr-section-title {
  color: #ff086d;
}
.cid-uWHawpYTSM .mbr-text,
.cid-uWHawpYTSM .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHawpYTSM .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vcNRe0QCH1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-vcNRe0QCH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNRe0QCH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNRe0QCH1 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcNRe0QCH1 .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vcNRe0QCH1 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vcNRe0QCH1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcNRe0QCH1 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vcNRe0QCH1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNRe0QCH1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcNRe0QCH1 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vcNRe0QCH1 .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vcNRe0QCH1 .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-vcNRe0QCH1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcNRe0QCH1 .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vcNRe0QCH1 .list_2 {
    padding-left: 0;
  }
}
.cid-vcNRe0QCH1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcNRe0QCH1 .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-vcNRe0QCH1 .mbr-text,
.cid-vcNRe0QCH1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcNRe0QCH1 .list {
  color: #666666;
}
.cid-vcNRe0QCH1 .list,
.cid-vcNRe0QCH1 .item-wrap,
.cid-vcNRe0QCH1 .list-wrapper {
  color: #ffffff;
}
.cid-vbBnYoBRJf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBnYoBRJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBnYoBRJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBnYoBRJf .card {
  justify-content: center;
}
.cid-vbBnYoBRJf .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBnYoBRJf .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBnYoBRJf .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBnYoBRJf .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBnYoBRJf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBnYoBRJf .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBnYoBRJf .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBnYoBRJf .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBnYoBRJf .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBnYoBRJf .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBnYoBRJf .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBnYoBRJf .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBnYoBRJf .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBnYoBRJf .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBnYoBRJf .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBnYoBRJf .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBnYoBRJf .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBnYoBRJf .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBnYoBRJf .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBnYoBRJf .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBnYoBRJf .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBnYoBRJf .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBnYoBRJf .mbr-label {
  color: #edefeb;
}
.cid-vbBnYoBRJf .mbr-section-title {
  color: #111111;
}
.cid-vbBnYoBRJf .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBnYoBRJf .mbr-section-title,
.cid-vbBnYoBRJf .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjRtvrSKS .navbar-dropdown {
  position: relative !important;
}
.cid-uWjRtvrSKS .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjRtvrSKS .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjRtvrSKS .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjRtvrSKS .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjRtvrSKS .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjRtvrSKS .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjRtvrSKS .container {
    padding: 0 1rem;
  }
}
.cid-uWjRtvrSKS .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjRtvrSKS .nav-link {
  position: relative;
}
.cid-uWjRtvrSKS .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjRtvrSKS .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjRtvrSKS .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjRtvrSKS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjRtvrSKS .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjRtvrSKS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjRtvrSKS .navbar.collapsed {
  justify-content: center;
}
.cid-uWjRtvrSKS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjRtvrSKS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjRtvrSKS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjRtvrSKS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjRtvrSKS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjRtvrSKS .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-uWjRtvrSKS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjRtvrSKS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjRtvrSKS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjRtvrSKS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjRtvrSKS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjRtvrSKS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjRtvrSKS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjRtvrSKS .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-uWjRtvrSKS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjRtvrSKS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjRtvrSKS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjRtvrSKS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjRtvrSKS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjRtvrSKS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjRtvrSKS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjRtvrSKS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjRtvrSKS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjRtvrSKS .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-uWjRtvrSKS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjRtvrSKS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjRtvrSKS .dropdown-item:hover,
.cid-uWjRtvrSKS .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjRtvrSKS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjRtvrSKS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjRtvrSKS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjRtvrSKS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjRtvrSKS .dropdown-menu,
.cid-uWjRtvrSKS .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjRtvrSKS .nav-item:focus,
.cid-uWjRtvrSKS .nav-link:focus {
  outline: none;
}
.cid-uWjRtvrSKS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjRtvrSKS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjRtvrSKS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjRtvrSKS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjRtvrSKS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjRtvrSKS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjRtvrSKS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjRtvrSKS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjRtvrSKS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjRtvrSKS .dropdown-item.active,
.cid-uWjRtvrSKS .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjRtvrSKS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjRtvrSKS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjRtvrSKS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjRtvrSKS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjRtvrSKS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjRtvrSKS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjRtvrSKS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjRtvrSKS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjRtvrSKS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjRtvrSKS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjRtvrSKS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjRtvrSKS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRtvrSKS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRtvrSKS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjRtvrSKS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRtvrSKS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjRtvrSKS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjRtvrSKS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRtvrSKS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjRtvrSKS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjRtvrSKS .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-uWjRtvrSKS .navbar {
    height: 70px;
  }
  .cid-uWjRtvrSKS .navbar.opened {
    height: auto;
  }
  .cid-uWjRtvrSKS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjRtvVwNj {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjRtvVwNj::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjRtvVwNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRtvVwNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjRtvVwNj .card {
  justify-content: flex-end;
}
.cid-uWjRtvVwNj .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjRtvVwNj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjRtvVwNj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjRtvVwNj .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjRtvVwNj .mbr-label {
  color: #ffffff;
}
.cid-uWjRtvVwNj .mbr-section-title {
  color: #ffffff;
}
.cid-uWjRtvVwNj .mbr-text {
  color: #ffffff;
}
.cid-uWjRtwiESb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1b1818;
}
.cid-uWjRtwiESb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRtwiESb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjRtwiESb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjRtwiESb .row {
  flex-direction: row-reverse;
}
.cid-uWjRtwiESb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjRtwiESb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjRtwiESb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjRtwiESb .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjRtwiESb .mbr-text,
.cid-uWjRtwiESb .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWHoUNzjNj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWHmp5Tejv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWHmp5Tejv .item:focus,
.cid-uWHmp5Tejv span:focus {
  outline: none;
}
.cid-uWHmp5Tejv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWHmp5Tejv .item {
    margin-bottom: 1rem;
  }
}
.cid-uWHmp5Tejv .mbr-card-title {
  background: #1b1818;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uWHmp5Tejv .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWHmp5Tejv .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWHmp5Tejv .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWHmp5Tejv .item-wrapper {
  position: relative;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWHmp5Tejv .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWHmp5Tejv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWHmp5Tejv .mbr-text,
.cid-uWHmp5Tejv .item .mbr-section-btn {
  text-align: center;
}
.cid-uWHmp5Tejv .content-head {
  max-width: 800px;
}
.cid-uWHmp5Tejv .mbr-number {
  color: #ff086d;
}
.cid-uWHmp5Tejv .mbr-section-subtitle,
.cid-uWHmp5Tejv .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWHmp5Tejv .mbr-text {
  text-align: left;
}
.cid-uWHmp5Tejv .mbr-text,
.cid-uWHmp5Tejv .mbr-card-btn {
  text-align: left;
}
.cid-uWHmp5Tejv .mbr-text,
.cid-uWHmp5Tejv .mbr-section-btn {
  text-align: left;
}
.cid-uWHmp5Tejv .mbr-text,
.cid-uWHmp5Tejv .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWHmp5Tejv .card-text,
.cid-uWHmp5Tejv .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uWHmp5Tejv .card-title {
  text-align: left;
}
.cid-uWHpOf7oPs {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #1b1818;
}
.cid-uWHpOf7oPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHpOf7oPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWHpOf7oPs .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uWHpOf7oPs .container {
    max-width: 1400px;
  }
}
.cid-uWHpOf7oPs .card {
  margin: auto;
}
.cid-uWHpOf7oPs .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff086d;
  margin-bottom: 2rem;
}
.cid-uWHpOf7oPs .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWHpOf7oPs .row {
  justify-content: center;
}
.cid-uWHpOf7oPs H3 {
  color: #ff086d;
}
.cid-uWHpOf7oPs .card-title,
.cid-uWHpOf7oPs .card-box {
  color: #ffffff;
}
.cid-uWHp1q2Dmb {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #1b1818;
}
.cid-uWHp1q2Dmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHp1q2Dmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWHp1q2Dmb .mbr-description {
  text-align: left;
}
.cid-uWHp1q2Dmb .item-wrapper {
  background: #232323;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uWHp1q2Dmb .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWHp1q2Dmb .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uWHp1q2Dmb .card-title,
.cid-uWHp1q2Dmb .iconfont-wrapper {
  color: #ff086d;
}
.cid-uWHp1q2Dmb .card-text {
  color: #000000;
}
.cid-uWHp1q2Dmb .mbr-section-title {
  color: #ff086d;
  text-align: center;
}
.cid-uWHp1q2Dmb .mbr-number {
  color: #9fe870;
}
.cid-uWHp1q2Dmb .mbr-text,
.cid-uWHp1q2Dmb .mbr-section-btn {
  text-align: center;
}
.cid-uWHp1q2Dmb .card-text,
.cid-uWHp1q2Dmb .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uWHp1q2Dmb .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uWHp1q2Dmb .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWHp1q2Dmb .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWHp1q2Dmb .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uWHp1q2Dmb .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uWHp1q2Dmb .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWHp1q2Dmb .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uWHp1q2Dmb .card-title {
  text-align: left;
}
.cid-uWHp1q2Dmb .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uWHp1q2Dmb .item-content .item-footer {
  margin-top: auto;
}
.cid-vbBo0qqEku {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBo0qqEku .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBo0qqEku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBo0qqEku .card {
  justify-content: center;
}
.cid-vbBo0qqEku .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBo0qqEku .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBo0qqEku .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBo0qqEku .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBo0qqEku .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBo0qqEku .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBo0qqEku .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBo0qqEku .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBo0qqEku .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBo0qqEku .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBo0qqEku .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBo0qqEku .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBo0qqEku .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBo0qqEku .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBo0qqEku .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBo0qqEku .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBo0qqEku .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBo0qqEku .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBo0qqEku .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBo0qqEku .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBo0qqEku .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBo0qqEku .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBo0qqEku .mbr-label {
  color: #edefeb;
}
.cid-vbBo0qqEku .mbr-section-title {
  color: #111111;
}
.cid-vbBo0qqEku .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBo0qqEku .mbr-section-title,
.cid-vbBo0qqEku .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjRwoJpzo .navbar-dropdown {
  position: relative !important;
}
.cid-uWjRwoJpzo .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjRwoJpzo .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjRwoJpzo .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjRwoJpzo .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjRwoJpzo .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjRwoJpzo .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjRwoJpzo .container {
    padding: 0 1rem;
  }
}
.cid-uWjRwoJpzo .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjRwoJpzo .nav-link {
  position: relative;
}
.cid-uWjRwoJpzo .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjRwoJpzo .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjRwoJpzo .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjRwoJpzo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjRwoJpzo .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjRwoJpzo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjRwoJpzo .navbar.collapsed {
  justify-content: center;
}
.cid-uWjRwoJpzo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjRwoJpzo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjRwoJpzo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjRwoJpzo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjRwoJpzo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjRwoJpzo .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-uWjRwoJpzo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjRwoJpzo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjRwoJpzo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjRwoJpzo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjRwoJpzo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjRwoJpzo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjRwoJpzo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjRwoJpzo .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-uWjRwoJpzo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjRwoJpzo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjRwoJpzo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjRwoJpzo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjRwoJpzo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjRwoJpzo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjRwoJpzo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjRwoJpzo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjRwoJpzo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjRwoJpzo .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-uWjRwoJpzo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjRwoJpzo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjRwoJpzo .dropdown-item:hover,
.cid-uWjRwoJpzo .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjRwoJpzo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjRwoJpzo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjRwoJpzo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjRwoJpzo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjRwoJpzo .dropdown-menu,
.cid-uWjRwoJpzo .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjRwoJpzo .nav-item:focus,
.cid-uWjRwoJpzo .nav-link:focus {
  outline: none;
}
.cid-uWjRwoJpzo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjRwoJpzo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjRwoJpzo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjRwoJpzo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjRwoJpzo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjRwoJpzo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjRwoJpzo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjRwoJpzo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjRwoJpzo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjRwoJpzo .dropdown-item.active,
.cid-uWjRwoJpzo .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjRwoJpzo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjRwoJpzo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjRwoJpzo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjRwoJpzo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjRwoJpzo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjRwoJpzo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjRwoJpzo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjRwoJpzo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjRwoJpzo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjRwoJpzo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjRwoJpzo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjRwoJpzo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRwoJpzo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRwoJpzo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjRwoJpzo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRwoJpzo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjRwoJpzo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjRwoJpzo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRwoJpzo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjRwoJpzo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjRwoJpzo .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-uWjRwoJpzo .navbar {
    height: 70px;
  }
  .cid-uWjRwoJpzo .navbar.opened {
    height: auto;
  }
  .cid-uWjRwoJpzo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjRwpelbf {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjRwpelbf::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjRwpelbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRwpelbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjRwpelbf .card {
  justify-content: flex-end;
}
.cid-uWjRwpelbf .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjRwpelbf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjRwpelbf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjRwpelbf .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjRwpelbf .mbr-label {
  color: #ffffff;
}
.cid-uWjRwpelbf .mbr-section-title {
  color: #ffffff;
}
.cid-uWjRwpelbf .mbr-text {
  color: #ffffff;
}
.cid-uWjRwpzPW0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWjRwpzPW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRwpzPW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjRwpzPW0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjRwpzPW0 .row {
  flex-direction: row-reverse;
}
.cid-uWjRwpzPW0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjRwpzPW0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjRwpzPW0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjRwpzPW0 .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjRwpzPW0 .mbr-text,
.cid-uWjRwpzPW0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uZ9isXGjKk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWHuZD89Sy {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
.cid-uWHuZD89Sy .item:focus,
.cid-uWHuZD89Sy span:focus {
  outline: none;
}
.cid-uWHuZD89Sy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWHuZD89Sy .item {
    margin-bottom: 1rem;
  }
}
.cid-uWHuZD89Sy .mbr-card-title {
  background: #1b1818;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uWHuZD89Sy .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWHuZD89Sy .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWHuZD89Sy .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWHuZD89Sy .item-wrapper {
  position: relative;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWHuZD89Sy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWHuZD89Sy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWHuZD89Sy .mbr-text,
.cid-uWHuZD89Sy .item .mbr-section-btn {
  text-align: center;
}
.cid-uWHuZD89Sy .content-head {
  max-width: 800px;
}
.cid-uWHuZD89Sy .mbr-number {
  color: #ff086d;
}
.cid-uWHuZD89Sy .mbr-section-subtitle,
.cid-uWHuZD89Sy .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWHuZD89Sy .mbr-text {
  text-align: left;
}
.cid-uWHuZD89Sy .mbr-text,
.cid-uWHuZD89Sy .mbr-card-btn {
  text-align: left;
}
.cid-uWHuZD89Sy .mbr-text,
.cid-uWHuZD89Sy .mbr-section-btn {
  text-align: left;
}
.cid-uWHuZD89Sy .mbr-text,
.cid-uWHuZD89Sy .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWHuZD89Sy .card-text,
.cid-uWHuZD89Sy .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uWHuZD89Sy .card-title {
  text-align: left;
}
.cid-uWHuZZv61O {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWHuZZv61O .item:focus,
.cid-uWHuZZv61O span:focus {
  outline: none;
}
.cid-uWHuZZv61O .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWHuZZv61O .item {
    margin-bottom: 1rem;
  }
}
.cid-uWHuZZv61O .mbr-card-title {
  background: #1b1818;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uWHuZZv61O .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWHuZZv61O .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWHuZZv61O .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWHuZZv61O .item-wrapper {
  position: relative;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWHuZZv61O .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWHuZZv61O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWHuZZv61O .mbr-text,
.cid-uWHuZZv61O .item .mbr-section-btn {
  text-align: center;
}
.cid-uWHuZZv61O .content-head {
  max-width: 800px;
}
.cid-uWHuZZv61O .mbr-number {
  color: #ff086d;
}
.cid-uWHuZZv61O .mbr-section-subtitle,
.cid-uWHuZZv61O .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWHuZZv61O .mbr-text {
  text-align: left;
}
.cid-uWHuZZv61O .mbr-text,
.cid-uWHuZZv61O .mbr-card-btn {
  text-align: left;
}
.cid-uWHuZZv61O .mbr-text,
.cid-uWHuZZv61O .mbr-section-btn {
  text-align: left;
}
.cid-uWHuZZv61O .mbr-text,
.cid-uWHuZZv61O .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWHuZZv61O .card-text,
.cid-uWHuZZv61O .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uWHuZZv61O .card-title {
  text-align: left;
}
.cid-vbBo2tmbYu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBo2tmbYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBo2tmbYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBo2tmbYu .card {
  justify-content: center;
}
.cid-vbBo2tmbYu .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBo2tmbYu .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBo2tmbYu .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBo2tmbYu .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBo2tmbYu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBo2tmbYu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBo2tmbYu .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBo2tmbYu .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBo2tmbYu .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBo2tmbYu .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBo2tmbYu .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBo2tmbYu .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBo2tmbYu .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBo2tmbYu .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBo2tmbYu .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBo2tmbYu .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBo2tmbYu .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBo2tmbYu .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBo2tmbYu .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBo2tmbYu .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBo2tmbYu .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBo2tmbYu .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBo2tmbYu .mbr-label {
  color: #edefeb;
}
.cid-vbBo2tmbYu .mbr-section-title {
  color: #111111;
}
.cid-vbBo2tmbYu .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBo2tmbYu .mbr-section-title,
.cid-vbBo2tmbYu .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjRA38jVq .navbar-dropdown {
  position: relative !important;
}
.cid-uWjRA38jVq .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjRA38jVq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjRA38jVq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjRA38jVq .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjRA38jVq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjRA38jVq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjRA38jVq .container {
    padding: 0 1rem;
  }
}
.cid-uWjRA38jVq .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjRA38jVq .nav-link {
  position: relative;
}
.cid-uWjRA38jVq .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjRA38jVq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjRA38jVq .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjRA38jVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjRA38jVq .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjRA38jVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjRA38jVq .navbar.collapsed {
  justify-content: center;
}
.cid-uWjRA38jVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjRA38jVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjRA38jVq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjRA38jVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjRA38jVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjRA38jVq .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-uWjRA38jVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjRA38jVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjRA38jVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjRA38jVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjRA38jVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjRA38jVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjRA38jVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjRA38jVq .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-uWjRA38jVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjRA38jVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjRA38jVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjRA38jVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjRA38jVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjRA38jVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjRA38jVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjRA38jVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjRA38jVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjRA38jVq .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-uWjRA38jVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjRA38jVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjRA38jVq .dropdown-item:hover,
.cid-uWjRA38jVq .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjRA38jVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjRA38jVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjRA38jVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjRA38jVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjRA38jVq .dropdown-menu,
.cid-uWjRA38jVq .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjRA38jVq .nav-item:focus,
.cid-uWjRA38jVq .nav-link:focus {
  outline: none;
}
.cid-uWjRA38jVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjRA38jVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjRA38jVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjRA38jVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjRA38jVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjRA38jVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjRA38jVq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjRA38jVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjRA38jVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjRA38jVq .dropdown-item.active,
.cid-uWjRA38jVq .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjRA38jVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjRA38jVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjRA38jVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjRA38jVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjRA38jVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjRA38jVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjRA38jVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjRA38jVq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjRA38jVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjRA38jVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjRA38jVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjRA38jVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRA38jVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRA38jVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjRA38jVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRA38jVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjRA38jVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjRA38jVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRA38jVq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjRA38jVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjRA38jVq .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-uWjRA38jVq .navbar {
    height: 70px;
  }
  .cid-uWjRA38jVq .navbar.opened {
    height: auto;
  }
  .cid-uWjRA38jVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjRA3DtU4 {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjRA3DtU4::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjRA3DtU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRA3DtU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjRA3DtU4 .card {
  justify-content: flex-end;
}
.cid-uWjRA3DtU4 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjRA3DtU4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjRA3DtU4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjRA3DtU4 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjRA3DtU4 .mbr-label {
  color: #ffffff;
}
.cid-uWjRA3DtU4 .mbr-section-title {
  color: #ffffff;
}
.cid-uWjRA3DtU4 .mbr-text {
  color: #ffffff;
}
.cid-uWjRA43f5p {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWjRA43f5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRA43f5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjRA43f5p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjRA43f5p .row {
  flex-direction: row-reverse;
}
.cid-uWjRA43f5p .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjRA43f5p .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjRA43f5p .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjRA43f5p .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjRA43f5p .mbr-text,
.cid-uWjRA43f5p .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uZ9izpRvC3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWOpP1OCNo {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWOpP1OCNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWOpP1OCNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWOpP1OCNo .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWOpP1OCNo .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWOpP1OCNo .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWOpP1OCNo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWOpP1OCNo .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWOpP1OCNo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWOpP1OCNo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWOpP1OCNo .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWOpP1OCNo .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWOpP1OCNo .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWOpP1OCNo .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWOpP1OCNo .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWOpP1OCNo .list_2 {
    padding-left: 0;
  }
}
.cid-uWOpP1OCNo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWOpP1OCNo .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWOpP1OCNo .mbr-text,
.cid-uWOpP1OCNo .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWOpP1OCNo .list {
  color: #666666;
}
.cid-uWOpP1OCNo .list,
.cid-uWOpP1OCNo .item-wrap,
.cid-uWOpP1OCNo .list-wrapper {
  color: #ffffff;
}
.cid-vbBo4rqPyR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBo4rqPyR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBo4rqPyR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBo4rqPyR .card {
  justify-content: center;
}
.cid-vbBo4rqPyR .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBo4rqPyR .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBo4rqPyR .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBo4rqPyR .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBo4rqPyR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBo4rqPyR .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBo4rqPyR .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBo4rqPyR .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBo4rqPyR .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBo4rqPyR .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBo4rqPyR .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBo4rqPyR .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBo4rqPyR .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBo4rqPyR .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBo4rqPyR .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBo4rqPyR .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBo4rqPyR .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBo4rqPyR .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBo4rqPyR .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBo4rqPyR .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBo4rqPyR .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBo4rqPyR .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBo4rqPyR .mbr-label {
  color: #edefeb;
}
.cid-vbBo4rqPyR .mbr-section-title {
  color: #111111;
}
.cid-vbBo4rqPyR .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBo4rqPyR .mbr-section-title,
.cid-vbBo4rqPyR .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjRCqn3d2 .navbar-dropdown {
  position: relative !important;
}
.cid-uWjRCqn3d2 .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjRCqn3d2 .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjRCqn3d2 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjRCqn3d2 .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjRCqn3d2 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjRCqn3d2 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjRCqn3d2 .container {
    padding: 0 1rem;
  }
}
.cid-uWjRCqn3d2 .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjRCqn3d2 .nav-link {
  position: relative;
}
.cid-uWjRCqn3d2 .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjRCqn3d2 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjRCqn3d2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjRCqn3d2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjRCqn3d2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjRCqn3d2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjRCqn3d2 .navbar.collapsed {
  justify-content: center;
}
.cid-uWjRCqn3d2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjRCqn3d2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjRCqn3d2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjRCqn3d2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjRCqn3d2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjRCqn3d2 .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-uWjRCqn3d2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjRCqn3d2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjRCqn3d2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjRCqn3d2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjRCqn3d2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjRCqn3d2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjRCqn3d2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjRCqn3d2 .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-uWjRCqn3d2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjRCqn3d2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjRCqn3d2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjRCqn3d2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjRCqn3d2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjRCqn3d2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjRCqn3d2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjRCqn3d2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjRCqn3d2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjRCqn3d2 .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-uWjRCqn3d2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjRCqn3d2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjRCqn3d2 .dropdown-item:hover,
.cid-uWjRCqn3d2 .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjRCqn3d2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjRCqn3d2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjRCqn3d2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjRCqn3d2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjRCqn3d2 .dropdown-menu,
.cid-uWjRCqn3d2 .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjRCqn3d2 .nav-item:focus,
.cid-uWjRCqn3d2 .nav-link:focus {
  outline: none;
}
.cid-uWjRCqn3d2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjRCqn3d2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjRCqn3d2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjRCqn3d2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjRCqn3d2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjRCqn3d2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjRCqn3d2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjRCqn3d2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjRCqn3d2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjRCqn3d2 .dropdown-item.active,
.cid-uWjRCqn3d2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjRCqn3d2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjRCqn3d2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjRCqn3d2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjRCqn3d2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjRCqn3d2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjRCqn3d2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjRCqn3d2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjRCqn3d2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjRCqn3d2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjRCqn3d2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjRCqn3d2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjRCqn3d2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRCqn3d2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRCqn3d2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjRCqn3d2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRCqn3d2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjRCqn3d2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjRCqn3d2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRCqn3d2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjRCqn3d2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjRCqn3d2 .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-uWjRCqn3d2 .navbar {
    height: 70px;
  }
  .cid-uWjRCqn3d2 .navbar.opened {
    height: auto;
  }
  .cid-uWjRCqn3d2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjRCqTA97 {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjRCqTA97::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjRCqTA97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRCqTA97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjRCqTA97 .card {
  justify-content: flex-end;
}
.cid-uWjRCqTA97 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjRCqTA97 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjRCqTA97 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjRCqTA97 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjRCqTA97 .mbr-label {
  color: #ffffff;
}
.cid-uWjRCqTA97 .mbr-section-title {
  color: #ffffff;
}
.cid-uWjRCqTA97 .mbr-text {
  color: #ffffff;
}
.cid-uWjRCruaLp {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWjRCruaLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRCruaLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjRCruaLp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjRCruaLp .row {
  flex-direction: row-reverse;
}
.cid-uWjRCruaLp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjRCruaLp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjRCruaLp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjRCruaLp .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjRCruaLp .mbr-text,
.cid-uWjRCruaLp .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWOroT7z5V {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWOrkQrO5q {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWOrkQrO5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWOrkQrO5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWOrkQrO5q .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWOrkQrO5q .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWOrkQrO5q .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWOrkQrO5q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWOrkQrO5q .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWOrkQrO5q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWOrkQrO5q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWOrkQrO5q .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWOrkQrO5q .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWOrkQrO5q .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWOrkQrO5q .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWOrkQrO5q .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWOrkQrO5q .list_2 {
    padding-left: 0;
  }
}
.cid-uWOrkQrO5q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWOrkQrO5q .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWOrkQrO5q .mbr-text,
.cid-uWOrkQrO5q .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWOrkQrO5q .list {
  color: #666666;
}
.cid-uWOrkQrO5q .list,
.cid-uWOrkQrO5q .item-wrap,
.cid-uWOrkQrO5q .list-wrapper {
  color: #ffffff;
}
.cid-vbBo6kWVxn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBo6kWVxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBo6kWVxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBo6kWVxn .card {
  justify-content: center;
}
.cid-vbBo6kWVxn .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBo6kWVxn .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBo6kWVxn .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBo6kWVxn .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBo6kWVxn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBo6kWVxn .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBo6kWVxn .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBo6kWVxn .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBo6kWVxn .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBo6kWVxn .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBo6kWVxn .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBo6kWVxn .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBo6kWVxn .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBo6kWVxn .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBo6kWVxn .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBo6kWVxn .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBo6kWVxn .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBo6kWVxn .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBo6kWVxn .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBo6kWVxn .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBo6kWVxn .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBo6kWVxn .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBo6kWVxn .mbr-label {
  color: #edefeb;
}
.cid-vbBo6kWVxn .mbr-section-title {
  color: #111111;
}
.cid-vbBo6kWVxn .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBo6kWVxn .mbr-section-title,
.cid-vbBo6kWVxn .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjREwtvmW .navbar-dropdown {
  position: relative !important;
}
.cid-uWjREwtvmW .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjREwtvmW .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjREwtvmW .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjREwtvmW .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjREwtvmW .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjREwtvmW .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjREwtvmW .container {
    padding: 0 1rem;
  }
}
.cid-uWjREwtvmW .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjREwtvmW .nav-link {
  position: relative;
}
.cid-uWjREwtvmW .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjREwtvmW .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjREwtvmW .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjREwtvmW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjREwtvmW .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjREwtvmW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjREwtvmW .navbar.collapsed {
  justify-content: center;
}
.cid-uWjREwtvmW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjREwtvmW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjREwtvmW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjREwtvmW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjREwtvmW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjREwtvmW .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-uWjREwtvmW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjREwtvmW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjREwtvmW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjREwtvmW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjREwtvmW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjREwtvmW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjREwtvmW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjREwtvmW .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-uWjREwtvmW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjREwtvmW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjREwtvmW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjREwtvmW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjREwtvmW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjREwtvmW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjREwtvmW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjREwtvmW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjREwtvmW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjREwtvmW .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-uWjREwtvmW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjREwtvmW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjREwtvmW .dropdown-item:hover,
.cid-uWjREwtvmW .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjREwtvmW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjREwtvmW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjREwtvmW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjREwtvmW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjREwtvmW .dropdown-menu,
.cid-uWjREwtvmW .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjREwtvmW .nav-item:focus,
.cid-uWjREwtvmW .nav-link:focus {
  outline: none;
}
.cid-uWjREwtvmW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjREwtvmW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjREwtvmW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjREwtvmW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjREwtvmW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjREwtvmW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjREwtvmW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjREwtvmW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjREwtvmW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjREwtvmW .dropdown-item.active,
.cid-uWjREwtvmW .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjREwtvmW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjREwtvmW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjREwtvmW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjREwtvmW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjREwtvmW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjREwtvmW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjREwtvmW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjREwtvmW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjREwtvmW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjREwtvmW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjREwtvmW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjREwtvmW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjREwtvmW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjREwtvmW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjREwtvmW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjREwtvmW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjREwtvmW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjREwtvmW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjREwtvmW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjREwtvmW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjREwtvmW .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-uWjREwtvmW .navbar {
    height: 70px;
  }
  .cid-uWjREwtvmW .navbar.opened {
    height: auto;
  }
  .cid-uWjREwtvmW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjREwZXQv {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjREwZXQv::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjREwZXQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjREwZXQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjREwZXQv .card {
  justify-content: flex-end;
}
.cid-uWjREwZXQv .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjREwZXQv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjREwZXQv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjREwZXQv .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjREwZXQv .mbr-label {
  color: #ffffff;
}
.cid-uWjREwZXQv .mbr-section-title {
  color: #ffffff;
}
.cid-uWjREwZXQv .mbr-text {
  color: #ffffff;
}
.cid-uWjRExnwDK {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
.cid-uWjRExnwDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRExnwDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjRExnwDK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjRExnwDK .row {
  flex-direction: row-reverse;
}
.cid-uWjRExnwDK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjRExnwDK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjRExnwDK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjRExnwDK .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjRExnwDK .mbr-text,
.cid-uWjRExnwDK .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWOv8jdgej {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWOuySb3HS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWOuySb3HS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWOuySb3HS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWOuySb3HS .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWOuySb3HS .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWOuySb3HS .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWOuySb3HS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWOuySb3HS .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWOuySb3HS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWOuySb3HS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWOuySb3HS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWOuySb3HS .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWOuySb3HS .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWOuySb3HS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWOuySb3HS .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWOuySb3HS .list_2 {
    padding-left: 0;
  }
}
.cid-uWOuySb3HS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWOuySb3HS .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWOuySb3HS .mbr-text,
.cid-uWOuySb3HS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWOuySb3HS .list {
  color: #666666;
}
.cid-uWOuySb3HS .list,
.cid-uWOuySb3HS .item-wrap,
.cid-uWOuySb3HS .list-wrapper {
  color: #ffffff;
}
.cid-vbBoa62Kws {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBoa62Kws .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBoa62Kws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBoa62Kws .card {
  justify-content: center;
}
.cid-vbBoa62Kws .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBoa62Kws .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBoa62Kws .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBoa62Kws .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBoa62Kws .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBoa62Kws .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBoa62Kws .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBoa62Kws .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBoa62Kws .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBoa62Kws .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBoa62Kws .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBoa62Kws .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBoa62Kws .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBoa62Kws .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBoa62Kws .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBoa62Kws .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBoa62Kws .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBoa62Kws .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBoa62Kws .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBoa62Kws .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBoa62Kws .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBoa62Kws .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBoa62Kws .mbr-label {
  color: #edefeb;
}
.cid-vbBoa62Kws .mbr-section-title {
  color: #111111;
}
.cid-vbBoa62Kws .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBoa62Kws .mbr-section-title,
.cid-vbBoa62Kws .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjRP1so8A .navbar-dropdown {
  position: relative !important;
}
.cid-uWjRP1so8A .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjRP1so8A .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjRP1so8A .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjRP1so8A .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjRP1so8A .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjRP1so8A .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjRP1so8A .container {
    padding: 0 1rem;
  }
}
.cid-uWjRP1so8A .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjRP1so8A .nav-link {
  position: relative;
}
.cid-uWjRP1so8A .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjRP1so8A .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjRP1so8A .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjRP1so8A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjRP1so8A .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjRP1so8A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjRP1so8A .navbar.collapsed {
  justify-content: center;
}
.cid-uWjRP1so8A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjRP1so8A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjRP1so8A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjRP1so8A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjRP1so8A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjRP1so8A .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-uWjRP1so8A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjRP1so8A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjRP1so8A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjRP1so8A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjRP1so8A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjRP1so8A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjRP1so8A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjRP1so8A .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-uWjRP1so8A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjRP1so8A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjRP1so8A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjRP1so8A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjRP1so8A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjRP1so8A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjRP1so8A .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjRP1so8A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjRP1so8A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjRP1so8A .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-uWjRP1so8A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjRP1so8A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjRP1so8A .dropdown-item:hover,
.cid-uWjRP1so8A .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjRP1so8A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjRP1so8A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjRP1so8A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjRP1so8A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjRP1so8A .dropdown-menu,
.cid-uWjRP1so8A .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjRP1so8A .nav-item:focus,
.cid-uWjRP1so8A .nav-link:focus {
  outline: none;
}
.cid-uWjRP1so8A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjRP1so8A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjRP1so8A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjRP1so8A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjRP1so8A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjRP1so8A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjRP1so8A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjRP1so8A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjRP1so8A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjRP1so8A .dropdown-item.active,
.cid-uWjRP1so8A .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjRP1so8A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjRP1so8A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjRP1so8A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjRP1so8A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjRP1so8A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjRP1so8A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjRP1so8A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjRP1so8A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjRP1so8A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjRP1so8A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjRP1so8A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjRP1so8A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRP1so8A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRP1so8A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjRP1so8A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRP1so8A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjRP1so8A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjRP1so8A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRP1so8A .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjRP1so8A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjRP1so8A .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-uWjRP1so8A .navbar {
    height: 70px;
  }
  .cid-uWjRP1so8A .navbar.opened {
    height: auto;
  }
  .cid-uWjRP1so8A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjRP2axnL {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjRP2axnL::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjRP2axnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRP2axnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjRP2axnL .card {
  justify-content: flex-end;
}
.cid-uWjRP2axnL .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjRP2axnL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjRP2axnL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjRP2axnL .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjRP2axnL .mbr-label {
  color: #ffffff;
}
.cid-uWjRP2axnL .mbr-section-title {
  color: #ffffff;
}
.cid-uWjRP2axnL .mbr-text {
  color: #ffffff;
}
.cid-uWjRP2xtdf {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWjRP2xtdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRP2xtdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjRP2xtdf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjRP2xtdf .row {
  flex-direction: row-reverse;
}
.cid-uWjRP2xtdf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjRP2xtdf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjRP2xtdf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjRP2xtdf .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjRP2xtdf .mbr-text,
.cid-uWjRP2xtdf .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWSk2DYcq0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWSkfq8cyz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWSkfq8cyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSkfq8cyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSkfq8cyz .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWSkfq8cyz .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWSkfq8cyz .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWSkfq8cyz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWSkfq8cyz .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWSkfq8cyz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSkfq8cyz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWSkfq8cyz .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWSkfq8cyz .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWSkfq8cyz .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWSkfq8cyz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWSkfq8cyz .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWSkfq8cyz .list_2 {
    padding-left: 0;
  }
}
.cid-uWSkfq8cyz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWSkfq8cyz .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWSkfq8cyz .mbr-text,
.cid-uWSkfq8cyz .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWSkfq8cyz .list {
  color: #666666;
}
.cid-uWSkfq8cyz .list,
.cid-uWSkfq8cyz .item-wrap,
.cid-uWSkfq8cyz .list-wrapper {
  color: #ffffff;
}
.cid-vbBogYzwqk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBogYzwqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBogYzwqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBogYzwqk .card {
  justify-content: center;
}
.cid-vbBogYzwqk .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBogYzwqk .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBogYzwqk .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBogYzwqk .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBogYzwqk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBogYzwqk .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBogYzwqk .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBogYzwqk .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBogYzwqk .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBogYzwqk .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBogYzwqk .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBogYzwqk .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBogYzwqk .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBogYzwqk .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBogYzwqk .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBogYzwqk .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBogYzwqk .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBogYzwqk .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBogYzwqk .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBogYzwqk .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBogYzwqk .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBogYzwqk .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBogYzwqk .mbr-label {
  color: #edefeb;
}
.cid-vbBogYzwqk .mbr-section-title {
  color: #111111;
}
.cid-vbBogYzwqk .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBogYzwqk .mbr-section-title,
.cid-vbBogYzwqk .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjRU98M20 .navbar-dropdown {
  position: relative !important;
}
.cid-uWjRU98M20 .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjRU98M20 .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjRU98M20 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjRU98M20 .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjRU98M20 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjRU98M20 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjRU98M20 .container {
    padding: 0 1rem;
  }
}
.cid-uWjRU98M20 .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjRU98M20 .nav-link {
  position: relative;
}
.cid-uWjRU98M20 .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjRU98M20 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjRU98M20 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjRU98M20 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjRU98M20 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjRU98M20 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjRU98M20 .navbar.collapsed {
  justify-content: center;
}
.cid-uWjRU98M20 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjRU98M20 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjRU98M20 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjRU98M20 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjRU98M20 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjRU98M20 .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-uWjRU98M20 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjRU98M20 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjRU98M20 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjRU98M20 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjRU98M20 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjRU98M20 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjRU98M20 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjRU98M20 .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-uWjRU98M20 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjRU98M20 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjRU98M20 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjRU98M20 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjRU98M20 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjRU98M20 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjRU98M20 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjRU98M20 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjRU98M20 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjRU98M20 .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-uWjRU98M20 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjRU98M20 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjRU98M20 .dropdown-item:hover,
.cid-uWjRU98M20 .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjRU98M20 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjRU98M20 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjRU98M20 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjRU98M20 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjRU98M20 .dropdown-menu,
.cid-uWjRU98M20 .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjRU98M20 .nav-item:focus,
.cid-uWjRU98M20 .nav-link:focus {
  outline: none;
}
.cid-uWjRU98M20 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjRU98M20 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjRU98M20 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjRU98M20 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjRU98M20 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjRU98M20 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjRU98M20 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjRU98M20 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjRU98M20 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjRU98M20 .dropdown-item.active,
.cid-uWjRU98M20 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjRU98M20 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjRU98M20 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjRU98M20 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjRU98M20 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjRU98M20 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjRU98M20 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjRU98M20 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjRU98M20 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjRU98M20 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjRU98M20 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjRU98M20 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjRU98M20 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRU98M20 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRU98M20 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjRU98M20 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRU98M20 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjRU98M20 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjRU98M20 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRU98M20 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjRU98M20 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjRU98M20 .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-uWjRU98M20 .navbar {
    height: 70px;
  }
  .cid-uWjRU98M20 .navbar.opened {
    height: auto;
  }
  .cid-uWjRU98M20 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjRU9EgNW {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjRU9EgNW::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjRU9EgNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRU9EgNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjRU9EgNW .card {
  justify-content: flex-end;
}
.cid-uWjRU9EgNW .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjRU9EgNW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjRU9EgNW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjRU9EgNW .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjRU9EgNW .mbr-label {
  color: #ffffff;
}
.cid-uWjRU9EgNW .mbr-section-title {
  color: #ffffff;
}
.cid-uWjRU9EgNW .mbr-text {
  color: #ffffff;
}
.cid-uWjRUa13Xq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1b1818;
}
.cid-uWjRUa13Xq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRUa13Xq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjRUa13Xq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjRUa13Xq .row {
  flex-direction: row-reverse;
}
.cid-uWjRUa13Xq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjRUa13Xq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjRUa13Xq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjRUa13Xq .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjRUa13Xq .mbr-text,
.cid-uWjRUa13Xq .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWSlWQM7SR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWSlXLxwWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWSlXLxwWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSlXLxwWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSlXLxwWT .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWSlXLxwWT .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWSlXLxwWT .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWSlXLxwWT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWSlXLxwWT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWSlXLxwWT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSlXLxwWT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWSlXLxwWT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWSlXLxwWT .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWSlXLxwWT .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWSlXLxwWT .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWSlXLxwWT .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWSlXLxwWT .list_2 {
    padding-left: 0;
  }
}
.cid-uWSlXLxwWT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWSlXLxwWT .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWSlXLxwWT .mbr-text,
.cid-uWSlXLxwWT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWSlXLxwWT .list {
  color: #666666;
}
.cid-uWSlXLxwWT .list,
.cid-uWSlXLxwWT .item-wrap,
.cid-uWSlXLxwWT .list-wrapper {
  color: #ffffff;
}
.cid-vbBoiOxi8J {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBoiOxi8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBoiOxi8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBoiOxi8J .card {
  justify-content: center;
}
.cid-vbBoiOxi8J .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBoiOxi8J .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBoiOxi8J .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBoiOxi8J .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBoiOxi8J .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBoiOxi8J .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBoiOxi8J .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBoiOxi8J .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBoiOxi8J .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBoiOxi8J .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBoiOxi8J .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBoiOxi8J .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBoiOxi8J .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBoiOxi8J .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBoiOxi8J .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBoiOxi8J .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBoiOxi8J .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBoiOxi8J .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBoiOxi8J .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBoiOxi8J .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBoiOxi8J .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBoiOxi8J .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBoiOxi8J .mbr-label {
  color: #edefeb;
}
.cid-vbBoiOxi8J .mbr-section-title {
  color: #111111;
}
.cid-vbBoiOxi8J .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBoiOxi8J .mbr-section-title,
.cid-vbBoiOxi8J .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjRXPcJAM .navbar-dropdown {
  position: relative !important;
}
.cid-uWjRXPcJAM .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjRXPcJAM .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjRXPcJAM .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjRXPcJAM .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjRXPcJAM .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjRXPcJAM .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjRXPcJAM .container {
    padding: 0 1rem;
  }
}
.cid-uWjRXPcJAM .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjRXPcJAM .nav-link {
  position: relative;
}
.cid-uWjRXPcJAM .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjRXPcJAM .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjRXPcJAM .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjRXPcJAM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjRXPcJAM .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjRXPcJAM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjRXPcJAM .navbar.collapsed {
  justify-content: center;
}
.cid-uWjRXPcJAM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjRXPcJAM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjRXPcJAM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjRXPcJAM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjRXPcJAM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjRXPcJAM .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-uWjRXPcJAM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjRXPcJAM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjRXPcJAM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjRXPcJAM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjRXPcJAM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjRXPcJAM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjRXPcJAM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjRXPcJAM .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-uWjRXPcJAM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjRXPcJAM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjRXPcJAM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjRXPcJAM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjRXPcJAM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjRXPcJAM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjRXPcJAM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjRXPcJAM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjRXPcJAM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjRXPcJAM .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-uWjRXPcJAM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjRXPcJAM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjRXPcJAM .dropdown-item:hover,
.cid-uWjRXPcJAM .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjRXPcJAM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjRXPcJAM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjRXPcJAM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjRXPcJAM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjRXPcJAM .dropdown-menu,
.cid-uWjRXPcJAM .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjRXPcJAM .nav-item:focus,
.cid-uWjRXPcJAM .nav-link:focus {
  outline: none;
}
.cid-uWjRXPcJAM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjRXPcJAM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjRXPcJAM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjRXPcJAM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjRXPcJAM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjRXPcJAM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjRXPcJAM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjRXPcJAM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjRXPcJAM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjRXPcJAM .dropdown-item.active,
.cid-uWjRXPcJAM .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjRXPcJAM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjRXPcJAM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjRXPcJAM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjRXPcJAM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjRXPcJAM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjRXPcJAM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjRXPcJAM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjRXPcJAM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjRXPcJAM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjRXPcJAM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjRXPcJAM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjRXPcJAM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRXPcJAM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRXPcJAM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjRXPcJAM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRXPcJAM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjRXPcJAM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjRXPcJAM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRXPcJAM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjRXPcJAM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjRXPcJAM .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-uWjRXPcJAM .navbar {
    height: 70px;
  }
  .cid-uWjRXPcJAM .navbar.opened {
    height: auto;
  }
  .cid-uWjRXPcJAM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjRXPHEna {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjRXPHEna::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjRXPHEna .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRXPHEna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjRXPHEna .card {
  justify-content: flex-end;
}
.cid-uWjRXPHEna .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjRXPHEna .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjRXPHEna .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjRXPHEna .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjRXPHEna .mbr-label {
  color: #ffffff;
}
.cid-uWjRXPHEna .mbr-section-title {
  color: #ffffff;
}
.cid-uWjRXPHEna .mbr-text {
  color: #ffffff;
}
.cid-uWjRXQ42Zh {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
}
.cid-uWjRXQ42Zh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRXQ42Zh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjRXQ42Zh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjRXQ42Zh .row {
  flex-direction: row-reverse;
}
.cid-uWjRXQ42Zh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjRXQ42Zh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjRXQ42Zh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjRXQ42Zh .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjRXQ42Zh .mbr-text,
.cid-uWjRXQ42Zh .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWSoaPUuzI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWSopi19Dx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWSopi19Dx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSopi19Dx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSopi19Dx .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWSopi19Dx .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWSopi19Dx .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWSopi19Dx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWSopi19Dx .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWSopi19Dx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSopi19Dx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWSopi19Dx .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWSopi19Dx .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWSopi19Dx .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWSopi19Dx .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWSopi19Dx .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWSopi19Dx .list_2 {
    padding-left: 0;
  }
}
.cid-uWSopi19Dx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWSopi19Dx .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWSopi19Dx .mbr-text,
.cid-uWSopi19Dx .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWSopi19Dx .list {
  color: #666666;
}
.cid-uWSopi19Dx .list,
.cid-uWSopi19Dx .item-wrap,
.cid-uWSopi19Dx .list-wrapper {
  color: #ffffff;
}
.cid-vbBokztn7Z {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBokztn7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBokztn7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBokztn7Z .card {
  justify-content: center;
}
.cid-vbBokztn7Z .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBokztn7Z .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBokztn7Z .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBokztn7Z .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBokztn7Z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBokztn7Z .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBokztn7Z .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBokztn7Z .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBokztn7Z .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBokztn7Z .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBokztn7Z .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBokztn7Z .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBokztn7Z .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBokztn7Z .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBokztn7Z .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBokztn7Z .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBokztn7Z .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBokztn7Z .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBokztn7Z .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBokztn7Z .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBokztn7Z .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBokztn7Z .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBokztn7Z .mbr-label {
  color: #edefeb;
}
.cid-vbBokztn7Z .mbr-section-title {
  color: #111111;
}
.cid-vbBokztn7Z .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBokztn7Z .mbr-section-title,
.cid-vbBokztn7Z .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjS2P5iWa .navbar-dropdown {
  position: relative !important;
}
.cid-uWjS2P5iWa .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjS2P5iWa .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjS2P5iWa .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjS2P5iWa .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjS2P5iWa .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjS2P5iWa .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjS2P5iWa .container {
    padding: 0 1rem;
  }
}
.cid-uWjS2P5iWa .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjS2P5iWa .nav-link {
  position: relative;
}
.cid-uWjS2P5iWa .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjS2P5iWa .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjS2P5iWa .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjS2P5iWa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjS2P5iWa .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjS2P5iWa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjS2P5iWa .navbar.collapsed {
  justify-content: center;
}
.cid-uWjS2P5iWa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjS2P5iWa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjS2P5iWa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjS2P5iWa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjS2P5iWa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjS2P5iWa .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-uWjS2P5iWa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjS2P5iWa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjS2P5iWa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjS2P5iWa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjS2P5iWa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjS2P5iWa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjS2P5iWa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjS2P5iWa .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-uWjS2P5iWa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjS2P5iWa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjS2P5iWa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjS2P5iWa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjS2P5iWa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjS2P5iWa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjS2P5iWa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjS2P5iWa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjS2P5iWa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjS2P5iWa .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-uWjS2P5iWa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjS2P5iWa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjS2P5iWa .dropdown-item:hover,
.cid-uWjS2P5iWa .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjS2P5iWa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjS2P5iWa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjS2P5iWa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjS2P5iWa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjS2P5iWa .dropdown-menu,
.cid-uWjS2P5iWa .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjS2P5iWa .nav-item:focus,
.cid-uWjS2P5iWa .nav-link:focus {
  outline: none;
}
.cid-uWjS2P5iWa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjS2P5iWa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjS2P5iWa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjS2P5iWa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjS2P5iWa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjS2P5iWa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjS2P5iWa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjS2P5iWa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjS2P5iWa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjS2P5iWa .dropdown-item.active,
.cid-uWjS2P5iWa .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjS2P5iWa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjS2P5iWa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjS2P5iWa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjS2P5iWa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjS2P5iWa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjS2P5iWa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjS2P5iWa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjS2P5iWa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjS2P5iWa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjS2P5iWa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjS2P5iWa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjS2P5iWa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjS2P5iWa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjS2P5iWa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjS2P5iWa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjS2P5iWa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjS2P5iWa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjS2P5iWa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjS2P5iWa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjS2P5iWa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjS2P5iWa .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-uWjS2P5iWa .navbar {
    height: 70px;
  }
  .cid-uWjS2P5iWa .navbar.opened {
    height: auto;
  }
  .cid-uWjS2P5iWa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjS2PzTLf {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjS2PzTLf::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjS2PzTLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjS2PzTLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjS2PzTLf .card {
  justify-content: flex-end;
}
.cid-uWjS2PzTLf .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjS2PzTLf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjS2PzTLf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjS2PzTLf .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjS2PzTLf .mbr-label {
  color: #ffffff;
}
.cid-uWjS2PzTLf .mbr-section-title {
  color: #ffffff;
}
.cid-uWjS2PzTLf .mbr-text {
  color: #ffffff;
}
.cid-uWjS2PXUN2 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWjS2PXUN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjS2PXUN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjS2PXUN2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjS2PXUN2 .row {
  flex-direction: row-reverse;
}
.cid-uWjS2PXUN2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjS2PXUN2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjS2PXUN2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjS2PXUN2 .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjS2PXUN2 .mbr-text,
.cid-uWjS2PXUN2 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWSq4Ei5rS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWSq41n8ue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWSq41n8ue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSq41n8ue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSq41n8ue .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWSq41n8ue .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWSq41n8ue .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWSq41n8ue .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWSq41n8ue .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWSq41n8ue .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSq41n8ue .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWSq41n8ue .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWSq41n8ue .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWSq41n8ue .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWSq41n8ue .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWSq41n8ue .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWSq41n8ue .list_2 {
    padding-left: 0;
  }
}
.cid-uWSq41n8ue .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWSq41n8ue .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWSq41n8ue .mbr-text,
.cid-uWSq41n8ue .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWSq41n8ue .list {
  color: #666666;
}
.cid-uWSq41n8ue .list,
.cid-uWSq41n8ue .item-wrap,
.cid-uWSq41n8ue .list-wrapper {
  color: #ffffff;
}
.cid-vbBomEBLtG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBomEBLtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBomEBLtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBomEBLtG .card {
  justify-content: center;
}
.cid-vbBomEBLtG .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBomEBLtG .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBomEBLtG .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBomEBLtG .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBomEBLtG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBomEBLtG .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBomEBLtG .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBomEBLtG .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBomEBLtG .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBomEBLtG .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBomEBLtG .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBomEBLtG .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBomEBLtG .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBomEBLtG .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBomEBLtG .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBomEBLtG .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBomEBLtG .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBomEBLtG .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBomEBLtG .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBomEBLtG .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBomEBLtG .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBomEBLtG .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBomEBLtG .mbr-label {
  color: #edefeb;
}
.cid-vbBomEBLtG .mbr-section-title {
  color: #111111;
}
.cid-vbBomEBLtG .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBomEBLtG .mbr-section-title,
.cid-vbBomEBLtG .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjV74sR9D .navbar-dropdown {
  position: relative !important;
}
.cid-uWjV74sR9D .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjV74sR9D .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjV74sR9D .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjV74sR9D .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjV74sR9D .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjV74sR9D .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjV74sR9D .container {
    padding: 0 1rem;
  }
}
.cid-uWjV74sR9D .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjV74sR9D .nav-link {
  position: relative;
}
.cid-uWjV74sR9D .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjV74sR9D .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjV74sR9D .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjV74sR9D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjV74sR9D .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjV74sR9D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjV74sR9D .navbar.collapsed {
  justify-content: center;
}
.cid-uWjV74sR9D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjV74sR9D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjV74sR9D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjV74sR9D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjV74sR9D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjV74sR9D .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-uWjV74sR9D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjV74sR9D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjV74sR9D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjV74sR9D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjV74sR9D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjV74sR9D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjV74sR9D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjV74sR9D .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-uWjV74sR9D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjV74sR9D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjV74sR9D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjV74sR9D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjV74sR9D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjV74sR9D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjV74sR9D .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjV74sR9D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjV74sR9D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjV74sR9D .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-uWjV74sR9D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjV74sR9D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjV74sR9D .dropdown-item:hover,
.cid-uWjV74sR9D .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjV74sR9D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjV74sR9D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjV74sR9D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjV74sR9D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjV74sR9D .dropdown-menu,
.cid-uWjV74sR9D .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjV74sR9D .nav-item:focus,
.cid-uWjV74sR9D .nav-link:focus {
  outline: none;
}
.cid-uWjV74sR9D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjV74sR9D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjV74sR9D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjV74sR9D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjV74sR9D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjV74sR9D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjV74sR9D .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjV74sR9D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjV74sR9D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjV74sR9D .dropdown-item.active,
.cid-uWjV74sR9D .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjV74sR9D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjV74sR9D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjV74sR9D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjV74sR9D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjV74sR9D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjV74sR9D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjV74sR9D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjV74sR9D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjV74sR9D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjV74sR9D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjV74sR9D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjV74sR9D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjV74sR9D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjV74sR9D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjV74sR9D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjV74sR9D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjV74sR9D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjV74sR9D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjV74sR9D .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjV74sR9D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjV74sR9D .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-uWjV74sR9D .navbar {
    height: 70px;
  }
  .cid-uWjV74sR9D .navbar.opened {
    height: auto;
  }
  .cid-uWjV74sR9D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjV7537Yt {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjV7537Yt::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjV7537Yt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjV7537Yt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjV7537Yt .card {
  justify-content: flex-end;
}
.cid-uWjV7537Yt .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjV7537Yt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjV7537Yt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjV7537Yt .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjV7537Yt .mbr-label {
  color: #ffffff;
}
.cid-uWjV7537Yt .mbr-section-title {
  color: #ffffff;
}
.cid-uWjV7537Yt .mbr-text {
  color: #ffffff;
}
.cid-uWjV75u0IF {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWjV75u0IF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjV75u0IF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjV75u0IF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjV75u0IF .row {
  flex-direction: row-reverse;
}
.cid-uWjV75u0IF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjV75u0IF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjV75u0IF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjV75u0IF .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjV75u0IF .mbr-text,
.cid-uWjV75u0IF .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWOseYov44 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWOshWvSIu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWOshWvSIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWOshWvSIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWOshWvSIu .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWOshWvSIu .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWOshWvSIu .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWOshWvSIu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWOshWvSIu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWOshWvSIu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWOshWvSIu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWOshWvSIu .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWOshWvSIu .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWOshWvSIu .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWOshWvSIu .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWOshWvSIu .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWOshWvSIu .list_2 {
    padding-left: 0;
  }
}
.cid-uWOshWvSIu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWOshWvSIu .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWOshWvSIu .mbr-text,
.cid-uWOshWvSIu .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWOshWvSIu .list {
  color: #666666;
}
.cid-uWOshWvSIu .list,
.cid-uWOshWvSIu .item-wrap,
.cid-uWOshWvSIu .list-wrapper {
  color: #ffffff;
}
.cid-vbBo8flwXO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBo8flwXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBo8flwXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBo8flwXO .card {
  justify-content: center;
}
.cid-vbBo8flwXO .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBo8flwXO .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBo8flwXO .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBo8flwXO .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBo8flwXO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBo8flwXO .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBo8flwXO .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBo8flwXO .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBo8flwXO .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBo8flwXO .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBo8flwXO .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBo8flwXO .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBo8flwXO .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBo8flwXO .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBo8flwXO .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBo8flwXO .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBo8flwXO .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBo8flwXO .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBo8flwXO .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBo8flwXO .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBo8flwXO .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBo8flwXO .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBo8flwXO .mbr-label {
  color: #edefeb;
}
.cid-vbBo8flwXO .mbr-section-title {
  color: #111111;
}
.cid-vbBo8flwXO .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBo8flwXO .mbr-section-title,
.cid-vbBo8flwXO .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjVW5kmy3 .navbar-dropdown {
  position: relative !important;
}
.cid-uWjVW5kmy3 .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjVW5kmy3 .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjVW5kmy3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjVW5kmy3 .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjVW5kmy3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjVW5kmy3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjVW5kmy3 .container {
    padding: 0 1rem;
  }
}
.cid-uWjVW5kmy3 .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjVW5kmy3 .nav-link {
  position: relative;
}
.cid-uWjVW5kmy3 .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjVW5kmy3 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjVW5kmy3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjVW5kmy3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjVW5kmy3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjVW5kmy3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjVW5kmy3 .navbar.collapsed {
  justify-content: center;
}
.cid-uWjVW5kmy3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjVW5kmy3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjVW5kmy3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjVW5kmy3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjVW5kmy3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjVW5kmy3 .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-uWjVW5kmy3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjVW5kmy3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjVW5kmy3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjVW5kmy3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjVW5kmy3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjVW5kmy3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjVW5kmy3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjVW5kmy3 .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-uWjVW5kmy3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjVW5kmy3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjVW5kmy3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjVW5kmy3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjVW5kmy3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjVW5kmy3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjVW5kmy3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjVW5kmy3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjVW5kmy3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjVW5kmy3 .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-uWjVW5kmy3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjVW5kmy3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjVW5kmy3 .dropdown-item:hover,
.cid-uWjVW5kmy3 .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjVW5kmy3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjVW5kmy3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjVW5kmy3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjVW5kmy3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjVW5kmy3 .dropdown-menu,
.cid-uWjVW5kmy3 .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjVW5kmy3 .nav-item:focus,
.cid-uWjVW5kmy3 .nav-link:focus {
  outline: none;
}
.cid-uWjVW5kmy3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjVW5kmy3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjVW5kmy3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjVW5kmy3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjVW5kmy3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjVW5kmy3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjVW5kmy3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjVW5kmy3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjVW5kmy3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjVW5kmy3 .dropdown-item.active,
.cid-uWjVW5kmy3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjVW5kmy3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjVW5kmy3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjVW5kmy3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjVW5kmy3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjVW5kmy3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjVW5kmy3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjVW5kmy3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjVW5kmy3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjVW5kmy3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjVW5kmy3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjVW5kmy3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjVW5kmy3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjVW5kmy3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjVW5kmy3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjVW5kmy3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjVW5kmy3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjVW5kmy3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjVW5kmy3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjVW5kmy3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjVW5kmy3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjVW5kmy3 .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-uWjVW5kmy3 .navbar {
    height: 70px;
  }
  .cid-uWjVW5kmy3 .navbar.opened {
    height: auto;
  }
  .cid-uWjVW5kmy3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjVW5PtED {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjVW5PtED::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjVW5PtED .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjVW5PtED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjVW5PtED .card {
  justify-content: flex-end;
}
.cid-uWjVW5PtED .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjVW5PtED .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjVW5PtED .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjVW5PtED .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjVW5PtED .mbr-label {
  color: #ffffff;
}
.cid-uWjVW5PtED .mbr-section-title {
  color: #ffffff;
}
.cid-uWjVW5PtED .mbr-text {
  color: #ffffff;
}
.cid-uWSuXKGcMT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uWSuXKGcMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSuXKGcMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSuXKGcMT .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uWSuXKGcMT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWSuXKGcMT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWSuXKGcMT .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWSuXKGcMT .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-uWSuXKGcMT .mbr-section-title {
  color: #ff6d99;
}
.cid-uWSuXKGcMT .mbr-text,
.cid-uWSuXKGcMT .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uWSuXKGcMT .mbr-section-title,
.cid-uWSuXKGcMT .mbr-section-btn {
  text-align: center;
  color: #ff086d;
}
.cid-uWSsfETzRq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWSsfETzRq .item:focus,
.cid-uWSsfETzRq span:focus {
  outline: none;
}
.cid-uWSsfETzRq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWSsfETzRq .item {
    margin-bottom: 1rem;
  }
}
.cid-uWSsfETzRq .mbr-card-title {
  background: #1b1818;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uWSsfETzRq .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWSsfETzRq .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWSsfETzRq .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWSsfETzRq .item-wrapper {
  position: relative;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWSsfETzRq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWSsfETzRq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWSsfETzRq .mbr-text,
.cid-uWSsfETzRq .item .mbr-section-btn {
  text-align: center;
}
.cid-uWSsfETzRq .content-head {
  max-width: 800px;
}
.cid-uWSsfETzRq .mbr-number {
  color: #ff086d;
  text-align: right;
}
.cid-uWSsfETzRq .mbr-section-subtitle,
.cid-uWSsfETzRq .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWSsfETzRq .mbr-text {
  text-align: left;
}
.cid-uWSsfETzRq .mbr-text,
.cid-uWSsfETzRq .mbr-card-btn {
  text-align: left;
}
.cid-uWSsfETzRq .mbr-text,
.cid-uWSsfETzRq .mbr-section-btn {
  text-align: left;
}
.cid-uWSsfETzRq .mbr-text,
.cid-uWSsfETzRq .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWSsfETzRq .card-text,
.cid-uWSsfETzRq .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWSsfETzRq .card-title {
  text-align: left;
}
.cid-uWSsZAnthH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWSsZAnthH .item:focus,
.cid-uWSsZAnthH span:focus {
  outline: none;
}
.cid-uWSsZAnthH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWSsZAnthH .item {
    margin-bottom: 1rem;
  }
}
.cid-uWSsZAnthH .mbr-card-title {
  background: #1b1818;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uWSsZAnthH .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWSsZAnthH .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWSsZAnthH .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWSsZAnthH .item-wrapper {
  position: relative;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWSsZAnthH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWSsZAnthH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWSsZAnthH .mbr-text,
.cid-uWSsZAnthH .item .mbr-section-btn {
  text-align: center;
}
.cid-uWSsZAnthH .content-head {
  max-width: 800px;
}
.cid-uWSsZAnthH .mbr-number {
  color: #ff086d;
  text-align: right;
}
.cid-uWSsZAnthH .mbr-section-subtitle,
.cid-uWSsZAnthH .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWSsZAnthH .mbr-text {
  text-align: left;
}
.cid-uWSsZAnthH .mbr-text,
.cid-uWSsZAnthH .mbr-card-btn {
  text-align: left;
}
.cid-uWSsZAnthH .mbr-text,
.cid-uWSsZAnthH .mbr-section-btn {
  text-align: left;
}
.cid-uWSsZAnthH .mbr-text,
.cid-uWSsZAnthH .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWSsZAnthH .card-text,
.cid-uWSsZAnthH .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWSsZAnthH .card-title {
  text-align: left;
}
.cid-uWStv38wLL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWStv38wLL .item:focus,
.cid-uWStv38wLL span:focus {
  outline: none;
}
.cid-uWStv38wLL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWStv38wLL .item {
    margin-bottom: 1rem;
  }
}
.cid-uWStv38wLL .mbr-card-title {
  background: #1b1818;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uWStv38wLL .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWStv38wLL .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWStv38wLL .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWStv38wLL .item-wrapper {
  position: relative;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWStv38wLL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWStv38wLL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWStv38wLL .mbr-text,
.cid-uWStv38wLL .item .mbr-section-btn {
  text-align: center;
}
.cid-uWStv38wLL .content-head {
  max-width: 800px;
}
.cid-uWStv38wLL .mbr-number {
  color: #ff086d;
  text-align: right;
}
.cid-uWStv38wLL .mbr-section-subtitle,
.cid-uWStv38wLL .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWStv38wLL .mbr-text {
  text-align: left;
}
.cid-uWStv38wLL .mbr-text,
.cid-uWStv38wLL .mbr-card-btn {
  text-align: left;
}
.cid-uWStv38wLL .mbr-text,
.cid-uWStv38wLL .mbr-section-btn {
  text-align: left;
}
.cid-uWStv38wLL .mbr-text,
.cid-uWStv38wLL .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWStv38wLL .card-text,
.cid-uWStv38wLL .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWStv38wLL .card-title {
  text-align: left;
}
.cid-uWStZjaZHu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #1b1818;
}
.cid-uWStZjaZHu .item:focus,
.cid-uWStZjaZHu span:focus {
  outline: none;
}
.cid-uWStZjaZHu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWStZjaZHu .item {
    margin-bottom: 1rem;
  }
}
.cid-uWStZjaZHu .mbr-card-title {
  background: #1b1818;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uWStZjaZHu .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWStZjaZHu .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWStZjaZHu .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWStZjaZHu .item-wrapper {
  position: relative;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWStZjaZHu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWStZjaZHu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWStZjaZHu .mbr-text,
.cid-uWStZjaZHu .item .mbr-section-btn {
  text-align: center;
}
.cid-uWStZjaZHu .content-head {
  max-width: 800px;
}
.cid-uWStZjaZHu .mbr-number {
  color: #ff086d;
  text-align: right;
}
.cid-uWStZjaZHu .mbr-section-subtitle,
.cid-uWStZjaZHu .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWStZjaZHu .mbr-text {
  text-align: left;
}
.cid-uWStZjaZHu .mbr-text,
.cid-uWStZjaZHu .mbr-card-btn {
  text-align: left;
}
.cid-uWStZjaZHu .mbr-text,
.cid-uWStZjaZHu .mbr-section-btn {
  text-align: left;
}
.cid-uWStZjaZHu .mbr-text,
.cid-uWStZjaZHu .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWStZjaZHu .card-text,
.cid-uWStZjaZHu .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWStZjaZHu .card-title {
  text-align: left;
}
.cid-uWStZLhMh6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWStZLhMh6 .item:focus,
.cid-uWStZLhMh6 span:focus {
  outline: none;
}
.cid-uWStZLhMh6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWStZLhMh6 .item {
    margin-bottom: 1rem;
  }
}
.cid-uWStZLhMh6 .mbr-card-title {
  background: #1b1818;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uWStZLhMh6 .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWStZLhMh6 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWStZLhMh6 .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWStZLhMh6 .item-wrapper {
  position: relative;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWStZLhMh6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWStZLhMh6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWStZLhMh6 .mbr-text,
.cid-uWStZLhMh6 .item .mbr-section-btn {
  text-align: center;
}
.cid-uWStZLhMh6 .content-head {
  max-width: 800px;
}
.cid-uWStZLhMh6 .mbr-number {
  color: #ff086d;
  text-align: right;
}
.cid-uWStZLhMh6 .mbr-section-subtitle,
.cid-uWStZLhMh6 .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWStZLhMh6 .mbr-text {
  text-align: left;
}
.cid-uWStZLhMh6 .mbr-text,
.cid-uWStZLhMh6 .mbr-card-btn {
  text-align: left;
}
.cid-uWStZLhMh6 .mbr-text,
.cid-uWStZLhMh6 .mbr-section-btn {
  text-align: left;
}
.cid-uWStZLhMh6 .mbr-text,
.cid-uWStZLhMh6 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWStZLhMh6 .card-text,
.cid-uWStZLhMh6 .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWStZLhMh6 .card-title {
  text-align: left;
}
.cid-uWSuIAUCIm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWSuIAUCIm .item:focus,
.cid-uWSuIAUCIm span:focus {
  outline: none;
}
.cid-uWSuIAUCIm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWSuIAUCIm .item {
    margin-bottom: 1rem;
  }
}
.cid-uWSuIAUCIm .mbr-card-title {
  background: #1b1818;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uWSuIAUCIm .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWSuIAUCIm .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWSuIAUCIm .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWSuIAUCIm .item-wrapper {
  position: relative;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWSuIAUCIm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWSuIAUCIm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWSuIAUCIm .mbr-text,
.cid-uWSuIAUCIm .item .mbr-section-btn {
  text-align: center;
}
.cid-uWSuIAUCIm .content-head {
  max-width: 800px;
}
.cid-uWSuIAUCIm .mbr-number {
  color: #ff086d;
  text-align: right;
}
.cid-uWSuIAUCIm .mbr-section-subtitle,
.cid-uWSuIAUCIm .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWSuIAUCIm .mbr-text {
  text-align: left;
}
.cid-uWSuIAUCIm .mbr-text,
.cid-uWSuIAUCIm .mbr-card-btn {
  text-align: left;
}
.cid-uWSuIAUCIm .mbr-text,
.cid-uWSuIAUCIm .mbr-section-btn {
  text-align: left;
}
.cid-uWSuIAUCIm .mbr-text,
.cid-uWSuIAUCIm .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWSuIAUCIm .card-text,
.cid-uWSuIAUCIm .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWSuIAUCIm .card-title {
  text-align: left;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWjWIQoIHp .navbar-dropdown {
  position: relative !important;
}
.cid-uWjWIQoIHp .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjWIQoIHp .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjWIQoIHp .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjWIQoIHp .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjWIQoIHp .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjWIQoIHp .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjWIQoIHp .container {
    padding: 0 1rem;
  }
}
.cid-uWjWIQoIHp .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjWIQoIHp .nav-link {
  position: relative;
}
.cid-uWjWIQoIHp .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjWIQoIHp .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjWIQoIHp .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjWIQoIHp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjWIQoIHp .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjWIQoIHp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjWIQoIHp .navbar.collapsed {
  justify-content: center;
}
.cid-uWjWIQoIHp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjWIQoIHp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjWIQoIHp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjWIQoIHp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjWIQoIHp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjWIQoIHp .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-uWjWIQoIHp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjWIQoIHp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjWIQoIHp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjWIQoIHp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjWIQoIHp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjWIQoIHp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjWIQoIHp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjWIQoIHp .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-uWjWIQoIHp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjWIQoIHp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjWIQoIHp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjWIQoIHp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjWIQoIHp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjWIQoIHp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjWIQoIHp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjWIQoIHp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjWIQoIHp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjWIQoIHp .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-uWjWIQoIHp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjWIQoIHp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjWIQoIHp .dropdown-item:hover,
.cid-uWjWIQoIHp .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjWIQoIHp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjWIQoIHp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjWIQoIHp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjWIQoIHp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjWIQoIHp .dropdown-menu,
.cid-uWjWIQoIHp .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjWIQoIHp .nav-item:focus,
.cid-uWjWIQoIHp .nav-link:focus {
  outline: none;
}
.cid-uWjWIQoIHp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjWIQoIHp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjWIQoIHp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjWIQoIHp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjWIQoIHp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjWIQoIHp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjWIQoIHp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjWIQoIHp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjWIQoIHp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjWIQoIHp .dropdown-item.active,
.cid-uWjWIQoIHp .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjWIQoIHp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjWIQoIHp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjWIQoIHp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjWIQoIHp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjWIQoIHp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjWIQoIHp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjWIQoIHp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjWIQoIHp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjWIQoIHp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjWIQoIHp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjWIQoIHp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjWIQoIHp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjWIQoIHp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjWIQoIHp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjWIQoIHp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjWIQoIHp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjWIQoIHp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjWIQoIHp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjWIQoIHp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjWIQoIHp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjWIQoIHp .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-uWjWIQoIHp .navbar {
    height: 70px;
  }
  .cid-uWjWIQoIHp .navbar.opened {
    height: auto;
  }
  .cid-uWjWIQoIHp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjWIQTiwO {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjWIQTiwO::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjWIQTiwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjWIQTiwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjWIQTiwO .card {
  justify-content: flex-end;
}
.cid-uWjWIQTiwO .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjWIQTiwO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjWIQTiwO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjWIQTiwO .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjWIQTiwO .mbr-label {
  color: #ffffff;
}
.cid-uWjWIQTiwO .mbr-section-title {
  color: #ffffff;
}
.cid-uWjWIQTiwO .mbr-text {
  color: #ffffff;
}
#custom-html-6t {
  /* 🔹 Checkbox tamanho */
}
#custom-html-6t input[type="checkbox"] {
  width: 13px;
}
#custom-html-6t .form-section {
  padding: 2rem;
  background: #1b1818;
  /* 🔹 Fundo geral da seção */
  border-radius: 12px;
  color: #ffffff;
  /* 🔹 Cor padrão do texto  */
}
#custom-html-6t .form-section h2 {
  color: #ffffff;
  /* 🔹 Cor do título */
}
#custom-html-6t .form-group {
  margin-bottom: 1rem;
}
#custom-html-6t label {
  display: block;
  margin-bottom: .5rem;
  font-weight: bold;
  color: #ffffff;
  /* 🔹 Labels em branco */
}
#custom-html-6t input,
#custom-html-6t select,
#custom-html-6t textarea {
  width: 100%;
  padding: .5rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #ffffff;
  /* 🔹 Fundo dos campos */
  color: #000000;
  /* 🔹 Texto dentro dos campos  */
}
#custom-html-6t button {
  padding: .75rem 1.5rem;
  background: #ff086d;
  /* 🔹 Cor de fundo do botão */
  color: #ffffff;
  /* 🔹 Texto do botão  */
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}
#custom-html-6t button:hover {
  background: #cc0658;
  /* 🔹 Cor do botão ao passar o mouse */
}
#custom-html-6t input[type="checkbox"] {
  accent-color: #ff086d;
  /* 🔹 Marca do checkbox */
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWU4AyGTqb .navbar-dropdown {
  position: relative !important;
}
.cid-uWU4AyGTqb .navbar-dropdown {
  position: absolute !important;
}
.cid-uWU4AyGTqb .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWU4AyGTqb .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWU4AyGTqb .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWU4AyGTqb .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWU4AyGTqb .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWU4AyGTqb .container {
    padding: 0 1rem;
  }
}
.cid-uWU4AyGTqb .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWU4AyGTqb .nav-link {
  position: relative;
}
.cid-uWU4AyGTqb .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWU4AyGTqb .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWU4AyGTqb .navbar.opened {
  transition: all 0.3s;
}
.cid-uWU4AyGTqb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWU4AyGTqb .navbar .navbar-logo img {
  width: auto;
}
.cid-uWU4AyGTqb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWU4AyGTqb .navbar.collapsed {
  justify-content: center;
}
.cid-uWU4AyGTqb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWU4AyGTqb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWU4AyGTqb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWU4AyGTqb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWU4AyGTqb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWU4AyGTqb .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-uWU4AyGTqb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWU4AyGTqb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWU4AyGTqb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWU4AyGTqb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWU4AyGTqb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWU4AyGTqb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWU4AyGTqb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWU4AyGTqb .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-uWU4AyGTqb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWU4AyGTqb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWU4AyGTqb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWU4AyGTqb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWU4AyGTqb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWU4AyGTqb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWU4AyGTqb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWU4AyGTqb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWU4AyGTqb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWU4AyGTqb .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-uWU4AyGTqb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWU4AyGTqb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWU4AyGTqb .dropdown-item:hover,
.cid-uWU4AyGTqb .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWU4AyGTqb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWU4AyGTqb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWU4AyGTqb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWU4AyGTqb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWU4AyGTqb .dropdown-menu,
.cid-uWU4AyGTqb .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWU4AyGTqb .nav-item:focus,
.cid-uWU4AyGTqb .nav-link:focus {
  outline: none;
}
.cid-uWU4AyGTqb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWU4AyGTqb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWU4AyGTqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWU4AyGTqb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWU4AyGTqb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWU4AyGTqb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWU4AyGTqb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWU4AyGTqb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWU4AyGTqb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWU4AyGTqb .dropdown-item.active,
.cid-uWU4AyGTqb .dropdown-item:active {
  background-color: transparent;
}
.cid-uWU4AyGTqb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWU4AyGTqb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWU4AyGTqb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWU4AyGTqb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWU4AyGTqb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWU4AyGTqb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWU4AyGTqb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWU4AyGTqb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWU4AyGTqb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWU4AyGTqb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWU4AyGTqb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWU4AyGTqb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWU4AyGTqb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWU4AyGTqb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWU4AyGTqb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWU4AyGTqb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWU4AyGTqb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWU4AyGTqb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWU4AyGTqb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWU4AyGTqb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWU4AyGTqb .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-uWU4AyGTqb .navbar {
    height: 70px;
  }
  .cid-uWU4AyGTqb .navbar.opened {
    height: auto;
  }
  .cid-uWU4AyGTqb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWU4Azd6XK {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWU4Azd6XK::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWU4Azd6XK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWU4Azd6XK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWU4Azd6XK .card {
  justify-content: flex-end;
}
.cid-uWU4Azd6XK .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWU4Azd6XK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWU4Azd6XK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWU4Azd6XK .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWU4Azd6XK .mbr-label {
  color: #ffffff;
}
.cid-uWU4Azd6XK .mbr-section-title {
  color: #ffffff;
}
.cid-uWU4Azd6XK .mbr-text {
  color: #ffffff;
}
.cid-uWU4AzAdxf {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWU4AzAdxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWU4AzAdxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWU4AzAdxf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWU4AzAdxf .row {
  flex-direction: row-reverse;
}
.cid-uWU4AzAdxf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWU4AzAdxf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWU4AzAdxf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWU4AzAdxf .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWU4AzAdxf .mbr-text,
.cid-uWU4AzAdxf .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vbBoTao9vT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBoTao9vT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBoTao9vT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBoTao9vT .card {
  justify-content: center;
}
.cid-vbBoTao9vT .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBoTao9vT .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBoTao9vT .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBoTao9vT .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBoTao9vT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBoTao9vT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBoTao9vT .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBoTao9vT .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBoTao9vT .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBoTao9vT .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBoTao9vT .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBoTao9vT .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBoTao9vT .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBoTao9vT .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBoTao9vT .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBoTao9vT .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBoTao9vT .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBoTao9vT .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBoTao9vT .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBoTao9vT .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBoTao9vT .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBoTao9vT .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBoTao9vT .mbr-label {
  color: #edefeb;
}
.cid-vbBoTao9vT .mbr-section-title {
  color: #111111;
}
.cid-vbBoTao9vT .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBoTao9vT .mbr-section-title,
.cid-vbBoTao9vT .mbr-section-btn {
  color: #edefeb;
}
.cid-uWU4AAmBBT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWU4AAmBBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWU4AAmBBT .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-uWU4AAmBBT .container {
    padding: 0 22px;
  }
}
.cid-uWU4AAmBBT .row {
  justify-content: space-between;
}
.cid-uWU4AAmBBT .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWU4AAmBBT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWU4AAmBBT .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWU4AAmBBT .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWU4AAmBBT .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWU4AAmBBT .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWU4AAmBBT .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWU4AAmBBT .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWU4AAmBBT .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWU4AAmBBT .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWU4AAmBBT .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWU4AAmBBT .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWU4AAmBBT .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWU4AAmBBT .copy-wrapper {
    display: block;
  }
}
.cid-uWU4AAmBBT .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWU4AAmBBT .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWU4AAmBBT .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWU4AAmBBT .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWU4AAmBBT .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWU4AAmBBT .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWU4AAmBBT .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWU4AAmBBT .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWU4AAmBBT .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWU4AAmBBT .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWU4AAmBBT .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWU4AAmBBT .mbr-section-title {
  color: #ff5753;
}
.cid-uWU4AAmBBT .mbr-text {
  color: #ffffff;
}
.cid-uWU4AAmBBT .list {
  color: #635d60;
}
.cid-uWU4AAmBBT .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWU4AAmBBT .mbr-section-title,
.cid-uWU4AAmBBT .mbr-section-btn {
  color: #ffffff;
}
.cid-uWU4AAmBBT .list,
.cid-uWU4AAmBBT .item-wrap {
  color: #ffffff;
}
.cid-uWU3h8lZP7 .navbar-dropdown {
  position: relative !important;
}
.cid-uWU3h8lZP7 .navbar-dropdown {
  position: absolute !important;
}
.cid-uWU3h8lZP7 .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWU3h8lZP7 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWU3h8lZP7 .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWU3h8lZP7 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWU3h8lZP7 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWU3h8lZP7 .container {
    padding: 0 1rem;
  }
}
.cid-uWU3h8lZP7 .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWU3h8lZP7 .nav-link {
  position: relative;
}
.cid-uWU3h8lZP7 .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWU3h8lZP7 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWU3h8lZP7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWU3h8lZP7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWU3h8lZP7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWU3h8lZP7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWU3h8lZP7 .navbar.collapsed {
  justify-content: center;
}
.cid-uWU3h8lZP7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWU3h8lZP7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWU3h8lZP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWU3h8lZP7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWU3h8lZP7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWU3h8lZP7 .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-uWU3h8lZP7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWU3h8lZP7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWU3h8lZP7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWU3h8lZP7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWU3h8lZP7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWU3h8lZP7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWU3h8lZP7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWU3h8lZP7 .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-uWU3h8lZP7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWU3h8lZP7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWU3h8lZP7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWU3h8lZP7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWU3h8lZP7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWU3h8lZP7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWU3h8lZP7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWU3h8lZP7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWU3h8lZP7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWU3h8lZP7 .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-uWU3h8lZP7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWU3h8lZP7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWU3h8lZP7 .dropdown-item:hover,
.cid-uWU3h8lZP7 .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWU3h8lZP7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWU3h8lZP7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWU3h8lZP7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWU3h8lZP7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWU3h8lZP7 .dropdown-menu,
.cid-uWU3h8lZP7 .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWU3h8lZP7 .nav-item:focus,
.cid-uWU3h8lZP7 .nav-link:focus {
  outline: none;
}
.cid-uWU3h8lZP7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWU3h8lZP7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWU3h8lZP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWU3h8lZP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWU3h8lZP7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWU3h8lZP7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWU3h8lZP7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWU3h8lZP7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWU3h8lZP7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWU3h8lZP7 .dropdown-item.active,
.cid-uWU3h8lZP7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWU3h8lZP7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWU3h8lZP7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWU3h8lZP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWU3h8lZP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWU3h8lZP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWU3h8lZP7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWU3h8lZP7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWU3h8lZP7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWU3h8lZP7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWU3h8lZP7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWU3h8lZP7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWU3h8lZP7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWU3h8lZP7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWU3h8lZP7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWU3h8lZP7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWU3h8lZP7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWU3h8lZP7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWU3h8lZP7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWU3h8lZP7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWU3h8lZP7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWU3h8lZP7 .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-uWU3h8lZP7 .navbar {
    height: 70px;
  }
  .cid-uWU3h8lZP7 .navbar.opened {
    height: auto;
  }
  .cid-uWU3h8lZP7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWU3h8QqXi {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWU3h8QqXi::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWU3h8QqXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWU3h8QqXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWU3h8QqXi .card {
  justify-content: flex-end;
}
.cid-uWU3h8QqXi .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWU3h8QqXi .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWU3h8QqXi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWU3h8QqXi .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWU3h8QqXi .mbr-label {
  color: #ffffff;
}
.cid-uWU3h8QqXi .mbr-section-title {
  color: #ffffff;
}
.cid-uWU3h8QqXi .mbr-text {
  color: #ffffff;
}
.cid-uWU3h9fLf4 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWU3h9fLf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWU3h9fLf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWU3h9fLf4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWU3h9fLf4 .row {
  flex-direction: row-reverse;
}
.cid-uWU3h9fLf4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWU3h9fLf4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWU3h9fLf4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWU3h9fLf4 .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWU3h9fLf4 .mbr-text,
.cid-uWU3h9fLf4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uXt3GR8X56 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uXt3GR8X56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt3GR8X56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt3GR8X56 .card-wrapper {
  background: #1b1818;
}
@media (max-width: 767px) {
  .cid-uXt3GR8X56 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXt3GR8X56 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uXt3GR8X56 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uXt3GR8X56 .mbr-text,
.cid-uXt3GR8X56 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uXt3GR8X56 .card-title,
.cid-uXt3GR8X56 .card-box {
  text-align: center;
  color: #000000;
}
.cid-uXt3GR8X56 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uXt3GR8X56 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uXt3GR8X56 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff086d;
  background-color: #ff086d;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uXt3GR8X56 .mbr-text UL {
  text-align: left;
}
.cid-uXt3GR8X56 .mbr-section-title {
  color: #ff086d;
}
.cid-uXt3GR8X56 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uXt3GR8X56 .mbr-text {
  color: #ffffff;
}
.cid-uXt4OFsIu1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uXt4OFsIu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt4OFsIu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt4OFsIu1 .content-wrapper {
  background: #1b1818;
}
@media (max-width: 991px) {
  .cid-uXt4OFsIu1 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uXt4OFsIu1 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXt4OFsIu1 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uXt4OFsIu1 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uXt4OFsIu1 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uXt4OFsIu1 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uXt4OFsIu1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uXt4OFsIu1 .card-title {
  color: #ff086d;
}
.cid-uXt4OFsIu1 .mbr-text,
.cid-uXt4OFsIu1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uXt5ChgUaY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uXt5ChgUaY .item:focus,
.cid-uXt5ChgUaY span:focus {
  outline: none;
}
.cid-uXt5ChgUaY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXt5ChgUaY .item {
    margin-bottom: 1rem;
  }
}
.cid-uXt5ChgUaY .mbr-card-title {
  background: #1b1818;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uXt5ChgUaY .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXt5ChgUaY .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uXt5ChgUaY .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uXt5ChgUaY .item-wrapper {
  position: relative;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXt5ChgUaY .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXt5ChgUaY .mbr-section-title {
  color: #ff086d;
  text-align: center;
}
.cid-uXt5ChgUaY .mbr-text,
.cid-uXt5ChgUaY .item .mbr-section-btn {
  text-align: center;
}
.cid-uXt5ChgUaY .content-head {
  max-width: 800px;
}
.cid-uXt5ChgUaY .mbr-number {
  color: #ff086d;
  text-align: right;
}
.cid-uXt5ChgUaY .mbr-section-subtitle,
.cid-uXt5ChgUaY .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uXt5ChgUaY .mbr-text {
  text-align: left;
}
.cid-uXt5ChgUaY .mbr-text,
.cid-uXt5ChgUaY .mbr-card-btn {
  text-align: left;
}
.cid-uXt5ChgUaY .mbr-text,
.cid-uXt5ChgUaY .mbr-section-btn {
  text-align: left;
}
.cid-uXt5ChgUaY .mbr-text,
.cid-uXt5ChgUaY .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uXt5ChgUaY .card-text,
.cid-uXt5ChgUaY .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uXt5ChgUaY .card-title {
  text-align: center;
  color: #ff086d;
}
.cid-uXt5aSxLDc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uXt5aSxLDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt5aSxLDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt5aSxLDc .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXt5aSxLDc .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXt5aSxLDc .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXt5aSxLDc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXt5aSxLDc .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXt5aSxLDc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXt5aSxLDc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXt5aSxLDc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXt5aSxLDc .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uXt5aSxLDc .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uXt5aSxLDc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXt5aSxLDc .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uXt5aSxLDc .list_2 {
    padding-left: 0;
  }
}
.cid-uXt5aSxLDc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXt5aSxLDc .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uXt5aSxLDc .mbr-text,
.cid-uXt5aSxLDc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXt5aSxLDc .list {
  color: #666666;
}
.cid-uXt5aSxLDc .list,
.cid-uXt5aSxLDc .item-wrap,
.cid-uXt5aSxLDc .list-wrapper {
  color: #ffffff;
}
.cid-vbBoR8x4rL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBoR8x4rL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBoR8x4rL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBoR8x4rL .card {
  justify-content: center;
}
.cid-vbBoR8x4rL .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBoR8x4rL .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBoR8x4rL .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBoR8x4rL .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBoR8x4rL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBoR8x4rL .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBoR8x4rL .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBoR8x4rL .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBoR8x4rL .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBoR8x4rL .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBoR8x4rL .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBoR8x4rL .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBoR8x4rL .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBoR8x4rL .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBoR8x4rL .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBoR8x4rL .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBoR8x4rL .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBoR8x4rL .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBoR8x4rL .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBoR8x4rL .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBoR8x4rL .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBoR8x4rL .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBoR8x4rL .mbr-label {
  color: #edefeb;
}
.cid-vbBoR8x4rL .mbr-section-title {
  color: #111111;
}
.cid-vbBoR8x4rL .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBoR8x4rL .mbr-section-title,
.cid-vbBoR8x4rL .mbr-section-btn {
  color: #edefeb;
}
.cid-uWU3ha0Ctc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWU3ha0Ctc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWU3ha0Ctc .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-uWU3ha0Ctc .container {
    padding: 0 22px;
  }
}
.cid-uWU3ha0Ctc .row {
  justify-content: space-between;
}
.cid-uWU3ha0Ctc .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWU3ha0Ctc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWU3ha0Ctc .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWU3ha0Ctc .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWU3ha0Ctc .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWU3ha0Ctc .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWU3ha0Ctc .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWU3ha0Ctc .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWU3ha0Ctc .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWU3ha0Ctc .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWU3ha0Ctc .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWU3ha0Ctc .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWU3ha0Ctc .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWU3ha0Ctc .copy-wrapper {
    display: block;
  }
}
.cid-uWU3ha0Ctc .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWU3ha0Ctc .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWU3ha0Ctc .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWU3ha0Ctc .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWU3ha0Ctc .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWU3ha0Ctc .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWU3ha0Ctc .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWU3ha0Ctc .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWU3ha0Ctc .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWU3ha0Ctc .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWU3ha0Ctc .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWU3ha0Ctc .mbr-section-title {
  color: #ff5753;
}
.cid-uWU3ha0Ctc .mbr-text {
  color: #ffffff;
}
.cid-uWU3ha0Ctc .list {
  color: #635d60;
}
.cid-uWU3ha0Ctc .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWU3ha0Ctc .mbr-section-title,
.cid-uWU3ha0Ctc .mbr-section-btn {
  color: #ffffff;
}
.cid-uWU3ha0Ctc .list,
.cid-uWU3ha0Ctc .item-wrap {
  color: #ffffff;
}
.cid-uWU38YSFRR .navbar-dropdown {
  position: relative !important;
}
.cid-uWU38YSFRR .navbar-dropdown {
  position: absolute !important;
}
.cid-uWU38YSFRR .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWU38YSFRR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWU38YSFRR .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWU38YSFRR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWU38YSFRR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWU38YSFRR .container {
    padding: 0 1rem;
  }
}
.cid-uWU38YSFRR .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWU38YSFRR .nav-link {
  position: relative;
}
.cid-uWU38YSFRR .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWU38YSFRR .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWU38YSFRR .navbar.opened {
  transition: all 0.3s;
}
.cid-uWU38YSFRR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWU38YSFRR .navbar .navbar-logo img {
  width: auto;
}
.cid-uWU38YSFRR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWU38YSFRR .navbar.collapsed {
  justify-content: center;
}
.cid-uWU38YSFRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWU38YSFRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWU38YSFRR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWU38YSFRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWU38YSFRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWU38YSFRR .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-uWU38YSFRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWU38YSFRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWU38YSFRR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWU38YSFRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWU38YSFRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWU38YSFRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWU38YSFRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWU38YSFRR .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-uWU38YSFRR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWU38YSFRR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWU38YSFRR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWU38YSFRR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWU38YSFRR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWU38YSFRR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWU38YSFRR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWU38YSFRR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWU38YSFRR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWU38YSFRR .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-uWU38YSFRR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWU38YSFRR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWU38YSFRR .dropdown-item:hover,
.cid-uWU38YSFRR .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWU38YSFRR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWU38YSFRR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWU38YSFRR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWU38YSFRR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWU38YSFRR .dropdown-menu,
.cid-uWU38YSFRR .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWU38YSFRR .nav-item:focus,
.cid-uWU38YSFRR .nav-link:focus {
  outline: none;
}
.cid-uWU38YSFRR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWU38YSFRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWU38YSFRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWU38YSFRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWU38YSFRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWU38YSFRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWU38YSFRR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWU38YSFRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWU38YSFRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWU38YSFRR .dropdown-item.active,
.cid-uWU38YSFRR .dropdown-item:active {
  background-color: transparent;
}
.cid-uWU38YSFRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWU38YSFRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWU38YSFRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWU38YSFRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWU38YSFRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWU38YSFRR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWU38YSFRR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWU38YSFRR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWU38YSFRR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWU38YSFRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWU38YSFRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWU38YSFRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWU38YSFRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWU38YSFRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWU38YSFRR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWU38YSFRR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWU38YSFRR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWU38YSFRR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWU38YSFRR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWU38YSFRR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWU38YSFRR .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-uWU38YSFRR .navbar {
    height: 70px;
  }
  .cid-uWU38YSFRR .navbar.opened {
    height: auto;
  }
  .cid-uWU38YSFRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWU38ZpjXZ {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWU38ZpjXZ::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWU38ZpjXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWU38ZpjXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWU38ZpjXZ .card {
  justify-content: flex-end;
}
.cid-uWU38ZpjXZ .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWU38ZpjXZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWU38ZpjXZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWU38ZpjXZ .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWU38ZpjXZ .mbr-label {
  color: #ffffff;
}
.cid-uWU38ZpjXZ .mbr-section-title {
  color: #ffffff;
}
.cid-uWU38ZpjXZ .mbr-text {
  color: #ffffff;
}
.cid-uWU38ZLsOe {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWU38ZLsOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWU38ZLsOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWU38ZLsOe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWU38ZLsOe .row {
  flex-direction: row-reverse;
}
.cid-uWU38ZLsOe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWU38ZLsOe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWU38ZLsOe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWU38ZLsOe .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWU38ZLsOe .mbr-text,
.cid-uWU38ZLsOe .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vbBoACWUUv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBoACWUUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBoACWUUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBoACWUUv .card {
  justify-content: center;
}
.cid-vbBoACWUUv .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBoACWUUv .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBoACWUUv .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBoACWUUv .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBoACWUUv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBoACWUUv .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBoACWUUv .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBoACWUUv .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBoACWUUv .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBoACWUUv .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBoACWUUv .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBoACWUUv .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBoACWUUv .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBoACWUUv .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBoACWUUv .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBoACWUUv .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBoACWUUv .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBoACWUUv .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBoACWUUv .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBoACWUUv .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBoACWUUv .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBoACWUUv .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBoACWUUv .mbr-label {
  color: #edefeb;
}
.cid-vbBoACWUUv .mbr-section-title {
  color: #111111;
}
.cid-vbBoACWUUv .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBoACWUUv .mbr-section-title,
.cid-vbBoACWUUv .mbr-section-btn {
  color: #edefeb;
}
.cid-uWU390yv8R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWU390yv8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWU390yv8R .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-uWU390yv8R .container {
    padding: 0 22px;
  }
}
.cid-uWU390yv8R .row {
  justify-content: space-between;
}
.cid-uWU390yv8R .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWU390yv8R .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWU390yv8R .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWU390yv8R .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWU390yv8R .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWU390yv8R .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWU390yv8R .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWU390yv8R .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWU390yv8R .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWU390yv8R .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWU390yv8R .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWU390yv8R .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWU390yv8R .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWU390yv8R .copy-wrapper {
    display: block;
  }
}
.cid-uWU390yv8R .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWU390yv8R .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWU390yv8R .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWU390yv8R .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWU390yv8R .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWU390yv8R .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWU390yv8R .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWU390yv8R .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWU390yv8R .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWU390yv8R .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWU390yv8R .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWU390yv8R .mbr-section-title {
  color: #ff5753;
}
.cid-uWU390yv8R .mbr-text {
  color: #ffffff;
}
.cid-uWU390yv8R .list {
  color: #635d60;
}
.cid-uWU390yv8R .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWU390yv8R .mbr-section-title,
.cid-uWU390yv8R .mbr-section-btn {
  color: #ffffff;
}
.cid-uWU390yv8R .list,
.cid-uWU390yv8R .item-wrap {
  color: #ffffff;
}
.cid-uWU2UnZAyo .navbar-dropdown {
  position: relative !important;
}
.cid-uWU2UnZAyo .navbar-dropdown {
  position: absolute !important;
}
.cid-uWU2UnZAyo .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWU2UnZAyo .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWU2UnZAyo .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWU2UnZAyo .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWU2UnZAyo .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWU2UnZAyo .container {
    padding: 0 1rem;
  }
}
.cid-uWU2UnZAyo .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWU2UnZAyo .nav-link {
  position: relative;
}
.cid-uWU2UnZAyo .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWU2UnZAyo .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWU2UnZAyo .navbar.opened {
  transition: all 0.3s;
}
.cid-uWU2UnZAyo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWU2UnZAyo .navbar .navbar-logo img {
  width: auto;
}
.cid-uWU2UnZAyo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWU2UnZAyo .navbar.collapsed {
  justify-content: center;
}
.cid-uWU2UnZAyo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWU2UnZAyo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWU2UnZAyo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWU2UnZAyo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWU2UnZAyo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWU2UnZAyo .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-uWU2UnZAyo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWU2UnZAyo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWU2UnZAyo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWU2UnZAyo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWU2UnZAyo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWU2UnZAyo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWU2UnZAyo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWU2UnZAyo .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-uWU2UnZAyo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWU2UnZAyo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWU2UnZAyo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWU2UnZAyo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWU2UnZAyo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWU2UnZAyo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWU2UnZAyo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWU2UnZAyo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWU2UnZAyo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWU2UnZAyo .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-uWU2UnZAyo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWU2UnZAyo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWU2UnZAyo .dropdown-item:hover,
.cid-uWU2UnZAyo .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWU2UnZAyo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWU2UnZAyo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWU2UnZAyo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWU2UnZAyo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWU2UnZAyo .dropdown-menu,
.cid-uWU2UnZAyo .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWU2UnZAyo .nav-item:focus,
.cid-uWU2UnZAyo .nav-link:focus {
  outline: none;
}
.cid-uWU2UnZAyo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWU2UnZAyo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWU2UnZAyo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWU2UnZAyo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWU2UnZAyo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWU2UnZAyo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWU2UnZAyo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWU2UnZAyo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWU2UnZAyo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWU2UnZAyo .dropdown-item.active,
.cid-uWU2UnZAyo .dropdown-item:active {
  background-color: transparent;
}
.cid-uWU2UnZAyo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWU2UnZAyo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWU2UnZAyo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWU2UnZAyo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWU2UnZAyo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWU2UnZAyo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWU2UnZAyo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWU2UnZAyo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWU2UnZAyo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWU2UnZAyo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWU2UnZAyo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWU2UnZAyo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWU2UnZAyo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWU2UnZAyo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWU2UnZAyo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWU2UnZAyo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWU2UnZAyo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWU2UnZAyo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWU2UnZAyo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWU2UnZAyo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWU2UnZAyo .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-uWU2UnZAyo .navbar {
    height: 70px;
  }
  .cid-uWU2UnZAyo .navbar.opened {
    height: auto;
  }
  .cid-uWU2UnZAyo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWU2UozEM3 {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWU2UozEM3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWU2UozEM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWU2UozEM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWU2UozEM3 .card {
  justify-content: flex-end;
}
.cid-uWU2UozEM3 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWU2UozEM3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWU2UozEM3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWU2UozEM3 .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWU2UozEM3 .mbr-label {
  color: #ffffff;
}
.cid-uWU2UozEM3 .mbr-section-title {
  color: #ffffff;
}
.cid-uWU2UozEM3 .mbr-text {
  color: #ffffff;
}
.cid-uWU2UoVt0H {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWU2UoVt0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWU2UoVt0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWU2UoVt0H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWU2UoVt0H .row {
  flex-direction: row-reverse;
}
.cid-uWU2UoVt0H .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWU2UoVt0H .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWU2UoVt0H .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWU2UoVt0H .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWU2UoVt0H .mbr-text,
.cid-uWU2UoVt0H .mbr-section-btn {
  color: #1b1818;
  text-align: left;
}
.cid-uWZoR9bKUk {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWZoR9bKUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZoR9bKUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZoR9bKUk .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWZoR9bKUk .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWZoR9bKUk .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWZoR9bKUk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWZoR9bKUk .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWZoR9bKUk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWZoR9bKUk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWZoR9bKUk .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWZoR9bKUk .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWZoR9bKUk .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWZoR9bKUk .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWZoR9bKUk .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWZoR9bKUk .list_2 {
    padding-left: 0;
  }
}
.cid-uWZoR9bKUk .mbr-section-title {
  color: #1b1818;
  text-align: center;
}
.cid-uWZoR9bKUk .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWZoR9bKUk .mbr-text,
.cid-uWZoR9bKUk .text-wrapper {
  color: #1b1818;
  text-align: center;
}
.cid-uWZoR9bKUk .list {
  color: #666666;
}
.cid-uWZoR9bKUk .list,
.cid-uWZoR9bKUk .item-wrap,
.cid-uWZoR9bKUk .list-wrapper {
  color: #1b1818;
}
.cid-vbBovfudJC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbBovfudJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBovfudJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBovfudJC .card {
  justify-content: center;
}
.cid-vbBovfudJC .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBovfudJC .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBovfudJC .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBovfudJC .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBovfudJC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBovfudJC .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBovfudJC .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBovfudJC .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBovfudJC .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBovfudJC .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBovfudJC .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBovfudJC .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBovfudJC .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBovfudJC .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBovfudJC .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBovfudJC .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBovfudJC .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBovfudJC .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBovfudJC .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBovfudJC .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBovfudJC .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBovfudJC .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBovfudJC .mbr-label {
  color: #edefeb;
}
.cid-vbBovfudJC .mbr-section-title {
  color: #111111;
}
.cid-vbBovfudJC .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBovfudJC .mbr-section-title,
.cid-vbBovfudJC .mbr-section-btn {
  color: #edefeb;
}
.cid-uWU2UpGFXo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWU2UpGFXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWU2UpGFXo .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-uWU2UpGFXo .container {
    padding: 0 22px;
  }
}
.cid-uWU2UpGFXo .row {
  justify-content: space-between;
}
.cid-uWU2UpGFXo .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWU2UpGFXo .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWU2UpGFXo .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWU2UpGFXo .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWU2UpGFXo .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWU2UpGFXo .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWU2UpGFXo .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWU2UpGFXo .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWU2UpGFXo .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWU2UpGFXo .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWU2UpGFXo .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWU2UpGFXo .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWU2UpGFXo .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWU2UpGFXo .copy-wrapper {
    display: block;
  }
}
.cid-uWU2UpGFXo .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWU2UpGFXo .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWU2UpGFXo .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWU2UpGFXo .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWU2UpGFXo .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWU2UpGFXo .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWU2UpGFXo .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWU2UpGFXo .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWU2UpGFXo .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWU2UpGFXo .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWU2UpGFXo .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWU2UpGFXo .mbr-section-title {
  color: #ff5753;
}
.cid-uWU2UpGFXo .mbr-text {
  color: #ffffff;
}
.cid-uWU2UpGFXo .list {
  color: #635d60;
}
.cid-uWU2UpGFXo .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWU2UpGFXo .mbr-section-title,
.cid-uWU2UpGFXo .mbr-section-btn {
  color: #ffffff;
}
.cid-uWU2UpGFXo .list,
.cid-uWU2UpGFXo .item-wrap {
  color: #ffffff;
}
.cid-uWT8SkcdbQ .navbar-dropdown {
  position: relative !important;
}
.cid-uWT8SkcdbQ .navbar-dropdown {
  position: absolute !important;
}
.cid-uWT8SkcdbQ .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWT8SkcdbQ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWT8SkcdbQ .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWT8SkcdbQ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWT8SkcdbQ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWT8SkcdbQ .container {
    padding: 0 1rem;
  }
}
.cid-uWT8SkcdbQ .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWT8SkcdbQ .nav-link {
  position: relative;
}
.cid-uWT8SkcdbQ .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWT8SkcdbQ .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWT8SkcdbQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uWT8SkcdbQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWT8SkcdbQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uWT8SkcdbQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWT8SkcdbQ .navbar.collapsed {
  justify-content: center;
}
.cid-uWT8SkcdbQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWT8SkcdbQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWT8SkcdbQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWT8SkcdbQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWT8SkcdbQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWT8SkcdbQ .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-uWT8SkcdbQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWT8SkcdbQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWT8SkcdbQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWT8SkcdbQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWT8SkcdbQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWT8SkcdbQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWT8SkcdbQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWT8SkcdbQ .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-uWT8SkcdbQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWT8SkcdbQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWT8SkcdbQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWT8SkcdbQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWT8SkcdbQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWT8SkcdbQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWT8SkcdbQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWT8SkcdbQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWT8SkcdbQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWT8SkcdbQ .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-uWT8SkcdbQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWT8SkcdbQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWT8SkcdbQ .dropdown-item:hover,
.cid-uWT8SkcdbQ .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWT8SkcdbQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWT8SkcdbQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWT8SkcdbQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWT8SkcdbQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWT8SkcdbQ .dropdown-menu,
.cid-uWT8SkcdbQ .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWT8SkcdbQ .nav-item:focus,
.cid-uWT8SkcdbQ .nav-link:focus {
  outline: none;
}
.cid-uWT8SkcdbQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWT8SkcdbQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWT8SkcdbQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWT8SkcdbQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWT8SkcdbQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWT8SkcdbQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWT8SkcdbQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWT8SkcdbQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWT8SkcdbQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWT8SkcdbQ .dropdown-item.active,
.cid-uWT8SkcdbQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uWT8SkcdbQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWT8SkcdbQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWT8SkcdbQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWT8SkcdbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWT8SkcdbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWT8SkcdbQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWT8SkcdbQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWT8SkcdbQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWT8SkcdbQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWT8SkcdbQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWT8SkcdbQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWT8SkcdbQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWT8SkcdbQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWT8SkcdbQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWT8SkcdbQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWT8SkcdbQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWT8SkcdbQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWT8SkcdbQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWT8SkcdbQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWT8SkcdbQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWT8SkcdbQ .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-uWT8SkcdbQ .navbar {
    height: 70px;
  }
  .cid-uWT8SkcdbQ .navbar.opened {
    height: auto;
  }
  .cid-uWT8SkcdbQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWT8SkRLmF {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWT8SkRLmF::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWT8SkRLmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT8SkRLmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT8SkRLmF .card {
  justify-content: flex-end;
}
.cid-uWT8SkRLmF .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWT8SkRLmF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWT8SkRLmF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWT8SkRLmF .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWT8SkRLmF .mbr-label {
  color: #ffffff;
}
.cid-uWT8SkRLmF .mbr-section-title {
  color: #ffffff;
}
.cid-uWT8SkRLmF .mbr-text {
  color: #ffffff;
}
.cid-uWT8SlkDAb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWT8SlkDAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT8SlkDAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWT8SlkDAb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWT8SlkDAb .row {
  flex-direction: row-reverse;
}
.cid-uWT8SlkDAb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWT8SlkDAb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWT8SlkDAb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWT8SlkDAb .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWT8SlkDAb .mbr-text,
.cid-uWT8SlkDAb .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vbBotjyrls {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBotjyrls .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBotjyrls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBotjyrls .card {
  justify-content: center;
}
.cid-vbBotjyrls .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBotjyrls .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBotjyrls .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBotjyrls .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBotjyrls .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBotjyrls .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBotjyrls .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBotjyrls .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBotjyrls .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBotjyrls .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBotjyrls .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBotjyrls .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBotjyrls .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBotjyrls .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBotjyrls .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBotjyrls .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBotjyrls .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBotjyrls .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBotjyrls .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBotjyrls .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBotjyrls .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBotjyrls .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBotjyrls .mbr-label {
  color: #edefeb;
}
.cid-vbBotjyrls .mbr-section-title {
  color: #111111;
}
.cid-vbBotjyrls .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBotjyrls .mbr-section-title,
.cid-vbBotjyrls .mbr-section-btn {
  color: #edefeb;
}
.cid-uWT8SmkaH9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWT8SmkaH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT8SmkaH9 .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-uWT8SmkaH9 .container {
    padding: 0 22px;
  }
}
.cid-uWT8SmkaH9 .row {
  justify-content: space-between;
}
.cid-uWT8SmkaH9 .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWT8SmkaH9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWT8SmkaH9 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWT8SmkaH9 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWT8SmkaH9 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWT8SmkaH9 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWT8SmkaH9 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWT8SmkaH9 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWT8SmkaH9 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWT8SmkaH9 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWT8SmkaH9 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWT8SmkaH9 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWT8SmkaH9 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWT8SmkaH9 .copy-wrapper {
    display: block;
  }
}
.cid-uWT8SmkaH9 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWT8SmkaH9 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWT8SmkaH9 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWT8SmkaH9 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWT8SmkaH9 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWT8SmkaH9 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWT8SmkaH9 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWT8SmkaH9 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWT8SmkaH9 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWT8SmkaH9 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWT8SmkaH9 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWT8SmkaH9 .mbr-section-title {
  color: #ff5753;
}
.cid-uWT8SmkaH9 .mbr-text {
  color: #ffffff;
}
.cid-uWT8SmkaH9 .list {
  color: #635d60;
}
.cid-uWT8SmkaH9 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWT8SmkaH9 .mbr-section-title,
.cid-uWT8SmkaH9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uWT8SmkaH9 .list,
.cid-uWT8SmkaH9 .item-wrap {
  color: #ffffff;
}
.cid-uWT8eswKM3 .navbar-dropdown {
  position: relative !important;
}
.cid-uWT8eswKM3 .navbar-dropdown {
  position: absolute !important;
}
.cid-uWT8eswKM3 .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWT8eswKM3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWT8eswKM3 .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWT8eswKM3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWT8eswKM3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWT8eswKM3 .container {
    padding: 0 1rem;
  }
}
.cid-uWT8eswKM3 .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWT8eswKM3 .nav-link {
  position: relative;
}
.cid-uWT8eswKM3 .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWT8eswKM3 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWT8eswKM3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWT8eswKM3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWT8eswKM3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWT8eswKM3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWT8eswKM3 .navbar.collapsed {
  justify-content: center;
}
.cid-uWT8eswKM3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWT8eswKM3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWT8eswKM3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWT8eswKM3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWT8eswKM3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWT8eswKM3 .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-uWT8eswKM3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWT8eswKM3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWT8eswKM3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWT8eswKM3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWT8eswKM3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWT8eswKM3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWT8eswKM3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWT8eswKM3 .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-uWT8eswKM3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWT8eswKM3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWT8eswKM3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWT8eswKM3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWT8eswKM3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWT8eswKM3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWT8eswKM3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWT8eswKM3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWT8eswKM3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWT8eswKM3 .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-uWT8eswKM3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWT8eswKM3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWT8eswKM3 .dropdown-item:hover,
.cid-uWT8eswKM3 .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWT8eswKM3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWT8eswKM3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWT8eswKM3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWT8eswKM3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWT8eswKM3 .dropdown-menu,
.cid-uWT8eswKM3 .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWT8eswKM3 .nav-item:focus,
.cid-uWT8eswKM3 .nav-link:focus {
  outline: none;
}
.cid-uWT8eswKM3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWT8eswKM3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWT8eswKM3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWT8eswKM3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWT8eswKM3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWT8eswKM3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWT8eswKM3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWT8eswKM3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWT8eswKM3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWT8eswKM3 .dropdown-item.active,
.cid-uWT8eswKM3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWT8eswKM3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWT8eswKM3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWT8eswKM3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWT8eswKM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWT8eswKM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWT8eswKM3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWT8eswKM3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWT8eswKM3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWT8eswKM3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWT8eswKM3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWT8eswKM3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWT8eswKM3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWT8eswKM3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWT8eswKM3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWT8eswKM3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWT8eswKM3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWT8eswKM3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWT8eswKM3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWT8eswKM3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWT8eswKM3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWT8eswKM3 .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-uWT8eswKM3 .navbar {
    height: 70px;
  }
  .cid-uWT8eswKM3 .navbar.opened {
    height: auto;
  }
  .cid-uWT8eswKM3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWT8etfisE {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWT8etfisE::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWT8etfisE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT8etfisE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT8etfisE .card {
  justify-content: flex-end;
}
.cid-uWT8etfisE .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWT8etfisE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWT8etfisE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWT8etfisE .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWT8etfisE .mbr-label {
  color: #ffffff;
}
.cid-uWT8etfisE .mbr-section-title {
  color: #ffffff;
}
.cid-uWT8etfisE .mbr-text {
  color: #ffffff;
}
.cid-uWT8etM64g {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWT8etM64g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT8etM64g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWT8etM64g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWT8etM64g .row {
  flex-direction: row-reverse;
}
.cid-uWT8etM64g .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWT8etM64g .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWT8etM64g .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWT8etM64g .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWT8etM64g .mbr-text,
.cid-uWT8etM64g .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vbBorx5qR7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBorx5qR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBorx5qR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBorx5qR7 .card {
  justify-content: center;
}
.cid-vbBorx5qR7 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBorx5qR7 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBorx5qR7 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBorx5qR7 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBorx5qR7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBorx5qR7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBorx5qR7 .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBorx5qR7 .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBorx5qR7 .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBorx5qR7 .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBorx5qR7 .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBorx5qR7 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBorx5qR7 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBorx5qR7 .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBorx5qR7 .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBorx5qR7 .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBorx5qR7 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBorx5qR7 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBorx5qR7 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBorx5qR7 .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBorx5qR7 .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBorx5qR7 .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBorx5qR7 .mbr-label {
  color: #edefeb;
}
.cid-vbBorx5qR7 .mbr-section-title {
  color: #111111;
}
.cid-vbBorx5qR7 .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBorx5qR7 .mbr-section-title,
.cid-vbBorx5qR7 .mbr-section-btn {
  color: #edefeb;
}
.cid-uWT8evSpOU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWT8evSpOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT8evSpOU .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-uWT8evSpOU .container {
    padding: 0 22px;
  }
}
.cid-uWT8evSpOU .row {
  justify-content: space-between;
}
.cid-uWT8evSpOU .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWT8evSpOU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWT8evSpOU .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWT8evSpOU .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWT8evSpOU .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWT8evSpOU .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWT8evSpOU .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWT8evSpOU .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWT8evSpOU .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWT8evSpOU .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWT8evSpOU .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWT8evSpOU .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWT8evSpOU .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWT8evSpOU .copy-wrapper {
    display: block;
  }
}
.cid-uWT8evSpOU .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWT8evSpOU .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWT8evSpOU .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWT8evSpOU .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWT8evSpOU .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWT8evSpOU .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWT8evSpOU .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWT8evSpOU .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWT8evSpOU .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWT8evSpOU .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWT8evSpOU .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWT8evSpOU .mbr-section-title {
  color: #ff5753;
}
.cid-uWT8evSpOU .mbr-text {
  color: #ffffff;
}
.cid-uWT8evSpOU .list {
  color: #635d60;
}
.cid-uWT8evSpOU .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWT8evSpOU .mbr-section-title,
.cid-uWT8evSpOU .mbr-section-btn {
  color: #ffffff;
}
.cid-uWT8evSpOU .list,
.cid-uWT8evSpOU .item-wrap {
  color: #ffffff;
}
.cid-uWT4lOZl4E .navbar-dropdown {
  position: relative !important;
}
.cid-uWT4lOZl4E .navbar-dropdown {
  position: absolute !important;
}
.cid-uWT4lOZl4E .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWT4lOZl4E .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWT4lOZl4E .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWT4lOZl4E .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWT4lOZl4E .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWT4lOZl4E .container {
    padding: 0 1rem;
  }
}
.cid-uWT4lOZl4E .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWT4lOZl4E .nav-link {
  position: relative;
}
.cid-uWT4lOZl4E .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWT4lOZl4E .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWT4lOZl4E .navbar.opened {
  transition: all 0.3s;
}
.cid-uWT4lOZl4E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWT4lOZl4E .navbar .navbar-logo img {
  width: auto;
}
.cid-uWT4lOZl4E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWT4lOZl4E .navbar.collapsed {
  justify-content: center;
}
.cid-uWT4lOZl4E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWT4lOZl4E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWT4lOZl4E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWT4lOZl4E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWT4lOZl4E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWT4lOZl4E .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-uWT4lOZl4E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWT4lOZl4E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWT4lOZl4E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWT4lOZl4E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWT4lOZl4E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWT4lOZl4E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWT4lOZl4E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWT4lOZl4E .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-uWT4lOZl4E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWT4lOZl4E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWT4lOZl4E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWT4lOZl4E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWT4lOZl4E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWT4lOZl4E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWT4lOZl4E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWT4lOZl4E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWT4lOZl4E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWT4lOZl4E .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-uWT4lOZl4E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWT4lOZl4E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWT4lOZl4E .dropdown-item:hover,
.cid-uWT4lOZl4E .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWT4lOZl4E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWT4lOZl4E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWT4lOZl4E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWT4lOZl4E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWT4lOZl4E .dropdown-menu,
.cid-uWT4lOZl4E .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWT4lOZl4E .nav-item:focus,
.cid-uWT4lOZl4E .nav-link:focus {
  outline: none;
}
.cid-uWT4lOZl4E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWT4lOZl4E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWT4lOZl4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWT4lOZl4E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWT4lOZl4E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWT4lOZl4E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWT4lOZl4E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWT4lOZl4E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWT4lOZl4E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWT4lOZl4E .dropdown-item.active,
.cid-uWT4lOZl4E .dropdown-item:active {
  background-color: transparent;
}
.cid-uWT4lOZl4E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWT4lOZl4E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWT4lOZl4E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWT4lOZl4E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWT4lOZl4E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWT4lOZl4E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWT4lOZl4E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWT4lOZl4E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWT4lOZl4E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWT4lOZl4E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWT4lOZl4E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWT4lOZl4E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWT4lOZl4E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWT4lOZl4E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWT4lOZl4E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWT4lOZl4E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWT4lOZl4E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWT4lOZl4E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWT4lOZl4E .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWT4lOZl4E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWT4lOZl4E .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-uWT4lOZl4E .navbar {
    height: 70px;
  }
  .cid-uWT4lOZl4E .navbar.opened {
    height: auto;
  }
  .cid-uWT4lOZl4E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWT4lRezDP {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWT4lRezDP::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWT4lRezDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT4lRezDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT4lRezDP .card {
  justify-content: flex-end;
}
.cid-uWT4lRezDP .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWT4lRezDP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWT4lRezDP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWT4lRezDP .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWT4lRezDP .mbr-label {
  color: #ffffff;
}
.cid-uWT4lRezDP .mbr-section-title {
  color: #ffffff;
}
.cid-uWT4lRezDP .mbr-text {
  color: #ffffff;
}
.cid-uWT4lRS1Hw {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWT4lRS1Hw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT4lRS1Hw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWT4lRS1Hw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWT4lRS1Hw .row {
  flex-direction: row-reverse;
}
.cid-uWT4lRS1Hw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWT4lRS1Hw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWT4lRS1Hw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWT4lRS1Hw .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uWT4lRS1Hw .mbr-text,
.cid-uWT4lRS1Hw .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWT6SnnfUs {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWT6SnnfUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT6SnnfUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT6SnnfUs .card-wrapper {
  background: #1b1818;
}
@media (max-width: 767px) {
  .cid-uWT6SnnfUs .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWT6SnnfUs .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWT6SnnfUs .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWT6SnnfUs .mbr-text,
.cid-uWT6SnnfUs .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWT6SnnfUs .card-title,
.cid-uWT6SnnfUs .card-box {
  text-align: center;
  color: #000000;
}
.cid-uWT6SnnfUs .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uWT6SnnfUs .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uWT6SnnfUs .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff086d;
  background-color: #ff086d;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uWT6SnnfUs .mbr-text UL {
  text-align: left;
}
.cid-uWT6SnnfUs .mbr-section-title {
  color: #ff086d;
}
.cid-uWT6SnnfUs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWT6SnnfUs .mbr-text {
  color: #ffffff;
}
.cid-vbBopvarEq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBopvarEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBopvarEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBopvarEq .card {
  justify-content: center;
}
.cid-vbBopvarEq .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBopvarEq .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBopvarEq .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBopvarEq .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBopvarEq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBopvarEq .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBopvarEq .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBopvarEq .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBopvarEq .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBopvarEq .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBopvarEq .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBopvarEq .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBopvarEq .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBopvarEq .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBopvarEq .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBopvarEq .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBopvarEq .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBopvarEq .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBopvarEq .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBopvarEq .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBopvarEq .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBopvarEq .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBopvarEq .mbr-label {
  color: #edefeb;
}
.cid-vbBopvarEq .mbr-section-title {
  color: #111111;
}
.cid-vbBopvarEq .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBopvarEq .mbr-section-title,
.cid-vbBopvarEq .mbr-section-btn {
  color: #edefeb;
}
.cid-uWT4lVexiv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWT4lVexiv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT4lVexiv .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-uWT4lVexiv .container {
    padding: 0 22px;
  }
}
.cid-uWT4lVexiv .row {
  justify-content: space-between;
}
.cid-uWT4lVexiv .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWT4lVexiv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWT4lVexiv .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWT4lVexiv .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWT4lVexiv .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWT4lVexiv .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWT4lVexiv .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWT4lVexiv .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWT4lVexiv .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWT4lVexiv .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWT4lVexiv .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWT4lVexiv .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWT4lVexiv .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWT4lVexiv .copy-wrapper {
    display: block;
  }
}
.cid-uWT4lVexiv .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWT4lVexiv .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWT4lVexiv .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWT4lVexiv .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWT4lVexiv .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWT4lVexiv .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWT4lVexiv .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWT4lVexiv .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWT4lVexiv .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWT4lVexiv .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWT4lVexiv .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWT4lVexiv .mbr-section-title {
  color: #ff5753;
}
.cid-uWT4lVexiv .mbr-text {
  color: #ffffff;
}
.cid-uWT4lVexiv .list {
  color: #635d60;
}
.cid-uWT4lVexiv .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWT4lVexiv .mbr-section-title,
.cid-uWT4lVexiv .mbr-section-btn {
  color: #ffffff;
}
.cid-uWT4lVexiv .list,
.cid-uWT4lVexiv .item-wrap {
  color: #ffffff;
}
.cid-uWjRHQqdxo .navbar-dropdown {
  position: relative !important;
}
.cid-uWjRHQqdxo .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjRHQqdxo .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjRHQqdxo .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjRHQqdxo .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjRHQqdxo .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjRHQqdxo .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjRHQqdxo .container {
    padding: 0 1rem;
  }
}
.cid-uWjRHQqdxo .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjRHQqdxo .nav-link {
  position: relative;
}
.cid-uWjRHQqdxo .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjRHQqdxo .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjRHQqdxo .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjRHQqdxo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjRHQqdxo .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjRHQqdxo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjRHQqdxo .navbar.collapsed {
  justify-content: center;
}
.cid-uWjRHQqdxo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjRHQqdxo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjRHQqdxo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjRHQqdxo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjRHQqdxo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjRHQqdxo .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-uWjRHQqdxo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjRHQqdxo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjRHQqdxo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjRHQqdxo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjRHQqdxo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjRHQqdxo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjRHQqdxo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjRHQqdxo .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-uWjRHQqdxo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjRHQqdxo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjRHQqdxo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjRHQqdxo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjRHQqdxo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjRHQqdxo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjRHQqdxo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjRHQqdxo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjRHQqdxo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjRHQqdxo .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-uWjRHQqdxo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjRHQqdxo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjRHQqdxo .dropdown-item:hover,
.cid-uWjRHQqdxo .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjRHQqdxo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjRHQqdxo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjRHQqdxo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjRHQqdxo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjRHQqdxo .dropdown-menu,
.cid-uWjRHQqdxo .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjRHQqdxo .nav-item:focus,
.cid-uWjRHQqdxo .nav-link:focus {
  outline: none;
}
.cid-uWjRHQqdxo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjRHQqdxo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjRHQqdxo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjRHQqdxo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjRHQqdxo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjRHQqdxo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjRHQqdxo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjRHQqdxo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjRHQqdxo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjRHQqdxo .dropdown-item.active,
.cid-uWjRHQqdxo .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjRHQqdxo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjRHQqdxo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjRHQqdxo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjRHQqdxo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjRHQqdxo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjRHQqdxo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjRHQqdxo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjRHQqdxo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjRHQqdxo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjRHQqdxo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjRHQqdxo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjRHQqdxo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRHQqdxo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRHQqdxo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjRHQqdxo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRHQqdxo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjRHQqdxo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjRHQqdxo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRHQqdxo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjRHQqdxo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjRHQqdxo .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-uWjRHQqdxo .navbar {
    height: 70px;
  }
  .cid-uWjRHQqdxo .navbar.opened {
    height: auto;
  }
  .cid-uWjRHQqdxo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjRHR21Dy {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjRHR21Dy::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjRHR21Dy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRHR21Dy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjRHR21Dy .card {
  justify-content: flex-end;
}
.cid-uWjRHR21Dy .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjRHR21Dy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjRHR21Dy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjRHR21Dy .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjRHR21Dy .mbr-label {
  color: #ffffff;
}
.cid-uWjRHR21Dy .mbr-section-title {
  color: #ffffff;
}
.cid-uWjRHR21Dy .mbr-text {
  color: #ffffff;
}
.cid-uWjRHRtBib {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b1818;
}
.cid-uWjRHRtBib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRHRtBib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjRHRtBib .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjRHRtBib .row {
  flex-direction: row-reverse;
}
.cid-uWjRHRtBib .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjRHRtBib .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjRHRtBib .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjRHRtBib .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjRHRtBib .mbr-text,
.cid-uWjRHRtBib .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWOvIhY4Ow {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWOvHKwHvz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uWOvHKwHvz .item:focus,
.cid-uWOvHKwHvz span:focus {
  outline: none;
}
.cid-uWOvHKwHvz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWOvHKwHvz .item {
    margin-bottom: 1rem;
  }
}
.cid-uWOvHKwHvz .mbr-card-title {
  background: #1b1818;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uWOvHKwHvz .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWOvHKwHvz .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWOvHKwHvz .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWOvHKwHvz .item-wrapper {
  position: relative;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWOvHKwHvz .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWOvHKwHvz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWOvHKwHvz .mbr-text,
.cid-uWOvHKwHvz .item .mbr-section-btn {
  text-align: center;
}
.cid-uWOvHKwHvz .content-head {
  max-width: 800px;
}
.cid-uWOvHKwHvz .mbr-number {
  color: #ff086d;
}
.cid-uWOvHKwHvz .mbr-section-subtitle,
.cid-uWOvHKwHvz .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWOvHKwHvz .mbr-text {
  text-align: left;
}
.cid-uWOvHKwHvz .mbr-text,
.cid-uWOvHKwHvz .mbr-card-btn {
  text-align: left;
}
.cid-uWOvHKwHvz .mbr-text,
.cid-uWOvHKwHvz .mbr-section-btn {
  text-align: left;
}
.cid-uWOvHKwHvz .mbr-text,
.cid-uWOvHKwHvz .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWOvHKwHvz .card-text,
.cid-uWOvHKwHvz .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uWOvHKwHvz .card-title {
  text-align: left;
}
.cid-uWOw1dnBAu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWOw1dnBAu .item:focus,
.cid-uWOw1dnBAu span:focus {
  outline: none;
}
.cid-uWOw1dnBAu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWOw1dnBAu .item {
    margin-bottom: 1rem;
  }
}
.cid-uWOw1dnBAu .mbr-card-title {
  background: #1b1818;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uWOw1dnBAu .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWOw1dnBAu .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uWOw1dnBAu .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uWOw1dnBAu .item-wrapper {
  position: relative;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uWOw1dnBAu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uWOw1dnBAu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWOw1dnBAu .mbr-text,
.cid-uWOw1dnBAu .item .mbr-section-btn {
  text-align: center;
}
.cid-uWOw1dnBAu .content-head {
  max-width: 800px;
}
.cid-uWOw1dnBAu .mbr-number {
  color: #ff086d;
}
.cid-uWOw1dnBAu .mbr-section-subtitle,
.cid-uWOw1dnBAu .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uWOw1dnBAu .mbr-text {
  text-align: left;
}
.cid-uWOw1dnBAu .mbr-text,
.cid-uWOw1dnBAu .mbr-card-btn {
  text-align: left;
}
.cid-uWOw1dnBAu .mbr-text,
.cid-uWOw1dnBAu .mbr-section-btn {
  text-align: left;
}
.cid-uWOw1dnBAu .mbr-text,
.cid-uWOw1dnBAu .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uWOw1dnBAu .card-text,
.cid-uWOw1dnBAu .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uWOw1dnBAu .card-title {
  text-align: left;
}
.cid-uWOwv9msmU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ff086d;
}
.cid-uWOwv9msmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWOwv9msmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWOwv9msmU .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uWOwv9msmU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWOwv9msmU .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWOwv9msmU .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWOwv9msmU .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-uWOwv9msmU .mbr-section-title {
  color: #ff6d99;
}
.cid-uWOwv9msmU .mbr-text,
.cid-uWOwv9msmU .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uWOwv9msmU .mbr-section-title,
.cid-uWOwv9msmU .mbr-section-btn {
  text-align: center;
}
.cid-vbBocrV7x2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBocrV7x2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBocrV7x2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBocrV7x2 .card {
  justify-content: center;
}
.cid-vbBocrV7x2 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBocrV7x2 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBocrV7x2 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBocrV7x2 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBocrV7x2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBocrV7x2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBocrV7x2 .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBocrV7x2 .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBocrV7x2 .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBocrV7x2 .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBocrV7x2 .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBocrV7x2 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBocrV7x2 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBocrV7x2 .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBocrV7x2 .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBocrV7x2 .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBocrV7x2 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBocrV7x2 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBocrV7x2 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBocrV7x2 .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBocrV7x2 .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBocrV7x2 .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBocrV7x2 .mbr-label {
  color: #edefeb;
}
.cid-vbBocrV7x2 .mbr-section-title {
  color: #111111;
}
.cid-vbBocrV7x2 .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBocrV7x2 .mbr-section-title,
.cid-vbBocrV7x2 .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-uWSBDwln6Y .navbar-dropdown {
  position: relative !important;
}
.cid-uWSBDwln6Y .navbar-dropdown {
  position: absolute !important;
}
.cid-uWSBDwln6Y .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWSBDwln6Y .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWSBDwln6Y .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWSBDwln6Y .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWSBDwln6Y .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWSBDwln6Y .container {
    padding: 0 1rem;
  }
}
.cid-uWSBDwln6Y .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWSBDwln6Y .nav-link {
  position: relative;
}
.cid-uWSBDwln6Y .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWSBDwln6Y .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWSBDwln6Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uWSBDwln6Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWSBDwln6Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uWSBDwln6Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWSBDwln6Y .navbar.collapsed {
  justify-content: center;
}
.cid-uWSBDwln6Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWSBDwln6Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWSBDwln6Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWSBDwln6Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWSBDwln6Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWSBDwln6Y .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-uWSBDwln6Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWSBDwln6Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWSBDwln6Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWSBDwln6Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWSBDwln6Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWSBDwln6Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWSBDwln6Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWSBDwln6Y .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-uWSBDwln6Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWSBDwln6Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWSBDwln6Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWSBDwln6Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWSBDwln6Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWSBDwln6Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWSBDwln6Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWSBDwln6Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWSBDwln6Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWSBDwln6Y .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-uWSBDwln6Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWSBDwln6Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWSBDwln6Y .dropdown-item:hover,
.cid-uWSBDwln6Y .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWSBDwln6Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWSBDwln6Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWSBDwln6Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWSBDwln6Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWSBDwln6Y .dropdown-menu,
.cid-uWSBDwln6Y .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWSBDwln6Y .nav-item:focus,
.cid-uWSBDwln6Y .nav-link:focus {
  outline: none;
}
.cid-uWSBDwln6Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWSBDwln6Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWSBDwln6Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWSBDwln6Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWSBDwln6Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWSBDwln6Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWSBDwln6Y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWSBDwln6Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWSBDwln6Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWSBDwln6Y .dropdown-item.active,
.cid-uWSBDwln6Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uWSBDwln6Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWSBDwln6Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWSBDwln6Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWSBDwln6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWSBDwln6Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWSBDwln6Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWSBDwln6Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWSBDwln6Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWSBDwln6Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWSBDwln6Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWSBDwln6Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWSBDwln6Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWSBDwln6Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWSBDwln6Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWSBDwln6Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWSBDwln6Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWSBDwln6Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWSBDwln6Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWSBDwln6Y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWSBDwln6Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWSBDwln6Y .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-uWSBDwln6Y .navbar {
    height: 70px;
  }
  .cid-uWSBDwln6Y .navbar.opened {
    height: auto;
  }
  .cid-uWSBDwln6Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWSBDx50lu {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWSBDx50lu::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWSBDx50lu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSBDx50lu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSBDx50lu .card {
  justify-content: flex-end;
}
.cid-uWSBDx50lu .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWSBDx50lu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWSBDx50lu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWSBDx50lu .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWSBDx50lu .mbr-label {
  color: #ffffff;
}
.cid-uWSBDx50lu .mbr-section-title {
  color: #ffffff;
}
.cid-uWSBDx50lu .mbr-text {
  color: #ffffff;
}
.cid-uWSBDygXrd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uWSBDygXrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSBDygXrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSBDygXrd .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uWSBDygXrd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uWSBDygXrd .container {
    padding: 0 20px;
  }
}
.cid-uWSBDygXrd .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uWSBDygXrd .content-wrapper {
    padding: 46px 0;
  }
}
.cid-uWSBDygXrd .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uWSBDygXrd .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWSBDygXrd .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWSBDygXrd .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uWSBDygXrd .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-uWSBDygXrd .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-uWSBDygXrd .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uWSBDygXrd .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uWSBDygXrd .mbr-section-title {
  color: #000000;
}
.cid-uWSBDygXrd .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uWSBDygXrd .mbr-text,
.cid-uWSBDygXrd .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWSBDygXrd .mbr-section-title,
.cid-uWSBDygXrd .mbr-section-btn,
.cid-uWSBDygXrd .image-wrapper {
  text-align: center;
  color: #ff086d;
}
.cid-uWSBDzWhPw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uWSBDzWhPw .container {
    padding: 0 24px;
  }
}
.cid-uWSBDzWhPw .card {
  justify-content: center;
}
.cid-uWSBDzWhPw .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uWSBDzWhPw .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uWSBDzWhPw .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWSBDzWhPw .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uWSBDzWhPw .text-wrapper {
  border-top: 1px solid #1b1818;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uWSBDzWhPw .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uWSBDzWhPw .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uWSBDzWhPw .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWSBDzWhPw .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uWSBDzWhPw .mbr-section-title {
  color: #F9F6E0;
}
.cid-uWSBDzWhPw .mbr-desc {
  color: #F9F6E0;
}
.cid-uWSBDzWhPw .mbr-text {
  color: #ffffff;
}
.cid-uWSBDzWhPw .mbr-section-btn {
  text-align: right;
}
.cid-uWSBDzWhPw .mbr-section-title,
.cid-uWSBDzWhPw .mbr-section-btn {
  color: #ff086d;
  text-align: center;
}
.cid-uWSBDAyaXo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #1b1818;
}
.cid-uWSBDAyaXo .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uWSBDAyaXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSBDAyaXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSBDAyaXo .item-wrapper {
  background: #232323;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uWSBDAyaXo .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWSBDAyaXo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uWSBDAyaXo .card-title,
.cid-uWSBDAyaXo .iconfont-wrapper {
  color: #ff086d;
  text-align: center;
}
.cid-uWSBDAyaXo .content-head {
  max-width: 800px;
}
.cid-uWSBDAyaXo .mbr-section-title {
  color: #ff086d;
}
.cid-uWSBDAyaXo .mbr-section-subtitle {
  color: #000000;
}
.cid-uWSBDAyaXo .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWSBDAyaXo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uWSBDAyaXo .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vbBnwycpA6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBnwycpA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBnwycpA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBnwycpA6 .card {
  justify-content: center;
}
.cid-vbBnwycpA6 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBnwycpA6 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBnwycpA6 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBnwycpA6 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBnwycpA6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBnwycpA6 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBnwycpA6 .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBnwycpA6 .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBnwycpA6 .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBnwycpA6 .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBnwycpA6 .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBnwycpA6 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBnwycpA6 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBnwycpA6 .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBnwycpA6 .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBnwycpA6 .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBnwycpA6 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBnwycpA6 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBnwycpA6 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBnwycpA6 .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBnwycpA6 .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBnwycpA6 .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBnwycpA6 .mbr-label {
  color: #edefeb;
}
.cid-vbBnwycpA6 .mbr-section-title {
  color: #111111;
}
.cid-vbBnwycpA6 .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBnwycpA6 .mbr-section-title,
.cid-vbBnwycpA6 .mbr-section-btn {
  color: #edefeb;
}
.cid-uWSBDC2qwx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWSBDC2qwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSBDC2qwx .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-uWSBDC2qwx .container {
    padding: 0 22px;
  }
}
.cid-uWSBDC2qwx .row {
  justify-content: space-between;
}
.cid-uWSBDC2qwx .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWSBDC2qwx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWSBDC2qwx .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWSBDC2qwx .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWSBDC2qwx .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWSBDC2qwx .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWSBDC2qwx .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWSBDC2qwx .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWSBDC2qwx .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWSBDC2qwx .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWSBDC2qwx .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWSBDC2qwx .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWSBDC2qwx .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWSBDC2qwx .copy-wrapper {
    display: block;
  }
}
.cid-uWSBDC2qwx .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWSBDC2qwx .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWSBDC2qwx .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWSBDC2qwx .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWSBDC2qwx .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWSBDC2qwx .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWSBDC2qwx .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWSBDC2qwx .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWSBDC2qwx .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWSBDC2qwx .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSBDC2qwx .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWSBDC2qwx .mbr-section-title {
  color: #ff5753;
}
.cid-uWSBDC2qwx .mbr-text {
  color: #ffffff;
}
.cid-uWSBDC2qwx .list {
  color: #635d60;
}
.cid-uWSBDC2qwx .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWSBDC2qwx .mbr-section-title,
.cid-uWSBDC2qwx .mbr-section-btn {
  color: #ffffff;
}
.cid-uWSBDC2qwx .list,
.cid-uWSBDC2qwx .item-wrap {
  color: #ffffff;
}
.cid-uWSF5JtKKo .navbar-dropdown {
  position: relative !important;
}
.cid-uWSF5JtKKo .navbar-dropdown {
  position: absolute !important;
}
.cid-uWSF5JtKKo .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWSF5JtKKo .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWSF5JtKKo .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWSF5JtKKo .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWSF5JtKKo .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWSF5JtKKo .container {
    padding: 0 1rem;
  }
}
.cid-uWSF5JtKKo .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWSF5JtKKo .nav-link {
  position: relative;
}
.cid-uWSF5JtKKo .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWSF5JtKKo .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWSF5JtKKo .navbar.opened {
  transition: all 0.3s;
}
.cid-uWSF5JtKKo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWSF5JtKKo .navbar .navbar-logo img {
  width: auto;
}
.cid-uWSF5JtKKo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWSF5JtKKo .navbar.collapsed {
  justify-content: center;
}
.cid-uWSF5JtKKo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWSF5JtKKo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWSF5JtKKo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWSF5JtKKo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWSF5JtKKo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWSF5JtKKo .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-uWSF5JtKKo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWSF5JtKKo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWSF5JtKKo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWSF5JtKKo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWSF5JtKKo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWSF5JtKKo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWSF5JtKKo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWSF5JtKKo .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-uWSF5JtKKo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWSF5JtKKo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWSF5JtKKo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWSF5JtKKo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWSF5JtKKo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWSF5JtKKo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWSF5JtKKo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWSF5JtKKo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWSF5JtKKo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWSF5JtKKo .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-uWSF5JtKKo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWSF5JtKKo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWSF5JtKKo .dropdown-item:hover,
.cid-uWSF5JtKKo .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWSF5JtKKo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWSF5JtKKo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWSF5JtKKo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWSF5JtKKo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWSF5JtKKo .dropdown-menu,
.cid-uWSF5JtKKo .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWSF5JtKKo .nav-item:focus,
.cid-uWSF5JtKKo .nav-link:focus {
  outline: none;
}
.cid-uWSF5JtKKo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWSF5JtKKo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWSF5JtKKo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWSF5JtKKo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWSF5JtKKo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWSF5JtKKo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWSF5JtKKo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWSF5JtKKo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWSF5JtKKo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWSF5JtKKo .dropdown-item.active,
.cid-uWSF5JtKKo .dropdown-item:active {
  background-color: transparent;
}
.cid-uWSF5JtKKo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWSF5JtKKo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWSF5JtKKo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWSF5JtKKo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWSF5JtKKo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWSF5JtKKo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWSF5JtKKo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWSF5JtKKo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWSF5JtKKo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWSF5JtKKo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWSF5JtKKo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWSF5JtKKo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWSF5JtKKo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWSF5JtKKo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWSF5JtKKo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWSF5JtKKo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWSF5JtKKo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWSF5JtKKo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWSF5JtKKo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWSF5JtKKo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWSF5JtKKo .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-uWSF5JtKKo .navbar {
    height: 70px;
  }
  .cid-uWSF5JtKKo .navbar.opened {
    height: auto;
  }
  .cid-uWSF5JtKKo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWSF5KwdGe {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWSF5KwdGe::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWSF5KwdGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSF5KwdGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSF5KwdGe .card {
  justify-content: flex-end;
}
.cid-uWSF5KwdGe .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWSF5KwdGe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWSF5KwdGe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWSF5KwdGe .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWSF5KwdGe .mbr-label {
  color: #ffffff;
}
.cid-uWSF5KwdGe .mbr-section-title {
  color: #ffffff;
}
.cid-uWSF5KwdGe .mbr-text {
  color: #ffffff;
}
.cid-uWSF5Lxwln {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWSF5Lxwln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSF5Lxwln .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWSF5Lxwln .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWSF5Lxwln .row {
  flex-direction: row-reverse;
}
.cid-uWSF5Lxwln .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWSF5Lxwln .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWSF5Lxwln .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWSF5Lxwln .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWSF5Lxwln .mbr-text,
.cid-uWSF5Lxwln .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWSF5MxYhF {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner-site-fibra.jpg-2000x815.jpg");
}
.cid-uWSF5MxYhF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSF5MxYhF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSF5MxYhF .mbr-text,
.cid-uWSF5MxYhF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vbBnuafbqM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBnuafbqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBnuafbqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBnuafbqM .card {
  justify-content: center;
}
.cid-vbBnuafbqM .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBnuafbqM .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBnuafbqM .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBnuafbqM .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBnuafbqM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBnuafbqM .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBnuafbqM .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBnuafbqM .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBnuafbqM .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBnuafbqM .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBnuafbqM .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBnuafbqM .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBnuafbqM .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBnuafbqM .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBnuafbqM .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBnuafbqM .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBnuafbqM .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBnuafbqM .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBnuafbqM .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBnuafbqM .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBnuafbqM .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBnuafbqM .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBnuafbqM .mbr-label {
  color: #edefeb;
}
.cid-vbBnuafbqM .mbr-section-title {
  color: #111111;
}
.cid-vbBnuafbqM .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBnuafbqM .mbr-section-title,
.cid-vbBnuafbqM .mbr-section-btn {
  color: #edefeb;
}
.cid-uWSF5OleEP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWSF5OleEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSF5OleEP .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-uWSF5OleEP .container {
    padding: 0 22px;
  }
}
.cid-uWSF5OleEP .row {
  justify-content: space-between;
}
.cid-uWSF5OleEP .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWSF5OleEP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWSF5OleEP .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWSF5OleEP .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWSF5OleEP .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWSF5OleEP .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWSF5OleEP .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWSF5OleEP .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWSF5OleEP .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWSF5OleEP .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWSF5OleEP .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWSF5OleEP .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWSF5OleEP .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWSF5OleEP .copy-wrapper {
    display: block;
  }
}
.cid-uWSF5OleEP .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWSF5OleEP .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWSF5OleEP .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWSF5OleEP .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWSF5OleEP .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWSF5OleEP .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWSF5OleEP .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWSF5OleEP .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWSF5OleEP .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWSF5OleEP .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWSF5OleEP .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWSF5OleEP .mbr-section-title {
  color: #ff5753;
}
.cid-uWSF5OleEP .mbr-text {
  color: #ffffff;
}
.cid-uWSF5OleEP .list {
  color: #635d60;
}
.cid-uWSF5OleEP .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWSF5OleEP .mbr-section-title,
.cid-uWSF5OleEP .mbr-section-btn {
  color: #ffffff;
}
.cid-uWSF5OleEP .list,
.cid-uWSF5OleEP .item-wrap {
  color: #ffffff;
}
.cid-uX9wWV1buA .navbar-dropdown {
  position: relative !important;
}
.cid-uX9wWV1buA .navbar-dropdown {
  position: absolute !important;
}
.cid-uX9wWV1buA .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uX9wWV1buA .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uX9wWV1buA .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uX9wWV1buA .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uX9wWV1buA .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uX9wWV1buA .container {
    padding: 0 1rem;
  }
}
.cid-uX9wWV1buA .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uX9wWV1buA .nav-link {
  position: relative;
}
.cid-uX9wWV1buA .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uX9wWV1buA .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uX9wWV1buA .navbar.opened {
  transition: all 0.3s;
}
.cid-uX9wWV1buA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX9wWV1buA .navbar .navbar-logo img {
  width: auto;
}
.cid-uX9wWV1buA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX9wWV1buA .navbar.collapsed {
  justify-content: center;
}
.cid-uX9wWV1buA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX9wWV1buA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX9wWV1buA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uX9wWV1buA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX9wWV1buA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX9wWV1buA .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-uX9wWV1buA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX9wWV1buA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX9wWV1buA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX9wWV1buA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX9wWV1buA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX9wWV1buA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX9wWV1buA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX9wWV1buA .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-uX9wWV1buA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX9wWV1buA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX9wWV1buA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX9wWV1buA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX9wWV1buA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX9wWV1buA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX9wWV1buA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX9wWV1buA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX9wWV1buA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX9wWV1buA .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-uX9wWV1buA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uX9wWV1buA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uX9wWV1buA .dropdown-item:hover,
.cid-uX9wWV1buA .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uX9wWV1buA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX9wWV1buA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX9wWV1buA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uX9wWV1buA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX9wWV1buA .dropdown-menu,
.cid-uX9wWV1buA .navbar.opened {
  background: #1b1818 !important;
}
.cid-uX9wWV1buA .nav-item:focus,
.cid-uX9wWV1buA .nav-link:focus {
  outline: none;
}
.cid-uX9wWV1buA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX9wWV1buA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX9wWV1buA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX9wWV1buA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX9wWV1buA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX9wWV1buA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX9wWV1buA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX9wWV1buA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX9wWV1buA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX9wWV1buA .dropdown-item.active,
.cid-uX9wWV1buA .dropdown-item:active {
  background-color: transparent;
}
.cid-uX9wWV1buA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX9wWV1buA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX9wWV1buA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX9wWV1buA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uX9wWV1buA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX9wWV1buA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX9wWV1buA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX9wWV1buA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX9wWV1buA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX9wWV1buA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uX9wWV1buA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX9wWV1buA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX9wWV1buA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX9wWV1buA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX9wWV1buA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX9wWV1buA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX9wWV1buA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX9wWV1buA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX9wWV1buA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uX9wWV1buA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX9wWV1buA .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-uX9wWV1buA .navbar {
    height: 70px;
  }
  .cid-uX9wWV1buA .navbar.opened {
    height: auto;
  }
  .cid-uX9wWV1buA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX9wWVzNVS {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uX9wWVzNVS::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uX9wWVzNVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX9wWVzNVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX9wWVzNVS .card {
  justify-content: flex-end;
}
.cid-uX9wWVzNVS .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uX9wWVzNVS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uX9wWVzNVS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uX9wWVzNVS .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uX9wWVzNVS .mbr-label {
  color: #ffffff;
}
.cid-uX9wWVzNVS .mbr-section-title {
  color: #ffffff;
}
.cid-uX9wWVzNVS .mbr-text {
  color: #ffffff;
}
.cid-uX9x25oFeY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uX9x25oFeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX9x25oFeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX9x25oFeY .card {
  justify-content: center;
}
.cid-uX9x25oFeY .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uX9x25oFeY .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uX9x25oFeY .content-wrapper {
    padding-leftt: 0;
  }
}
.cid-uX9x25oFeY .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uX9x25oFeY .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uX9x25oFeY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uX9x25oFeY .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus,
.cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uX9x25oFeY .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:active {
  box-shadow: none !important;
}
.cid-uX9x25oFeY .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uX9x25oFeY .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-uX9x25oFeY .image-wrapper img {
    height: 350px;
  }
}
.cid-uX9x25oFeY .mbr-label {
  color: #a6adbf;
}
.cid-uX9x25oFeY .mbr-section-title {
  color: #111111;
}
.cid-uX9x25oFeY .mbr-section-subtitle {
  color: #ff086d;
}
.cid-uX9x25oFeY .mbr-section-title,
.cid-uX9x25oFeY .mbr-section-btn {
  color: #ffffff;
}
.cid-uX9x25oFeY LABEL {
  color: #ffffff;
}
.cid-uX9wWWJwkn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uX9wWWJwkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX9wWWJwkn .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-uX9wWWJwkn .container {
    padding: 0 22px;
  }
}
.cid-uX9wWWJwkn .row {
  justify-content: space-between;
}
.cid-uX9wWWJwkn .content-wrapper {
  margin-bottom: 32px;
}
.cid-uX9wWWJwkn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uX9wWWJwkn .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uX9wWWJwkn .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uX9wWWJwkn .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uX9wWWJwkn .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uX9wWWJwkn .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uX9wWWJwkn .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uX9wWWJwkn .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uX9wWWJwkn .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uX9wWWJwkn .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uX9wWWJwkn .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uX9wWWJwkn .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uX9wWWJwkn .copy-wrapper {
    display: block;
  }
}
.cid-uX9wWWJwkn .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uX9wWWJwkn .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uX9wWWJwkn .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uX9wWWJwkn .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uX9wWWJwkn .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uX9wWWJwkn .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uX9wWWJwkn .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uX9wWWJwkn .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uX9wWWJwkn .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uX9wWWJwkn .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uX9wWWJwkn .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uX9wWWJwkn .mbr-section-title {
  color: #ff5753;
}
.cid-uX9wWWJwkn .mbr-text {
  color: #ffffff;
}
.cid-uX9wWWJwkn .list {
  color: #635d60;
}
.cid-uX9wWWJwkn .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uX9wWWJwkn .mbr-section-title,
.cid-uX9wWWJwkn .mbr-section-btn {
  color: #ffffff;
}
.cid-uX9wWWJwkn .list,
.cid-uX9wWWJwkn .item-wrap {
  color: #ffffff;
}
.cid-uXfB2uECe7 .navbar-dropdown {
  position: relative !important;
}
.cid-uXfB2uECe7 .navbar-dropdown {
  position: absolute !important;
}
.cid-uXfB2uECe7 .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXfB2uECe7 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uXfB2uECe7 .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uXfB2uECe7 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uXfB2uECe7 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uXfB2uECe7 .container {
    padding: 0 1rem;
  }
}
.cid-uXfB2uECe7 .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uXfB2uECe7 .nav-link {
  position: relative;
}
.cid-uXfB2uECe7 .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uXfB2uECe7 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uXfB2uECe7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXfB2uECe7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXfB2uECe7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXfB2uECe7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXfB2uECe7 .navbar.collapsed {
  justify-content: center;
}
.cid-uXfB2uECe7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXfB2uECe7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXfB2uECe7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uXfB2uECe7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXfB2uECe7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXfB2uECe7 .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-uXfB2uECe7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXfB2uECe7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXfB2uECe7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXfB2uECe7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXfB2uECe7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXfB2uECe7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXfB2uECe7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXfB2uECe7 .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-uXfB2uECe7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXfB2uECe7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXfB2uECe7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXfB2uECe7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXfB2uECe7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXfB2uECe7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXfB2uECe7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXfB2uECe7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXfB2uECe7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXfB2uECe7 .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-uXfB2uECe7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXfB2uECe7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXfB2uECe7 .dropdown-item:hover,
.cid-uXfB2uECe7 .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uXfB2uECe7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXfB2uECe7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXfB2uECe7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uXfB2uECe7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXfB2uECe7 .dropdown-menu,
.cid-uXfB2uECe7 .navbar.opened {
  background: #1b1818 !important;
}
.cid-uXfB2uECe7 .nav-item:focus,
.cid-uXfB2uECe7 .nav-link:focus {
  outline: none;
}
.cid-uXfB2uECe7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXfB2uECe7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXfB2uECe7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXfB2uECe7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXfB2uECe7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXfB2uECe7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXfB2uECe7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXfB2uECe7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXfB2uECe7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXfB2uECe7 .dropdown-item.active,
.cid-uXfB2uECe7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXfB2uECe7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXfB2uECe7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXfB2uECe7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXfB2uECe7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uXfB2uECe7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXfB2uECe7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXfB2uECe7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXfB2uECe7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXfB2uECe7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXfB2uECe7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uXfB2uECe7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXfB2uECe7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfB2uECe7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfB2uECe7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXfB2uECe7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfB2uECe7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXfB2uECe7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXfB2uECe7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfB2uECe7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXfB2uECe7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXfB2uECe7 .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-uXfB2uECe7 .navbar {
    height: 70px;
  }
  .cid-uXfB2uECe7 .navbar.opened {
    height: auto;
  }
  .cid-uXfB2uECe7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXfB2vseTL {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uXfB2vseTL::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uXfB2vseTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfB2vseTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfB2vseTL .card {
  justify-content: flex-end;
}
.cid-uXfB2vseTL .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXfB2vseTL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXfB2vseTL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXfB2vseTL .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uXfB2vseTL .mbr-label {
  color: #ffffff;
}
.cid-uXfB2vseTL .mbr-section-title {
  color: #ffffff;
}
.cid-uXfB2vseTL .mbr-text {
  color: #ffffff;
}
.cid-uXfB2w89K7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uXfB2w89K7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfB2w89K7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXfB2w89K7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXfB2w89K7 .row {
  flex-direction: row-reverse;
}
.cid-uXfB2w89K7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXfB2w89K7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXfB2w89K7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXfB2w89K7 .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uXfB2w89K7 .mbr-text,
.cid-uXfB2w89K7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uXsSiU9XiX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uXsSiU9XiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsSiU9XiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXsSiU9XiX .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXsSiU9XiX .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXsSiU9XiX .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXsSiU9XiX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXsSiU9XiX .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXsSiU9XiX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXsSiU9XiX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXsSiU9XiX .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXsSiU9XiX .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uXsSiU9XiX .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uXsSiU9XiX .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXsSiU9XiX .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uXsSiU9XiX .list_2 {
    padding-left: 0;
  }
}
.cid-uXsSiU9XiX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXsSiU9XiX .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uXsSiU9XiX .mbr-text,
.cid-uXsSiU9XiX .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXsSiU9XiX .list {
  color: #666666;
}
.cid-uXsSiU9XiX .list,
.cid-uXsSiU9XiX .item-wrap,
.cid-uXsSiU9XiX .list-wrapper {
  color: #ffffff;
}
.cid-uXsTucR9la {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uXsTucR9la .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsTucR9la .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXsTucR9la .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uXsTucR9la .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uXsTucR9la .items-wrapper {
  margin: 0 -10px;
}
.cid-uXsTucR9la .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uXsTucR9la .item {
    margin-bottom: 16px;
  }
}
.cid-uXsTucR9la .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uXsTucR9la .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uXsTucR9la .item:hover .item-wrapper .item-content .item-img,
.cid-uXsTucR9la .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uXsTucR9la .item:nth-child(2n) .item-wrapper {
  background-color: #232323;
}
.cid-uXsTucR9la .item:nth-child(3n) .item-wrapper {
  background-color: #232323;
}
.cid-uXsTucR9la .item:nth-child(4n) .item-wrapper {
  background-color: #232323;
}
.cid-uXsTucR9la .item:nth-child(6n) .item-wrapper {
  background-color: #232323;
}
.cid-uXsTucR9la .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #232323;
}
@media (max-width: 992px) {
  .cid-uXsTucR9la .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uXsTucR9la .item .item-wrapper .item-content {
  position: relative;
}
.cid-uXsTucR9la .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uXsTucR9la .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uXsTucR9la .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uXsTucR9la .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXsTucR9la .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uXsTucR9la .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uXsTucR9la .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uXsTucR9la .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uXsTucR9la .mbr-section-title {
  color: #ff086d;
  text-align: center;
}
.cid-uXsTucR9la .panel-title-edit {
  color: #212529;
}
.cid-uXsTucR9la .panel-text {
  color: #51565c;
}
.cid-uXsTucR9la .item-title {
  text-align: center;
  color: #ff086d;
}
.cid-uXsTucR9la .item-text {
  text-align: center;
  color: #ffffff;
}
.cid-vbBoCBR0Tp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBoCBR0Tp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBoCBR0Tp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBoCBR0Tp .card {
  justify-content: center;
}
.cid-vbBoCBR0Tp .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBoCBR0Tp .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBoCBR0Tp .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBoCBR0Tp .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBoCBR0Tp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBoCBR0Tp .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBoCBR0Tp .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBoCBR0Tp .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBoCBR0Tp .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBoCBR0Tp .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBoCBR0Tp .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBoCBR0Tp .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBoCBR0Tp .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBoCBR0Tp .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBoCBR0Tp .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBoCBR0Tp .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBoCBR0Tp .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBoCBR0Tp .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBoCBR0Tp .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBoCBR0Tp .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBoCBR0Tp .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBoCBR0Tp .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBoCBR0Tp .mbr-label {
  color: #edefeb;
}
.cid-vbBoCBR0Tp .mbr-section-title {
  color: #111111;
}
.cid-vbBoCBR0Tp .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBoCBR0Tp .mbr-section-title,
.cid-vbBoCBR0Tp .mbr-section-btn {
  color: #edefeb;
}
.cid-uXfB2xtIdb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uXfB2xtIdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfB2xtIdb .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-uXfB2xtIdb .container {
    padding: 0 22px;
  }
}
.cid-uXfB2xtIdb .row {
  justify-content: space-between;
}
.cid-uXfB2xtIdb .content-wrapper {
  margin-bottom: 32px;
}
.cid-uXfB2xtIdb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXfB2xtIdb .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uXfB2xtIdb .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXfB2xtIdb .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uXfB2xtIdb .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uXfB2xtIdb .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXfB2xtIdb .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uXfB2xtIdb .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uXfB2xtIdb .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXfB2xtIdb .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uXfB2xtIdb .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uXfB2xtIdb .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uXfB2xtIdb .copy-wrapper {
    display: block;
  }
}
.cid-uXfB2xtIdb .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uXfB2xtIdb .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uXfB2xtIdb .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXfB2xtIdb .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uXfB2xtIdb .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uXfB2xtIdb .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uXfB2xtIdb .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uXfB2xtIdb .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uXfB2xtIdb .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uXfB2xtIdb .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXfB2xtIdb .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uXfB2xtIdb .mbr-section-title {
  color: #ff5753;
}
.cid-uXfB2xtIdb .mbr-text {
  color: #ffffff;
}
.cid-uXfB2xtIdb .list {
  color: #635d60;
}
.cid-uXfB2xtIdb .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uXfB2xtIdb .mbr-section-title,
.cid-uXfB2xtIdb .mbr-section-btn {
  color: #ffffff;
}
.cid-uXfB2xtIdb .list,
.cid-uXfB2xtIdb .item-wrap {
  color: #ffffff;
}
.cid-uXsXBrutSP .navbar-dropdown {
  position: relative !important;
}
.cid-uXsXBrutSP .navbar-dropdown {
  position: absolute !important;
}
.cid-uXsXBrutSP .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXsXBrutSP .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uXsXBrutSP .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uXsXBrutSP .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uXsXBrutSP .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uXsXBrutSP .container {
    padding: 0 1rem;
  }
}
.cid-uXsXBrutSP .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uXsXBrutSP .nav-link {
  position: relative;
}
.cid-uXsXBrutSP .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uXsXBrutSP .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uXsXBrutSP .navbar.opened {
  transition: all 0.3s;
}
.cid-uXsXBrutSP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXsXBrutSP .navbar .navbar-logo img {
  width: auto;
}
.cid-uXsXBrutSP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXsXBrutSP .navbar.collapsed {
  justify-content: center;
}
.cid-uXsXBrutSP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXsXBrutSP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXsXBrutSP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uXsXBrutSP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXsXBrutSP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXsXBrutSP .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-uXsXBrutSP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXsXBrutSP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXsXBrutSP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXsXBrutSP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXsXBrutSP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXsXBrutSP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXsXBrutSP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXsXBrutSP .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-uXsXBrutSP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXsXBrutSP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXsXBrutSP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXsXBrutSP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXsXBrutSP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXsXBrutSP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXsXBrutSP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXsXBrutSP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXsXBrutSP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXsXBrutSP .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-uXsXBrutSP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXsXBrutSP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXsXBrutSP .dropdown-item:hover,
.cid-uXsXBrutSP .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uXsXBrutSP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXsXBrutSP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXsXBrutSP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uXsXBrutSP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXsXBrutSP .dropdown-menu,
.cid-uXsXBrutSP .navbar.opened {
  background: #1b1818 !important;
}
.cid-uXsXBrutSP .nav-item:focus,
.cid-uXsXBrutSP .nav-link:focus {
  outline: none;
}
.cid-uXsXBrutSP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXsXBrutSP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXsXBrutSP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXsXBrutSP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXsXBrutSP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXsXBrutSP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXsXBrutSP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXsXBrutSP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXsXBrutSP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXsXBrutSP .dropdown-item.active,
.cid-uXsXBrutSP .dropdown-item:active {
  background-color: transparent;
}
.cid-uXsXBrutSP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXsXBrutSP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXsXBrutSP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXsXBrutSP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uXsXBrutSP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXsXBrutSP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXsXBrutSP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXsXBrutSP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXsXBrutSP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXsXBrutSP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uXsXBrutSP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXsXBrutSP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXsXBrutSP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXsXBrutSP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXsXBrutSP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXsXBrutSP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXsXBrutSP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXsXBrutSP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXsXBrutSP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXsXBrutSP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXsXBrutSP .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-uXsXBrutSP .navbar {
    height: 70px;
  }
  .cid-uXsXBrutSP .navbar.opened {
    height: auto;
  }
  .cid-uXsXBrutSP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXsXBsk7iv {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uXsXBsk7iv::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uXsXBsk7iv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsXBsk7iv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXsXBsk7iv .card {
  justify-content: flex-end;
}
.cid-uXsXBsk7iv .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXsXBsk7iv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXsXBsk7iv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXsXBsk7iv .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uXsXBsk7iv .mbr-label {
  color: #ffffff;
}
.cid-uXsXBsk7iv .mbr-section-title {
  color: #ffffff;
}
.cid-uXsXBsk7iv .mbr-text {
  color: #ffffff;
}
.cid-uXsXBt2b3U {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uXsXBt2b3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsXBt2b3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXsXBt2b3U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXsXBt2b3U .row {
  flex-direction: row-reverse;
}
.cid-uXsXBt2b3U .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXsXBt2b3U .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXsXBt2b3U .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXsXBt2b3U .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uXsXBt2b3U .mbr-text,
.cid-uXsXBt2b3U .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uXsXBtHJky {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uXsXBtHJky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsXBtHJky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXsXBtHJky .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXsXBtHJky .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXsXBtHJky .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXsXBtHJky .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXsXBtHJky .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXsXBtHJky .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXsXBtHJky .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXsXBtHJky .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXsXBtHJky .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uXsXBtHJky .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uXsXBtHJky .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXsXBtHJky .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uXsXBtHJky .list_2 {
    padding-left: 0;
  }
}
.cid-uXsXBtHJky .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXsXBtHJky .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uXsXBtHJky .mbr-text,
.cid-uXsXBtHJky .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXsXBtHJky .list {
  color: #666666;
}
.cid-uXsXBtHJky .list,
.cid-uXsXBtHJky .item-wrap,
.cid-uXsXBtHJky .list-wrapper {
  color: #ffffff;
}
.cid-vbBoHuot0j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBoHuot0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBoHuot0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBoHuot0j .card {
  justify-content: center;
}
.cid-vbBoHuot0j .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBoHuot0j .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBoHuot0j .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBoHuot0j .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBoHuot0j .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBoHuot0j .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBoHuot0j .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBoHuot0j .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBoHuot0j .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBoHuot0j .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBoHuot0j .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBoHuot0j .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBoHuot0j .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBoHuot0j .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBoHuot0j .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBoHuot0j .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBoHuot0j .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBoHuot0j .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBoHuot0j .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBoHuot0j .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBoHuot0j .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBoHuot0j .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBoHuot0j .mbr-label {
  color: #edefeb;
}
.cid-vbBoHuot0j .mbr-section-title {
  color: #111111;
}
.cid-vbBoHuot0j .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBoHuot0j .mbr-section-title,
.cid-vbBoHuot0j .mbr-section-btn {
  color: #edefeb;
}
.cid-uXsXBxxRyb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uXsXBxxRyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsXBxxRyb .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-uXsXBxxRyb .container {
    padding: 0 22px;
  }
}
.cid-uXsXBxxRyb .row {
  justify-content: space-between;
}
.cid-uXsXBxxRyb .content-wrapper {
  margin-bottom: 32px;
}
.cid-uXsXBxxRyb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXsXBxxRyb .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uXsXBxxRyb .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXsXBxxRyb .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uXsXBxxRyb .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uXsXBxxRyb .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXsXBxxRyb .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uXsXBxxRyb .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uXsXBxxRyb .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXsXBxxRyb .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uXsXBxxRyb .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uXsXBxxRyb .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uXsXBxxRyb .copy-wrapper {
    display: block;
  }
}
.cid-uXsXBxxRyb .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uXsXBxxRyb .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uXsXBxxRyb .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXsXBxxRyb .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uXsXBxxRyb .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uXsXBxxRyb .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uXsXBxxRyb .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uXsXBxxRyb .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uXsXBxxRyb .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uXsXBxxRyb .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXsXBxxRyb .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uXsXBxxRyb .mbr-section-title {
  color: #ff5753;
}
.cid-uXsXBxxRyb .mbr-text {
  color: #ffffff;
}
.cid-uXsXBxxRyb .list {
  color: #635d60;
}
.cid-uXsXBxxRyb .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uXsXBxxRyb .mbr-section-title,
.cid-uXsXBxxRyb .mbr-section-btn {
  color: #ffffff;
}
.cid-uXsXBxxRyb .list,
.cid-uXsXBxxRyb .item-wrap {
  color: #ffffff;
}
.cid-uXsYuqXNpN .navbar-dropdown {
  position: relative !important;
}
.cid-uXsYuqXNpN .navbar-dropdown {
  position: absolute !important;
}
.cid-uXsYuqXNpN .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXsYuqXNpN .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uXsYuqXNpN .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uXsYuqXNpN .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uXsYuqXNpN .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uXsYuqXNpN .container {
    padding: 0 1rem;
  }
}
.cid-uXsYuqXNpN .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uXsYuqXNpN .nav-link {
  position: relative;
}
.cid-uXsYuqXNpN .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uXsYuqXNpN .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uXsYuqXNpN .navbar.opened {
  transition: all 0.3s;
}
.cid-uXsYuqXNpN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXsYuqXNpN .navbar .navbar-logo img {
  width: auto;
}
.cid-uXsYuqXNpN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXsYuqXNpN .navbar.collapsed {
  justify-content: center;
}
.cid-uXsYuqXNpN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXsYuqXNpN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXsYuqXNpN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uXsYuqXNpN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXsYuqXNpN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXsYuqXNpN .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-uXsYuqXNpN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXsYuqXNpN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXsYuqXNpN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXsYuqXNpN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXsYuqXNpN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXsYuqXNpN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXsYuqXNpN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXsYuqXNpN .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-uXsYuqXNpN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXsYuqXNpN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXsYuqXNpN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXsYuqXNpN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXsYuqXNpN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXsYuqXNpN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXsYuqXNpN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXsYuqXNpN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXsYuqXNpN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXsYuqXNpN .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-uXsYuqXNpN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXsYuqXNpN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXsYuqXNpN .dropdown-item:hover,
.cid-uXsYuqXNpN .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uXsYuqXNpN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXsYuqXNpN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXsYuqXNpN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uXsYuqXNpN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXsYuqXNpN .dropdown-menu,
.cid-uXsYuqXNpN .navbar.opened {
  background: #1b1818 !important;
}
.cid-uXsYuqXNpN .nav-item:focus,
.cid-uXsYuqXNpN .nav-link:focus {
  outline: none;
}
.cid-uXsYuqXNpN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXsYuqXNpN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXsYuqXNpN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXsYuqXNpN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXsYuqXNpN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXsYuqXNpN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXsYuqXNpN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXsYuqXNpN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXsYuqXNpN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXsYuqXNpN .dropdown-item.active,
.cid-uXsYuqXNpN .dropdown-item:active {
  background-color: transparent;
}
.cid-uXsYuqXNpN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXsYuqXNpN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXsYuqXNpN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXsYuqXNpN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uXsYuqXNpN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXsYuqXNpN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXsYuqXNpN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXsYuqXNpN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXsYuqXNpN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXsYuqXNpN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uXsYuqXNpN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXsYuqXNpN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXsYuqXNpN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXsYuqXNpN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXsYuqXNpN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXsYuqXNpN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXsYuqXNpN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXsYuqXNpN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXsYuqXNpN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXsYuqXNpN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXsYuqXNpN .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-uXsYuqXNpN .navbar {
    height: 70px;
  }
  .cid-uXsYuqXNpN .navbar.opened {
    height: auto;
  }
  .cid-uXsYuqXNpN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXsYuu0Z0x {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uXsYuu0Z0x::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uXsYuu0Z0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsYuu0Z0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXsYuu0Z0x .card {
  justify-content: flex-end;
}
.cid-uXsYuu0Z0x .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXsYuu0Z0x .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXsYuu0Z0x .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXsYuu0Z0x .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uXsYuu0Z0x .mbr-label {
  color: #ffffff;
}
.cid-uXsYuu0Z0x .mbr-section-title {
  color: #ffffff;
}
.cid-uXsYuu0Z0x .mbr-text {
  color: #ffffff;
}
.cid-uXsYuuI80U {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uXsYuuI80U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsYuuI80U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXsYuuI80U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXsYuuI80U .row {
  flex-direction: row-reverse;
}
.cid-uXsYuuI80U .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXsYuuI80U .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXsYuuI80U .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXsYuuI80U .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uXsYuuI80U .mbr-text,
.cid-uXsYuuI80U .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uXsYuvqvlA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uXsYuvqvlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsYuvqvlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXsYuvqvlA .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXsYuvqvlA .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXsYuvqvlA .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXsYuvqvlA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXsYuvqvlA .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXsYuvqvlA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXsYuvqvlA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXsYuvqvlA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXsYuvqvlA .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uXsYuvqvlA .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uXsYuvqvlA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXsYuvqvlA .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uXsYuvqvlA .list_2 {
    padding-left: 0;
  }
}
.cid-uXsYuvqvlA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXsYuvqvlA .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uXsYuvqvlA .mbr-text,
.cid-uXsYuvqvlA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXsYuvqvlA .list {
  color: #666666;
}
.cid-uXsYuvqvlA .list,
.cid-uXsYuvqvlA .item-wrap,
.cid-uXsYuvqvlA .list-wrapper {
  color: #ffffff;
}
.cid-vbBoJmz4mK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBoJmz4mK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBoJmz4mK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBoJmz4mK .card {
  justify-content: center;
}
.cid-vbBoJmz4mK .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBoJmz4mK .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBoJmz4mK .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBoJmz4mK .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBoJmz4mK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBoJmz4mK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBoJmz4mK .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBoJmz4mK .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBoJmz4mK .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBoJmz4mK .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBoJmz4mK .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBoJmz4mK .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBoJmz4mK .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBoJmz4mK .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBoJmz4mK .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBoJmz4mK .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBoJmz4mK .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBoJmz4mK .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBoJmz4mK .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBoJmz4mK .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBoJmz4mK .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBoJmz4mK .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBoJmz4mK .mbr-label {
  color: #edefeb;
}
.cid-vbBoJmz4mK .mbr-section-title {
  color: #111111;
}
.cid-vbBoJmz4mK .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBoJmz4mK .mbr-section-title,
.cid-vbBoJmz4mK .mbr-section-btn {
  color: #edefeb;
}
.cid-uXsYuxuFks {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uXsYuxuFks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsYuxuFks .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-uXsYuxuFks .container {
    padding: 0 22px;
  }
}
.cid-uXsYuxuFks .row {
  justify-content: space-between;
}
.cid-uXsYuxuFks .content-wrapper {
  margin-bottom: 32px;
}
.cid-uXsYuxuFks .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXsYuxuFks .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uXsYuxuFks .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXsYuxuFks .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uXsYuxuFks .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uXsYuxuFks .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXsYuxuFks .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uXsYuxuFks .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uXsYuxuFks .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXsYuxuFks .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uXsYuxuFks .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uXsYuxuFks .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uXsYuxuFks .copy-wrapper {
    display: block;
  }
}
.cid-uXsYuxuFks .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uXsYuxuFks .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uXsYuxuFks .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXsYuxuFks .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uXsYuxuFks .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uXsYuxuFks .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uXsYuxuFks .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uXsYuxuFks .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uXsYuxuFks .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uXsYuxuFks .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXsYuxuFks .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uXsYuxuFks .mbr-section-title {
  color: #ff5753;
}
.cid-uXsYuxuFks .mbr-text {
  color: #ffffff;
}
.cid-uXsYuxuFks .list {
  color: #635d60;
}
.cid-uXsYuxuFks .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uXsYuxuFks .mbr-section-title,
.cid-uXsYuxuFks .mbr-section-btn {
  color: #ffffff;
}
.cid-uXsYuxuFks .list,
.cid-uXsYuxuFks .item-wrap {
  color: #ffffff;
}
.cid-uXsZHf75Jq .navbar-dropdown {
  position: relative !important;
}
.cid-uXsZHf75Jq .navbar-dropdown {
  position: absolute !important;
}
.cid-uXsZHf75Jq .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXsZHf75Jq .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uXsZHf75Jq .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uXsZHf75Jq .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uXsZHf75Jq .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uXsZHf75Jq .container {
    padding: 0 1rem;
  }
}
.cid-uXsZHf75Jq .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uXsZHf75Jq .nav-link {
  position: relative;
}
.cid-uXsZHf75Jq .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uXsZHf75Jq .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uXsZHf75Jq .navbar.opened {
  transition: all 0.3s;
}
.cid-uXsZHf75Jq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXsZHf75Jq .navbar .navbar-logo img {
  width: auto;
}
.cid-uXsZHf75Jq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXsZHf75Jq .navbar.collapsed {
  justify-content: center;
}
.cid-uXsZHf75Jq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXsZHf75Jq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXsZHf75Jq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uXsZHf75Jq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXsZHf75Jq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXsZHf75Jq .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-uXsZHf75Jq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXsZHf75Jq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXsZHf75Jq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXsZHf75Jq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXsZHf75Jq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXsZHf75Jq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXsZHf75Jq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXsZHf75Jq .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-uXsZHf75Jq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXsZHf75Jq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXsZHf75Jq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXsZHf75Jq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXsZHf75Jq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXsZHf75Jq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXsZHf75Jq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXsZHf75Jq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXsZHf75Jq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXsZHf75Jq .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-uXsZHf75Jq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXsZHf75Jq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXsZHf75Jq .dropdown-item:hover,
.cid-uXsZHf75Jq .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uXsZHf75Jq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXsZHf75Jq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXsZHf75Jq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uXsZHf75Jq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXsZHf75Jq .dropdown-menu,
.cid-uXsZHf75Jq .navbar.opened {
  background: #1b1818 !important;
}
.cid-uXsZHf75Jq .nav-item:focus,
.cid-uXsZHf75Jq .nav-link:focus {
  outline: none;
}
.cid-uXsZHf75Jq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXsZHf75Jq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXsZHf75Jq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXsZHf75Jq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXsZHf75Jq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXsZHf75Jq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXsZHf75Jq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXsZHf75Jq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXsZHf75Jq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXsZHf75Jq .dropdown-item.active,
.cid-uXsZHf75Jq .dropdown-item:active {
  background-color: transparent;
}
.cid-uXsZHf75Jq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXsZHf75Jq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXsZHf75Jq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXsZHf75Jq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uXsZHf75Jq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXsZHf75Jq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXsZHf75Jq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXsZHf75Jq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXsZHf75Jq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXsZHf75Jq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uXsZHf75Jq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXsZHf75Jq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXsZHf75Jq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXsZHf75Jq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXsZHf75Jq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXsZHf75Jq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXsZHf75Jq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXsZHf75Jq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXsZHf75Jq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXsZHf75Jq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXsZHf75Jq .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-uXsZHf75Jq .navbar {
    height: 70px;
  }
  .cid-uXsZHf75Jq .navbar.opened {
    height: auto;
  }
  .cid-uXsZHf75Jq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXsZHfXx1T {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uXsZHfXx1T::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uXsZHfXx1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsZHfXx1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXsZHfXx1T .card {
  justify-content: flex-end;
}
.cid-uXsZHfXx1T .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXsZHfXx1T .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXsZHfXx1T .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXsZHfXx1T .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uXsZHfXx1T .mbr-label {
  color: #ffffff;
}
.cid-uXsZHfXx1T .mbr-section-title {
  color: #ffffff;
}
.cid-uXsZHfXx1T .mbr-text {
  color: #ffffff;
}
.cid-uXsZHgCW45 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uXsZHgCW45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsZHgCW45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXsZHgCW45 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXsZHgCW45 .row {
  flex-direction: row-reverse;
}
.cid-uXsZHgCW45 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXsZHgCW45 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXsZHgCW45 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXsZHgCW45 .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uXsZHgCW45 .mbr-text,
.cid-uXsZHgCW45 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uXsZHhgjbB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uXsZHhgjbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsZHhgjbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXsZHhgjbB .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXsZHhgjbB .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXsZHhgjbB .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXsZHhgjbB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXsZHhgjbB .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXsZHhgjbB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXsZHhgjbB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXsZHhgjbB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXsZHhgjbB .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uXsZHhgjbB .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uXsZHhgjbB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXsZHhgjbB .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uXsZHhgjbB .list_2 {
    padding-left: 0;
  }
}
.cid-uXsZHhgjbB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXsZHhgjbB .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uXsZHhgjbB .mbr-text,
.cid-uXsZHhgjbB .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXsZHhgjbB .list {
  color: #666666;
}
.cid-uXsZHhgjbB .list,
.cid-uXsZHhgjbB .item-wrap,
.cid-uXsZHhgjbB .list-wrapper {
  color: #ffffff;
}
.cid-vbBoLqh283 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBoLqh283 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBoLqh283 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBoLqh283 .card {
  justify-content: center;
}
.cid-vbBoLqh283 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBoLqh283 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBoLqh283 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBoLqh283 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBoLqh283 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBoLqh283 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBoLqh283 .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBoLqh283 .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBoLqh283 .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBoLqh283 .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBoLqh283 .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBoLqh283 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBoLqh283 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBoLqh283 .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBoLqh283 .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBoLqh283 .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBoLqh283 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBoLqh283 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBoLqh283 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBoLqh283 .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBoLqh283 .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBoLqh283 .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBoLqh283 .mbr-label {
  color: #edefeb;
}
.cid-vbBoLqh283 .mbr-section-title {
  color: #111111;
}
.cid-vbBoLqh283 .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBoLqh283 .mbr-section-title,
.cid-vbBoLqh283 .mbr-section-btn {
  color: #edefeb;
}
.cid-uXsZHjeOlb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uXsZHjeOlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsZHjeOlb .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-uXsZHjeOlb .container {
    padding: 0 22px;
  }
}
.cid-uXsZHjeOlb .row {
  justify-content: space-between;
}
.cid-uXsZHjeOlb .content-wrapper {
  margin-bottom: 32px;
}
.cid-uXsZHjeOlb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXsZHjeOlb .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uXsZHjeOlb .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXsZHjeOlb .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uXsZHjeOlb .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uXsZHjeOlb .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXsZHjeOlb .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uXsZHjeOlb .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uXsZHjeOlb .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXsZHjeOlb .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uXsZHjeOlb .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uXsZHjeOlb .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uXsZHjeOlb .copy-wrapper {
    display: block;
  }
}
.cid-uXsZHjeOlb .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uXsZHjeOlb .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uXsZHjeOlb .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXsZHjeOlb .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uXsZHjeOlb .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uXsZHjeOlb .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uXsZHjeOlb .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uXsZHjeOlb .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uXsZHjeOlb .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uXsZHjeOlb .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXsZHjeOlb .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uXsZHjeOlb .mbr-section-title {
  color: #ff5753;
}
.cid-uXsZHjeOlb .mbr-text {
  color: #ffffff;
}
.cid-uXsZHjeOlb .list {
  color: #635d60;
}
.cid-uXsZHjeOlb .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uXsZHjeOlb .mbr-section-title,
.cid-uXsZHjeOlb .mbr-section-btn {
  color: #ffffff;
}
.cid-uXsZHjeOlb .list,
.cid-uXsZHjeOlb .item-wrap {
  color: #ffffff;
}
.cid-uXt0oLMJ4u .navbar-dropdown {
  position: relative !important;
}
.cid-uXt0oLMJ4u .navbar-dropdown {
  position: absolute !important;
}
.cid-uXt0oLMJ4u .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXt0oLMJ4u .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uXt0oLMJ4u .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uXt0oLMJ4u .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uXt0oLMJ4u .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uXt0oLMJ4u .container {
    padding: 0 1rem;
  }
}
.cid-uXt0oLMJ4u .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uXt0oLMJ4u .nav-link {
  position: relative;
}
.cid-uXt0oLMJ4u .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uXt0oLMJ4u .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uXt0oLMJ4u .navbar.opened {
  transition: all 0.3s;
}
.cid-uXt0oLMJ4u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXt0oLMJ4u .navbar .navbar-logo img {
  width: auto;
}
.cid-uXt0oLMJ4u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXt0oLMJ4u .navbar.collapsed {
  justify-content: center;
}
.cid-uXt0oLMJ4u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXt0oLMJ4u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXt0oLMJ4u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uXt0oLMJ4u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXt0oLMJ4u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXt0oLMJ4u .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-uXt0oLMJ4u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXt0oLMJ4u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXt0oLMJ4u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXt0oLMJ4u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXt0oLMJ4u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXt0oLMJ4u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXt0oLMJ4u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXt0oLMJ4u .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-uXt0oLMJ4u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXt0oLMJ4u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXt0oLMJ4u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXt0oLMJ4u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXt0oLMJ4u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXt0oLMJ4u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXt0oLMJ4u .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXt0oLMJ4u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXt0oLMJ4u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXt0oLMJ4u .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-uXt0oLMJ4u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXt0oLMJ4u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXt0oLMJ4u .dropdown-item:hover,
.cid-uXt0oLMJ4u .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uXt0oLMJ4u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXt0oLMJ4u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXt0oLMJ4u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uXt0oLMJ4u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXt0oLMJ4u .dropdown-menu,
.cid-uXt0oLMJ4u .navbar.opened {
  background: #1b1818 !important;
}
.cid-uXt0oLMJ4u .nav-item:focus,
.cid-uXt0oLMJ4u .nav-link:focus {
  outline: none;
}
.cid-uXt0oLMJ4u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXt0oLMJ4u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXt0oLMJ4u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXt0oLMJ4u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXt0oLMJ4u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXt0oLMJ4u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXt0oLMJ4u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXt0oLMJ4u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXt0oLMJ4u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXt0oLMJ4u .dropdown-item.active,
.cid-uXt0oLMJ4u .dropdown-item:active {
  background-color: transparent;
}
.cid-uXt0oLMJ4u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXt0oLMJ4u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXt0oLMJ4u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXt0oLMJ4u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uXt0oLMJ4u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXt0oLMJ4u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXt0oLMJ4u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXt0oLMJ4u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXt0oLMJ4u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXt0oLMJ4u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uXt0oLMJ4u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXt0oLMJ4u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXt0oLMJ4u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXt0oLMJ4u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXt0oLMJ4u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXt0oLMJ4u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXt0oLMJ4u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXt0oLMJ4u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXt0oLMJ4u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXt0oLMJ4u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXt0oLMJ4u .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-uXt0oLMJ4u .navbar {
    height: 70px;
  }
  .cid-uXt0oLMJ4u .navbar.opened {
    height: auto;
  }
  .cid-uXt0oLMJ4u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXt0oOxGIO {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uXt0oOxGIO::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uXt0oOxGIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt0oOxGIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt0oOxGIO .card {
  justify-content: flex-end;
}
.cid-uXt0oOxGIO .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXt0oOxGIO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXt0oOxGIO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXt0oOxGIO .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uXt0oOxGIO .mbr-label {
  color: #ffffff;
}
.cid-uXt0oOxGIO .mbr-section-title {
  color: #ffffff;
}
.cid-uXt0oOxGIO .mbr-text {
  color: #ffffff;
}
.cid-uXt0oPe0E6 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uXt0oPe0E6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt0oPe0E6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXt0oPe0E6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXt0oPe0E6 .row {
  flex-direction: row-reverse;
}
.cid-uXt0oPe0E6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXt0oPe0E6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXt0oPe0E6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXt0oPe0E6 .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uXt0oPe0E6 .mbr-text,
.cid-uXt0oPe0E6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uXt0oPQdha {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-uXt0oPQdha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt0oPQdha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt0oPQdha .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXt0oPQdha .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXt0oPQdha .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXt0oPQdha .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXt0oPQdha .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXt0oPQdha .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXt0oPQdha .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXt0oPQdha .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXt0oPQdha .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uXt0oPQdha .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uXt0oPQdha .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXt0oPQdha .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uXt0oPQdha .list_2 {
    padding-left: 0;
  }
}
.cid-uXt0oPQdha .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXt0oPQdha .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uXt0oPQdha .mbr-text,
.cid-uXt0oPQdha .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uXt0oPQdha .list {
  color: #666666;
}
.cid-uXt0oPQdha .list,
.cid-uXt0oPQdha .item-wrap,
.cid-uXt0oPQdha .list-wrapper {
  color: #ffffff;
}
.cid-vbBoP3sMCC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBoP3sMCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBoP3sMCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBoP3sMCC .card {
  justify-content: center;
}
.cid-vbBoP3sMCC .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBoP3sMCC .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBoP3sMCC .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBoP3sMCC .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBoP3sMCC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBoP3sMCC .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBoP3sMCC .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBoP3sMCC .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBoP3sMCC .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBoP3sMCC .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBoP3sMCC .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBoP3sMCC .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBoP3sMCC .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBoP3sMCC .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBoP3sMCC .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBoP3sMCC .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBoP3sMCC .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBoP3sMCC .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBoP3sMCC .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBoP3sMCC .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBoP3sMCC .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBoP3sMCC .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBoP3sMCC .mbr-label {
  color: #edefeb;
}
.cid-vbBoP3sMCC .mbr-section-title {
  color: #111111;
}
.cid-vbBoP3sMCC .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBoP3sMCC .mbr-section-title,
.cid-vbBoP3sMCC .mbr-section-btn {
  color: #edefeb;
}
.cid-uXt0oRQDgP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uXt0oRQDgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt0oRQDgP .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-uXt0oRQDgP .container {
    padding: 0 22px;
  }
}
.cid-uXt0oRQDgP .row {
  justify-content: space-between;
}
.cid-uXt0oRQDgP .content-wrapper {
  margin-bottom: 32px;
}
.cid-uXt0oRQDgP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXt0oRQDgP .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uXt0oRQDgP .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXt0oRQDgP .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uXt0oRQDgP .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uXt0oRQDgP .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXt0oRQDgP .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uXt0oRQDgP .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uXt0oRQDgP .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXt0oRQDgP .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uXt0oRQDgP .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uXt0oRQDgP .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uXt0oRQDgP .copy-wrapper {
    display: block;
  }
}
.cid-uXt0oRQDgP .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uXt0oRQDgP .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uXt0oRQDgP .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXt0oRQDgP .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uXt0oRQDgP .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uXt0oRQDgP .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uXt0oRQDgP .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uXt0oRQDgP .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uXt0oRQDgP .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uXt0oRQDgP .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXt0oRQDgP .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uXt0oRQDgP .mbr-section-title {
  color: #ff5753;
}
.cid-uXt0oRQDgP .mbr-text {
  color: #ffffff;
}
.cid-uXt0oRQDgP .list {
  color: #635d60;
}
.cid-uXt0oRQDgP .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uXt0oRQDgP .mbr-section-title,
.cid-uXt0oRQDgP .mbr-section-btn {
  color: #ffffff;
}
.cid-uXt0oRQDgP .list,
.cid-uXt0oRQDgP .item-wrap {
  color: #ffffff;
}
.cid-uXtbFKseIu .navbar-dropdown {
  position: relative !important;
}
.cid-uXtbFKseIu .navbar-dropdown {
  position: absolute !important;
}
.cid-uXtbFKseIu .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXtbFKseIu .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uXtbFKseIu .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uXtbFKseIu .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uXtbFKseIu .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uXtbFKseIu .container {
    padding: 0 1rem;
  }
}
.cid-uXtbFKseIu .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uXtbFKseIu .nav-link {
  position: relative;
}
.cid-uXtbFKseIu .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uXtbFKseIu .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uXtbFKseIu .navbar.opened {
  transition: all 0.3s;
}
.cid-uXtbFKseIu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXtbFKseIu .navbar .navbar-logo img {
  width: auto;
}
.cid-uXtbFKseIu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXtbFKseIu .navbar.collapsed {
  justify-content: center;
}
.cid-uXtbFKseIu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXtbFKseIu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXtbFKseIu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uXtbFKseIu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXtbFKseIu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXtbFKseIu .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-uXtbFKseIu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXtbFKseIu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXtbFKseIu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXtbFKseIu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXtbFKseIu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXtbFKseIu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXtbFKseIu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXtbFKseIu .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-uXtbFKseIu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXtbFKseIu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXtbFKseIu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXtbFKseIu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXtbFKseIu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXtbFKseIu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXtbFKseIu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXtbFKseIu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXtbFKseIu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXtbFKseIu .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-uXtbFKseIu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXtbFKseIu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXtbFKseIu .dropdown-item:hover,
.cid-uXtbFKseIu .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uXtbFKseIu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXtbFKseIu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXtbFKseIu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uXtbFKseIu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXtbFKseIu .dropdown-menu,
.cid-uXtbFKseIu .navbar.opened {
  background: #1b1818 !important;
}
.cid-uXtbFKseIu .nav-item:focus,
.cid-uXtbFKseIu .nav-link:focus {
  outline: none;
}
.cid-uXtbFKseIu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXtbFKseIu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXtbFKseIu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXtbFKseIu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXtbFKseIu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXtbFKseIu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXtbFKseIu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXtbFKseIu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXtbFKseIu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXtbFKseIu .dropdown-item.active,
.cid-uXtbFKseIu .dropdown-item:active {
  background-color: transparent;
}
.cid-uXtbFKseIu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXtbFKseIu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXtbFKseIu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXtbFKseIu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uXtbFKseIu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXtbFKseIu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXtbFKseIu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXtbFKseIu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXtbFKseIu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXtbFKseIu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uXtbFKseIu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXtbFKseIu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXtbFKseIu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXtbFKseIu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXtbFKseIu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXtbFKseIu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXtbFKseIu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXtbFKseIu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXtbFKseIu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uXtbFKseIu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXtbFKseIu .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-uXtbFKseIu .navbar {
    height: 70px;
  }
  .cid-uXtbFKseIu .navbar.opened {
    height: auto;
  }
  .cid-uXtbFKseIu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXtbFLi3fi {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uXtbFLi3fi::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uXtbFLi3fi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXtbFLi3fi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXtbFLi3fi .card {
  justify-content: flex-end;
}
.cid-uXtbFLi3fi .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXtbFLi3fi .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXtbFLi3fi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXtbFLi3fi .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uXtbFLi3fi .mbr-label {
  color: #ffffff;
}
.cid-uXtbFLi3fi .mbr-section-title {
  color: #ffffff;
}
.cid-uXtbFLi3fi .mbr-text {
  color: #ffffff;
}
.cid-uXtbFM1aot {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uXtbFM1aot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXtbFM1aot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXtbFM1aot .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXtbFM1aot .row {
  flex-direction: row-reverse;
}
.cid-uXtbFM1aot .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXtbFM1aot .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXtbFM1aot .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXtbFM1aot .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uXtbFM1aot .mbr-text,
.cid-uXtbFM1aot .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uXtc1nF1H2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #1b1818;
}
.cid-uXtc1nF1H2 img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-uXtc1nF1H2 .link-wrapper {
  margin-bottom: 1rem;
}
.cid-uXtc1nF1H2 .link-wrapper .mbr-iconfont {
  border: 1px solid #999999;
  border-radius: 50%;
  padding: 8px;
  font-size: 0.8rem;
  color: #999999;
}
.cid-uXtc1nF1H2 .img-wrapper .mbr-iconfont {
  font-size: 3rem;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
  background: linear-gradient(to left, #ff086d, #ff086d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uXtc1nF1H2 .card-wrapper {
  background: #232323;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uXtc1nF1H2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uXtc1nF1H2 .first:hover:before {
  content: none;
}
.cid-uXtc1nF1H2 .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 200px;
  background: linear-gradient(to left, #ff086d, #ff086d);
  content: "";
}
.cid-uXtc1nF1H2 .last:hover:after {
  content: none;
}
.cid-uXtc1nF1H2 .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 200px;
  background: linear-gradient(to left, #ff086d, #ff086d);
  content: "";
}
.cid-uXtc1nF1H2 .mbr-section-text {
  color: #999999;
}
.cid-uXtc1nF1H2 .card {
  z-index: 1;
  min-height: 200px;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.3s;
}
.cid-uXtc1nF1H2 .card .img-wrapper {
  overflow: hidden;
}
.cid-uXtc1nF1H2 .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-uXtc1nF1H2 .card:hover .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-uXtc1nF1H2 .card:hover .card-wrapper {
  background: linear-gradient(to left, #ff086d, #ff086d);
  color: #ffffff !important;
}
.cid-uXtc1nF1H2 .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-uXtc1nF1H2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXtc1nF1H2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXtcPj7CVW {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uXtcPj7CVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXtcPj7CVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXtcPj7CVW .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXtcPj7CVW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXtcPj7CVW .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXtcPj7CVW .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXtcPj7CVW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXtcPj7CVW .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXtcPj7CVW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXtcPj7CVW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXtcPj7CVW .items-wrapper .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXtcPj7CVW .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 64px;
  background-color: #232323;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uXtcPj7CVW .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  .cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
@media (max-width: 992px) {
  .cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  right: -32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .item-img::before {
    bottom: auto;
    top: -100px;
    right: auto;
    left: -100px;
  }
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .item-img img {
    position: static;
    margin: 0 auto;
  }
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .image_1::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #1b1818 0%, transparent 100%);
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .image_2 img {
  right: auto;
  left: 32px;
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .image_2::before {
  right: auto;
  left: -32px;
  background-image: radial-gradient(circle closest-side at 50% 50%, #1b1818 0%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .image_2::before {
    bottom: auto;
    top: -100px;
    left: -100px;
  }
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .image_3::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #1b1818 0%, transparent 100%);
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .card-box {
  padding-right: 250px;
}
@media (max-width: 1440px) {
  .cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .card-box {
    padding-right: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .card-box {
    padding-right: 0;
  }
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uXtcPj7CVW .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXtcPj7CVW .items-wrapper .item .card_2 .card-box {
  padding-right: 0;
  padding-left: 250px;
}
@media (max-width: 1440px) {
  .cid-uXtcPj7CVW .items-wrapper .item .card_2 .card-box {
    padding-right: 0;
    padding-left: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uXtcPj7CVW .items-wrapper .item .card_2 .card-box {
    padding-left: 0;
  }
}
.cid-uXtcPj7CVW .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uXtcPj7CVW .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uXtcPj7CVW .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uXtcPj7CVW .mbr-text,
.cid-uXtcPj7CVW .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uXtcPj7CVW .card-title {
  color: #111111;
}
.cid-uXtcPj7CVW .card-text {
  color: #ffffff;
}
.cid-uXtcPj7CVW .list {
  color: #666666;
}
.cid-uXtcPj7CVW .list,
.cid-uXtcPj7CVW .item-wrap,
.cid-uXtcPj7CVW .list-wrapper {
  color: #ffffff;
}
.cid-uXtcPj7CVW .card-title,
.cid-uXtcPj7CVW .mbr-section-btn {
  color: #ff086d;
}
.cid-vbBoVpCd4K {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBoVpCd4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBoVpCd4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBoVpCd4K .card {
  justify-content: center;
}
.cid-vbBoVpCd4K .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBoVpCd4K .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBoVpCd4K .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBoVpCd4K .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBoVpCd4K .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBoVpCd4K .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBoVpCd4K .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBoVpCd4K .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBoVpCd4K .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBoVpCd4K .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBoVpCd4K .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBoVpCd4K .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBoVpCd4K .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBoVpCd4K .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBoVpCd4K .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBoVpCd4K .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBoVpCd4K .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBoVpCd4K .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBoVpCd4K .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBoVpCd4K .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBoVpCd4K .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBoVpCd4K .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBoVpCd4K .mbr-label {
  color: #edefeb;
}
.cid-vbBoVpCd4K .mbr-section-title {
  color: #111111;
}
.cid-vbBoVpCd4K .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBoVpCd4K .mbr-section-title,
.cid-vbBoVpCd4K .mbr-section-btn {
  color: #edefeb;
}
.cid-uXtbFO1ofg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uXtbFO1ofg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXtbFO1ofg .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-uXtbFO1ofg .container {
    padding: 0 22px;
  }
}
.cid-uXtbFO1ofg .row {
  justify-content: space-between;
}
.cid-uXtbFO1ofg .content-wrapper {
  margin-bottom: 32px;
}
.cid-uXtbFO1ofg .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uXtbFO1ofg .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uXtbFO1ofg .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uXtbFO1ofg .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uXtbFO1ofg .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uXtbFO1ofg .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uXtbFO1ofg .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uXtbFO1ofg .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uXtbFO1ofg .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXtbFO1ofg .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uXtbFO1ofg .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uXtbFO1ofg .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uXtbFO1ofg .copy-wrapper {
    display: block;
  }
}
.cid-uXtbFO1ofg .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uXtbFO1ofg .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uXtbFO1ofg .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uXtbFO1ofg .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uXtbFO1ofg .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uXtbFO1ofg .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uXtbFO1ofg .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uXtbFO1ofg .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uXtbFO1ofg .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uXtbFO1ofg .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXtbFO1ofg .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uXtbFO1ofg .mbr-section-title {
  color: #ff5753;
}
.cid-uXtbFO1ofg .mbr-text {
  color: #ffffff;
}
.cid-uXtbFO1ofg .list {
  color: #635d60;
}
.cid-uXtbFO1ofg .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uXtbFO1ofg .mbr-section-title,
.cid-uXtbFO1ofg .mbr-section-btn {
  color: #ffffff;
}
.cid-uXtbFO1ofg .list,
.cid-uXtbFO1ofg .item-wrap {
  color: #ffffff;
}
.cid-uWjRLlx3UB .navbar-dropdown {
  position: relative !important;
}
.cid-uWjRLlx3UB .navbar-dropdown {
  position: absolute !important;
}
.cid-uWjRLlx3UB .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWjRLlx3UB .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uWjRLlx3UB .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWjRLlx3UB .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uWjRLlx3UB .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uWjRLlx3UB .container {
    padding: 0 1rem;
  }
}
.cid-uWjRLlx3UB .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-uWjRLlx3UB .nav-link {
  position: relative;
}
.cid-uWjRLlx3UB .nav-link:hover {
  color: #6062b4 !important;
}
.cid-uWjRLlx3UB .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-uWjRLlx3UB .navbar.opened {
  transition: all 0.3s;
}
.cid-uWjRLlx3UB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWjRLlx3UB .navbar .navbar-logo img {
  width: auto;
}
.cid-uWjRLlx3UB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWjRLlx3UB .navbar.collapsed {
  justify-content: center;
}
.cid-uWjRLlx3UB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWjRLlx3UB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWjRLlx3UB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uWjRLlx3UB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWjRLlx3UB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWjRLlx3UB .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-uWjRLlx3UB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWjRLlx3UB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWjRLlx3UB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWjRLlx3UB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWjRLlx3UB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWjRLlx3UB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWjRLlx3UB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWjRLlx3UB .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-uWjRLlx3UB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWjRLlx3UB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWjRLlx3UB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWjRLlx3UB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWjRLlx3UB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWjRLlx3UB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWjRLlx3UB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWjRLlx3UB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWjRLlx3UB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWjRLlx3UB .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-uWjRLlx3UB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWjRLlx3UB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWjRLlx3UB .dropdown-item:hover,
.cid-uWjRLlx3UB .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-uWjRLlx3UB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWjRLlx3UB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWjRLlx3UB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uWjRLlx3UB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWjRLlx3UB .dropdown-menu,
.cid-uWjRLlx3UB .navbar.opened {
  background: #1b1818 !important;
}
.cid-uWjRLlx3UB .nav-item:focus,
.cid-uWjRLlx3UB .nav-link:focus {
  outline: none;
}
.cid-uWjRLlx3UB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWjRLlx3UB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWjRLlx3UB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWjRLlx3UB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWjRLlx3UB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWjRLlx3UB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWjRLlx3UB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWjRLlx3UB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWjRLlx3UB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWjRLlx3UB .dropdown-item.active,
.cid-uWjRLlx3UB .dropdown-item:active {
  background-color: transparent;
}
.cid-uWjRLlx3UB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWjRLlx3UB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWjRLlx3UB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWjRLlx3UB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-uWjRLlx3UB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWjRLlx3UB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWjRLlx3UB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWjRLlx3UB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWjRLlx3UB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWjRLlx3UB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-uWjRLlx3UB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWjRLlx3UB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRLlx3UB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWjRLlx3UB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWjRLlx3UB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRLlx3UB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWjRLlx3UB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWjRLlx3UB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWjRLlx3UB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWjRLlx3UB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWjRLlx3UB .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-uWjRLlx3UB .navbar {
    height: 70px;
  }
  .cid-uWjRLlx3UB .navbar.opened {
    height: auto;
  }
  .cid-uWjRLlx3UB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWjRLm4ogB {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-uWjRLm4ogB::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uWjRLm4ogB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRLm4ogB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWjRLm4ogB .card {
  justify-content: flex-end;
}
.cid-uWjRLm4ogB .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uWjRLm4ogB .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWjRLm4ogB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWjRLm4ogB .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uWjRLm4ogB .mbr-label {
  color: #ffffff;
}
.cid-uWjRLm4ogB .mbr-section-title {
  color: #ffffff;
}
.cid-uWjRLm4ogB .mbr-text {
  color: #ffffff;
}
.cid-uWjRLmrRIE {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-uWjRLmrRIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWjRLmrRIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWjRLmrRIE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWjRLmrRIE .row {
  flex-direction: row-reverse;
}
.cid-uWjRLmrRIE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWjRLmrRIE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWjRLmrRIE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWjRLmrRIE .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-uWjRLmrRIE .mbr-text,
.cid-uWjRLmrRIE .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uWS9F6q6Fy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-uWS9DZXTBu {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-uWS9DZXTBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWS9DZXTBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWS9DZXTBu .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWS9DZXTBu .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWS9DZXTBu .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWS9DZXTBu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWS9DZXTBu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWS9DZXTBu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWS9DZXTBu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWS9DZXTBu .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uWS9DZXTBu .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uWS9DZXTBu .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-uWS9DZXTBu .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWS9DZXTBu .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uWS9DZXTBu .list_2 {
    padding-left: 0;
  }
}
.cid-uWS9DZXTBu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWS9DZXTBu .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-uWS9DZXTBu .mbr-text,
.cid-uWS9DZXTBu .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWS9DZXTBu .list {
  color: #666666;
}
.cid-uWS9DZXTBu .list,
.cid-uWS9DZXTBu .item-wrap,
.cid-uWS9DZXTBu .list-wrapper {
  color: #ffffff;
}
.cid-vbBof1ihal {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vbBof1ihal .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbBof1ihal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbBof1ihal .card {
  justify-content: center;
}
.cid-vbBof1ihal .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vbBof1ihal .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vbBof1ihal .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vbBof1ihal .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vbBof1ihal .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbBof1ihal .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbBof1ihal .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vbBof1ihal .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vbBof1ihal .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vbBof1ihal .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vbBof1ihal .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vbBof1ihal .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vbBof1ihal .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vbBof1ihal .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vbBof1ihal .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vbBof1ihal .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vbBof1ihal .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vbBof1ihal .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vbBof1ihal .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vbBof1ihal .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vbBof1ihal .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vbBof1ihal .image-wrapper img {
    height: 350px;
  }
}
.cid-vbBof1ihal .mbr-label {
  color: #edefeb;
}
.cid-vbBof1ihal .mbr-section-title {
  color: #111111;
}
.cid-vbBof1ihal .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vbBof1ihal .mbr-section-title,
.cid-vbBof1ihal .mbr-section-btn {
  color: #edefeb;
}
.cid-uWHz5mfi7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-uWHz5mfi7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWHz5mfi7D .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-uWHz5mfi7D .container {
    padding: 0 22px;
  }
}
.cid-uWHz5mfi7D .row {
  justify-content: space-between;
}
.cid-uWHz5mfi7D .content-wrapper {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uWHz5mfi7D .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uWHz5mfi7D .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uWHz5mfi7D .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uWHz5mfi7D .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper {
    display: block;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-uWHz5mfi7D .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWHz5mfi7D .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uWHz5mfi7D .mbr-section-title {
  color: #ff5753;
}
.cid-uWHz5mfi7D .mbr-text {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list {
  color: #635d60;
}
.cid-uWHz5mfi7D .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uWHz5mfi7D .mbr-section-title,
.cid-uWHz5mfi7D .mbr-section-btn {
  color: #ffffff;
}
.cid-uWHz5mfi7D .list,
.cid-uWHz5mfi7D .item-wrap {
  color: #ffffff;
}
.cid-vcNUhkW0gi .navbar-dropdown {
  position: relative !important;
}
.cid-vcNUhkW0gi .navbar-dropdown {
  position: absolute !important;
}
.cid-vcNUhkW0gi .menu-text {
  padding: 0 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vcNUhkW0gi .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-vcNUhkW0gi .iconfont-wrapper {
  color: #e9376e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vcNUhkW0gi .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-vcNUhkW0gi .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-vcNUhkW0gi .container {
    padding: 0 1rem;
  }
}
.cid-vcNUhkW0gi .menu-tite {
  background: #ff086d;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.cid-vcNUhkW0gi .nav-link {
  position: relative;
}
.cid-vcNUhkW0gi .nav-link:hover {
  color: #6062b4 !important;
}
.cid-vcNUhkW0gi .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(27, 24, 24, 0);
}
.cid-vcNUhkW0gi .navbar.opened {
  transition: all 0.3s;
}
.cid-vcNUhkW0gi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcNUhkW0gi .navbar .navbar-logo img {
  width: auto;
}
.cid-vcNUhkW0gi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcNUhkW0gi .navbar.collapsed {
  justify-content: center;
}
.cid-vcNUhkW0gi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcNUhkW0gi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcNUhkW0gi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-vcNUhkW0gi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcNUhkW0gi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcNUhkW0gi .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-vcNUhkW0gi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcNUhkW0gi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcNUhkW0gi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcNUhkW0gi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcNUhkW0gi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcNUhkW0gi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcNUhkW0gi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcNUhkW0gi .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-vcNUhkW0gi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcNUhkW0gi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcNUhkW0gi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcNUhkW0gi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcNUhkW0gi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcNUhkW0gi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcNUhkW0gi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcNUhkW0gi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcNUhkW0gi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcNUhkW0gi .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-vcNUhkW0gi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcNUhkW0gi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcNUhkW0gi .dropdown-item:hover,
.cid-vcNUhkW0gi .dropdown-item:focus {
  background: #ff086d !important;
  color: white !important;
}
.cid-vcNUhkW0gi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcNUhkW0gi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcNUhkW0gi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-vcNUhkW0gi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcNUhkW0gi .dropdown-menu,
.cid-vcNUhkW0gi .navbar.opened {
  background: #1b1818 !important;
}
.cid-vcNUhkW0gi .nav-item:focus,
.cid-vcNUhkW0gi .nav-link:focus {
  outline: none;
}
.cid-vcNUhkW0gi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcNUhkW0gi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcNUhkW0gi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcNUhkW0gi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcNUhkW0gi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcNUhkW0gi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcNUhkW0gi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcNUhkW0gi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcNUhkW0gi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcNUhkW0gi .dropdown-item.active,
.cid-vcNUhkW0gi .dropdown-item:active {
  background-color: transparent;
}
.cid-vcNUhkW0gi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcNUhkW0gi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcNUhkW0gi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcNUhkW0gi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1818;
}
.cid-vcNUhkW0gi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcNUhkW0gi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcNUhkW0gi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcNUhkW0gi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcNUhkW0gi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcNUhkW0gi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff086d;
}
.cid-vcNUhkW0gi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcNUhkW0gi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNUhkW0gi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNUhkW0gi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcNUhkW0gi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNUhkW0gi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcNUhkW0gi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcNUhkW0gi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNUhkW0gi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcNUhkW0gi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcNUhkW0gi .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-vcNUhkW0gi .navbar {
    height: 70px;
  }
  .cid-vcNUhkW0gi .navbar.opened {
    height: auto;
  }
  .cid-vcNUhkW0gi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcNUhlyqik {
  padding-top: 0rem;
  padding-bottom: 15rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/fibrion678-1536x1024.png");
}
.cid-vcNUhlyqik::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-vcNUhlyqik .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNUhlyqik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNUhlyqik .card {
  justify-content: flex-end;
}
.cid-vcNUhlyqik .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vcNUhlyqik .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcNUhlyqik .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcNUhlyqik .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-vcNUhlyqik .mbr-label {
  color: #ffffff;
}
.cid-vcNUhlyqik .mbr-section-title {
  color: #ffffff;
}
.cid-vcNUhlyqik .mbr-text {
  color: #ffffff;
}
.cid-vcNUhlZLul {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #1b1818;
}
.cid-vcNUhlZLul .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNUhlZLul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcNUhlZLul .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcNUhlZLul .row {
  flex-direction: row-reverse;
}
.cid-vcNUhlZLul .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcNUhlZLul .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcNUhlZLul .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcNUhlZLul .mbr-section-title {
  color: #ff086d;
  text-align: left;
}
.cid-vcNUhlZLul .mbr-text,
.cid-vcNUhlZLul .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vcNUhmoQhT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vcNUhmJEna {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #1b1818;
}
.cid-vcNUhmJEna .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-vcNUhmJEna .section-text {
  color: #ffffff;
}
.cid-vcNUhmJEna .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-vcNUhmJEna .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-vcNUhmJEna .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-vcNUhmJEna .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-vcNUhmJEna .mbr-figure .card-text {
  padding: 2rem;
}
.cid-vcNUhmJEna .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-vcNUhmJEna .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-vcNUhmJEna .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vcNUhmJEna .mbr-text {
    text-align: center;
  }
}
.cid-vcNUhmJEna .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNUhmJEna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNUhmJEna .mbr-section-title,
.cid-vcNUhmJEna .mbr-section-btn {
  color: #ff086d;
}
.cid-vcNUhmJEna .mbr-text {
  color: #ffffff;
}
.cid-vcNUhneGqz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #1b1818;
}
.cid-vcNUhneGqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNUhneGqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNUhneGqz .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcNUhneGqz .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vcNUhneGqz .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vcNUhneGqz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcNUhneGqz .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vcNUhneGqz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNUhneGqz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcNUhneGqz .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vcNUhneGqz .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vcNUhneGqz .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff086d;
  color: #ff086d;
  font-size: 11px;
}
.cid-vcNUhneGqz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcNUhneGqz .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vcNUhneGqz .list_2 {
    padding-left: 0;
  }
}
.cid-vcNUhneGqz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcNUhneGqz .mbr-section-subtitle {
  color: #ff086d;
  text-align: center;
}
.cid-vcNUhneGqz .mbr-text,
.cid-vcNUhneGqz .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vcNUhneGqz .list {
  color: #666666;
}
.cid-vcNUhneGqz .list,
.cid-vcNUhneGqz .item-wrap,
.cid-vcNUhneGqz .list-wrapper {
  color: #ffffff;
}
.cid-vcNUhnFebp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-vcNUhnFebp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNUhnFebp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNUhnFebp .card {
  justify-content: center;
}
.cid-vcNUhnFebp .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcNUhnFebp .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vcNUhnFebp .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vcNUhnFebp .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vcNUhnFebp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcNUhnFebp .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vcNUhnFebp .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vcNUhnFebp .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vcNUhnFebp .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vcNUhnFebp .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vcNUhnFebp .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vcNUhnFebp .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vcNUhnFebp .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vcNUhnFebp .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vcNUhnFebp .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcNUhnFebp .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vcNUhnFebp .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vcNUhnFebp .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vcNUhnFebp .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vcNUhnFebp .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vcNUhnFebp .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vcNUhnFebp .image-wrapper img {
    height: 350px;
  }
}
.cid-vcNUhnFebp .mbr-label {
  color: #edefeb;
}
.cid-vcNUhnFebp .mbr-section-title {
  color: #111111;
}
.cid-vcNUhnFebp .mbr-section-subtitle {
  color: #ff086d;
}
.cid-vcNUhnFebp .mbr-section-title,
.cid-vcNUhnFebp .mbr-section-btn {
  color: #edefeb;
}
.cid-vcNUhobZKl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff086d;
}
.cid-vcNUhobZKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNUhobZKl .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-vcNUhobZKl .container {
    padding: 0 22px;
  }
}
.cid-vcNUhobZKl .row {
  justify-content: space-between;
}
.cid-vcNUhobZKl .content-wrapper {
  margin-bottom: 32px;
}
.cid-vcNUhobZKl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcNUhobZKl .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vcNUhobZKl .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vcNUhobZKl .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-vcNUhobZKl .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vcNUhobZKl .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vcNUhobZKl .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vcNUhobZKl .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-vcNUhobZKl .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcNUhobZKl .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-vcNUhobZKl .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vcNUhobZKl .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-vcNUhobZKl .copy-wrapper {
    display: block;
  }
}
.cid-vcNUhobZKl .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcNUhobZKl .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vcNUhobZKl .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vcNUhobZKl .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-vcNUhobZKl .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vcNUhobZKl .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcNUhobZKl .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcNUhobZKl .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff086d;
}
.cid-vcNUhobZKl .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vcNUhobZKl .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNUhobZKl .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-vcNUhobZKl .mbr-section-title {
  color: #ff5753;
}
.cid-vcNUhobZKl .mbr-text {
  color: #ffffff;
}
.cid-vcNUhobZKl .list {
  color: #635d60;
}
.cid-vcNUhobZKl .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vcNUhobZKl .mbr-section-title,
.cid-vcNUhobZKl .mbr-section-btn {
  color: #ffffff;
}
.cid-vcNUhobZKl .list,
.cid-vcNUhobZKl .item-wrap {
  color: #ffffff;
}
