.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 6.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 3.9rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #16aeff !important;
}
.bg-success {
  background-color: #a75148 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9b39 !important;
}
.bg-danger {
  background-color: #ff1800 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #16aeff !important;
  border-color: #16aeff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #16aeff !important;
  border-color: #16aeff !important;
  box-shadow: 0 0 33px 0 #16aeff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #49c0ff !important;
  border-color: #49c0ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #16aeff !important;
  border-color: #16aeff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #16aeff !important;
  border-color: #16aeff !important;
  box-shadow: 0 0 33px 0 #16aeff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #49c0ff !important;
  border-color: #49c0ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #a75148 !important;
  border-color: #a75148 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a75148 !important;
  border-color: #a75148 !important;
  box-shadow: 0 0 33px 0 #a75148;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bd6e65 !important;
  border-color: #bd6e65 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb56c !important;
  border-color: #ffb56c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff1800 !important;
  border-color: #ff1800 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff1800 !important;
  border-color: #ff1800 !important;
  box-shadow: 0 0 33px 0 #ff1800;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff4633 !important;
  border-color: #ff4633 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: 0 0 33px 0 #eff0ec;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #16aeff;
  color: #16aeff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #16aeff !important;
  background-color: transparent !important;
  border-color: #16aeff !important;
  box-shadow: 0 0 33px 0 #16aeff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #16aeff !important;
  border-color: #16aeff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #16aeff;
  color: #16aeff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #16aeff !important;
  background-color: transparent !important;
  border-color: #16aeff !important;
  box-shadow: 0 0 33px 0 #16aeff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #16aeff !important;
  border-color: #16aeff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a75148;
  color: #a75148;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a75148 !important;
  background-color: transparent !important;
  border-color: #a75148 !important;
  box-shadow: 0 0 33px 0 #a75148;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a75148 !important;
  border-color: #a75148 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9b39;
  color: #ff9b39;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff9b39 !important;
  background-color: transparent !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff1800;
  color: #ff1800;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff1800 !important;
  background-color: transparent !important;
  border-color: #ff1800 !important;
  box-shadow: 0 0 33px 0 #ff1800;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff1800 !important;
  border-color: #ff1800 !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: #232323 !important;
  background-color: transparent !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.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: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: 0 0 33px 0 #fafafa;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #16aeff !important;
}
.text-secondary {
  color: #16aeff !important;
}
.text-success {
  color: #a75148 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9b39 !important;
}
.text-danger {
  color: #ff1800 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0072af !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0072af !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #602e29 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d26800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990e00 !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: #16aeff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9b39;
}
.alert-danger {
  background-color: #ff1800;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #16aeff;
  border-color: #16aeff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #16aeff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2f5ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d4a09b;
}
.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: #ffd1cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #16aeff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #16aeff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #16aeff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #16aeff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #16aeff;
  border-bottom-color: #16aeff;
}
.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: #16aeff !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: #16aeff !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='%2316aeff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-item .btn {
  padding: 10px 44px;
  border-radius: 10px !important;
}
.item-wrap {
  border-radius: 10px !important;
}
ul.navbar-nav {
  border-radius: 10px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper {
  border-radius: 20px !important;
}
.cid-uOdqz3fqSK {
  z-index: 1000;
  width: 100%;
}
.cid-uOdqz3fqSK nav.navbar {
  position: fixed;
}
.cid-uOdqz3fqSK .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uOdqz3fqSK .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOdqz3fqSK .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOdqz3fqSK .dropdown-item {
  border: none;
  background: #2c2f35 !important;
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .dropdown-item:hover,
.cid-uOdqz3fqSK .dropdown-item:focus {
  background: #2c2f35 !important;
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .dropdown-item:hover span {
  color: white;
}
.cid-uOdqz3fqSK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOdqz3fqSK .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOdqz3fqSK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOdqz3fqSK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOdqz3fqSK .nav-link {
  position: relative;
}
.cid-uOdqz3fqSK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uOdqz3fqSK .container {
    flex-wrap: nowrap;
  }
}
.cid-uOdqz3fqSK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOdqz3fqSK .iconfont-wrapper:hover {
  color: #16aeff !important;
}
.cid-uOdqz3fqSK .dropdown-menu,
.cid-uOdqz3fqSK .navbar.opened {
  background: #ffffff !important;
}
.cid-uOdqz3fqSK .nav-item:focus,
.cid-uOdqz3fqSK .nav-link:focus {
  outline: none;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOdqz3fqSK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOdqz3fqSK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOdqz3fqSK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOdqz3fqSK .navbar.opened {
  transition: all 0.3s;
}
.cid-uOdqz3fqSK .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uOdqz3fqSK .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uOdqz3fqSK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOdqz3fqSK .navbar.collapsed {
  justify-content: center;
}
.cid-uOdqz3fqSK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOdqz3fqSK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOdqz3fqSK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOdqz3fqSK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOdqz3fqSK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOdqz3fqSK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOdqz3fqSK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOdqz3fqSK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOdqz3fqSK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOdqz3fqSK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOdqz3fqSK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOdqz3fqSK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOdqz3fqSK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOdqz3fqSK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOdqz3fqSK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOdqz3fqSK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOdqz3fqSK .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOdqz3fqSK .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOdqz3fqSK .navbar-brand .navbar-caption:hover,
.cid-uOdqz3fqSK .navbar-brand .navbar-caption:focus {
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOdqz3fqSK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOdqz3fqSK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #16aeff !important;
}
.cid-uOdqz3fqSK .dropdown-item.active,
.cid-uOdqz3fqSK .dropdown-item:active {
  background-color: transparent;
}
.cid-uOdqz3fqSK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOdqz3fqSK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOdqz3fqSK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOdqz3fqSK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uOdqz3fqSK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOdqz3fqSK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOdqz3fqSK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOdqz3fqSK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOdqz3fqSK ul.navbar-nav {
    padding: 0;
    background-color: #2c2f35;
    border: none;
  }
}
.cid-uOdqz3fqSK .navbar-buttons {
  text-align: center;
}
.cid-uOdqz3fqSK .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOdqz3fqSK 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOdqz3fqSK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar {
    height: 70px;
  }
  .cid-uOdqz3fqSK .navbar.opened {
    height: auto;
  }
  .cid-uOdqz3fqSK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOdqz3fqSK .navbar-nav {
  margin: 0 auto;
}
.cid-uOdqz3fqSK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOdqz3fqSK .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .nav-item .nav-link::after {
  color: #16aeff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOdqz3fqSK .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ff6d00, #16aeff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uOdqz3fqSK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu .dropdown-item {
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff6d00 !important;
}
@media (max-width: 991px) {
  .cid-uOdqz3fqSK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOdqz3fqSK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOdqz3fqSK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOdqz3fqSK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOdqz3fqSK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOdqz3fqSK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uOdqz3fqSK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uOdqz3fqSK .content-wrap {
  min-height: 90px;
}
.cid-uNQKOGJldL {
  background-image: url("../../../assets/images/adobestock-512527287-2000x1335.jpg");
}
.cid-uNQKOGJldL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQKOGJldL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQKOGJldL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNQKOGJldL .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-uNQKOGJldL .mbr-section-title {
  color: #ffffff;
}
.cid-uNQKOGJldL .mbr-text,
.cid-uNQKOGJldL .mbr-section-btn {
  color: #ffffff;
}
.cid-uND5JWwNiS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(135deg, #ff6d00 10%, #000000 80%, #ff6d00 130%);
}
.cid-uND5JWwNiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uND5JWwNiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uND5JWwNiS .row {
  justify-content: center;
}
.cid-uND5JWwNiS .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uND5JWwNiS .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uND5JWwNiS .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uND5JWwNiS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uND5JWwNiS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uND5JWwNiS .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uND5JWwNiS .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uND5JWwNiS .mbr-section-title {
  color: #ffffff;
}
.cid-uND5JWwNiS .mbr-text,
.cid-uND5JWwNiS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uND5JWwNiS .mbr-section-title,
.cid-uND5JWwNiS .mbr-section-btn,
.cid-uND5JWwNiS .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uND8oqlyMx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ecede8;
}
.cid-uND8oqlyMx .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uND8oqlyMx .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.2;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uND8oqlyMx .item-img:hover img {
  transform: scale(1.15);
}
.cid-uND8oqlyMx .item-img:hover:before {
  opacity: 0.5;
}
.cid-uND8oqlyMx h5 {
  margin-bottom: 1rem;
}
.cid-uND8oqlyMx .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uND8oqlyMx .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uND8oqlyMx img,
.cid-uND8oqlyMx .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uND8oqlyMx .item:focus,
.cid-uND8oqlyMx span:focus {
  outline: none;
}
.cid-uND8oqlyMx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uND8oqlyMx .item {
    margin-bottom: 1rem;
  }
}
.cid-uND8oqlyMx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uND8oqlyMx .item {
  padding: 0;
  margin: 0;
}
.cid-uND8oqlyMx .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uND8oqlyMx .mbr-section-title {
  color: #4e423d;
}
.cid-uND8oqlyMx .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uND8oqlyMx .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uND8oqlyMx .mbr-text,
.cid-uND8oqlyMx .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uND8oqlyMx .content-head {
  max-width: 800px;
}
.cid-uOe33yfdjK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/adobestock-508372379-2000x1333.jpg");
}
.cid-uOe33yfdjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe33yfdjK .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uOe33yfdjK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe33yfdjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe33yfdjK .card-text {
  max-width: 400px;
  color: #ffffff;
  text-align: center;
  margin: auto;
}
.cid-uOe33yfdjK .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  height: 80px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uOe33yfdjK .iconfont-wrapper .mbr-iconfont:hover {
  transform: scale(1.2);
}
.cid-uOe33yfdjK .card-title,
.cid-uOe33yfdjK .iconfont-wrapper {
  color: #ff6d00;
  text-align: center;
}
.cid-uOe33yfdjK .content-head {
  max-width: 800px;
}
.cid-uOe33yfdjK .mbr-section-title {
  color: #ffffff;
}
.cid-uOe33yfdjK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOtbSZX5mB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6d00;
}
.cid-uOtbSZX5mB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtbSZX5mB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtbSZX5mB .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOtbSZX5mB .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOtbSZX5mB .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOtbSZX5mB .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOtbSZX5mB .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOtbSZX5mB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOtbSZX5mB .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOtbSZX5mB .image-wrapper img {
    height: 350px;
  }
}
.cid-uOtbSZX5mB .mbr-section-title {
  color: #ffffff;
}
.cid-uOtbSZX5mB .mbr-text,
.cid-uOtbSZX5mB .text-wrapper {
  color: #ffffff;
}
.cid-uOtbXs57Zv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOtbXs57Zv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtbXs57Zv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtbXs57Zv .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOtbXs57Zv .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOtbXs57Zv .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOtbXs57Zv .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOtbXs57Zv .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOtbXs57Zv .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOtbXs57Zv .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOtbXs57Zv .image-wrapper img {
    height: 350px;
  }
}
.cid-uOtbXs57Zv .mbr-section-title {
  color: #ffffff;
}
.cid-uOtbXs57Zv .mbr-text,
.cid-uOtbXs57Zv .text-wrapper {
  color: #000000;
}
.cid-uOtbXs57Zv .mbr-section-title,
.cid-uOtbXs57Zv .mbr-section-btn {
  color: #ff6d00;
}
.cid-uOtce0e7eD {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uOtce0e7eD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtce0e7eD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtce0e7eD .mbr-section-title {
  color: #ff6d00;
}
.cid-uNDaiNriJV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-93642390-2000x1333.jpg");
}
.cid-uNDaiNriJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDaiNriJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDaiNriJV .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uNDaiNriJV .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNDaiNriJV .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uNDaiNriJV .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNDaiNriJV .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uNDaiNriJV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNDaiNriJV .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNDaiNriJV .image-wrapper img {
    height: 350px;
  }
}
.cid-uNDaiNriJV .mbr-section-title {
  color: #ffffff;
}
.cid-uNDaiNriJV .mbr-text,
.cid-uNDaiNriJV .text-wrapper {
  color: #ffffff;
}
.cid-uNDaiNriJV .mbr-section-title,
.cid-uNDaiNriJV .mbr-section-btn {
  color: #ff6d00;
}
.cid-uOtmwkuLxj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-uOtmwkuLxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtmwkuLxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtmwkuLxj img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uOtmwkuLxj img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uOtmwkuLxj .row {
  flex-direction: row-reverse;
}
.cid-uOtmwkuLxj .row {
  align-items: center;
}
.cid-uOtmwkuLxj .mbr-section-title {
  color: #ff6d00;
}
.cid-uOtmwkuLxj .mbr-text,
.cid-uOtmwkuLxj .mbr-section-btn {
  color: #491414;
}
.cid-uE102e8QyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uE102e8QyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE102e8QyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE102e8QyT .row {
  justify-content: center;
}
.cid-uE102e8QyT .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE102e8QyT .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uE102e8QyT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE102e8QyT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE102e8QyT .content-wrapper .social {
  margin-top: 22px;
}
.cid-uE102e8QyT .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uE102e8QyT .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE102e8QyT .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE102e8QyT .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE102e8QyT .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uE102e8QyT .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE102e8QyT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE102e8QyT .mbr-text {
  color: #ffffff;
}
.cid-uE102e8QyT .mbr-desc {
  color: #ffffff;
}
.cid-uE102e8QyT .list {
  color: #ffffff;
}
.cid-uE102e8QyT .mbr-text,
.cid-uE102e8QyT .text-wrapper {
  text-align: left;
}
.cid-uOdqz3fqSK {
  z-index: 1000;
  width: 100%;
}
.cid-uOdqz3fqSK nav.navbar {
  position: fixed;
}
.cid-uOdqz3fqSK .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uOdqz3fqSK .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOdqz3fqSK .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOdqz3fqSK .dropdown-item {
  border: none;
  background: #2c2f35 !important;
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .dropdown-item:hover,
.cid-uOdqz3fqSK .dropdown-item:focus {
  background: #2c2f35 !important;
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .dropdown-item:hover span {
  color: white;
}
.cid-uOdqz3fqSK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOdqz3fqSK .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOdqz3fqSK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOdqz3fqSK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOdqz3fqSK .nav-link {
  position: relative;
}
.cid-uOdqz3fqSK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uOdqz3fqSK .container {
    flex-wrap: nowrap;
  }
}
.cid-uOdqz3fqSK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOdqz3fqSK .iconfont-wrapper:hover {
  color: #16aeff !important;
}
.cid-uOdqz3fqSK .dropdown-menu,
.cid-uOdqz3fqSK .navbar.opened {
  background: #ffffff !important;
}
.cid-uOdqz3fqSK .nav-item:focus,
.cid-uOdqz3fqSK .nav-link:focus {
  outline: none;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOdqz3fqSK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOdqz3fqSK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOdqz3fqSK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOdqz3fqSK .navbar.opened {
  transition: all 0.3s;
}
.cid-uOdqz3fqSK .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uOdqz3fqSK .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uOdqz3fqSK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOdqz3fqSK .navbar.collapsed {
  justify-content: center;
}
.cid-uOdqz3fqSK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOdqz3fqSK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOdqz3fqSK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOdqz3fqSK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOdqz3fqSK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOdqz3fqSK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOdqz3fqSK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOdqz3fqSK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOdqz3fqSK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOdqz3fqSK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOdqz3fqSK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOdqz3fqSK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOdqz3fqSK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOdqz3fqSK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOdqz3fqSK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOdqz3fqSK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOdqz3fqSK .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOdqz3fqSK .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOdqz3fqSK .navbar-brand .navbar-caption:hover,
.cid-uOdqz3fqSK .navbar-brand .navbar-caption:focus {
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOdqz3fqSK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOdqz3fqSK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #16aeff !important;
}
.cid-uOdqz3fqSK .dropdown-item.active,
.cid-uOdqz3fqSK .dropdown-item:active {
  background-color: transparent;
}
.cid-uOdqz3fqSK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOdqz3fqSK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOdqz3fqSK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOdqz3fqSK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uOdqz3fqSK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOdqz3fqSK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOdqz3fqSK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOdqz3fqSK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOdqz3fqSK ul.navbar-nav {
    padding: 0;
    background-color: #2c2f35;
    border: none;
  }
}
.cid-uOdqz3fqSK .navbar-buttons {
  text-align: center;
}
.cid-uOdqz3fqSK .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOdqz3fqSK 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOdqz3fqSK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar {
    height: 70px;
  }
  .cid-uOdqz3fqSK .navbar.opened {
    height: auto;
  }
  .cid-uOdqz3fqSK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOdqz3fqSK .navbar-nav {
  margin: 0 auto;
}
.cid-uOdqz3fqSK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOdqz3fqSK .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .nav-item .nav-link::after {
  color: #16aeff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOdqz3fqSK .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ff6d00, #16aeff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uOdqz3fqSK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu .dropdown-item {
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff6d00 !important;
}
@media (max-width: 991px) {
  .cid-uOdqz3fqSK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOdqz3fqSK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOdqz3fqSK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOdqz3fqSK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOdqz3fqSK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOdqz3fqSK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uOdqz3fqSK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uOdqz3fqSK .content-wrap {
  min-height: 90px;
}
.cid-uOebTnWc08 {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ff6d00;
  background-image: linear-gradient(135deg, #16aeff 10%, #ff6d00 80%, #ffffff 130%);
}
.cid-uOebTnWc08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOebTnWc08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOebTnWc08 .row {
  justify-content: center;
}
.cid-uOebTnWc08 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uOebTnWc08 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uOebTnWc08 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOebTnWc08 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOebTnWc08 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOebTnWc08 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uOebTnWc08 .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uOebTnWc08 .mbr-section-title {
  color: #ffffff;
}
.cid-uOebTnWc08 .mbr-text,
.cid-uOebTnWc08 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uOebTnWc08 .mbr-section-title,
.cid-uOebTnWc08 .mbr-section-btn,
.cid-uOebTnWc08 .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOtkCZrzXg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOtkCZrzXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtkCZrzXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uOtkCZrzXg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOtkCZrzXg img {
  border-radius: 3rem;
}
.cid-uOtkCZrzXg .row {
  align-items: center;
}
.cid-uOtkCZrzXg .mbr-section-title {
  color: #ff6d00;
}
.cid-uOtkCZrzXg .mbr-text,
.cid-uOtkCZrzXg .mbr-section-btn {
  color: #491414;
}
.cid-uOtkCZrzXg .mbr-section-subtitle {
  color: #491414;
}
.cid-uOtlGlmsTF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-uOtlGlmsTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtlGlmsTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtlGlmsTF img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uOtlGlmsTF img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uOtlGlmsTF .row {
  flex-direction: row-reverse;
}
.cid-uOtlGlmsTF .row {
  align-items: center;
}
.cid-uOtlGlmsTF .mbr-section-title {
  color: #491414;
}
.cid-uOtlGlmsTF .mbr-text,
.cid-uOtlGlmsTF .mbr-section-btn {
  color: #491414;
}
.cid-uKjXQUl1cS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uKjXQUl1cS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjXQUl1cS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjXQUl1cS .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uKjXQUl1cS .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uKjXQUl1cS .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uKjXQUl1cS .container {
    padding: 0 22px;
  }
}
.cid-uKjXQUl1cS .card {
  justify-content: center;
}
.cid-uKjXQUl1cS .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uKjXQUl1cS .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uKjXQUl1cS .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uKjXQUl1cS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKjXQUl1cS .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uKjXQUl1cS .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ff1800;
}
@media (max-width: 1440px) {
  .cid-uKjXQUl1cS .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uKjXQUl1cS .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uKjXQUl1cS .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uKjXQUl1cS .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uKjXQUl1cS .mbr-section-title {
  color: #ff7f00;
}
.cid-uKjXQUl1cS .mbr-text {
  color: #000000;
}
.cid-uNDhdkj2c9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNDhdkj2c9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDhdkj2c9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uNDhdkj2c9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNDhdkj2c9 img {
  border-radius: 3rem;
}
.cid-uNDhdkj2c9 .row {
  align-items: center;
}
.cid-uNDhdkj2c9 .mbr-section-title {
  color: #ff6d00;
}
.cid-uNDhdkj2c9 .mbr-text,
.cid-uNDhdkj2c9 .mbr-section-btn {
  color: #491414;
}
.cid-uNDhdkj2c9 .mbr-section-subtitle {
  color: #491414;
}
.cid-uKjQKGBEOU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKjQKGBEOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKjQKGBEOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKjQKGBEOU .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uKjQKGBEOU .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKjQKGBEOU .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uKjQKGBEOU .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uKjQKGBEOU .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uKjQKGBEOU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKjQKGBEOU .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKjQKGBEOU .image-wrapper img {
    height: 350px;
  }
}
.cid-uKjQKGBEOU .mbr-section-title {
  color: #ffffff;
}
.cid-uKjQKGBEOU .mbr-text,
.cid-uKjQKGBEOU .text-wrapper {
  color: #000000;
}
.cid-uKjQKGBEOU .mbr-section-title,
.cid-uKjQKGBEOU .mbr-section-btn {
  color: #ff6d00;
}
.cid-uE102e8QyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uE102e8QyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE102e8QyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE102e8QyT .row {
  justify-content: center;
}
.cid-uE102e8QyT .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE102e8QyT .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uE102e8QyT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE102e8QyT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE102e8QyT .content-wrapper .social {
  margin-top: 22px;
}
.cid-uE102e8QyT .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uE102e8QyT .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE102e8QyT .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE102e8QyT .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE102e8QyT .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uE102e8QyT .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE102e8QyT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE102e8QyT .mbr-text {
  color: #ffffff;
}
.cid-uE102e8QyT .mbr-desc {
  color: #ffffff;
}
.cid-uE102e8QyT .list {
  color: #ffffff;
}
.cid-uE102e8QyT .mbr-text,
.cid-uE102e8QyT .text-wrapper {
  text-align: left;
}
.cid-uOdqz3fqSK {
  z-index: 1000;
  width: 100%;
}
.cid-uOdqz3fqSK nav.navbar {
  position: fixed;
}
.cid-uOdqz3fqSK .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uOdqz3fqSK .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOdqz3fqSK .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOdqz3fqSK .dropdown-item {
  border: none;
  background: #2c2f35 !important;
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .dropdown-item:hover,
.cid-uOdqz3fqSK .dropdown-item:focus {
  background: #2c2f35 !important;
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .dropdown-item:hover span {
  color: white;
}
.cid-uOdqz3fqSK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOdqz3fqSK .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOdqz3fqSK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOdqz3fqSK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOdqz3fqSK .nav-link {
  position: relative;
}
.cid-uOdqz3fqSK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uOdqz3fqSK .container {
    flex-wrap: nowrap;
  }
}
.cid-uOdqz3fqSK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOdqz3fqSK .iconfont-wrapper:hover {
  color: #16aeff !important;
}
.cid-uOdqz3fqSK .dropdown-menu,
.cid-uOdqz3fqSK .navbar.opened {
  background: #ffffff !important;
}
.cid-uOdqz3fqSK .nav-item:focus,
.cid-uOdqz3fqSK .nav-link:focus {
  outline: none;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOdqz3fqSK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOdqz3fqSK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOdqz3fqSK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOdqz3fqSK .navbar.opened {
  transition: all 0.3s;
}
.cid-uOdqz3fqSK .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uOdqz3fqSK .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uOdqz3fqSK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOdqz3fqSK .navbar.collapsed {
  justify-content: center;
}
.cid-uOdqz3fqSK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOdqz3fqSK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOdqz3fqSK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOdqz3fqSK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOdqz3fqSK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOdqz3fqSK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOdqz3fqSK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOdqz3fqSK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOdqz3fqSK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOdqz3fqSK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOdqz3fqSK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOdqz3fqSK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOdqz3fqSK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOdqz3fqSK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOdqz3fqSK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOdqz3fqSK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOdqz3fqSK .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOdqz3fqSK .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOdqz3fqSK .navbar-brand .navbar-caption:hover,
.cid-uOdqz3fqSK .navbar-brand .navbar-caption:focus {
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOdqz3fqSK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOdqz3fqSK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #16aeff !important;
}
.cid-uOdqz3fqSK .dropdown-item.active,
.cid-uOdqz3fqSK .dropdown-item:active {
  background-color: transparent;
}
.cid-uOdqz3fqSK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOdqz3fqSK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOdqz3fqSK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOdqz3fqSK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uOdqz3fqSK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOdqz3fqSK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOdqz3fqSK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOdqz3fqSK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOdqz3fqSK ul.navbar-nav {
    padding: 0;
    background-color: #2c2f35;
    border: none;
  }
}
.cid-uOdqz3fqSK .navbar-buttons {
  text-align: center;
}
.cid-uOdqz3fqSK .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOdqz3fqSK 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOdqz3fqSK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar {
    height: 70px;
  }
  .cid-uOdqz3fqSK .navbar.opened {
    height: auto;
  }
  .cid-uOdqz3fqSK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOdqz3fqSK .navbar-nav {
  margin: 0 auto;
}
.cid-uOdqz3fqSK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOdqz3fqSK .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .nav-item .nav-link::after {
  color: #16aeff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOdqz3fqSK .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ff6d00, #16aeff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uOdqz3fqSK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu .dropdown-item {
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff6d00 !important;
}
@media (max-width: 991px) {
  .cid-uOdqz3fqSK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOdqz3fqSK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOdqz3fqSK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOdqz3fqSK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOdqz3fqSK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOdqz3fqSK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uOdqz3fqSK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uOdqz3fqSK .content-wrap {
  min-height: 90px;
}
.cid-uOeb7fGDrI {
  padding-top: 12rem;
  padding-bottom: 1rem;
  background-color: #ff6d00;
  background-image: linear-gradient(135deg, #16aeff 10%, #ff6d00 80%, #ffffff 130%);
}
.cid-uOeb7fGDrI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOeb7fGDrI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOeb7fGDrI .row {
  justify-content: center;
}
.cid-uOeb7fGDrI .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uOeb7fGDrI .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uOeb7fGDrI .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOeb7fGDrI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOeb7fGDrI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOeb7fGDrI .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uOeb7fGDrI .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uOeb7fGDrI .mbr-section-title {
  color: #ffffff;
}
.cid-uOeb7fGDrI .mbr-text,
.cid-uOeb7fGDrI .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uOeb7fGDrI .mbr-section-title,
.cid-uOeb7fGDrI .mbr-section-btn,
.cid-uOeb7fGDrI .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uNDdSOGnyA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNDdSOGnyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDdSOGnyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uNDdSOGnyA .container {
    padding: 0 16px;
  }
}
.cid-uNDdSOGnyA .row {
  position: relative;
  justify-content: space-between;
}
.cid-uNDdSOGnyA .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uNDdSOGnyA .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uNDdSOGnyA .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNDdSOGnyA .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uNDdSOGnyA .content-wrapper .mbr-section-title span {
  color: #ff7364;
}
.cid-uNDdSOGnyA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNDdSOGnyA .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uNDdSOGnyA .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNDdSOGnyA .image-wrapper img {
    height: 350px;
  }
}
.cid-uNDdSOGnyA .mbr-section-title {
  color: #000000;
}
.cid-uNDdSOGnyA .mbr-text {
  color: #000000;
}
.cid-uNDe93mDpi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNDe93mDpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDe93mDpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDe93mDpi .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uNDe93mDpi .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNDe93mDpi .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uNDe93mDpi .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNDe93mDpi .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uNDe93mDpi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNDe93mDpi .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNDe93mDpi .image-wrapper img {
    height: 350px;
  }
}
.cid-uNDe93mDpi .mbr-section-title {
  color: #ffffff;
}
.cid-uNDe93mDpi .mbr-text,
.cid-uNDe93mDpi .text-wrapper {
  color: #060606;
}
.cid-uNDe93mDpi .mbr-section-title,
.cid-uNDe93mDpi .mbr-section-btn {
  color: #00d0f3;
}
.cid-uNDeneCN8S {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fdfcfa;
}
.cid-uNDeneCN8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDeneCN8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDeneCN8S .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNDeneCN8S .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNDeneCN8S .container {
    padding: 0;
  }
}
.cid-uNDeneCN8S .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNDeneCN8S .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uNDeneCN8S .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNDeneCN8S .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uNDeneCN8S .mbr-section-title {
  color: #2c2f35;
}
.cid-uNDeneCN8S .mbr-text {
  color: #263652;
}
.cid-uOsRSNf9Ud {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2299aa;
}
.cid-uOsRSNf9Ud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsRSNf9Ud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsRSNf9Ud .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOsRSNf9Ud .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOsRSNf9Ud .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOsRSNf9Ud .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOsRSNf9Ud .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOsRSNf9Ud .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOsRSNf9Ud .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOsRSNf9Ud .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsRSNf9Ud .mbr-section-title {
  color: #ffffff;
}
.cid-uOsRSNf9Ud .mbr-text,
.cid-uOsRSNf9Ud .text-wrapper {
  color: #ffffff;
}
.cid-uOsS9gr5FQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOsS9gr5FQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsS9gr5FQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uOsS9gr5FQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOsS9gr5FQ img {
  border-radius: 3rem;
}
.cid-uOsS9gr5FQ .row {
  align-items: center;
}
.cid-uOsS9gr5FQ .mbr-section-title {
  color: #1d5356;
}
.cid-uOsS9gr5FQ .mbr-text,
.cid-uOsS9gr5FQ .mbr-section-btn {
  color: #491414;
}
.cid-uOsS9gr5FQ .mbr-section-subtitle {
  color: #491414;
}
.cid-uOsT4JY3sH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2299aa;
}
.cid-uOsT4JY3sH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsT4JY3sH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsT4JY3sH .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uOsT4JY3sH .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOsT4JY3sH .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uOsT4JY3sH .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uOsT4JY3sH .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOsT4JY3sH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOsT4JY3sH .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOsT4JY3sH .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsT4JY3sH .mbr-section-title {
  color: #ffffff;
}
.cid-uOsT4JY3sH .mbr-text,
.cid-uOsT4JY3sH .text-wrapper {
  color: #ffffff;
}
.cid-uOsT4JY3sH .mbr-section-title,
.cid-uOsT4JY3sH .mbr-section-btn {
  color: #ffffff;
}
.cid-uOsSpFjUu8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uOsSpFjUu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsSpFjUu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsSpFjUu8 img {
  border-radius: 3rem;
  border-bottom-left-radius: 20rem;
}
@media (max-width: 767px) {
  .cid-uOsSpFjUu8 img {
    border-bottom-left-radius: 3rem;
  }
}
.cid-uOsSpFjUu8 .row {
  flex-direction: row-reverse;
}
.cid-uOsSpFjUu8 .row {
  align-items: center;
}
.cid-uOsSpFjUu8 .mbr-section-title {
  color: #491414;
}
.cid-uOsSpFjUu8 .mbr-text,
.cid-uOsSpFjUu8 .mbr-section-btn {
  color: #491414;
}
.cid-uOsRTsTMQe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-uOsRTsTMQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsRTsTMQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-uOsRTsTMQe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOsRTsTMQe img {
  border-radius: 3rem;
}
.cid-uOsRTsTMQe .row {
  align-items: center;
}
.cid-uOsRTsTMQe .mbr-section-title {
  color: #1d5356;
}
.cid-uOsRTsTMQe .mbr-text,
.cid-uOsRTsTMQe .mbr-section-btn {
  color: #491414;
}
.cid-uOsRTsTMQe .mbr-section-subtitle {
  color: #491414;
}
.cid-uOsSJUafpb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-uOsSJUafpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsSJUafpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsSJUafpb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOsSJUafpb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOsSJUafpb .container {
    padding: 0;
  }
}
.cid-uOsSJUafpb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOsSJUafpb .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uOsSJUafpb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsSJUafpb .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uOsSJUafpb .mbr-section-title {
  color: #263652;
}
.cid-uOsSJUafpb .mbr-text {
  color: #263652;
}
.cid-uE102e8QyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uE102e8QyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE102e8QyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE102e8QyT .row {
  justify-content: center;
}
.cid-uE102e8QyT .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE102e8QyT .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uE102e8QyT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE102e8QyT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE102e8QyT .content-wrapper .social {
  margin-top: 22px;
}
.cid-uE102e8QyT .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uE102e8QyT .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE102e8QyT .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE102e8QyT .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE102e8QyT .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uE102e8QyT .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE102e8QyT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE102e8QyT .mbr-text {
  color: #ffffff;
}
.cid-uE102e8QyT .mbr-desc {
  color: #ffffff;
}
.cid-uE102e8QyT .list {
  color: #ffffff;
}
.cid-uE102e8QyT .mbr-text,
.cid-uE102e8QyT .text-wrapper {
  text-align: left;
}
.cid-uOdqz3fqSK {
  z-index: 1000;
  width: 100%;
}
.cid-uOdqz3fqSK nav.navbar {
  position: fixed;
}
.cid-uOdqz3fqSK .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uOdqz3fqSK .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOdqz3fqSK .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOdqz3fqSK .dropdown-item {
  border: none;
  background: #2c2f35 !important;
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .dropdown-item:hover,
.cid-uOdqz3fqSK .dropdown-item:focus {
  background: #2c2f35 !important;
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .dropdown-item:hover span {
  color: white;
}
.cid-uOdqz3fqSK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOdqz3fqSK .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOdqz3fqSK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOdqz3fqSK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOdqz3fqSK .nav-link {
  position: relative;
}
.cid-uOdqz3fqSK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uOdqz3fqSK .container {
    flex-wrap: nowrap;
  }
}
.cid-uOdqz3fqSK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOdqz3fqSK .iconfont-wrapper:hover {
  color: #16aeff !important;
}
.cid-uOdqz3fqSK .dropdown-menu,
.cid-uOdqz3fqSK .navbar.opened {
  background: #ffffff !important;
}
.cid-uOdqz3fqSK .nav-item:focus,
.cid-uOdqz3fqSK .nav-link:focus {
  outline: none;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOdqz3fqSK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOdqz3fqSK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOdqz3fqSK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOdqz3fqSK .navbar.opened {
  transition: all 0.3s;
}
.cid-uOdqz3fqSK .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uOdqz3fqSK .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uOdqz3fqSK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOdqz3fqSK .navbar.collapsed {
  justify-content: center;
}
.cid-uOdqz3fqSK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOdqz3fqSK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOdqz3fqSK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOdqz3fqSK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOdqz3fqSK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOdqz3fqSK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOdqz3fqSK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOdqz3fqSK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOdqz3fqSK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOdqz3fqSK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOdqz3fqSK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOdqz3fqSK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOdqz3fqSK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOdqz3fqSK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOdqz3fqSK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOdqz3fqSK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOdqz3fqSK .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOdqz3fqSK .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOdqz3fqSK .navbar-brand .navbar-caption:hover,
.cid-uOdqz3fqSK .navbar-brand .navbar-caption:focus {
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOdqz3fqSK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOdqz3fqSK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #16aeff !important;
}
.cid-uOdqz3fqSK .dropdown-item.active,
.cid-uOdqz3fqSK .dropdown-item:active {
  background-color: transparent;
}
.cid-uOdqz3fqSK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOdqz3fqSK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOdqz3fqSK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOdqz3fqSK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uOdqz3fqSK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOdqz3fqSK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOdqz3fqSK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOdqz3fqSK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOdqz3fqSK ul.navbar-nav {
    padding: 0;
    background-color: #2c2f35;
    border: none;
  }
}
.cid-uOdqz3fqSK .navbar-buttons {
  text-align: center;
}
.cid-uOdqz3fqSK .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOdqz3fqSK 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOdqz3fqSK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar {
    height: 70px;
  }
  .cid-uOdqz3fqSK .navbar.opened {
    height: auto;
  }
  .cid-uOdqz3fqSK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOdqz3fqSK .navbar-nav {
  margin: 0 auto;
}
.cid-uOdqz3fqSK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOdqz3fqSK .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .nav-item .nav-link::after {
  color: #16aeff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOdqz3fqSK .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ff6d00, #16aeff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uOdqz3fqSK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu .dropdown-item {
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff6d00 !important;
}
@media (max-width: 991px) {
  .cid-uOdqz3fqSK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOdqz3fqSK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOdqz3fqSK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOdqz3fqSK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOdqz3fqSK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOdqz3fqSK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uOdqz3fqSK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uOdqz3fqSK .content-wrap {
  min-height: 90px;
}
.cid-uKkfursmPO {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uKkfursmPO .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKkfursmPO .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uKkfursmPO .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uKkfursmPO .label-text {
    text-align: center !important;
  }
}
.cid-uKkfursmPO .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKkfursmPO .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uKkfursmPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkfursmPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkfursmPO .mbr-section-title,
.cid-uKkfursmPO .mbr-section-btn {
  color: #000000;
}
.cid-uE102e8QyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uE102e8QyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE102e8QyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE102e8QyT .row {
  justify-content: center;
}
.cid-uE102e8QyT .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE102e8QyT .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uE102e8QyT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE102e8QyT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE102e8QyT .content-wrapper .social {
  margin-top: 22px;
}
.cid-uE102e8QyT .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uE102e8QyT .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE102e8QyT .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE102e8QyT .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE102e8QyT .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uE102e8QyT .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE102e8QyT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE102e8QyT .mbr-text {
  color: #ffffff;
}
.cid-uE102e8QyT .mbr-desc {
  color: #ffffff;
}
.cid-uE102e8QyT .list {
  color: #ffffff;
}
.cid-uE102e8QyT .mbr-text,
.cid-uE102e8QyT .text-wrapper {
  text-align: left;
}
.cid-uOdqz3fqSK {
  z-index: 1000;
  width: 100%;
}
.cid-uOdqz3fqSK nav.navbar {
  position: fixed;
}
.cid-uOdqz3fqSK .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uOdqz3fqSK .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uOdqz3fqSK .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOdqz3fqSK .dropdown-item {
  border: none;
  background: #2c2f35 !important;
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .dropdown-item:hover,
.cid-uOdqz3fqSK .dropdown-item:focus {
  background: #2c2f35 !important;
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .dropdown-item:hover span {
  color: white;
}
.cid-uOdqz3fqSK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOdqz3fqSK .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOdqz3fqSK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOdqz3fqSK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOdqz3fqSK .nav-link {
  position: relative;
}
.cid-uOdqz3fqSK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uOdqz3fqSK .container {
    flex-wrap: nowrap;
  }
}
.cid-uOdqz3fqSK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOdqz3fqSK .iconfont-wrapper:hover {
  color: #16aeff !important;
}
.cid-uOdqz3fqSK .dropdown-menu,
.cid-uOdqz3fqSK .navbar.opened {
  background: #ffffff !important;
}
.cid-uOdqz3fqSK .nav-item:focus,
.cid-uOdqz3fqSK .nav-link:focus {
  outline: none;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOdqz3fqSK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOdqz3fqSK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOdqz3fqSK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOdqz3fqSK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOdqz3fqSK .navbar.opened {
  transition: all 0.3s;
}
.cid-uOdqz3fqSK .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uOdqz3fqSK .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uOdqz3fqSK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOdqz3fqSK .navbar.collapsed {
  justify-content: center;
}
.cid-uOdqz3fqSK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOdqz3fqSK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOdqz3fqSK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOdqz3fqSK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOdqz3fqSK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOdqz3fqSK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOdqz3fqSK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOdqz3fqSK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOdqz3fqSK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOdqz3fqSK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOdqz3fqSK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOdqz3fqSK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOdqz3fqSK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOdqz3fqSK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOdqz3fqSK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOdqz3fqSK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOdqz3fqSK .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOdqz3fqSK .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOdqz3fqSK .navbar-brand .navbar-caption:hover,
.cid-uOdqz3fqSK .navbar-brand .navbar-caption:focus {
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOdqz3fqSK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOdqz3fqSK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #16aeff !important;
}
.cid-uOdqz3fqSK .dropdown-item.active,
.cid-uOdqz3fqSK .dropdown-item:active {
  background-color: transparent;
}
.cid-uOdqz3fqSK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOdqz3fqSK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOdqz3fqSK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOdqz3fqSK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uOdqz3fqSK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOdqz3fqSK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOdqz3fqSK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOdqz3fqSK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOdqz3fqSK ul.navbar-nav {
    padding: 0;
    background-color: #2c2f35;
    border: none;
  }
}
.cid-uOdqz3fqSK .navbar-buttons {
  text-align: center;
}
.cid-uOdqz3fqSK .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOdqz3fqSK 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOdqz3fqSK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOdqz3fqSK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOdqz3fqSK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOdqz3fqSK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOdqz3fqSK .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-uOdqz3fqSK .navbar {
    height: 70px;
  }
  .cid-uOdqz3fqSK .navbar.opened {
    height: auto;
  }
  .cid-uOdqz3fqSK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOdqz3fqSK .navbar-nav {
  margin: 0 auto;
}
.cid-uOdqz3fqSK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOdqz3fqSK .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .nav-item .nav-link::after {
  color: #16aeff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOdqz3fqSK .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ff6d00, #16aeff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uOdqz3fqSK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu .dropdown-item {
  color: #ff6d00 !important;
}
.cid-uOdqz3fqSK .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ff6d00 !important;
}
@media (max-width: 991px) {
  .cid-uOdqz3fqSK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOdqz3fqSK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOdqz3fqSK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOdqz3fqSK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOdqz3fqSK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOdqz3fqSK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uOdqz3fqSK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uOdqz3fqSK .content-wrap {
  min-height: 90px;
}
.cid-uKkhN4KskH {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uKkhN4KskH .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uKkhN4KskH .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uKkhN4KskH .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKkhN4KskH .label-text {
    text-align: center !important;
  }
}
.cid-uKkhN4KskH .mbr-section-title {
  width: 100%;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uKkhN4KskH .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uKkhN4KskH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkhN4KskH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkhN4KskH .mbr-section-title,
.cid-uKkhN4KskH .mbr-section-btn {
  color: #000000;
}
.cid-uE102e8QyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uE102e8QyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE102e8QyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE102e8QyT .row {
  justify-content: center;
}
.cid-uE102e8QyT .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE102e8QyT .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uE102e8QyT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE102e8QyT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uE102e8QyT .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE102e8QyT .content-wrapper .social {
  margin-top: 22px;
}
.cid-uE102e8QyT .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #ff398a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE102e8QyT .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uE102e8QyT .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uE102e8QyT .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uE102e8QyT .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uE102e8QyT .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uE102e8QyT .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uE102e8QyT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE102e8QyT .mbr-text {
  color: #ffffff;
}
.cid-uE102e8QyT .mbr-desc {
  color: #ffffff;
}
.cid-uE102e8QyT .list {
  color: #ffffff;
}
.cid-uE102e8QyT .mbr-text,
.cid-uE102e8QyT .text-wrapper {
  text-align: left;
}
