body {
  font-family: 'Jost', sans-serif;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.35;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fafafa !important;
}
.bg-success {
  background-color: #6ec7f2 !important;
}
.bg-info {
  background-color: #c4c4c8 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info,
.btn-info:active {
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  color: #444449 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #262626 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #444449 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #083f59 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #262626 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #083f59 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #662200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #262626 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #662200 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #262626 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4c4c8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #97979e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ec7f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ea8eb !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fafafa !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #6ec7f2 !important;
}
.text-info {
  color: #c4c4c8 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #262626 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fafafa !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7c7c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #15a1e5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8f8f97 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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 {
  font-weight: 500;
}
.nav-tabs .nav-link.active {
  color: #fafafa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c4c4c8;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fafafa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #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: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #fafafa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fafafa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.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: #fafafa;
  border-bottom-color: #fafafa;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fafafa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fafafa !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='%23fafafa' %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-uLUBcRr5FJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uLUBcRr5FJ nav.navbar {
  position: fixed;
}
.cid-uLUBcRr5FJ .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uLUBcRr5FJ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uLUBcRr5FJ .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-uLUBcRr5FJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uLUBcRr5FJ .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uLUBcRr5FJ .dropdown-item:hover,
.cid-uLUBcRr5FJ .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uLUBcRr5FJ .dropdown-item:hover span {
  color: white;
}
.cid-uLUBcRr5FJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLUBcRr5FJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLUBcRr5FJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLUBcRr5FJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLUBcRr5FJ .nav-link {
  position: relative;
}
.cid-uLUBcRr5FJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLUBcRr5FJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uLUBcRr5FJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLUBcRr5FJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLUBcRr5FJ .dropdown-menu,
.cid-uLUBcRr5FJ .navbar.opened {
  background: #121212 !important;
}
.cid-uLUBcRr5FJ .nav-item:focus,
.cid-uLUBcRr5FJ .nav-link:focus {
  outline: none;
}
.cid-uLUBcRr5FJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLUBcRr5FJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uLUBcRr5FJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLUBcRr5FJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLUBcRr5FJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLUBcRr5FJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLUBcRr5FJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLUBcRr5FJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uLUBcRr5FJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uLUBcRr5FJ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uLUBcRr5FJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLUBcRr5FJ .navbar.collapsed {
  justify-content: center;
}
.cid-uLUBcRr5FJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLUBcRr5FJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLUBcRr5FJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLUBcRr5FJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLUBcRr5FJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLUBcRr5FJ .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-uLUBcRr5FJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLUBcRr5FJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLUBcRr5FJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLUBcRr5FJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLUBcRr5FJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLUBcRr5FJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLUBcRr5FJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLUBcRr5FJ .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-uLUBcRr5FJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLUBcRr5FJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLUBcRr5FJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uLUBcRr5FJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uLUBcRr5FJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLUBcRr5FJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLUBcRr5FJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uLUBcRr5FJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uLUBcRr5FJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLUBcRr5FJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uLUBcRr5FJ .navbar-brand .navbar-caption:hover,
.cid-uLUBcRr5FJ .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLUBcRr5FJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLUBcRr5FJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uLUBcRr5FJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uLUBcRr5FJ .dropdown-item.active,
.cid-uLUBcRr5FJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uLUBcRr5FJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLUBcRr5FJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLUBcRr5FJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLUBcRr5FJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLUBcRr5FJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uLUBcRr5FJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uLUBcRr5FJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLUBcRr5FJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLUBcRr5FJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uLUBcRr5FJ .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uLUBcRr5FJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uLUBcRr5FJ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uLUBcRr5FJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLUBcRr5FJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLUBcRr5FJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLUBcRr5FJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLUBcRr5FJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLUBcRr5FJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLUBcRr5FJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLUBcRr5FJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLUBcRr5FJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLUBcRr5FJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLUBcRr5FJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLUBcRr5FJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLUBcRr5FJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLUBcRr5FJ .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-uLUBcRr5FJ .navbar {
    height: 70px;
  }
  .cid-uLUBcRr5FJ .navbar.opened {
    height: auto;
  }
  .cid-uLUBcRr5FJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLUBcRr5FJ .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uLUBcRr5FJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uLUBcRr5FJ .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uLUBcRr5FJ .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLUBcRr5FJ .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uLUBcRr5FJ .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uLUBcRr5FJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLUBcRr5FJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uLUBcRr5FJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uLUBcRr5FJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLUBcRr5FJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLUBcRr5FJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLUBcRr5FJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLUBcRr5FJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLUBcRr5FJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uLUBcRr5FJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uLUBcRr5FJ .content-wrap {
  min-height: 110px;
}
.cid-uLUBcRr5FJ .mbr-section-btn .btn::after,
.cid-uLUBcRr5FJ .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uLUBcRr5FJ .mbr-section-btn .btn:hover,
.cid-uLUBcRr5FJ .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uLUBcRr5FJ .mbr-section-btn .btn:hover::after,
.cid-uLUBcRr5FJ .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uLUBf4qdMS {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/0b25859a63935457f856a8db4c207319.jpg-736x492.jpg");
}
.cid-uLUBf4qdMS .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-uLUBf4qdMS .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-uLUBf4qdMS .card-btn svg {
  transition: all 0.4s;
}
.cid-uLUBf4qdMS .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-uLUBf4qdMS .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-uLUBf4qdMS .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-uLUBf4qdMS .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-uLUBf4qdMS .column {
  display: flex;
  flex-direction: column;
}
.cid-uLUBf4qdMS .mbr-card-title,
.cid-uLUBf4qdMS .mbr-text {
  color: #fafafa;
}
.cid-uLUBf4qdMS .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uLUBf4qdMS .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-uLUBh8vjHb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b2b2b;
}
.cid-uLUBh8vjHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUBh8vjHb .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-uLUBh8vjHb .row {
    flex-direction: column-reverse;
  }
  .cid-uLUBh8vjHb .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-uLUBh8vjHb .image-wrapper {
    display: none;
  }
  .cid-uLUBh8vjHb .card-title {
    line-height: 46px !important;
  }
}
.cid-uLUBh8vjHb .content-wrapper {
  background: #2b2b2b;
}
@media (max-width: 991px) {
  .cid-uLUBh8vjHb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLUBh8vjHb .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLUBh8vjHb .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-uLUBh8vjHb .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-uLUBh8vjHb .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uLUBh8vjHb .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uLUBh8vjHb .card-title,
.cid-uLUBh8vjHb .mbr-text {
  color: #fafafa;
}
.cid-uLUBh8vjHb .card-title {
  line-height: 69px;
}
@media (min-width: 991px) {
  .cid-uLUBh8vjHb .card-title-position {
    margin-left: 25rem;
  }
  .cid-uLUBh8vjHb .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-uLUBh8vjHb .mbr-text {
  padding-left: 50px;
}
.cid-uLUBh8vjHb .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-uLUBh8vjHb .arrow-text {
    display: none;
  }
  .cid-uLUBh8vjHb .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-uLUBh8vjHb .arrow-text {
    display: none;
  }
  .cid-uLUBh8vjHb .mbr-text {
    padding-left: 0;
  }
}
.cid-uLUBh8vjHb .for-arrow {
  position: relative;
}
.cid-uLUBhUL58o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #2b2b2b;
  background-position: initial !important;
}
.cid-uLUBhUL58o .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uLUBhUL58o .mbr-section-title {
  color: #fafafa;
  text-align: left;
  margin-bottom: 70px;
}
.cid-uLUBhUL58o .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 58%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uLUBhUL58o .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-uLUBhUL58o .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-uLUBhUL58o .embla__slide {
    min-width: 375px;
  }
}
.cid-uLUBhUL58o .embla__button--next,
.cid-uLUBhUL58o .embla__button--prev {
  display: flex;
}
.cid-uLUBhUL58o .embla__button {
  transition: background-color 300ms ease, transform 300ms ease;
  border: 1px solid #2b2b2b;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: -16%;
  margin-top: -1.5rem;
  background-color: #fafafa;
  color: #000000;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uLUBhUL58o .embla__button {
    top: -18%;
  }
}
.cid-uLUBhUL58o .embla__button:disabled {
  cursor: default;
}
.cid-uLUBhUL58o .embla__button.embla__button--prev {
  right: 0;
  margin-right: 5.5rem;
}
.cid-uLUBhUL58o .embla__button.embla__button--next {
  right: 0;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLUBhUL58o .embla__button--prev {
    right: initial;
    margin-right: 0;
  }
  .cid-uLUBhUL58o .embla__button--next {
    right: 0;
    margin-right: 0;
  }
}
.cid-uLUBhUL58o .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLUBhUL58o .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLUBhUL58o .embla {
  position: relative;
  width: 100%;
}
.cid-uLUBhUL58o .embla__viewport {
  overflow: visible;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLUBhUL58o .embla__viewport {
    margin-left: 10rem;
  }
}
@media (max-width: 991px) {
  .cid-uLUBhUL58o .embla__viewport {
    margin-left: 0;
  }
}
.cid-uLUBhUL58o .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLUBhUL58o .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLUBhUL58o .embla__container {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 426px) and (max-width: 991px) {
  .cid-uLUBhUL58o .embla__container {
    margin-top: 30px;
  }
}
.cid-uLUBhUL58o .shadow {
  border-radius: 4px;
  overflow: visible;
  padding: 0 15px;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
}
.cid-uLUBhUL58o .card-title {
  margin: 35px 0;
  color: #000000;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}
.cid-uLUBhUL58o .card-text {
  color: #000000;
  text-align: left;
  padding-left: 18px;
  padding-right: 20px;
  padding-bottom: 50px;
  line-height: 31px;
}
.cid-uLUBhUL58o .card-title,
.cid-uLUBhUL58o .iconfont-wrapper {
  color: #000000;
}
@media (max-width: 576px) {
  .cid-uLUBhUL58o .card-text {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  .cid-uLUBhUL58o .embla__button {
    width: 44px;
    height: 44px;
  }
  .cid-uLUBhUL58o .embla__button--next {
    margin-right: 0 !important;
  }
  .cid-uLUBhUL58o .embla__button--prev {
    margin-right: 3.5rem !important;
  }
  .cid-uLUBhUL58o .embla__container {
    transform: translateX(-25px);
  }
  .cid-uLUBhUL58o .embla__slide {
    min-width: 290px;
  }
}
@media (max-width: 420px) and (max-width: 425px) {
  .cid-uLUBhUL58o .embla__button--next {
    right: 20px;
    top: -35px;
  }
  .cid-uLUBhUL58o .embla__button--prev {
    right: 30px;
    top: -35px;
  }
}
.cid-uLUBhUL58o .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-uLUBhUL58o .rotate {
    top: 30px;
  }
}
.cid-uLUPJS836n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2b2b2b;
}
.cid-uLUPJS836n .row {
  flex-direction: row-reverse;
}
.cid-uLUPJS836n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUPJS836n .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-uLUPJS836n .row {
    flex-direction: column-reverse;
  }
  .cid-uLUPJS836n .arrow-text {
    display: none;
  }
}
@media (max-width: 425px) {
  .cid-uLUPJS836n .image-wrapper {
    display: none;
  }
  .cid-uLUPJS836n .card-title {
    line-height: 46px !important;
  }
}
.cid-uLUPJS836n .content-wrapper {
  background: #2b2b2b;
}
@media (max-width: 991px) {
  .cid-uLUPJS836n .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLUPJS836n .content-wrapper {
    padding: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uLUPJS836n .content-wrapper {
    padding: 2rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cid-uLUPJS836n .content-wrapper {
    padding: 2rem 1rem;
    padding-left: 0;
  }
  .cid-uLUPJS836n .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uLUPJS836n .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uLUPJS836n .card-title,
.cid-uLUPJS836n .mbr-text {
  color: #fafafa;
}
.cid-uLUPJS836n .card-title {
  line-height: 69px;
}
@media (min-width: 991px) {
  .cid-uLUPJS836n .card-title-position {
    margin-left: 25rem;
  }
  .cid-uLUPJS836n .mbr-text {
    margin-bottom: 0;
    padding: 0;
  }
}
.cid-uLUPJS836n .mbr-text {
  padding-left: 50px;
}
.cid-uLUPJS836n .arrow-text {
  transform: rotate(225deg);
  color: #fafafa;
  position: absolute;
  left: 25px;
  top: -7px;
}
@media (max-width: 991px) {
  .cid-uLUPJS836n .arrow-text {
    display: none;
  }
  .cid-uLUPJS836n .mbr-text {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .cid-uLUPJS836n .arrow-text {
    display: none;
  }
  .cid-uLUPJS836n .mbr-text {
    padding-left: 0;
  }
}
.cid-uLUPJS836n .for-arrow {
  position: relative;
}
.cid-uLUO2vhcFr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uLUO2vhcFr .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uLUO2vhcFr .mbr-section-title {
  color: #000000;
}
.cid-uLUO2vhcFr .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uLUO2vhcFr .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uLUO2vhcFr .items-row {
    margin: 0 -15px;
  }
  .cid-uLUO2vhcFr .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uLUO2vhcFr .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
  transition: all 300ms ease;
}
.cid-uLUO2vhcFr .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uLUO2vhcFr .item-img {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  box-shadow: 0 0 0 4px #000000;
}
.cid-uLUO2vhcFr .item-img img {
  transition: all 300ms ease;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uLUO2vhcFr .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
  text-align: center;
}
.cid-uLUO2vhcFr .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uLUO2vhcFr .mbr-text {
  color: #000000;
  padding-top: 5px;
}
.cid-uLUO2vhcFr .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uLUO2vhcFr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uLUO2vhcFr .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uLUO2vhcFr .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uLUO2vhcFr .soc-item:hover .mbr-iconfont {
  color: #bff747 !important;
}
.cid-uLUO2vhcFr .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uLUO2vhcFr .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLUOljkrAP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLUOljkrAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUOljkrAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUOljkrAP .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uLUOljkrAP .items-wrapper .item {
  padding: 0 40px;
}
.cid-uLUOljkrAP .item {
  margin-bottom: 40px;
}
.cid-uLUOljkrAP .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-uLUOljkrAP .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLUOljkrAP .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #e8e8e8;
  margin-right: 10px;
}
.cid-uLUOljkrAP .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uLUOljkrAP .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uLUOljkrAP .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uLUOljkrAP .item-title {
  color: #19171c;
}
.cid-uLUOljkrAP .item-text {
  color: #6e6e73;
}
.cid-uLUOljkrAP .item-title,
.cid-uLUOljkrAP .title-wrapper {
  color: #fafafa;
}
.cid-uLUOljkrAP .item-text,
.cid-uLUOljkrAP .mbr-section-btn {
  color: #fafafa;
}
.cid-uLUBiVZMxt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2b2b2b;
}
.cid-uLUBiVZMxt .mbr-text {
  color: #fafafa;
}
.cid-uLUBiVZMxt .row {
  justify-content: start;
}
.cid-uLUBiVZMxt .line {
  border-top: 1px solid currentColor;
  margin-bottom: 5rem;
}
.cid-uLUBiVZMxt .mbr-section-title {
  color: #fafafa;
}
.cid-uLUBiVZMxt .title-arrow {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-uLUBiVZMxt .title-arrow {
    top: 23px;
  }
}
@media (max-width: 991px) {
  .cid-uLUBiVZMxt .wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uLUBiVZMxt .text-position {
  padding: 48px 32px;
}
@media (max-width: 991px) {
  .cid-uLUBiVZMxt .text-position {
    padding-top: 0;
  }
}
@media (max-width: 425px) {
  .cid-uLUBiVZMxt .text-position {
    padding: 0 10px 24px 10px;
  }
}
.cid-uLUBm7tWbL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uLUBm7tWbL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUBm7tWbL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUBm7tWbL .mbr-text {
  color: #fafafa;
}
.cid-uLUBm7tWbL .mbr-section-subtitle,
.cid-uLUBm7tWbL .mbr-section-title,
.cid-uLUBm7tWbL .card-title {
  color: #fafafa;
}
.cid-uLUBm7tWbL .title .card-title {
  z-index: 1;
}
.cid-uLUBm7tWbL .num {
  color: #fafafa;
  word-break: normal;
}
@media (max-width: 767px) {
  .cid-uLUBm7tWbL .content-column {
    margin-bottom: 2rem;
  }
  .cid-uLUBm7tWbL .line-for-mobile {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .cid-uLUBm7tWbL .line-for-mobile {
    width: 100%;
  }
  .cid-uLUBm7tWbL .pt-20 {
    padding: 0;
  }
}
.cid-uLUBm7tWbL .card-box .rotate {
  margin-left: 1rem;
}
.cid-uLUBm7tWbL .card-title {
  font-size: 20px;
}
.cid-uLUBm7tWbL .title-arrow {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-uLUBm7tWbL .title-arrow {
    top: -7px;
  }
}
.cid-uLUBm7tWbL .rotate {
  transform: rotate(225deg);
}
.cid-uLUBm7tWbL .hidden-text {
  visibility: hidden;
}
.cid-uLUBm7tWbL .position {
  height: 76%;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-uLUBm7tWbL .card {
    padding-bottom: 40px;
  }
  .cid-uLUBm7tWbL .end {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uLUBm7tWbL .btn,
  .cid-uLUBm7tWbL .btn-primary {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    margin-left: auto;
    word-break: normal;
  }
  .cid-uLUBm7tWbL .btn .rotate,
  .cid-uLUBm7tWbL .btn-primary .rotate {
    transform: rotate(225deg);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
  }
  .cid-uLUBm7tWbL .btn svg,
  .cid-uLUBm7tWbL .btn-primary svg {
    transition: all 0.4s;
  }
  .cid-uLUBm7tWbL .btn:hover > svg,
  .cid-uLUBm7tWbL .btn-primary:hover > svg {
    transform: rotate(315deg);
  }
}
@media (max-width: 991px) {
  .cid-uLUBm7tWbL .btn,
  .cid-uLUBm7tWbL .btn-primary {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-left: auto;
    right: 0;
    top: 1.5rem;
    word-break: normal;
  }
  .cid-uLUBm7tWbL .btn .rotate,
  .cid-uLUBm7tWbL .btn-primary .rotate {
    transform: rotate(225deg);
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cid-uLUBm7tWbL .btn svg,
  .cid-uLUBm7tWbL .btn-primary svg {
    transition: all 0.4s;
  }
  .cid-uLUBm7tWbL .btn:hover > svg,
  .cid-uLUBm7tWbL .btn-primary:hover > svg {
    transform: rotate(315deg);
  }
}
@media (max-width: 576px) {
  .cid-uLUBm7tWbL .btn,
  .cid-uLUBm7tWbL .btn-primary {
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-left: auto;
    right: 0;
    top: 1.5rem;
    word-break: normal;
  }
  .cid-uLUBm7tWbL .btn .rotate,
  .cid-uLUBm7tWbL .btn-primary .rotate {
    transform: rotate(225deg);
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cid-uLUBm7tWbL .btn svg,
  .cid-uLUBm7tWbL .btn-primary svg {
    transition: all 0.4s;
  }
  .cid-uLUBm7tWbL .btn:hover > svg,
  .cid-uLUBm7tWbL .btn-primary:hover > svg {
    transform: rotate(315deg);
  }
  .cid-uLUBm7tWbL .btn p,
  .cid-uLUBm7tWbL .btn-primary p {
    margin-bottom: 0.5rem;
  }
}
.cid-uLUBm7tWbL .hide {
  display: none;
}
.cid-uLUBm7tWbL .pt-20 {
  padding-top: 20px;
}
@media (max-width: 425px) {
  .cid-uLUBm7tWbL .pt-20 {
    padding-top: 10px;
  }
}
.cid-uLUBprp5a3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uLUBprp5a3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUBprp5a3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUBprp5a3 .title-wrapper {
  padding-left: 35%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLUBprp5a3 .title-wrapper {
    padding-left: 0;
  }
}
.cid-uLUBprp5a3 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uLUBprp5a3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLUBprp5a3 .mbr-section-btn {
  padding-left: 35%;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uLUBprp5a3 .mbr-section-btn {
    padding-left: 0;
    margin-top: 20px;
  }
}
.cid-uLUBprp5a3 .mbr-section-btn .btn::after,
.cid-uLUBprp5a3 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uLUBprp5a3 .mbr-section-btn .btn:hover,
.cid-uLUBprp5a3 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uLUBprp5a3 .mbr-section-btn .btn:hover::after,
.cid-uLUBprp5a3 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uLUBprp5a3 .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 2px solid #adadad;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLUBprp5a3 .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uLUBprp5a3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uLUBprp5a3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
.cid-uLUBprp5a3 .panel-group .card .card-header .panel-title .panel-number {
  position: absolute;
  left: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLUBprp5a3 .panel-group .card .card-header .panel-title .panel-number {
    display: none;
  }
}
.cid-uLUBprp5a3 .panel-group .card .card-header .panel-title .panel-title-edit {
  padding-left: 35%;
  padding-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLUBprp5a3 .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-left: 0;
  }
}
.cid-uLUBprp5a3 .panel-group .card .card-header .panel-title .arrow-wrapper {
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(135deg, transparent 50%, #adadad 50%);
  transition: all .3s ease;
}
.cid-uLUBprp5a3 .panel-group .card .card-header .panel-title:not(.collapsed) .arrow-wrapper {
  background-image: linear-gradient(45deg, transparent 50%, #adadad 50%);
}
.cid-uLUBprp5a3 .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uLUBprp5a3 .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
  }
}
.cid-uLUBprp5a3 .panel-group .card .panel-collapse .panel-body .panel-text {
  padding-left: 35%;
  display: inline-block;
  margin-bottom: 0;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uLUBprp5a3 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uLUBprp5a3 .mbr-section-title {
  color: #ffffff;
}
.cid-uLUBprp5a3 .mbr-tag {
  color: #adadad;
}
.cid-uLUBprp5a3 .panel-number {
  color: #ffffff;
}
.cid-uLUBprp5a3 .panel-title-edit {
  color: #ffffff;
}
.cid-uLUBprp5a3 .panel-text {
  color: #c7c7c7;
}
.cid-uLUBrN9JB6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uLUBrN9JB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUBrN9JB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUBrN9JB6 .items-wrapper {
  justify-content: center;
}
.cid-uLUBrN9JB6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uLUBrN9JB6 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uLUBrN9JB6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uLUBrN9JB6 .content-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uLUBrN9JB6 .form-wrapper {
  padding: 32px 40px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uLUBrN9JB6 .form-wrapper {
    padding: 20px 16px;
  }
}
.cid-uLUBrN9JB6 .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uLUBrN9JB6 .form-wrapper .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uLUBrN9JB6 .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uLUBrN9JB6 .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 2px solid #b9b9b9 !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  height: 34px;
}
@media (max-width: 992px) {
  .cid-uLUBrN9JB6 .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uLUBrN9JB6 .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uLUBrN9JB6 .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #f96e47 !important;
}
.cid-uLUBrN9JB6 .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #b9b9b9;
}
.cid-uLUBrN9JB6 .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uLUBrN9JB6 .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uLUBrN9JB6 .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.cid-uLUBrN9JB6 .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLUBrN9JB6 .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border-radius: .5rem !important;
}
.cid-uLUBrN9JB6 .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uLUBrN9JB6 .mbr-section-subtitle {
  color: #272b2e;
  text-align: center;
}
.cid-uLUBtXOI0G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uLUBtXOI0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUBtXOI0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUBtXOI0G .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #a6a6a6;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLUBtXOI0G .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uLUBtXOI0G .card {
  justify-content: center;
}
.cid-uLUBtXOI0G .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLUBtXOI0G .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLUBtXOI0G .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLUBtXOI0G .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #a6a6a6;
}
.cid-uLUBtXOI0G .list-wrapper .list .item-wrap:hover,
.cid-uLUBtXOI0G .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uLUBtXOI0G .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLUBtXOI0G .mbr-section-title {
  color: #000000;
}
.cid-uLUBtXOI0G .list {
  color: #000000;
}
.cid-uLUBkqlgOq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-uLUBcRr5FJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uLUBcRr5FJ nav.navbar {
  position: fixed;
}
.cid-uLUBcRr5FJ .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uLUBcRr5FJ .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uLUBcRr5FJ .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-uLUBcRr5FJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uLUBcRr5FJ .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uLUBcRr5FJ .dropdown-item:hover,
.cid-uLUBcRr5FJ .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uLUBcRr5FJ .dropdown-item:hover span {
  color: white;
}
.cid-uLUBcRr5FJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLUBcRr5FJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLUBcRr5FJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLUBcRr5FJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLUBcRr5FJ .nav-link {
  position: relative;
}
.cid-uLUBcRr5FJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uLUBcRr5FJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uLUBcRr5FJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uLUBcRr5FJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLUBcRr5FJ .dropdown-menu,
.cid-uLUBcRr5FJ .navbar.opened {
  background: #121212 !important;
}
.cid-uLUBcRr5FJ .nav-item:focus,
.cid-uLUBcRr5FJ .nav-link:focus {
  outline: none;
}
.cid-uLUBcRr5FJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLUBcRr5FJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uLUBcRr5FJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLUBcRr5FJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLUBcRr5FJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLUBcRr5FJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLUBcRr5FJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLUBcRr5FJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uLUBcRr5FJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uLUBcRr5FJ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uLUBcRr5FJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLUBcRr5FJ .navbar.collapsed {
  justify-content: center;
}
.cid-uLUBcRr5FJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLUBcRr5FJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLUBcRr5FJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLUBcRr5FJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLUBcRr5FJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLUBcRr5FJ .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-uLUBcRr5FJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLUBcRr5FJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLUBcRr5FJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLUBcRr5FJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLUBcRr5FJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLUBcRr5FJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLUBcRr5FJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLUBcRr5FJ .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-uLUBcRr5FJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLUBcRr5FJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLUBcRr5FJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uLUBcRr5FJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uLUBcRr5FJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLUBcRr5FJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLUBcRr5FJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uLUBcRr5FJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uLUBcRr5FJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uLUBcRr5FJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uLUBcRr5FJ .navbar-brand .navbar-caption:hover,
.cid-uLUBcRr5FJ .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uLUBcRr5FJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLUBcRr5FJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uLUBcRr5FJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uLUBcRr5FJ .dropdown-item.active,
.cid-uLUBcRr5FJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uLUBcRr5FJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLUBcRr5FJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLUBcRr5FJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLUBcRr5FJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLUBcRr5FJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uLUBcRr5FJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uLUBcRr5FJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLUBcRr5FJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uLUBcRr5FJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uLUBcRr5FJ .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uLUBcRr5FJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uLUBcRr5FJ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uLUBcRr5FJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uLUBcRr5FJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uLUBcRr5FJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLUBcRr5FJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uLUBcRr5FJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLUBcRr5FJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uLUBcRr5FJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uLUBcRr5FJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLUBcRr5FJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLUBcRr5FJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLUBcRr5FJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLUBcRr5FJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLUBcRr5FJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLUBcRr5FJ .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-uLUBcRr5FJ .navbar {
    height: 70px;
  }
  .cid-uLUBcRr5FJ .navbar.opened {
    height: auto;
  }
  .cid-uLUBcRr5FJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLUBcRr5FJ .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uLUBcRr5FJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uLUBcRr5FJ .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uLUBcRr5FJ .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uLUBcRr5FJ .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uLUBcRr5FJ .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uLUBcRr5FJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uLUBcRr5FJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uLUBcRr5FJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uLUBcRr5FJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uLUBcRr5FJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uLUBcRr5FJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uLUBcRr5FJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uLUBcRr5FJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uLUBcRr5FJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uLUBcRr5FJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uLUBcRr5FJ .content-wrap {
  min-height: 110px;
}
.cid-uLUBcRr5FJ .mbr-section-btn .btn::after,
.cid-uLUBcRr5FJ .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uLUBcRr5FJ .mbr-section-btn .btn:hover,
.cid-uLUBcRr5FJ .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uLUBcRr5FJ .mbr-section-btn .btn:hover::after,
.cid-uLUBcRr5FJ .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uLUFx44itM {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #323232;
}
.cid-uLUFx44itM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLUFx44itM .mbr-text {
  color: #ffffff;
}
.cid-uLUBkqlgOq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b2b2b;
  overflow: hidden;
}
