@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  /*align-items: center;*/
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Couture';
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Couture';
  font-size: 4rem;
  line-height: 1.125;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Couture';
  font-size: 1.6rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #272b2e !important;
}
.bg-success {
  background-color: #7dabab !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9e08 !important;
}
.bg-danger {
  background-color: #bc5e4d !important;
}
.btn-primary {
  background: linear-gradient(140deg, #272b2e, #1b1e20 50%, #565f65) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #272b2e !important;
  border-color: #272b2e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3e454a !important;
  border-color: #3e454a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3e454a !important;
  border-color: #3e454a !important;
}
.btn-secondary {
  background: linear-gradient(140deg, #e50a17, #cd0915 50%, #f85d66) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e50a17 !important;
  border-color: #e50a17 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f62c38 !important;
  border-color: #f62c38 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f62c38 !important;
  border-color: #f62c38 !important;
}
.btn-info {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(140deg, #7dabab, #6ea1a1 50%, #bbd3d3) !important;
}
.btn-success,
.btn-success:active {
  background-color: #7dabab !important;
  border-color: #7dabab !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #9cbfbf !important;
  border-color: #9cbfbf !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9cbfbf !important;
  border-color: #9cbfbf !important;
}
.btn-warning {
  background: linear-gradient(140deg, #ff9e08, #ed9000 50%, #ffc66e) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb23b !important;
  border-color: #ffb23b !important;
}
.btn-danger {
  background: linear-gradient(140deg, #bc5e4d, #ae5241 50%, #d8a197) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bc5e4d !important;
  border-color: #bc5e4d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ca8072 !important;
  border-color: #ca8072 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ca8072 !important;
  border-color: #ca8072 !important;
}
.btn-white {
  background: linear-gradient(140deg, #ffffff, #f2f2f2 50%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(140deg, #232323, #161616 50%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #272b2e;
  color: #272b2e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #272b2e !important;
  border-color: #272b2e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e50a17;
  color: #e50a17;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #92060f !important;
  background-color: transparent !important;
  border-color: #92060f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e50a17 !important;
  border-color: #e50a17 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7dabab;
  color: #7dabab;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #527f7f !important;
  background-color: transparent !important;
  border-color: #527f7f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7dabab !important;
  border-color: #7dabab !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9e08;
  color: #ff9e08;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b06b00 !important;
  background-color: transparent !important;
  border-color: #b06b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9e08 !important;
  border-color: #ff9e08 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bc5e4d;
  color: #bc5e4d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #823d31 !important;
  background-color: transparent !important;
  border-color: #823d31 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bc5e4d !important;
  border-color: #bc5e4d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #272b2e !important;
}
.text-secondary {
  color: #e50a17 !important;
}
.text-success {
  color: #7dabab !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9e08 !important;
}
.text-danger {
  color: #bc5e4d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #83060d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4c7676 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a16200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #76382d !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: #272b2e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #c77070;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9e08;
}
.alert-danger {
  background-color: #bc5e4d;
}
.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: #272b2e;
  border-color: #272b2e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #272b2e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dadde0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cadddd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffeed4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfb2aa;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #272b2e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #272b2e;
}
/* 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: #272b2e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #272b2e;
}
.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: #272b2e;
  border-bottom-color: #272b2e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #272b2e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e50a17 !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='%23272b2e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 14px 64px;
  border-radius: 3.5rem;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 14px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-white:focus {
  opacity: .75 !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  opacity: .6 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrap,
.item-content,
.form-wrapper,
.embla {
  border-radius: 0 !important;
}
.item-tag {
  border-radius: 12.5rem;
}
.nav.nav-tabs .nav-link {
  border-radius: .5rem !important;
}
.form-control {
  border-radius: .5rem !important;
}
.cid-uJnTgBJQNY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 40px;
}
.cid-uJnTgBJQNY nav.navbar {
  position: fixed;
}
.cid-uJnTgBJQNY .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uJnTgBJQNY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uJnTgBJQNY .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uJnTgBJQNY .dropdown-item:hover,
.cid-uJnTgBJQNY .dropdown-item:focus {
  background: #ffffff !important;
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .dropdown-item:hover span {
  color: white;
}
.cid-uJnTgBJQNY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJnTgBJQNY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJnTgBJQNY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJnTgBJQNY .nav-link {
  position: relative;
}
.cid-uJnTgBJQNY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
.cid-uJnTgBJQNY .iconfont-wrapper {
  color: #ab000a !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJnTgBJQNY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJnTgBJQNY .dropdown-menu,
.cid-uJnTgBJQNY .navbar.opened {
  background: #ffffff !important;
}
.cid-uJnTgBJQNY .nav-item:focus,
.cid-uJnTgBJQNY .nav-link:focus {
  outline: none;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJnTgBJQNY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJnTgBJQNY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJnTgBJQNY .navbar {
  min-height: 40px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJnTgBJQNY .navbar.opened {
  transition: all 0.3s;
}
.cid-uJnTgBJQNY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uJnTgBJQNY .navbar .navbar-logo img {
  border-radius: 6px !important;
  margin-left: -10px;
  padding-top: 3px;
}
.cid-uJnTgBJQNY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJnTgBJQNY .navbar.collapsed {
  justify-content: center;
}
.cid-uJnTgBJQNY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJnTgBJQNY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJnTgBJQNY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJnTgBJQNY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJnTgBJQNY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJnTgBJQNY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar .navbar-logo img {
    width: auto;
    margin-left: -6px;
  }
  .cid-uJnTgBJQNY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uJnTgBJQNY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJnTgBJQNY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJnTgBJQNY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJnTgBJQNY .navbar.navbar-short {
  min-height: 40px;
}
.cid-uJnTgBJQNY .navbar.navbar-short .navbar-brand {
  min-height: 40px;
}
.cid-uJnTgBJQNY .navbar-brand {
  min-height: 40px;
  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-uJnTgBJQNY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJnTgBJQNY .navbar-brand .navbar-caption:hover,
.cid-uJnTgBJQNY .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJnTgBJQNY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJnTgBJQNY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJnTgBJQNY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .dropdown-item.active,
.cid-uJnTgBJQNY .dropdown-item:active {
  background-color: transparent;
}
.cid-uJnTgBJQNY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJnTgBJQNY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJnTgBJQNY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJnTgBJQNY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-uJnTgBJQNY .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uJnTgBJQNY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJnTgBJQNY 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-uJnTgBJQNY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ab000a;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJnTgBJQNY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar {
    height: 40px;
  }
  .cid-uJnTgBJQNY .navbar.opened {
    height: auto;
  }
  .cid-uJnTgBJQNY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJnTgBJQNY .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uJnTgBJQNY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJnTgBJQNY .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uJnTgBJQNY .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJnTgBJQNY .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .nav-item .nav-link:hover::after {
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJnTgBJQNY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJnTgBJQNY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJnTgBJQNY .navbar {
  justify-content: flex-start !important;
}
.cid-uJnTgBJQNY .navbar.opened {
  min-height: 50vh !important;
  justify-content: flex-start !important;
}
.cid-uJnTgBJQNY .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-uJnTgBJQNY .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-uJnTgBJQNY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJnTgBJQNY .navbar.opened {
    min-height: 50vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJnTgBJQNY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJnTgBJQNY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uJnTgBJQNY .content-wrap {
  min-height: 80px;
}
.cid-uJnTgBJQNY .mbr-section-btn .btn::after,
.cid-uJnTgBJQNY .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ab000a, #ab000a 150%);
}
.cid-uJnTgBJQNY .mbr-section-btn .btn:hover,
.cid-uJnTgBJQNY .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uJnTgBJQNY .mbr-section-btn .btn:hover::after,
.cid-uJnTgBJQNY .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ab000a, #ab000a 150%);
  opacity: 1;
}
.cid-uHcHRk7nSq {
  margin-top: 50px;
  background-image: url("../../../assets/images/9e83a016a.jpg-1-1170x1457.jpeg-1170x877.jpg");
}
.cid-uHcHRk7nSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHcHRk7nSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHcHRk7nSq .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uHcHRk7nSq .content-wrapper {
    margin-top: 0;
  }
}
.cid-uHcHRk7nSq .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ab000a, #e50a17);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHcHRk7nSq .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHcHRk7nSq .mbr-section-title {
  color: #ffffff;
}
.cid-uHcHRk7nSq .mbr-text {
  color: #ffffff;
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uHcHRk7nSq .mbr-text {
    padding-top: 30px;
  }
}
.cid-uDghrI4Ne9 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDghrI4Ne9 .container {
    padding: 0 20px;
  }
}
.cid-uDghrI4Ne9 div {
  border: 0px solid #333333;
}
.cid-uDghrI4Ne9 .content-wrapper {
  padding: 60px 60px 40px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uDghrI4Ne9 .content-wrapper {
    padding: 60px 20px 40px;
  }
}
.cid-uDghrI4Ne9 .content-wrapper .content-wrap {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uDghrI4Ne9 .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uDghrI4Ne9 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDghrI4Ne9 .content-wrapper .content-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uDghrI4Ne9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDghrI4Ne9 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uDghrI4Ne9 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDghrI4Ne9 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uDghrI4Ne9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 672px;
  max-width: 672px;
}
@media (max-width: 767px) {
  .cid-uDghrI4Ne9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDghrI4Ne9 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content {
  padding: 0px;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #e50a17;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap {
    margin-bottom: 20px;
    flex: 1;
    font-weight: bold;
  }
}
.cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
  margin: 0;
  text-align: center;
}
.cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
  margin: 0;
  text-align: center;
}
.cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  border: 1px solid #e50a17;
}
.cid-uDghrI4Ne9 .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 1px solid #272b2e;
  color: #e50a17;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uDghrI4Ne9 .embla__button--next,
.cid-uDghrI4Ne9 .embla__button--prev {
  display: flex;
}
.cid-uDghrI4Ne9 .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uDghrI4Ne9 .embla__button {
    top: 2.5rem;
  }
}
.cid-uDghrI4Ne9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDghrI4Ne9 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uDghrI4Ne9 .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uDghrI4Ne9 .embla__button.embla__button--next {
  right: 30px;
}
.cid-uDghrI4Ne9 .embla {
  position: relative;
  width: 100%;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .cid-uDghrI4Ne9 .embla {
    padding-top: 0px;
  }
}
.cid-uDghrI4Ne9 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uDghrI4Ne9 .embla__viewport {
    overflow: hidden;
  }
}
.cid-uDghrI4Ne9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDghrI4Ne9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDghrI4Ne9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDghrI4Ne9 .mbr-desc {
  color: #09090a;
  text-align: center;
}
.cid-uDghrI4Ne9 .mbr-section-title {
  color: #ffffff;
}
.cid-uDghrI4Ne9 .mbr-text,
.cid-uDghrI4Ne9 .text-wrapper {
  color: #f96e47;
  text-align: center;
}
.cid-uDghrI4Ne9 .name-wrap {
  flex: 1;
}
.cid-uDghrI4Ne9 .item-name {
  color: #000000;
  text-align: center;
}
.cid-uDghrI4Ne9 .item-role {
  color: #000000;
  text-align: center;
  padding-top: 30px;
}
.cid-uDghrI4Ne9 .item-name,
.cid-uDghrI4Ne9 .item-role {
  margin: 0;
  font-size: 90%;
}
.cid-uDghrI4Ne9 .list {
  color: #000000;
}
.cid-uDghrI4Ne9 .mbr-section-title,
.cid-uDghrI4Ne9 .mbr-section-btn {
  text-align: center;
  color: #ff967a;
}
.cid-uDghrI4Ne9 .list,
.cid-uDghrI4Ne9 .item-wrap {
  color: #e50a17;
  text-align: center;
}
.cid-uDghrI4Ne9 .content-container {
  gap: 1rem;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: center;
  width: 100%;
}
.cid-uDghrI4Ne9 .action-section {
  grid-area: action;
  text-align: center;
  vertical-align: top;
  align-self: start;
  padding-top: 20px;
}
.cid-uDghrI4Ne9 .price-section {
  grid-area: price;
  text-align: center;
  vertical-align: top;
  align-self: start;
  margin-left: 0;
  padding-top: 20px;
}
.cid-uDghrI4Ne9 .specs-section {
  grid-area: specs;
  text-align: center;
  vertical-align: top;
  align-self: start;
}
@media screen and (max-width: 768px) {
  .cid-uDghrI4Ne9 .content-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "action" "price" "specs";
    gap: 1rem;
  }
  .cid-uDghrI4Ne9 .action-section,
  .cid-uDghrI4Ne9 .price-section,
  .cid-uDghrI4Ne9 .specs-section {
    width: 100%;
    text-align: center;
  }
}
.cid-uLAn01RblH {
  background-image: url("../../../assets/images/img-3007.jpeg-1537x2151.jpg");
}
.cid-uLAn01RblH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLAn01RblH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLAn01RblH .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uLAn01RblH .image-wrap {
    height: 300px;
  }
}
.cid-uG58cJV2Bu {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #15171a;
}
.cid-uG58cJV2Bu .items-wrapper {
  justify-content: center;
}
.cid-uG58cJV2Bu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uG58cJV2Bu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uG58cJV2Bu .embla__slide .slide-content {
  width: 100%;
}
.cid-uG58cJV2Bu .embla__slide .slide-content .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uG58cJV2Bu .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uG58cJV2Bu .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uG58cJV2Bu .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uG58cJV2Bu .embla__button--next,
.cid-uG58cJV2Bu .embla__button--prev {
  display: flex;
}
.cid-uG58cJV2Bu .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #f96e47, #fcbcaa) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uG58cJV2Bu .embla__button:hover {
  opacity: .9 !important;
}
.cid-uG58cJV2Bu .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uG58cJV2Bu .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uG58cJV2Bu .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uG58cJV2Bu .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uG58cJV2Bu .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uG58cJV2Bu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uG58cJV2Bu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uG58cJV2Bu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uG58cJV2Bu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uG58cJV2Bu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uG58cJV2Bu .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uG58cJV2Bu .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-uG588W3ijK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uG588W3ijK .item:focus,
.cid-uG588W3ijK span:focus {
  outline: none;
}
.cid-uG588W3ijK .item {
  cursor: pointer;
}
.cid-uG588W3ijK .grid-container {
  grid-row-gap: 20px;
}
.cid-uG588W3ijK .grid-container-1,
.cid-uG588W3ijK .grid-container-2 {
  gap: 0 20px;
}
.cid-uG588W3ijK .mbr-section-title {
  margin-bottom: 32px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uG588W3ijK .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uG588W3ijK .content-head {
  max-width: 800px;
}
.cid-uG588W3ijK .container,
.cid-uG588W3ijK .container-fluid {
  overflow: hidden;
}
.cid-uG588W3ijK .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uG588W3ijK .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uG588W3ijK .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG588W3ijK .grid-item img {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .cid-uG588W3ijK .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uG588W3ijK .grid-container-1,
.cid-uG588W3ijK .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uG588W3ijK .grid-container-1 {
  align-items: flex-end;
}
.cid-uG588W3ijK .grid-container-2 {
  align-items: flex-start;
}
.cid-uClzL02q43 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uClzL02q43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uClzL02q43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uClzL02q43 .items-wrap {
  justify-content: center;
}
.cid-uClzL02q43 .content-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uClzL02q43 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uClzL02q43 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uClzL02q43 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uClzL02q43 .items-wrapper {
    display: block;
  }
  .cid-uClzL02q43 .items-wrapper > * {
    display: block;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uClzL02q43 .item {
    margin-bottom: 16px;
  }
}
.cid-uClzL02q43 .item:hover .item-wrapper,
.cid-uClzL02q43 .item:focus .item-wrapper {
  border: 2px solid #1d0e0f;
}
.cid-uClzL02q43 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uClzL02q43 .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uClzL02q43 .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uClzL02q43 .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uClzL02q43 .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #e50a17, #e50a17);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uClzL02q43 .item .item-wrapper .card-box .title-wrap .item-title,
.cid-uClzL02q43 .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-uClzL02q43 .item .item-wrapper .card-box .title-wrap .item-text,
.cid-uClzL02q43 .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-uClzL02q43 .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-uClzL02q43 .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-uClzL02q43 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uClzL02q43 .item-title {
  color: #f2f2f2;
}
.cid-uClzL02q43 .item-title_2 {
  color: #f2f2f2;
}
.cid-uClzL02q43 .item-text {
  color: #b9b9b9;
}
.cid-uClzL02q43 .item-text_2 {
  color: #b9b9b9;
}
.cid-uClzL02q43 .item-title_2,
.cid-uClzL02q43 .icon-wrapper {
  text-align: center;
}
.cid-uClzL02q43 .item-title,
.cid-uClzL02q43 .icon-wrapper {
  text-align: center;
}
.cid-uClzL02q43 .item-text,
.cid-uClzL02q43 .icon-wrapper {
  text-align: center;
}
.cid-uClzL02q43 .item-text_2,
.cid-uClzL02q43 .icon-wrapper {
  text-align: center;
}
.cid-uLAmVF6Jh4 {
  background-image: url("../../../assets/images/6c1e8a9d-705b-4173-adcc-f17f1c7d521a.jpeg-2000x2449.jpg");
}
.cid-uLAmVF6Jh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLAmVF6Jh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLAmVF6Jh4 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uLAmVF6Jh4 .image-wrap {
    height: 300px;
  }
}
.cid-uClKjWmVbP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-uClKjWmVbP .carousel-item {
  justify-content: center;
}
.cid-uClKjWmVbP .carousel-item.active,
.cid-uClKjWmVbP .carousel-item-next,
.cid-uClKjWmVbP .carousel-item-prev {
  display: flex;
}
.cid-uClKjWmVbP .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: gray;
}
.cid-uClKjWmVbP .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uClKjWmVbP .carousel-control-next span {
  padding-left: 5px;
}
.cid-uClKjWmVbP .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uClKjWmVbP .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uClKjWmVbP .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uClKjWmVbP .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uClKjWmVbP .user_desk {
  color: #666666;
}
.cid-uClKjWmVbP .user_text {
  color: #ffffff;
}
.cid-uClKjWmVbP .user_name {
  color: #ffffff;
}
.cid-uDD1ORr0Zz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/0-2-707x679.jpg");
}
.cid-uDD1ORr0Zz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDD1ORr0Zz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDD1ORr0Zz .items-wrapper {
  justify-content: center;
}
.cid-uDD1ORr0Zz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDD1ORr0Zz .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDD1ORr0Zz .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDD1ORr0Zz .content-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uDD1ORr0Zz .form-wrapper {
  padding: 32px 40px;
  background-color: #dedede;
}
@media (max-width: 1200px) {
  .cid-uDD1ORr0Zz .form-wrapper {
    padding: 20px 16px;
  }
}
.cid-uDD1ORr0Zz .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uDD1ORr0Zz .form-wrapper .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uDD1ORr0Zz .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uDD1ORr0Zz .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 2px solid #b9b9b9 !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  height: 34px;
}
@media (max-width: 992px) {
  .cid-uDD1ORr0Zz .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uDD1ORr0Zz .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uDD1ORr0Zz .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #f96e47 !important;
}
.cid-uDD1ORr0Zz .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #b9b9b9;
}
.cid-uDD1ORr0Zz .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uDD1ORr0Zz .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uDD1ORr0Zz .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.cid-uDD1ORr0Zz .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uDD1ORr0Zz .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border-radius: .5rem !important;
}
.cid-uDD1ORr0Zz .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uDD1ORr0Zz .mbr-section-subtitle {
  color: #272b2e;
  text-align: center;
}
.cid-uDhq5lWNmW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09090a;
}
.cid-uDhq5lWNmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDhq5lWNmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDhq5lWNmW img {
  width: 330px;
  height: 120px;
}
@media (max-width: 992px) {
  .cid-uDhq5lWNmW img {
    width: 248px;
    height: 90px;
  }
}
.cid-uDhq5lWNmW .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDhq5lWNmW .content-wrapper {
    margin-bottom: 32px;
    margin-left: -26px;
  }
}
.cid-uDhq5lWNmW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDhq5lWNmW .content-wrapper .text-wrapper {
  margin-left: 16px;
}
.cid-uDhq5lWNmW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDhq5lWNmW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDhq5lWNmW .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDhq5lWNmW .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDhq5lWNmW .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDhq5lWNmW .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uDhq5lWNmW .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDhq5lWNmW .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDhq5lWNmW .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
  align-items: center;
}
.cid-uDhq5lWNmW .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDhq5lWNmW .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uDhq5lWNmW .list-wrapper {
  margin-top: 92px;
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDhq5lWNmW .list-wrapper {
    margin-top: 0px;
    margin-bottom: 32px;
  }
}
.cid-uDhq5lWNmW .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDhq5lWNmW .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDhq5lWNmW .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDhq5lWNmW .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDhq5lWNmW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDhq5lWNmW .list-wrapper .list .item-wrap:hover,
.cid-uDhq5lWNmW .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uDhq5lWNmW .border-wrap {
  height: 1px;
  background-color: #e50a17;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDhq5lWNmW .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDhq5lWNmW .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uDhq5lWNmW .mbr-section-title {
  color: #ffffff;
}
.cid-uDhq5lWNmW .mbr-text {
  color: #ffffff;
}
.cid-uDhq5lWNmW .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uDhq5lWNmW .list {
  color: #ffffff;
}
.cid-uDhq5lWNmW .list,
.cid-uDhq5lWNmW .item-wrap {
  text-align: center;
}
.cid-uJnTgBJQNY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 40px;
}
.cid-uJnTgBJQNY nav.navbar {
  position: fixed;
}
.cid-uJnTgBJQNY .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uJnTgBJQNY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uJnTgBJQNY .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uJnTgBJQNY .dropdown-item:hover,
.cid-uJnTgBJQNY .dropdown-item:focus {
  background: #ffffff !important;
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .dropdown-item:hover span {
  color: white;
}
.cid-uJnTgBJQNY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJnTgBJQNY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJnTgBJQNY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJnTgBJQNY .nav-link {
  position: relative;
}
.cid-uJnTgBJQNY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
.cid-uJnTgBJQNY .iconfont-wrapper {
  color: #ab000a !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJnTgBJQNY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJnTgBJQNY .dropdown-menu,
.cid-uJnTgBJQNY .navbar.opened {
  background: #ffffff !important;
}
.cid-uJnTgBJQNY .nav-item:focus,
.cid-uJnTgBJQNY .nav-link:focus {
  outline: none;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJnTgBJQNY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJnTgBJQNY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJnTgBJQNY .navbar {
  min-height: 40px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJnTgBJQNY .navbar.opened {
  transition: all 0.3s;
}
.cid-uJnTgBJQNY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uJnTgBJQNY .navbar .navbar-logo img {
  border-radius: 6px !important;
  margin-left: -10px;
  padding-top: 3px;
}
.cid-uJnTgBJQNY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJnTgBJQNY .navbar.collapsed {
  justify-content: center;
}
.cid-uJnTgBJQNY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJnTgBJQNY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJnTgBJQNY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJnTgBJQNY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJnTgBJQNY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJnTgBJQNY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar .navbar-logo img {
    width: auto;
    margin-left: -6px;
  }
  .cid-uJnTgBJQNY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uJnTgBJQNY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJnTgBJQNY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJnTgBJQNY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJnTgBJQNY .navbar.navbar-short {
  min-height: 40px;
}
.cid-uJnTgBJQNY .navbar.navbar-short .navbar-brand {
  min-height: 40px;
}
.cid-uJnTgBJQNY .navbar-brand {
  min-height: 40px;
  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-uJnTgBJQNY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJnTgBJQNY .navbar-brand .navbar-caption:hover,
.cid-uJnTgBJQNY .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJnTgBJQNY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJnTgBJQNY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJnTgBJQNY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .dropdown-item.active,
.cid-uJnTgBJQNY .dropdown-item:active {
  background-color: transparent;
}
.cid-uJnTgBJQNY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJnTgBJQNY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJnTgBJQNY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJnTgBJQNY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-uJnTgBJQNY .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uJnTgBJQNY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJnTgBJQNY 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-uJnTgBJQNY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ab000a;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJnTgBJQNY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar {
    height: 40px;
  }
  .cid-uJnTgBJQNY .navbar.opened {
    height: auto;
  }
  .cid-uJnTgBJQNY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJnTgBJQNY .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uJnTgBJQNY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJnTgBJQNY .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uJnTgBJQNY .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJnTgBJQNY .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .nav-item .nav-link:hover::after {
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJnTgBJQNY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJnTgBJQNY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJnTgBJQNY .navbar {
  justify-content: flex-start !important;
}
.cid-uJnTgBJQNY .navbar.opened {
  min-height: 50vh !important;
  justify-content: flex-start !important;
}
.cid-uJnTgBJQNY .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-uJnTgBJQNY .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-uJnTgBJQNY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJnTgBJQNY .navbar.opened {
    min-height: 50vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJnTgBJQNY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJnTgBJQNY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uJnTgBJQNY .content-wrap {
  min-height: 80px;
}
.cid-uJnTgBJQNY .mbr-section-btn .btn::after,
.cid-uJnTgBJQNY .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ab000a, #ab000a 150%);
}
.cid-uJnTgBJQNY .mbr-section-btn .btn:hover,
.cid-uJnTgBJQNY .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uJnTgBJQNY .mbr-section-btn .btn:hover::after,
.cid-uJnTgBJQNY .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ab000a, #ab000a 150%);
  opacity: 1;
}
.cid-uCpTwj8MOS {
  padding-top: 20rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uCpTwj8MOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpTwj8MOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCpTwj8MOS .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uCpTwj8MOS .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uCpTwj8MOS .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uCpTwj8MOS .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uCpTwj8MOS .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCpTwj8MOS .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #e50a17, #f62c38);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uCpTwj8MOS .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uCpTwj8MOS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uCpTwj8MOS .btn-wrapper {
  margin-top: -15%;
}
.cid-uCpTwj8MOS .mbr-section-title {
  color: #272b2e;
}
.cid-uCpTwj8MOS .mbr-text,
.cid-uCpTwj8MOS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uCpTwj8MOS .mbr-section-title,
.cid-uCpTwj8MOS .mbr-section-btn,
.cid-uCpTwj8MOS .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uCpTwjDlEv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uCpTwjDlEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpTwjDlEv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpTwjDlEv .items-wrapper {
  justify-content: flex-end;
}
.cid-uCpTwjDlEv .items-wrapper .card {
  justify-content: center;
}
.cid-uCpTwjDlEv .content-wrapper {
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uCpTwjDlEv .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uCpTwjDlEv .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uCpTwjDlEv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uCpTwjDlEv .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #e50a17, #f62c38);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uCpTwjDlEv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCpTwjDlEv .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uCpTwjDlEv .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uCpTwjDlEv .image-wrapper {
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uCpTwjDlEv .image-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uCpTwjDlEv .image-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uCpTwjDlEv .image-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uCpTwjDlEv .image-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.cid-uCpTwjDlEv .mbr-section-title {
  color: #ffffff;
}
.cid-uCpTwjDlEv .mbr-text {
  color: #b9b9b9;
}
.cid-uCpTwjDlEv .mbr-section-title,
.cid-uCpTwjDlEv .mbr-section-btn {
  color: #ffffff;
}
.cid-uCpTwkgP9e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uCpTwkgP9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpTwkgP9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpTwkgP9e .items-wrap {
  justify-content: center;
}
.cid-uCpTwkgP9e .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCpTwkgP9e .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uCpTwkgP9e .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCpTwkgP9e .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uCpTwkgP9e .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uCpTwkgP9e .item {
    margin-bottom: 16px;
  }
}
.cid-uCpTwkgP9e .item:hover .item-wrapper,
.cid-uCpTwkgP9e .item:focus .item-wrapper {
  border: 2px solid #7dabab;
}
.cid-uCpTwkgP9e .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCpTwkgP9e .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uCpTwkgP9e .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCpTwkgP9e .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uCpTwkgP9e .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #e50a17, #e50a17);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uCpTwkgP9e .item .item-wrapper .card-box .title-wrap .item-title,
.cid-uCpTwkgP9e .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-uCpTwkgP9e .item .item-wrapper .card-box .title-wrap .item-text,
.cid-uCpTwkgP9e .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-uCpTwkgP9e .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-uCpTwkgP9e .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-uCpTwkgP9e .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uCpTwkgP9e .item-title {
  color: #f2f2f2;
}
.cid-uCpTwkgP9e .item-title_2 {
  color: #f2f2f2;
}
.cid-uCpTwkgP9e .item-text {
  color: #b9b9b9;
}
.cid-uCpTwkgP9e .item-text_2 {
  color: #b9b9b9;
}
.cid-uCpTwle6Ex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-uCpTwle6Ex .carousel-item {
  justify-content: center;
}
.cid-uCpTwle6Ex .carousel-item.active,
.cid-uCpTwle6Ex .carousel-item-next,
.cid-uCpTwle6Ex .carousel-item-prev {
  display: flex;
}
.cid-uCpTwle6Ex .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: gray;
}
.cid-uCpTwle6Ex .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uCpTwle6Ex .carousel-control-next span {
  padding-left: 5px;
}
.cid-uCpTwle6Ex .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uCpTwle6Ex .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uCpTwle6Ex .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uCpTwle6Ex .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uCpTwle6Ex .user_desk {
  color: #666666;
}
.cid-uCpTwle6Ex .user_text {
  color: #ffffff;
}
.cid-uCpTwlYngu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1739132370109-1080x1037.jpg");
}
.cid-uCpTwlYngu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpTwlYngu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpTwlYngu .items-wrapper {
  justify-content: center;
}
.cid-uCpTwlYngu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCpTwlYngu .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCpTwlYngu .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uCpTwlYngu .content-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uCpTwlYngu .form-wrapper {
  padding: 32px 40px;
  background-color: #f2f2f2;
}
@media (max-width: 1200px) {
  .cid-uCpTwlYngu .form-wrapper {
    padding: 20px 16px;
  }
}
.cid-uCpTwlYngu .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uCpTwlYngu .form-wrapper .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uCpTwlYngu .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uCpTwlYngu .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 2px solid #b9b9b9 !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  height: 34px;
}
@media (max-width: 992px) {
  .cid-uCpTwlYngu .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uCpTwlYngu .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uCpTwlYngu .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #f96e47 !important;
}
.cid-uCpTwlYngu .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #b9b9b9;
}
.cid-uCpTwlYngu .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uCpTwlYngu .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uCpTwlYngu .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.cid-uCpTwlYngu .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uCpTwlYngu .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border-radius: .5rem !important;
}
.cid-uCpTwlYngu .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uCpTwlYngu .mbr-section-subtitle {
  color: #272b2e;
  text-align: center;
}
.cid-uDhq5lWNmW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09090a;
}
.cid-uDhq5lWNmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDhq5lWNmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDhq5lWNmW img {
  width: 330px;
  height: 120px;
}
@media (max-width: 992px) {
  .cid-uDhq5lWNmW img {
    width: 248px;
    height: 90px;
  }
}
.cid-uDhq5lWNmW .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDhq5lWNmW .content-wrapper {
    margin-bottom: 32px;
    margin-left: -26px;
  }
}
.cid-uDhq5lWNmW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDhq5lWNmW .content-wrapper .text-wrapper {
  margin-left: 16px;
}
.cid-uDhq5lWNmW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDhq5lWNmW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDhq5lWNmW .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDhq5lWNmW .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDhq5lWNmW .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDhq5lWNmW .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uDhq5lWNmW .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDhq5lWNmW .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDhq5lWNmW .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
  align-items: center;
}
.cid-uDhq5lWNmW .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDhq5lWNmW .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uDhq5lWNmW .list-wrapper {
  margin-top: 92px;
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDhq5lWNmW .list-wrapper {
    margin-top: 0px;
    margin-bottom: 32px;
  }
}
.cid-uDhq5lWNmW .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDhq5lWNmW .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDhq5lWNmW .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDhq5lWNmW .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDhq5lWNmW .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDhq5lWNmW .list-wrapper .list .item-wrap:hover,
.cid-uDhq5lWNmW .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uDhq5lWNmW .border-wrap {
  height: 1px;
  background-color: #e50a17;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDhq5lWNmW .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDhq5lWNmW .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uDhq5lWNmW .mbr-section-title {
  color: #ffffff;
}
.cid-uDhq5lWNmW .mbr-text {
  color: #ffffff;
}
.cid-uDhq5lWNmW .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uDhq5lWNmW .list {
  color: #ffffff;
}
.cid-uDhq5lWNmW .list,
.cid-uDhq5lWNmW .item-wrap {
  text-align: center;
}
.cid-uJnTgBJQNY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 40px;
}
.cid-uJnTgBJQNY nav.navbar {
  position: fixed;
}
.cid-uJnTgBJQNY .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uJnTgBJQNY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uJnTgBJQNY .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uJnTgBJQNY .dropdown-item:hover,
.cid-uJnTgBJQNY .dropdown-item:focus {
  background: #ffffff !important;
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .dropdown-item:hover span {
  color: white;
}
.cid-uJnTgBJQNY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJnTgBJQNY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJnTgBJQNY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJnTgBJQNY .nav-link {
  position: relative;
}
.cid-uJnTgBJQNY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
.cid-uJnTgBJQNY .iconfont-wrapper {
  color: #ab000a !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJnTgBJQNY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJnTgBJQNY .dropdown-menu,
.cid-uJnTgBJQNY .navbar.opened {
  background: #ffffff !important;
}
.cid-uJnTgBJQNY .nav-item:focus,
.cid-uJnTgBJQNY .nav-link:focus {
  outline: none;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJnTgBJQNY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJnTgBJQNY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJnTgBJQNY .navbar {
  min-height: 40px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJnTgBJQNY .navbar.opened {
  transition: all 0.3s;
}
.cid-uJnTgBJQNY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uJnTgBJQNY .navbar .navbar-logo img {
  border-radius: 6px !important;
  margin-left: -10px;
  padding-top: 3px;
}
.cid-uJnTgBJQNY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJnTgBJQNY .navbar.collapsed {
  justify-content: center;
}
.cid-uJnTgBJQNY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJnTgBJQNY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJnTgBJQNY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJnTgBJQNY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJnTgBJQNY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJnTgBJQNY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar .navbar-logo img {
    width: auto;
    margin-left: -6px;
  }
  .cid-uJnTgBJQNY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uJnTgBJQNY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJnTgBJQNY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJnTgBJQNY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJnTgBJQNY .navbar.navbar-short {
  min-height: 40px;
}
.cid-uJnTgBJQNY .navbar.navbar-short .navbar-brand {
  min-height: 40px;
}
.cid-uJnTgBJQNY .navbar-brand {
  min-height: 40px;
  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-uJnTgBJQNY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJnTgBJQNY .navbar-brand .navbar-caption:hover,
.cid-uJnTgBJQNY .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJnTgBJQNY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJnTgBJQNY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJnTgBJQNY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .dropdown-item.active,
.cid-uJnTgBJQNY .dropdown-item:active {
  background-color: transparent;
}
.cid-uJnTgBJQNY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJnTgBJQNY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJnTgBJQNY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJnTgBJQNY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-uJnTgBJQNY .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uJnTgBJQNY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJnTgBJQNY 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-uJnTgBJQNY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ab000a;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJnTgBJQNY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar {
    height: 40px;
  }
  .cid-uJnTgBJQNY .navbar.opened {
    height: auto;
  }
  .cid-uJnTgBJQNY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJnTgBJQNY .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uJnTgBJQNY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJnTgBJQNY .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uJnTgBJQNY .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJnTgBJQNY .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .nav-item .nav-link:hover::after {
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJnTgBJQNY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJnTgBJQNY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJnTgBJQNY .navbar {
  justify-content: flex-start !important;
}
.cid-uJnTgBJQNY .navbar.opened {
  min-height: 50vh !important;
  justify-content: flex-start !important;
}
.cid-uJnTgBJQNY .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-uJnTgBJQNY .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-uJnTgBJQNY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJnTgBJQNY .navbar.opened {
    min-height: 50vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJnTgBJQNY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJnTgBJQNY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uJnTgBJQNY .content-wrap {
  min-height: 80px;
}
.cid-uJnTgBJQNY .mbr-section-btn .btn::after,
.cid-uJnTgBJQNY .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ab000a, #ab000a 150%);
}
.cid-uJnTgBJQNY .mbr-section-btn .btn:hover,
.cid-uJnTgBJQNY .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uJnTgBJQNY .mbr-section-btn .btn:hover::after,
.cid-uJnTgBJQNY .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ab000a, #ab000a 150%);
  opacity: 1;
}
.cid-uDBKubqc2p {
  padding-top: 0rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDBKubqc2p .container {
    padding: 0 20px;
  }
}
.cid-uDBKubqc2p .content-wrapper {
  padding: 60px 60px 40px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uDBKubqc2p .content-wrapper {
    padding: 60px 20px 40px;
  }
}
.cid-uDBKubqc2p .content-wrapper .content-wrap {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uDBKubqc2p .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uDBKubqc2p .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDBKubqc2p .content-wrapper .content-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uDBKubqc2p .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDBKubqc2p .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uDBKubqc2p .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDBKubqc2p .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uDBKubqc2p .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 672px;
  max-width: 672px;
}
@media (max-width: 767px) {
  .cid-uDBKubqc2p .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDBKubqc2p .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content {
  padding: 32px;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #e50a17;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap {
    margin-bottom: 20px;
    flex: 1;
  }
}
.cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
  margin: 0;
  text-align: center;
}
.cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
  margin: 0;
  text-align: center;
}
.cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  border: 1px solid #e50a17;
}
.cid-uDBKubqc2p .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 1px solid #272b2e;
  color: #e50a17;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uDBKubqc2p .embla__button--next,
.cid-uDBKubqc2p .embla__button--prev {
  display: flex;
}
.cid-uDBKubqc2p .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uDBKubqc2p .embla__button {
    top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uDBKubqc2p .embla__button {
    display: none;
  }
}
.cid-uDBKubqc2p .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDBKubqc2p .embla__button:hover {
  opacity: 1 !important;
}
.cid-uDBKubqc2p .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uDBKubqc2p .embla__button.embla__button--next {
  right: 30px;
}
.cid-uDBKubqc2p .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uDBKubqc2p .embla {
    padding-top: 100px;
  }
}
.cid-uDBKubqc2p .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uDBKubqc2p .embla__viewport {
    overflow: hidden;
  }
}
.cid-uDBKubqc2p .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDBKubqc2p .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDBKubqc2p .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDBKubqc2p .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uDBKubqc2p .mbr-section-title {
  color: #ffffff;
}
.cid-uDBKubqc2p .mbr-text,
.cid-uDBKubqc2p .text-wrapper {
  color: #f96e47;
  text-align: center;
}
.cid-uDBKubqc2p .name-wrap {
  flex: 1;
}
.cid-uDBKubqc2p .item-name {
  color: #000000;
  text-align: center;
}
.cid-uDBKubqc2p .item-role {
  color: #000000;
  text-align: center;
  font-size: 80%;
}
.cid-uDBKubqc2p .item-name,
.cid-uDBKubqc2p .item-role {
  margin: 0;
}
.cid-uDBKubqc2p .list {
  color: #000000;
}
.cid-uDBKubqc2p .mbr-section-title,
.cid-uDBKubqc2p .mbr-section-btn {
  text-align: center;
  color: #ff967a;
}
.cid-uDBKubqc2p .list,
.cid-uDBKubqc2p .item-wrap {
  color: #e50a17;
  text-align: left;
}
.cid-uDBKubqc2p .content-container {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: right;
}
.cid-uDBKubqc2p .price-section,
.cid-uDBKubqc2p .specs-section {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .cid-uDBKubqc2p .content-container {
    flex-direction: column;
    gap: 1rem;
  }
  .cid-uDBKubqc2p .action-section,
  .cid-uDBKubqc2p .price-section,
  .cid-uDBKubqc2p .specs-section {
    width: 100%;
    text-align: center;
  }
}
.cid-uDBKucLpAA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uDBKucLpAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBKucLpAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBKucLpAA .items-wrapper {
  justify-content: flex-end;
}
.cid-uDBKucLpAA .items-wrapper .card {
  justify-content: center;
}
.cid-uDBKucLpAA .content-wrapper {
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uDBKucLpAA .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDBKucLpAA .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uDBKucLpAA .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDBKucLpAA .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #e50a17, #f62c38);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uDBKucLpAA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDBKucLpAA .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uDBKucLpAA .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDBKucLpAA .image-wrapper {
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uDBKucLpAA .image-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDBKucLpAA .image-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uDBKucLpAA .image-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uDBKucLpAA .image-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.cid-uDBKucLpAA .mbr-section-title {
  color: #ffffff;
}
.cid-uDBKucLpAA .mbr-text {
  color: #b9b9b9;
  text-align: center;
}
.cid-uDBKucLpAA .mbr-section-title,
.cid-uDBKucLpAA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uDBKudMOdB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uDBKudMOdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBKudMOdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBKudMOdB .items-wrap {
  justify-content: center;
}
.cid-uDBKudMOdB .content-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uDBKudMOdB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDBKudMOdB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDBKudMOdB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uDBKudMOdB .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDBKudMOdB .item {
    margin-bottom: 16px;
  }
}
.cid-uDBKudMOdB .item:hover .item-wrapper,
.cid-uDBKudMOdB .item:focus .item-wrapper {
  border: 2px solid #7dabab;
}
.cid-uDBKudMOdB .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDBKudMOdB .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uDBKudMOdB .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDBKudMOdB .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDBKudMOdB .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #e50a17, #e50a17);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uDBKudMOdB .item .item-wrapper .card-box .title-wrap .item-title,
.cid-uDBKudMOdB .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-uDBKudMOdB .item .item-wrapper .card-box .title-wrap .item-text,
.cid-uDBKudMOdB .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-uDBKudMOdB .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-uDBKudMOdB .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-uDBKudMOdB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDBKudMOdB .item-title {
  color: #f2f2f2;
}
.cid-uDBKudMOdB .item-title_2 {
  color: #f2f2f2;
}
.cid-uDBKudMOdB .item-text {
  color: #b9b9b9;
}
.cid-uDBKudMOdB .item-text_2 {
  color: #b9b9b9;
}
.cid-uDBKudMOdB .item-title_2,
.cid-uDBKudMOdB .icon-wrapper {
  text-align: center;
}
.cid-uDBKudMOdB .item-title,
.cid-uDBKudMOdB .icon-wrapper {
  text-align: center;
}
.cid-uDBKueML1h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-uDBKueML1h .carousel-item {
  justify-content: center;
}
.cid-uDBKueML1h .carousel-item.active,
.cid-uDBKueML1h .carousel-item-next,
.cid-uDBKueML1h .carousel-item-prev {
  display: flex;
}
.cid-uDBKueML1h .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: gray;
}
.cid-uDBKueML1h .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uDBKueML1h .carousel-control-next span {
  padding-left: 5px;
}
.cid-uDBKueML1h .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uDBKueML1h .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uDBKueML1h .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uDBKueML1h .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uDBKueML1h .user_desk {
  color: #666666;
}
.cid-uDBKueML1h .user_text {
  color: #ffffff;
}
.cid-uDBKufmllY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1739132370109-1080x1037.jpg");
}
.cid-uDBKufmllY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBKufmllY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBKufmllY .items-wrapper {
  justify-content: center;
}
.cid-uDBKufmllY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDBKufmllY .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDBKufmllY .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDBKufmllY .content-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uDBKufmllY .form-wrapper {
  padding: 32px 40px;
  background-color: #f2f2f2;
}
@media (max-width: 1200px) {
  .cid-uDBKufmllY .form-wrapper {
    padding: 20px 16px;
  }
}
.cid-uDBKufmllY .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uDBKufmllY .form-wrapper .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uDBKufmllY .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uDBKufmllY .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 2px solid #b9b9b9 !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  height: 34px;
}
@media (max-width: 992px) {
  .cid-uDBKufmllY .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uDBKufmllY .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uDBKufmllY .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #f96e47 !important;
}
.cid-uDBKufmllY .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #b9b9b9;
}
.cid-uDBKufmllY .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uDBKufmllY .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uDBKufmllY .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.cid-uDBKufmllY .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uDBKufmllY .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border-radius: .5rem !important;
}
.cid-uDBKufmllY .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uDBKufmllY .mbr-section-subtitle {
  color: #272b2e;
  text-align: center;
}
.cid-uDBKufW5pK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09090a;
}
.cid-uDBKufW5pK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDBKufW5pK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDBKufW5pK img {
  width: 330px;
  height: 120px;
}
@media (max-width: 992px) {
  .cid-uDBKufW5pK img {
    width: 248px;
    height: 90px;
  }
}
.cid-uDBKufW5pK .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDBKufW5pK .content-wrapper {
    margin-bottom: 32px;
    margin-left: -26px;
  }
}
.cid-uDBKufW5pK .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDBKufW5pK .content-wrapper .text-wrapper {
  margin-left: 16px;
}
.cid-uDBKufW5pK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDBKufW5pK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDBKufW5pK .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDBKufW5pK .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDBKufW5pK .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDBKufW5pK .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uDBKufW5pK .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDBKufW5pK .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDBKufW5pK .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
  align-items: center;
}
.cid-uDBKufW5pK .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDBKufW5pK .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uDBKufW5pK .list-wrapper {
  margin-top: 92px;
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDBKufW5pK .list-wrapper {
    margin-top: 0px;
    margin-bottom: 32px;
  }
}
.cid-uDBKufW5pK .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDBKufW5pK .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDBKufW5pK .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDBKufW5pK .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDBKufW5pK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDBKufW5pK .list-wrapper .list .item-wrap:hover,
.cid-uDBKufW5pK .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uDBKufW5pK .border-wrap {
  height: 1px;
  background-color: #e50a17;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDBKufW5pK .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDBKufW5pK .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uDBKufW5pK .mbr-section-title {
  color: #ffffff;
}
.cid-uDBKufW5pK .mbr-text {
  color: #ffffff;
}
.cid-uDBKufW5pK .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uDBKufW5pK .list {
  color: #ffffff;
}
.cid-uDBKufW5pK .list,
.cid-uDBKufW5pK .item-wrap {
  text-align: center;
}
.cid-uJnTgBJQNY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 40px;
}
.cid-uJnTgBJQNY nav.navbar {
  position: fixed;
}
.cid-uJnTgBJQNY .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uJnTgBJQNY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uJnTgBJQNY .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uJnTgBJQNY .dropdown-item:hover,
.cid-uJnTgBJQNY .dropdown-item:focus {
  background: #ffffff !important;
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .dropdown-item:hover span {
  color: white;
}
.cid-uJnTgBJQNY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJnTgBJQNY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJnTgBJQNY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJnTgBJQNY .nav-link {
  position: relative;
}
.cid-uJnTgBJQNY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
.cid-uJnTgBJQNY .iconfont-wrapper {
  color: #ab000a !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJnTgBJQNY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJnTgBJQNY .dropdown-menu,
.cid-uJnTgBJQNY .navbar.opened {
  background: #ffffff !important;
}
.cid-uJnTgBJQNY .nav-item:focus,
.cid-uJnTgBJQNY .nav-link:focus {
  outline: none;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJnTgBJQNY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJnTgBJQNY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJnTgBJQNY .navbar {
  min-height: 40px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJnTgBJQNY .navbar.opened {
  transition: all 0.3s;
}
.cid-uJnTgBJQNY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uJnTgBJQNY .navbar .navbar-logo img {
  border-radius: 6px !important;
  margin-left: -10px;
  padding-top: 3px;
}
.cid-uJnTgBJQNY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJnTgBJQNY .navbar.collapsed {
  justify-content: center;
}
.cid-uJnTgBJQNY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJnTgBJQNY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJnTgBJQNY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJnTgBJQNY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJnTgBJQNY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJnTgBJQNY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar .navbar-logo img {
    width: auto;
    margin-left: -6px;
  }
  .cid-uJnTgBJQNY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uJnTgBJQNY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJnTgBJQNY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJnTgBJQNY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJnTgBJQNY .navbar.navbar-short {
  min-height: 40px;
}
.cid-uJnTgBJQNY .navbar.navbar-short .navbar-brand {
  min-height: 40px;
}
.cid-uJnTgBJQNY .navbar-brand {
  min-height: 40px;
  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-uJnTgBJQNY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJnTgBJQNY .navbar-brand .navbar-caption:hover,
.cid-uJnTgBJQNY .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJnTgBJQNY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJnTgBJQNY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJnTgBJQNY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .dropdown-item.active,
.cid-uJnTgBJQNY .dropdown-item:active {
  background-color: transparent;
}
.cid-uJnTgBJQNY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJnTgBJQNY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJnTgBJQNY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJnTgBJQNY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-uJnTgBJQNY .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uJnTgBJQNY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJnTgBJQNY 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-uJnTgBJQNY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ab000a;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJnTgBJQNY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar {
    height: 40px;
  }
  .cid-uJnTgBJQNY .navbar.opened {
    height: auto;
  }
  .cid-uJnTgBJQNY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJnTgBJQNY .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uJnTgBJQNY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJnTgBJQNY .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uJnTgBJQNY .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJnTgBJQNY .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .nav-item .nav-link:hover::after {
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJnTgBJQNY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJnTgBJQNY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJnTgBJQNY .navbar {
  justify-content: flex-start !important;
}
.cid-uJnTgBJQNY .navbar.opened {
  min-height: 50vh !important;
  justify-content: flex-start !important;
}
.cid-uJnTgBJQNY .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-uJnTgBJQNY .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-uJnTgBJQNY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJnTgBJQNY .navbar.opened {
    min-height: 50vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJnTgBJQNY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJnTgBJQNY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uJnTgBJQNY .content-wrap {
  min-height: 80px;
}
.cid-uJnTgBJQNY .mbr-section-btn .btn::after,
.cid-uJnTgBJQNY .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ab000a, #ab000a 150%);
}
.cid-uJnTgBJQNY .mbr-section-btn .btn:hover,
.cid-uJnTgBJQNY .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uJnTgBJQNY .mbr-section-btn .btn:hover::after,
.cid-uJnTgBJQNY .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ab000a, #ab000a 150%);
  opacity: 1;
}
.cid-uDEx7ozNVu {
  padding-top: 2rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDEx7ozNVu .container {
    padding: 0 20px;
  }
}
.cid-uDEx7ozNVu .content-wrapper {
  padding: 60px 60px 40px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uDEx7ozNVu .content-wrapper {
    padding: 60px 20px 40px;
  }
}
.cid-uDEx7ozNVu .content-wrapper .content-wrap {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uDEx7ozNVu .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uDEx7ozNVu .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDEx7ozNVu .content-wrapper .content-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uDEx7ozNVu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDEx7ozNVu .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uDEx7ozNVu .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDEx7ozNVu .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uDEx7ozNVu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 672px;
  max-width: 672px;
}
@media (max-width: 767px) {
  .cid-uDEx7ozNVu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDEx7ozNVu .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content {
  padding: 0px;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #e50a17;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap {
    margin-bottom: 20px;
    flex: 1;
  }
}
.cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
  margin: 0;
  text-align: center;
}
.cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
  margin: 0;
  text-align: center;
}
.cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  border: 1px solid #e50a17;
}
.cid-uDEx7ozNVu .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 1px solid #272b2e;
  color: #e50a17;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uDEx7ozNVu .embla__button--next,
.cid-uDEx7ozNVu .embla__button--prev {
  display: flex;
}
.cid-uDEx7ozNVu .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uDEx7ozNVu .embla__button {
    top: 2.5rem;
  }
}
.cid-uDEx7ozNVu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDEx7ozNVu .embla__button:hover {
  opacity: 1 !important;
}
.cid-uDEx7ozNVu .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uDEx7ozNVu .embla__button.embla__button--next {
  right: 30px;
}
.cid-uDEx7ozNVu .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uDEx7ozNVu .embla {
    padding-top: 100px;
  }
}
.cid-uDEx7ozNVu .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uDEx7ozNVu .embla__viewport {
    overflow: hidden;
  }
}
.cid-uDEx7ozNVu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDEx7ozNVu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDEx7ozNVu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDEx7ozNVu .mbr-desc {
  color: #09090a;
  text-align: center;
}
.cid-uDEx7ozNVu .mbr-section-title {
  color: #ffffff;
}
.cid-uDEx7ozNVu .mbr-text,
.cid-uDEx7ozNVu .text-wrapper {
  color: #f96e47;
  text-align: center;
}
.cid-uDEx7ozNVu .name-wrap {
  flex: 1;
}
.cid-uDEx7ozNVu .item-name {
  color: #000000;
  text-align: center;
}
.cid-uDEx7ozNVu .item-role {
  color: #000000;
  text-align: center;
  font-size: 80%;
}
.cid-uDEx7ozNVu .item-name,
.cid-uDEx7ozNVu .item-role {
  margin: 0;
}
.cid-uDEx7ozNVu .list {
  color: #000000;
}
.cid-uDEx7ozNVu .mbr-section-title,
.cid-uDEx7ozNVu .mbr-section-btn {
  text-align: center;
  color: #ff967a;
}
.cid-uDEx7ozNVu .list,
.cid-uDEx7ozNVu .item-wrap {
  color: #e50a17;
  text-align: left;
}
.cid-uDEx7ozNVu .content-container {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: right;
}
.cid-uDEx7ozNVu .price-section,
.cid-uDEx7ozNVu .specs-section {
  flex: 1;
}
.cid-uDEx7ozNVu .price-section {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-uDEx7ozNVu .price-section {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .cid-uDEx7ozNVu .content-container {
    flex-direction: column;
    gap: 1rem;
  }
  .cid-uDEx7ozNVu .action-section,
  .cid-uDEx7ozNVu .price-section,
  .cid-uDEx7ozNVu .specs-section {
    width: 100%;
    text-align: center;
  }
}
.cid-uDEx7p9TzZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uDEx7p9TzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDEx7p9TzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDEx7p9TzZ .items-wrapper {
  justify-content: flex-end;
}
.cid-uDEx7p9TzZ .items-wrapper .card {
  justify-content: center;
}
.cid-uDEx7p9TzZ .content-wrapper {
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uDEx7p9TzZ .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDEx7p9TzZ .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uDEx7p9TzZ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDEx7p9TzZ .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #e50a17, #f62c38);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uDEx7p9TzZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDEx7p9TzZ .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uDEx7p9TzZ .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDEx7p9TzZ .image-wrapper {
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uDEx7p9TzZ .image-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDEx7p9TzZ .image-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uDEx7p9TzZ .image-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uDEx7p9TzZ .image-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.cid-uDEx7p9TzZ .mbr-section-title {
  color: #ffffff;
}
.cid-uDEx7p9TzZ .mbr-text {
  color: #b9b9b9;
  text-align: center;
}
.cid-uDEx7p9TzZ .mbr-section-title,
.cid-uDEx7p9TzZ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uDEx7pAN5V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uDEx7pAN5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDEx7pAN5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDEx7pAN5V .items-wrap {
  justify-content: center;
}
.cid-uDEx7pAN5V .content-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uDEx7pAN5V .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDEx7pAN5V .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDEx7pAN5V .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uDEx7pAN5V .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDEx7pAN5V .item {
    margin-bottom: 16px;
  }
}
.cid-uDEx7pAN5V .item:hover .item-wrapper,
.cid-uDEx7pAN5V .item:focus .item-wrapper {
  border: 2px solid #e50a17;
}
.cid-uDEx7pAN5V .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDEx7pAN5V .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uDEx7pAN5V .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDEx7pAN5V .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDEx7pAN5V .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #e50a17, #e50a17);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uDEx7pAN5V .item .item-wrapper .card-box .title-wrap .item-title,
.cid-uDEx7pAN5V .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-uDEx7pAN5V .item .item-wrapper .card-box .title-wrap .item-text,
.cid-uDEx7pAN5V .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-uDEx7pAN5V .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-uDEx7pAN5V .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-uDEx7pAN5V .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDEx7pAN5V .item-title {
  color: #f2f2f2;
}
.cid-uDEx7pAN5V .item-title_2 {
  color: #f2f2f2;
}
.cid-uDEx7pAN5V .item-text {
  color: #b9b9b9;
}
.cid-uDEx7pAN5V .item-text_2 {
  color: #b9b9b9;
}
.cid-uDEx7pAN5V .item-title_2,
.cid-uDEx7pAN5V .icon-wrapper {
  text-align: center;
}
.cid-uDEx7pAN5V .item-title,
.cid-uDEx7pAN5V .icon-wrapper {
  text-align: center;
}
.cid-uDEx7q3Kqr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-uDEx7q3Kqr .carousel-item {
  justify-content: center;
}
.cid-uDEx7q3Kqr .carousel-item.active,
.cid-uDEx7q3Kqr .carousel-item-next,
.cid-uDEx7q3Kqr .carousel-item-prev {
  display: flex;
}
.cid-uDEx7q3Kqr .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: gray;
}
.cid-uDEx7q3Kqr .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uDEx7q3Kqr .carousel-control-next span {
  padding-left: 5px;
}
.cid-uDEx7q3Kqr .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uDEx7q3Kqr .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uDEx7q3Kqr .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uDEx7q3Kqr .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uDEx7q3Kqr .user_desk {
  color: #666666;
}
.cid-uDEx7q3Kqr .user_text {
  color: #ffffff;
}
.cid-uDEx7q3Kqr .user_name {
  color: #ffffff;
}
.cid-uDEx7qB14U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/0-2-707x679.jpg");
}
.cid-uDEx7qB14U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDEx7qB14U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDEx7qB14U .items-wrapper {
  justify-content: center;
}
.cid-uDEx7qB14U .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDEx7qB14U .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDEx7qB14U .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDEx7qB14U .content-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uDEx7qB14U .form-wrapper {
  padding: 32px 40px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-uDEx7qB14U .form-wrapper {
    padding: 20px 16px;
  }
}
.cid-uDEx7qB14U .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uDEx7qB14U .form-wrapper .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uDEx7qB14U .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uDEx7qB14U .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 2px solid #b9b9b9 !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  height: 34px;
}
@media (max-width: 992px) {
  .cid-uDEx7qB14U .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uDEx7qB14U .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uDEx7qB14U .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #f96e47 !important;
}
.cid-uDEx7qB14U .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #b9b9b9;
}
.cid-uDEx7qB14U .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uDEx7qB14U .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uDEx7qB14U .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.cid-uDEx7qB14U .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uDEx7qB14U .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border-radius: .5rem !important;
}
.cid-uDEx7qB14U .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uDEx7qB14U .mbr-section-subtitle {
  color: #272b2e;
  text-align: center;
}
.cid-uDEx7ruMig {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09090a;
}
.cid-uDEx7ruMig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDEx7ruMig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDEx7ruMig img {
  width: 330px;
  height: 120px;
}
@media (max-width: 992px) {
  .cid-uDEx7ruMig img {
    width: 248px;
    height: 90px;
  }
}
.cid-uDEx7ruMig .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDEx7ruMig .content-wrapper {
    margin-bottom: 32px;
    margin-left: -26px;
  }
}
.cid-uDEx7ruMig .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDEx7ruMig .content-wrapper .text-wrapper {
  margin-left: 16px;
}
.cid-uDEx7ruMig .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDEx7ruMig .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDEx7ruMig .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDEx7ruMig .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDEx7ruMig .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDEx7ruMig .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uDEx7ruMig .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDEx7ruMig .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDEx7ruMig .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
  align-items: center;
}
.cid-uDEx7ruMig .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDEx7ruMig .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uDEx7ruMig .list-wrapper {
  margin-top: 92px;
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDEx7ruMig .list-wrapper {
    margin-top: 0px;
    margin-bottom: 32px;
  }
}
.cid-uDEx7ruMig .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDEx7ruMig .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDEx7ruMig .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDEx7ruMig .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDEx7ruMig .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDEx7ruMig .list-wrapper .list .item-wrap:hover,
.cid-uDEx7ruMig .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uDEx7ruMig .border-wrap {
  height: 1px;
  background-color: #e50a17;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDEx7ruMig .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDEx7ruMig .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uDEx7ruMig .mbr-section-title {
  color: #ffffff;
}
.cid-uDEx7ruMig .mbr-text {
  color: #ffffff;
}
.cid-uDEx7ruMig .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uDEx7ruMig .list {
  color: #ffffff;
}
.cid-uDEx7ruMig .list,
.cid-uDEx7ruMig .item-wrap {
  text-align: center;
}
.cid-uJnTgBJQNY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 40px;
}
.cid-uJnTgBJQNY nav.navbar {
  position: fixed;
}
.cid-uJnTgBJQNY .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uJnTgBJQNY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uJnTgBJQNY .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uJnTgBJQNY .dropdown-item:hover,
.cid-uJnTgBJQNY .dropdown-item:focus {
  background: #ffffff !important;
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .dropdown-item:hover span {
  color: white;
}
.cid-uJnTgBJQNY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJnTgBJQNY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJnTgBJQNY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJnTgBJQNY .nav-link {
  position: relative;
}
.cid-uJnTgBJQNY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
.cid-uJnTgBJQNY .iconfont-wrapper {
  color: #ab000a !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJnTgBJQNY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJnTgBJQNY .dropdown-menu,
.cid-uJnTgBJQNY .navbar.opened {
  background: #ffffff !important;
}
.cid-uJnTgBJQNY .nav-item:focus,
.cid-uJnTgBJQNY .nav-link:focus {
  outline: none;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJnTgBJQNY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJnTgBJQNY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJnTgBJQNY .navbar {
  min-height: 40px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJnTgBJQNY .navbar.opened {
  transition: all 0.3s;
}
.cid-uJnTgBJQNY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uJnTgBJQNY .navbar .navbar-logo img {
  border-radius: 6px !important;
  margin-left: -10px;
  padding-top: 3px;
}
.cid-uJnTgBJQNY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJnTgBJQNY .navbar.collapsed {
  justify-content: center;
}
.cid-uJnTgBJQNY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJnTgBJQNY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJnTgBJQNY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJnTgBJQNY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJnTgBJQNY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJnTgBJQNY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar .navbar-logo img {
    width: auto;
    margin-left: -6px;
  }
  .cid-uJnTgBJQNY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uJnTgBJQNY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJnTgBJQNY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJnTgBJQNY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJnTgBJQNY .navbar.navbar-short {
  min-height: 40px;
}
.cid-uJnTgBJQNY .navbar.navbar-short .navbar-brand {
  min-height: 40px;
}
.cid-uJnTgBJQNY .navbar-brand {
  min-height: 40px;
  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-uJnTgBJQNY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJnTgBJQNY .navbar-brand .navbar-caption:hover,
.cid-uJnTgBJQNY .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJnTgBJQNY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJnTgBJQNY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJnTgBJQNY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .dropdown-item.active,
.cid-uJnTgBJQNY .dropdown-item:active {
  background-color: transparent;
}
.cid-uJnTgBJQNY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJnTgBJQNY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJnTgBJQNY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJnTgBJQNY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-uJnTgBJQNY .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uJnTgBJQNY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJnTgBJQNY 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-uJnTgBJQNY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ab000a;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJnTgBJQNY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar {
    height: 40px;
  }
  .cid-uJnTgBJQNY .navbar.opened {
    height: auto;
  }
  .cid-uJnTgBJQNY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJnTgBJQNY .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uJnTgBJQNY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJnTgBJQNY .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uJnTgBJQNY .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJnTgBJQNY .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .nav-item .nav-link:hover::after {
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJnTgBJQNY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJnTgBJQNY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJnTgBJQNY .navbar {
  justify-content: flex-start !important;
}
.cid-uJnTgBJQNY .navbar.opened {
  min-height: 50vh !important;
  justify-content: flex-start !important;
}
.cid-uJnTgBJQNY .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-uJnTgBJQNY .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-uJnTgBJQNY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJnTgBJQNY .navbar.opened {
    min-height: 50vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJnTgBJQNY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJnTgBJQNY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uJnTgBJQNY .content-wrap {
  min-height: 80px;
}
.cid-uJnTgBJQNY .mbr-section-btn .btn::after,
.cid-uJnTgBJQNY .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ab000a, #ab000a 150%);
}
.cid-uJnTgBJQNY .mbr-section-btn .btn:hover,
.cid-uJnTgBJQNY .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uJnTgBJQNY .mbr-section-btn .btn:hover::after,
.cid-uJnTgBJQNY .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ab000a, #ab000a 150%);
  opacity: 1;
}
.cid-uDYjAG4QSo {
  padding-top: 3rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDYjAG4QSo .container {
    padding: 0 20px;
  }
}
.cid-uDYjAG4QSo .content-wrapper {
  padding: 60px 60px 40px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uDYjAG4QSo .content-wrapper {
    padding: 60px 20px 40px;
  }
}
.cid-uDYjAG4QSo .content-wrapper .content-wrap {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uDYjAG4QSo .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uDYjAG4QSo .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDYjAG4QSo .content-wrapper .content-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uDYjAG4QSo .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDYjAG4QSo .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uDYjAG4QSo .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDYjAG4QSo .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uDYjAG4QSo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 672px;
  max-width: 672px;
}
@media (max-width: 767px) {
  .cid-uDYjAG4QSo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uDYjAG4QSo .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content {
  padding: 0px;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #e50a17;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap {
    margin-bottom: 20px;
    flex: 1;
  }
}
.cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
  margin: 0;
  text-align: center;
}
.cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
  margin: 0;
  text-align: center;
}
.cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  border: 1px solid #e50a17;
}
.cid-uDYjAG4QSo .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 1px solid #272b2e;
  color: #e50a17;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uDYjAG4QSo .embla__button--next,
.cid-uDYjAG4QSo .embla__button--prev {
  display: flex;
}
.cid-uDYjAG4QSo .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uDYjAG4QSo .embla__button {
    top: 2.5rem;
  }
}
.cid-uDYjAG4QSo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uDYjAG4QSo .embla__button:hover {
  opacity: 1 !important;
}
.cid-uDYjAG4QSo .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uDYjAG4QSo .embla__button.embla__button--next {
  right: 30px;
}
.cid-uDYjAG4QSo .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uDYjAG4QSo .embla {
    padding-top: 100px;
  }
}
.cid-uDYjAG4QSo .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uDYjAG4QSo .embla__viewport {
    overflow: hidden;
  }
}
.cid-uDYjAG4QSo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uDYjAG4QSo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uDYjAG4QSo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uDYjAG4QSo .mbr-desc {
  color: #09090a;
  text-align: center;
}
.cid-uDYjAG4QSo .mbr-section-title {
  color: #ffffff;
}
.cid-uDYjAG4QSo .mbr-text,
.cid-uDYjAG4QSo .text-wrapper {
  color: #f96e47;
  text-align: center;
}
.cid-uDYjAG4QSo .name-wrap {
  flex: 1;
}
.cid-uDYjAG4QSo .item-name {
  color: #000000;
  text-align: center;
}
.cid-uDYjAG4QSo .item-role {
  color: #000000;
  text-align: center;
  font-size: 80%;
}
.cid-uDYjAG4QSo .item-name,
.cid-uDYjAG4QSo .item-role {
  margin: 0;
}
.cid-uDYjAG4QSo .list {
  color: #000000;
}
.cid-uDYjAG4QSo .mbr-section-title,
.cid-uDYjAG4QSo .mbr-section-btn {
  text-align: center;
  color: #ff967a;
}
.cid-uDYjAG4QSo .list,
.cid-uDYjAG4QSo .item-wrap {
  color: #e50a17;
  text-align: left;
}
.cid-uDYjAG4QSo .content-container {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: right;
}
.cid-uDYjAG4QSo .price-section,
.cid-uDYjAG4QSo .specs-section {
  flex: 1;
}
.cid-uDYjAG4QSo .price-section {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-uDYjAG4QSo .price-section {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .cid-uDYjAG4QSo .content-container {
    flex-direction: column;
    gap: 1rem;
  }
  .cid-uDYjAG4QSo .action-section,
  .cid-uDYjAG4QSo .price-section,
  .cid-uDYjAG4QSo .specs-section {
    width: 100%;
    text-align: center;
  }
}
.cid-uDYjAGE5gh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uDYjAGE5gh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDYjAGE5gh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDYjAGE5gh .items-wrapper {
  justify-content: flex-end;
}
.cid-uDYjAGE5gh .items-wrapper .card {
  justify-content: center;
}
.cid-uDYjAGE5gh .content-wrapper {
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uDYjAGE5gh .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uDYjAGE5gh .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uDYjAGE5gh .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDYjAGE5gh .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #e50a17, #f62c38);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uDYjAGE5gh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDYjAGE5gh .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uDYjAGE5gh .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uDYjAGE5gh .image-wrapper {
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uDYjAGE5gh .image-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDYjAGE5gh .image-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uDYjAGE5gh .image-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uDYjAGE5gh .image-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDYjAGE5gh .image-wrapper .item .item-wrapper .item-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.cid-uDYjAGE5gh .mbr-section-title {
  color: #ffffff;
}
.cid-uDYjAGE5gh .mbr-text {
  color: #b9b9b9;
  text-align: center;
}
.cid-uDYjAGE5gh .mbr-section-title,
.cid-uDYjAGE5gh .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uDYjAH4MVd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uDYjAH4MVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDYjAH4MVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDYjAH4MVd .items-wrap {
  justify-content: center;
}
.cid-uDYjAH4MVd .content-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uDYjAH4MVd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDYjAH4MVd .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDYjAH4MVd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uDYjAH4MVd .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uDYjAH4MVd .item {
    margin-bottom: 16px;
  }
}
.cid-uDYjAH4MVd .item:hover .item-wrapper,
.cid-uDYjAH4MVd .item:focus .item-wrapper {
  border: 2px solid #e50a17;
}
.cid-uDYjAH4MVd .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDYjAH4MVd .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uDYjAH4MVd .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDYjAH4MVd .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDYjAH4MVd .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #e50a17, #e50a17);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uDYjAH4MVd .item .item-wrapper .card-box .title-wrap .item-title,
.cid-uDYjAH4MVd .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-uDYjAH4MVd .item .item-wrapper .card-box .title-wrap .item-text,
.cid-uDYjAH4MVd .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-uDYjAH4MVd .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-uDYjAH4MVd .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-uDYjAH4MVd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDYjAH4MVd .item-title {
  color: #f2f2f2;
}
.cid-uDYjAH4MVd .item-title_2 {
  color: #f2f2f2;
}
.cid-uDYjAH4MVd .item-text {
  color: #b9b9b9;
}
.cid-uDYjAH4MVd .item-text_2 {
  color: #b9b9b9;
}
.cid-uDYjAH4MVd .item-title_2,
.cid-uDYjAH4MVd .icon-wrapper {
  text-align: center;
}
.cid-uDYjAH4MVd .item-title,
.cid-uDYjAH4MVd .icon-wrapper {
  text-align: center;
}
.cid-uDYjAHvDqA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-uDYjAHvDqA .carousel-item {
  justify-content: center;
}
.cid-uDYjAHvDqA .carousel-item.active,
.cid-uDYjAHvDqA .carousel-item-next,
.cid-uDYjAHvDqA .carousel-item-prev {
  display: flex;
}
.cid-uDYjAHvDqA .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: gray;
}
.cid-uDYjAHvDqA .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uDYjAHvDqA .carousel-control-next span {
  padding-left: 5px;
}
.cid-uDYjAHvDqA .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uDYjAHvDqA .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uDYjAHvDqA .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uDYjAHvDqA .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uDYjAHvDqA .user_desk {
  color: #666666;
}
.cid-uDYjAHvDqA .user_text {
  color: #ffffff;
}
.cid-uDYjAHvDqA .user_name {
  color: #ffffff;
}
.cid-uDYjAI2m9d {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/0-2-707x679.jpg");
}
.cid-uDYjAI2m9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDYjAI2m9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDYjAI2m9d .items-wrapper {
  justify-content: center;
}
.cid-uDYjAI2m9d .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDYjAI2m9d .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uDYjAI2m9d .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDYjAI2m9d .content-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uDYjAI2m9d .form-wrapper {
  padding: 32px 40px;
  background-color: #dedede;
}
@media (max-width: 1200px) {
  .cid-uDYjAI2m9d .form-wrapper {
    padding: 20px 16px;
  }
}
.cid-uDYjAI2m9d .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uDYjAI2m9d .form-wrapper .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uDYjAI2m9d .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uDYjAI2m9d .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 2px solid #b9b9b9 !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  height: 34px;
}
@media (max-width: 992px) {
  .cid-uDYjAI2m9d .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uDYjAI2m9d .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uDYjAI2m9d .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #f96e47 !important;
}
.cid-uDYjAI2m9d .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #b9b9b9;
}
.cid-uDYjAI2m9d .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uDYjAI2m9d .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uDYjAI2m9d .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.cid-uDYjAI2m9d .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uDYjAI2m9d .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border-radius: .5rem !important;
}
.cid-uDYjAI2m9d .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uDYjAI2m9d .mbr-section-subtitle {
  color: #272b2e;
  text-align: center;
}
.cid-uDYjAIT0Pv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09090a;
}
.cid-uDYjAIT0Pv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDYjAIT0Pv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDYjAIT0Pv img {
  width: 330px;
  height: 120px;
}
@media (max-width: 992px) {
  .cid-uDYjAIT0Pv img {
    width: 248px;
    height: 90px;
  }
}
.cid-uDYjAIT0Pv .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDYjAIT0Pv .content-wrapper {
    margin-bottom: 32px;
    margin-left: -26px;
  }
}
.cid-uDYjAIT0Pv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uDYjAIT0Pv .content-wrapper .text-wrapper {
  margin-left: 16px;
}
.cid-uDYjAIT0Pv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uDYjAIT0Pv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDYjAIT0Pv .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDYjAIT0Pv .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDYjAIT0Pv .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDYjAIT0Pv .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uDYjAIT0Pv .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uDYjAIT0Pv .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDYjAIT0Pv .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
  align-items: center;
}
.cid-uDYjAIT0Pv .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uDYjAIT0Pv .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uDYjAIT0Pv .list-wrapper {
  margin-top: 92px;
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uDYjAIT0Pv .list-wrapper {
    margin-top: 0px;
    margin-bottom: 32px;
  }
}
.cid-uDYjAIT0Pv .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uDYjAIT0Pv .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDYjAIT0Pv .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDYjAIT0Pv .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uDYjAIT0Pv .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDYjAIT0Pv .list-wrapper .list .item-wrap:hover,
.cid-uDYjAIT0Pv .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uDYjAIT0Pv .border-wrap {
  height: 1px;
  background-color: #e50a17;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uDYjAIT0Pv .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uDYjAIT0Pv .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uDYjAIT0Pv .mbr-section-title {
  color: #ffffff;
}
.cid-uDYjAIT0Pv .mbr-text {
  color: #ffffff;
}
.cid-uDYjAIT0Pv .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uDYjAIT0Pv .list {
  color: #ffffff;
}
.cid-uDYjAIT0Pv .list,
.cid-uDYjAIT0Pv .item-wrap {
  text-align: center;
}
.cid-uJnTgBJQNY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 40px;
}
.cid-uJnTgBJQNY nav.navbar {
  position: fixed;
}
.cid-uJnTgBJQNY .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uJnTgBJQNY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uJnTgBJQNY .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uJnTgBJQNY .dropdown-item:hover,
.cid-uJnTgBJQNY .dropdown-item:focus {
  background: #ffffff !important;
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .dropdown-item:hover span {
  color: white;
}
.cid-uJnTgBJQNY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJnTgBJQNY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJnTgBJQNY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJnTgBJQNY .nav-link {
  position: relative;
}
.cid-uJnTgBJQNY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
.cid-uJnTgBJQNY .iconfont-wrapper {
  color: #ab000a !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJnTgBJQNY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJnTgBJQNY .dropdown-menu,
.cid-uJnTgBJQNY .navbar.opened {
  background: #ffffff !important;
}
.cid-uJnTgBJQNY .nav-item:focus,
.cid-uJnTgBJQNY .nav-link:focus {
  outline: none;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJnTgBJQNY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJnTgBJQNY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJnTgBJQNY .navbar {
  min-height: 40px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJnTgBJQNY .navbar.opened {
  transition: all 0.3s;
}
.cid-uJnTgBJQNY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uJnTgBJQNY .navbar .navbar-logo img {
  border-radius: 6px !important;
  margin-left: -10px;
  padding-top: 3px;
}
.cid-uJnTgBJQNY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJnTgBJQNY .navbar.collapsed {
  justify-content: center;
}
.cid-uJnTgBJQNY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJnTgBJQNY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJnTgBJQNY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJnTgBJQNY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJnTgBJQNY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJnTgBJQNY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar .navbar-logo img {
    width: auto;
    margin-left: -6px;
  }
  .cid-uJnTgBJQNY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uJnTgBJQNY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJnTgBJQNY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJnTgBJQNY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJnTgBJQNY .navbar.navbar-short {
  min-height: 40px;
}
.cid-uJnTgBJQNY .navbar.navbar-short .navbar-brand {
  min-height: 40px;
}
.cid-uJnTgBJQNY .navbar-brand {
  min-height: 40px;
  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-uJnTgBJQNY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJnTgBJQNY .navbar-brand .navbar-caption:hover,
.cid-uJnTgBJQNY .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJnTgBJQNY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJnTgBJQNY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJnTgBJQNY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .dropdown-item.active,
.cid-uJnTgBJQNY .dropdown-item:active {
  background-color: transparent;
}
.cid-uJnTgBJQNY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJnTgBJQNY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJnTgBJQNY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJnTgBJQNY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-uJnTgBJQNY .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uJnTgBJQNY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJnTgBJQNY 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-uJnTgBJQNY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ab000a;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJnTgBJQNY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar {
    height: 40px;
  }
  .cid-uJnTgBJQNY .navbar.opened {
    height: auto;
  }
  .cid-uJnTgBJQNY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJnTgBJQNY .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uJnTgBJQNY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJnTgBJQNY .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uJnTgBJQNY .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJnTgBJQNY .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .nav-item .nav-link:hover::after {
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJnTgBJQNY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJnTgBJQNY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJnTgBJQNY .navbar {
  justify-content: flex-start !important;
}
.cid-uJnTgBJQNY .navbar.opened {
  min-height: 50vh !important;
  justify-content: flex-start !important;
}
.cid-uJnTgBJQNY .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-uJnTgBJQNY .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-uJnTgBJQNY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJnTgBJQNY .navbar.opened {
    min-height: 50vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJnTgBJQNY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJnTgBJQNY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uJnTgBJQNY .content-wrap {
  min-height: 80px;
}
.cid-uJnTgBJQNY .mbr-section-btn .btn::after,
.cid-uJnTgBJQNY .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ab000a, #ab000a 150%);
}
.cid-uJnTgBJQNY .mbr-section-btn .btn:hover,
.cid-uJnTgBJQNY .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uJnTgBJQNY .mbr-section-btn .btn:hover::after,
.cid-uJnTgBJQNY .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ab000a, #ab000a 150%);
  opacity: 1;
}
.cid-uFN6T9UjmH {
  padding-top: 3rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFN6T9UjmH .container {
    padding: 0 20px;
  }
}
.cid-uFN6T9UjmH div {
  border: 0px solid #333333;
}
.cid-uFN6T9UjmH .content-wrapper {
  padding: 60px 60px 40px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uFN6T9UjmH .content-wrapper {
    padding: 60px 20px 40px;
  }
}
.cid-uFN6T9UjmH .content-wrapper .content-wrap {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uFN6T9UjmH .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uFN6T9UjmH .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFN6T9UjmH .content-wrapper .content-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uFN6T9UjmH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFN6T9UjmH .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uFN6T9UjmH .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFN6T9UjmH .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uFN6T9UjmH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 672px;
  max-width: 672px;
}
@media (max-width: 767px) {
  .cid-uFN6T9UjmH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFN6T9UjmH .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content {
  padding: 0px;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #e50a17;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap {
    margin-bottom: 20px;
    flex: 1;
  }
}
.cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
  margin: 0;
  text-align: center;
}
.cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
  margin: 0;
  text-align: center;
}
.cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  border: 1px solid #e50a17;
}
.cid-uFN6T9UjmH .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 1px solid #272b2e;
  color: #e50a17;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uFN6T9UjmH .embla__button--next,
.cid-uFN6T9UjmH .embla__button--prev {
  display: flex;
}
.cid-uFN6T9UjmH .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uFN6T9UjmH .embla__button {
    top: 2.5rem;
  }
}
.cid-uFN6T9UjmH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFN6T9UjmH .embla__button:hover {
  opacity: 1 !important;
}
.cid-uFN6T9UjmH .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uFN6T9UjmH .embla__button.embla__button--next {
  right: 30px;
}
.cid-uFN6T9UjmH .embla {
  position: relative;
  width: 100%;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .cid-uFN6T9UjmH .embla {
    padding-top: 0px;
  }
}
.cid-uFN6T9UjmH .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uFN6T9UjmH .embla__viewport {
    overflow: hidden;
  }
}
.cid-uFN6T9UjmH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFN6T9UjmH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFN6T9UjmH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFN6T9UjmH .mbr-desc {
  color: #09090a;
  text-align: center;
}
.cid-uFN6T9UjmH .mbr-section-title {
  color: #ffffff;
}
.cid-uFN6T9UjmH .mbr-text,
.cid-uFN6T9UjmH .text-wrapper {
  color: #f96e47;
  text-align: center;
}
.cid-uFN6T9UjmH .name-wrap {
  flex: 1;
}
.cid-uFN6T9UjmH .item-name {
  color: #000000;
  text-align: center;
}
.cid-uFN6T9UjmH .item-role {
  color: #000000;
  text-align: center;
  padding-top: 30px;
}
.cid-uFN6T9UjmH .item-name,
.cid-uFN6T9UjmH .item-role {
  margin: 0;
  font-size: 90%;
}
.cid-uFN6T9UjmH .list {
  color: #000000;
}
.cid-uFN6T9UjmH .mbr-section-title,
.cid-uFN6T9UjmH .mbr-section-btn {
  text-align: center;
  color: #ff967a;
}
.cid-uFN6T9UjmH .list,
.cid-uFN6T9UjmH .item-wrap {
  color: #e50a17;
  text-align: center;
}
.cid-uFN6T9UjmH .content-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "action price" "specs specs";
  gap: 1rem;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: center;
  width: 100%;
}
.cid-uFN6T9UjmH .action-section {
  grid-area: action;
  text-align: center;
  vertical-align: top;
  align-self: start;
}
.cid-uFN6T9UjmH .price-section {
  grid-area: price;
  text-align: center;
  vertical-align: top;
  align-self: start;
  margin-left: 0;
}
.cid-uFN6T9UjmH .specs-section {
  grid-area: specs;
  text-align: center;
  vertical-align: top;
  align-self: start;
}
@media screen and (max-width: 768px) {
  .cid-uFN6T9UjmH .content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "action price" "specs specs";
    gap: 1rem;
    justify-content: center;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  .cid-uFN6T9UjmH .action-section,
  .cid-uFN6T9UjmH .price-section {
    width: 100%;
    align-self: start;
    text-align: center;
    vertical-align: top;
  }
  .cid-uFN6T9UjmH .specs-section {
    width: 100%;
    vertical-align: top;
    text-align: center;
    align-self: start;
    grid-area: specs;
  }
  .cid-uFN6T9UjmH .action-section {
    grid-area: action;
  }
  .cid-uFN6T9UjmH .price-section {
    grid-area: price;
    margin-left: 0;
  }
}
.cid-uFN6Taoa4Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uFN6Taoa4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFN6Taoa4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFN6Taoa4Z .items-wrapper {
  justify-content: flex-end;
}
.cid-uFN6Taoa4Z .items-wrapper .card {
  justify-content: center;
}
.cid-uFN6Taoa4Z .content-wrapper {
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uFN6Taoa4Z .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uFN6Taoa4Z .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uFN6Taoa4Z .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFN6Taoa4Z .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #e50a17, #f62c38);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uFN6Taoa4Z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFN6Taoa4Z .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uFN6Taoa4Z .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uFN6Taoa4Z .image-wrapper {
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uFN6Taoa4Z .image-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFN6Taoa4Z .image-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uFN6Taoa4Z .image-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uFN6Taoa4Z .image-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uFN6Taoa4Z .image-wrapper .item .item-wrapper .item-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
.cid-uFN6Taoa4Z .mbr-section-title {
  color: #ffffff;
}
.cid-uFN6Taoa4Z .mbr-text {
  color: #b9b9b9;
  text-align: center;
}
.cid-uFN6Taoa4Z .mbr-section-title,
.cid-uFN6Taoa4Z .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uFN6TaPq2s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uFN6TaPq2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFN6TaPq2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFN6TaPq2s .items-wrap {
  justify-content: center;
}
.cid-uFN6TaPq2s .content-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uFN6TaPq2s .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFN6TaPq2s .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFN6TaPq2s .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uFN6TaPq2s .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uFN6TaPq2s .item {
    margin-bottom: 16px;
  }
}
.cid-uFN6TaPq2s .item:hover .item-wrapper,
.cid-uFN6TaPq2s .item:focus .item-wrapper {
  border: 2px solid #1d0e0f;
}
.cid-uFN6TaPq2s .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFN6TaPq2s .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uFN6TaPq2s .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFN6TaPq2s .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFN6TaPq2s .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #e50a17, #e50a17);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uFN6TaPq2s .item .item-wrapper .card-box .title-wrap .item-title,
.cid-uFN6TaPq2s .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-uFN6TaPq2s .item .item-wrapper .card-box .title-wrap .item-text,
.cid-uFN6TaPq2s .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-uFN6TaPq2s .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-uFN6TaPq2s .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-uFN6TaPq2s .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFN6TaPq2s .item-title {
  color: #f2f2f2;
}
.cid-uFN6TaPq2s .item-title_2 {
  color: #f2f2f2;
}
.cid-uFN6TaPq2s .item-text {
  color: #b9b9b9;
}
.cid-uFN6TaPq2s .item-text_2 {
  color: #b9b9b9;
}
.cid-uFN6TaPq2s .item-title_2,
.cid-uFN6TaPq2s .icon-wrapper {
  text-align: center;
}
.cid-uFN6TaPq2s .item-title,
.cid-uFN6TaPq2s .icon-wrapper {
  text-align: center;
}
.cid-uFN6TbjgYv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-uFN6TbjgYv .carousel-item {
  justify-content: center;
}
.cid-uFN6TbjgYv .carousel-item.active,
.cid-uFN6TbjgYv .carousel-item-next,
.cid-uFN6TbjgYv .carousel-item-prev {
  display: flex;
}
.cid-uFN6TbjgYv .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: gray;
}
.cid-uFN6TbjgYv .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uFN6TbjgYv .carousel-control-next span {
  padding-left: 5px;
}
.cid-uFN6TbjgYv .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uFN6TbjgYv .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uFN6TbjgYv .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uFN6TbjgYv .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uFN6TbjgYv .user_desk {
  color: #666666;
}
.cid-uFN6TbjgYv .user_text {
  color: #ffffff;
}
.cid-uFN6TbjgYv .user_name {
  color: #ffffff;
}
.cid-uFN6TbQQcq {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/0-2-707x679.jpg");
}
.cid-uFN6TbQQcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFN6TbQQcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFN6TbQQcq .items-wrapper {
  justify-content: center;
}
.cid-uFN6TbQQcq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFN6TbQQcq .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uFN6TbQQcq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFN6TbQQcq .content-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uFN6TbQQcq .form-wrapper {
  padding: 32px 40px;
  background-color: #dedede;
}
@media (max-width: 1200px) {
  .cid-uFN6TbQQcq .form-wrapper {
    padding: 20px 16px;
  }
}
.cid-uFN6TbQQcq .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uFN6TbQQcq .form-wrapper .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uFN6TbQQcq .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uFN6TbQQcq .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 2px solid #b9b9b9 !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  height: 34px;
}
@media (max-width: 992px) {
  .cid-uFN6TbQQcq .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uFN6TbQQcq .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFN6TbQQcq .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #f96e47 !important;
}
.cid-uFN6TbQQcq .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #b9b9b9;
}
.cid-uFN6TbQQcq .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uFN6TbQQcq .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uFN6TbQQcq .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.cid-uFN6TbQQcq .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uFN6TbQQcq .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border-radius: .5rem !important;
}
.cid-uFN6TbQQcq .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uFN6TbQQcq .mbr-section-subtitle {
  color: #272b2e;
  text-align: center;
}
.cid-uFN6TcjjCk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09090a;
}
.cid-uFN6TcjjCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFN6TcjjCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFN6TcjjCk img {
  width: 330px;
  height: 120px;
}
@media (max-width: 992px) {
  .cid-uFN6TcjjCk img {
    width: 248px;
    height: 90px;
  }
}
.cid-uFN6TcjjCk .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFN6TcjjCk .content-wrapper {
    margin-bottom: 32px;
    margin-left: -26px;
  }
}
.cid-uFN6TcjjCk .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFN6TcjjCk .content-wrapper .text-wrapper {
  margin-left: 16px;
}
.cid-uFN6TcjjCk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uFN6TcjjCk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFN6TcjjCk .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFN6TcjjCk .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFN6TcjjCk .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uFN6TcjjCk .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uFN6TcjjCk .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uFN6TcjjCk .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFN6TcjjCk .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
  align-items: center;
}
.cid-uFN6TcjjCk .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uFN6TcjjCk .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uFN6TcjjCk .list-wrapper {
  margin-top: 92px;
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFN6TcjjCk .list-wrapper {
    margin-top: 0px;
    margin-bottom: 32px;
  }
}
.cid-uFN6TcjjCk .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uFN6TcjjCk .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFN6TcjjCk .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFN6TcjjCk .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uFN6TcjjCk .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFN6TcjjCk .list-wrapper .list .item-wrap:hover,
.cid-uFN6TcjjCk .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uFN6TcjjCk .border-wrap {
  height: 1px;
  background-color: #e50a17;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uFN6TcjjCk .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uFN6TcjjCk .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uFN6TcjjCk .mbr-section-title {
  color: #ffffff;
}
.cid-uFN6TcjjCk .mbr-text {
  color: #ffffff;
}
.cid-uFN6TcjjCk .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFN6TcjjCk .list {
  color: #ffffff;
}
.cid-uFN6TcjjCk .list,
.cid-uFN6TcjjCk .item-wrap {
  text-align: center;
}
.cid-uJnTgBJQNY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 40px;
}
.cid-uJnTgBJQNY nav.navbar {
  position: fixed;
}
.cid-uJnTgBJQNY .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uJnTgBJQNY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uJnTgBJQNY .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uJnTgBJQNY .dropdown-item:hover,
.cid-uJnTgBJQNY .dropdown-item:focus {
  background: #ffffff !important;
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .dropdown-item:hover span {
  color: white;
}
.cid-uJnTgBJQNY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJnTgBJQNY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJnTgBJQNY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJnTgBJQNY .nav-link {
  position: relative;
}
.cid-uJnTgBJQNY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
.cid-uJnTgBJQNY .iconfont-wrapper {
  color: #ab000a !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJnTgBJQNY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJnTgBJQNY .dropdown-menu,
.cid-uJnTgBJQNY .navbar.opened {
  background: #ffffff !important;
}
.cid-uJnTgBJQNY .nav-item:focus,
.cid-uJnTgBJQNY .nav-link:focus {
  outline: none;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJnTgBJQNY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJnTgBJQNY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJnTgBJQNY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJnTgBJQNY .navbar {
  min-height: 40px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJnTgBJQNY .navbar.opened {
  transition: all 0.3s;
}
.cid-uJnTgBJQNY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uJnTgBJQNY .navbar .navbar-logo img {
  border-radius: 6px !important;
  margin-left: -10px;
  padding-top: 3px;
}
.cid-uJnTgBJQNY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJnTgBJQNY .navbar.collapsed {
  justify-content: center;
}
.cid-uJnTgBJQNY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJnTgBJQNY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJnTgBJQNY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJnTgBJQNY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJnTgBJQNY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJnTgBJQNY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJnTgBJQNY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar .navbar-logo img {
    width: auto;
    margin-left: -6px;
  }
  .cid-uJnTgBJQNY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJnTgBJQNY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uJnTgBJQNY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJnTgBJQNY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJnTgBJQNY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJnTgBJQNY .navbar.navbar-short {
  min-height: 40px;
}
.cid-uJnTgBJQNY .navbar.navbar-short .navbar-brand {
  min-height: 40px;
}
.cid-uJnTgBJQNY .navbar-brand {
  min-height: 40px;
  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-uJnTgBJQNY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJnTgBJQNY .navbar-brand .navbar-caption:hover,
.cid-uJnTgBJQNY .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJnTgBJQNY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJnTgBJQNY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJnTgBJQNY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .dropdown-item.active,
.cid-uJnTgBJQNY .dropdown-item:active {
  background-color: transparent;
}
.cid-uJnTgBJQNY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJnTgBJQNY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJnTgBJQNY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJnTgBJQNY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJnTgBJQNY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJnTgBJQNY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-uJnTgBJQNY .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uJnTgBJQNY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJnTgBJQNY 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-uJnTgBJQNY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ab000a;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJnTgBJQNY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJnTgBJQNY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJnTgBJQNY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJnTgBJQNY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJnTgBJQNY .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-uJnTgBJQNY .navbar {
    height: 40px;
  }
  .cid-uJnTgBJQNY .navbar.opened {
    height: auto;
  }
  .cid-uJnTgBJQNY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJnTgBJQNY .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uJnTgBJQNY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJnTgBJQNY .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uJnTgBJQNY .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJnTgBJQNY .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .nav-item .nav-link:hover::after {
  color: #ab000a !important;
}
.cid-uJnTgBJQNY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJnTgBJQNY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJnTgBJQNY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJnTgBJQNY .navbar {
  justify-content: flex-start !important;
}
.cid-uJnTgBJQNY .navbar.opened {
  min-height: 50vh !important;
  justify-content: flex-start !important;
}
.cid-uJnTgBJQNY .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-uJnTgBJQNY .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-uJnTgBJQNY .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-uJnTgBJQNY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJnTgBJQNY .navbar.opened {
    min-height: 50vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJnTgBJQNY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJnTgBJQNY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uJnTgBJQNY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uJnTgBJQNY .content-wrap {
  min-height: 80px;
}
.cid-uJnTgBJQNY .mbr-section-btn .btn::after,
.cid-uJnTgBJQNY .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #ab000a, #ab000a 150%);
}
.cid-uJnTgBJQNY .mbr-section-btn .btn:hover,
.cid-uJnTgBJQNY .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uJnTgBJQNY .mbr-section-btn .btn:hover::after,
.cid-uJnTgBJQNY .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #ab000a, #ab000a 150%);
  opacity: 1;
}
.cid-uHcylRXjOX {
  padding-top: 3rem;
  padding-bottom: 9rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHcylRXjOX .container {
    padding: 0 20px;
  }
}
.cid-uHcylRXjOX div {
  border: 0px solid #333333;
}
.cid-uHcylRXjOX .content-wrapper {
  padding: 60px 60px 40px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uHcylRXjOX .content-wrapper {
    padding: 60px 20px 40px;
  }
}
.cid-uHcylRXjOX .content-wrapper .content-wrap {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uHcylRXjOX .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uHcylRXjOX .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHcylRXjOX .content-wrapper .content-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uHcylRXjOX .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uHcylRXjOX .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uHcylRXjOX .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHcylRXjOX .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uHcylRXjOX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 672px;
  max-width: 672px;
}
@media (max-width: 767px) {
  .cid-uHcylRXjOX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHcylRXjOX .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px !important;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 340px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content {
  padding: 0px;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content {
    padding: 32px 20px;
  }
}
.cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .item-desc {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
  font-size: 54px;
  color: #e50a17;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .item-desc .icon-wrapper .mbr-iconfont {
    margin-right: 0;
  }
}
.cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .item-desc .list {
    justify-content: flex-start;
  }
}
.cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 12px 16px;
}
.cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .item-desc .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap {
    margin-bottom: 20px;
    flex: 1;
    font-weight: bold;
  }
}
.cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 8px;
  margin: 0;
  text-align: center;
}
.cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
  margin: 0;
  text-align: center;
}
.cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  border: 1px solid #e50a17;
}
.cid-uHcylRXjOX .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 1px solid #272b2e;
  color: #e50a17;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.cid-uHcylRXjOX .embla__button--next,
.cid-uHcylRXjOX .embla__button--prev {
  display: flex;
}
.cid-uHcylRXjOX .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uHcylRXjOX .embla__button {
    top: 2.5rem;
  }
}
.cid-uHcylRXjOX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHcylRXjOX .embla__button:hover {
  opacity: 1 !important;
}
.cid-uHcylRXjOX .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uHcylRXjOX .embla__button.embla__button--next {
  right: 30px;
}
.cid-uHcylRXjOX .embla {
  position: relative;
  width: 100%;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .cid-uHcylRXjOX .embla {
    padding-top: 0px;
  }
}
.cid-uHcylRXjOX .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uHcylRXjOX .embla__viewport {
    overflow: hidden;
  }
}
.cid-uHcylRXjOX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHcylRXjOX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHcylRXjOX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHcylRXjOX .mbr-desc {
  color: #09090a;
  text-align: center;
}
.cid-uHcylRXjOX .mbr-section-title {
  color: #ffffff;
}
.cid-uHcylRXjOX .mbr-text,
.cid-uHcylRXjOX .text-wrapper {
  color: #f96e47;
  text-align: center;
}
.cid-uHcylRXjOX .name-wrap {
  flex: 1;
}
.cid-uHcylRXjOX .item-name {
  color: #000000;
  text-align: center;
}
.cid-uHcylRXjOX .item-role {
  color: #000000;
  text-align: center;
  padding-top: 30px;
}
.cid-uHcylRXjOX .item-name,
.cid-uHcylRXjOX .item-role {
  margin: 0;
  font-size: 90%;
}
.cid-uHcylRXjOX .list {
  color: #000000;
}
.cid-uHcylRXjOX .mbr-section-title,
.cid-uHcylRXjOX .mbr-section-btn {
  text-align: center;
  color: #ff967a;
}
.cid-uHcylRXjOX .list,
.cid-uHcylRXjOX .item-wrap {
  color: #e50a17;
  text-align: center;
}
.cid-uHcylRXjOX .content-container {
  gap: 1rem;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: center;
  width: 100%;
}
.cid-uHcylRXjOX .action-section {
  grid-area: action;
  text-align: center;
  vertical-align: top;
  align-self: start;
  padding-top: 20px;
}
.cid-uHcylRXjOX .price-section {
  grid-area: price;
  text-align: center;
  vertical-align: top;
  align-self: start;
  margin-left: 0;
  padding-top: 20px;
}
.cid-uHcylRXjOX .specs-section {
  grid-area: specs;
  text-align: center;
  vertical-align: top;
  align-self: start;
}
@media screen and (max-width: 768px) {
  .cid-uHcylRXjOX .content-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "action" "price" "specs";
    gap: 1rem;
  }
  .cid-uHcylRXjOX .action-section,
  .cid-uHcylRXjOX .price-section,
  .cid-uHcylRXjOX .specs-section {
    width: 100%;
    text-align: center;
  }
}
.cid-uHcylSwDf2 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #15171a;
}
.cid-uHcylSwDf2 .items-wrapper {
  justify-content: center;
}
.cid-uHcylSwDf2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uHcylSwDf2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHcylSwDf2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uHcylSwDf2 .embla__slide .slide-content .item-wrapper .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uHcylSwDf2 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uHcylSwDf2 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uHcylSwDf2 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uHcylSwDf2 .embla__button--next,
.cid-uHcylSwDf2 .embla__button--prev {
  display: flex;
}
.cid-uHcylSwDf2 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 18px;
  background: linear-gradient(140deg, #f96e47, #fcbcaa) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uHcylSwDf2 .embla__button:hover {
  opacity: .9 !important;
}
.cid-uHcylSwDf2 .embla__button.embla__button--prev {
  left: 24px;
}
@media (max-width: 992px) {
  .cid-uHcylSwDf2 .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-uHcylSwDf2 .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uHcylSwDf2 .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-uHcylSwDf2 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uHcylSwDf2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uHcylSwDf2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHcylSwDf2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHcylSwDf2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHcylSwDf2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uHcylSwDf2 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHcylSwDf2 .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-uHcylT6ca0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uHcylT6ca0 .item:focus,
.cid-uHcylT6ca0 span:focus {
  outline: none;
}
.cid-uHcylT6ca0 .item {
  cursor: pointer;
}
.cid-uHcylT6ca0 .grid-container {
  grid-row-gap: 20px;
}
.cid-uHcylT6ca0 .grid-container-1,
.cid-uHcylT6ca0 .grid-container-2 {
  gap: 0 20px;
}
.cid-uHcylT6ca0 .mbr-section-title {
  margin-bottom: 32px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHcylT6ca0 .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uHcylT6ca0 .content-head {
  max-width: 800px;
}
.cid-uHcylT6ca0 .container,
.cid-uHcylT6ca0 .container-fluid {
  overflow: hidden;
}
.cid-uHcylT6ca0 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uHcylT6ca0 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHcylT6ca0 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHcylT6ca0 .grid-item img {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .cid-uHcylT6ca0 .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
.cid-uHcylT6ca0 .grid-container-1,
.cid-uHcylT6ca0 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uHcylT6ca0 .grid-container-1 {
  align-items: flex-end;
}
.cid-uHcylT6ca0 .grid-container-2 {
  align-items: flex-start;
}
.cid-uHcylTwTcW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uHcylTwTcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHcylTwTcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHcylTwTcW .items-wrap {
  justify-content: center;
}
.cid-uHcylTwTcW .content-wrapper {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uHcylTwTcW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHcylTwTcW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHcylTwTcW .items-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uHcylTwTcW .items-wrapper {
    display: block;
  }
  .cid-uHcylTwTcW .items-wrapper > * {
    display: block;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uHcylTwTcW .item {
    margin-bottom: 16px;
  }
}
.cid-uHcylTwTcW .item:hover .item-wrapper,
.cid-uHcylTwTcW .item:focus .item-wrapper {
  border: 2px solid #1d0e0f;
}
.cid-uHcylTwTcW .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHcylTwTcW .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uHcylTwTcW .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHcylTwTcW .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uHcylTwTcW .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #e50a17, #e50a17);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uHcylTwTcW .item .item-wrapper .card-box .title-wrap .item-title,
.cid-uHcylTwTcW .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-uHcylTwTcW .item .item-wrapper .card-box .title-wrap .item-text,
.cid-uHcylTwTcW .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-uHcylTwTcW .item .card_1 {
  background-color: #272b2e;
  border: 2px solid #272b2e;
}
.cid-uHcylTwTcW .item .card_2 {
  background-color: #1e2124;
  border: 2px solid #1e2124;
}
.cid-uHcylTwTcW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHcylTwTcW .item-title {
  color: #f2f2f2;
}
.cid-uHcylTwTcW .item-title_2 {
  color: #f2f2f2;
}
.cid-uHcylTwTcW .item-text {
  color: #b9b9b9;
}
.cid-uHcylTwTcW .item-text_2 {
  color: #b9b9b9;
}
.cid-uHcylTwTcW .item-title_2,
.cid-uHcylTwTcW .icon-wrapper {
  text-align: center;
}
.cid-uHcylTwTcW .item-title,
.cid-uHcylTwTcW .icon-wrapper {
  text-align: center;
}
.cid-uHcylTwTcW .item-text,
.cid-uHcylTwTcW .icon-wrapper {
  text-align: center;
}
.cid-uHcylTwTcW .item-text_2,
.cid-uHcylTwTcW .icon-wrapper {
  text-align: center;
}
.cid-uHcylTXB6E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-uHcylTXB6E .carousel-item {
  justify-content: center;
}
.cid-uHcylTXB6E .carousel-item.active,
.cid-uHcylTXB6E .carousel-item-next,
.cid-uHcylTXB6E .carousel-item-prev {
  display: flex;
}
.cid-uHcylTXB6E .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 40px;
  position: absolute;
  top: 80px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: gray;
}
.cid-uHcylTXB6E .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-uHcylTXB6E .carousel-control-next span {
  padding-left: 5px;
}
.cid-uHcylTXB6E .carousel-control-prev span {
  padding-right: 5px;
}
.cid-uHcylTXB6E .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uHcylTXB6E .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-uHcylTXB6E .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uHcylTXB6E .user_desk {
  color: #666666;
}
.cid-uHcylTXB6E .user_text {
  color: #ffffff;
}
.cid-uHcylTXB6E .user_name {
  color: #ffffff;
}
.cid-uHcylUE1lE {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/0-2-707x679.jpg");
}
.cid-uHcylUE1lE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHcylUE1lE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHcylUE1lE .items-wrapper {
  justify-content: center;
}
.cid-uHcylUE1lE .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHcylUE1lE .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uHcylUE1lE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHcylUE1lE .content-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uHcylUE1lE .form-wrapper {
  padding: 32px 40px;
  background-color: #dedede;
}
@media (max-width: 1200px) {
  .cid-uHcylUE1lE .form-wrapper {
    padding: 20px 16px;
  }
}
.cid-uHcylUE1lE .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHcylUE1lE .form-wrapper .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uHcylUE1lE .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uHcylUE1lE .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 6px 12px;
  border: 2px solid #b9b9b9 !important;
  box-shadow: none;
  background-color: transparent;
  line-height: 1 !important;
  height: 34px;
}
@media (max-width: 992px) {
  .cid-uHcylUE1lE .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uHcylUE1lE .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHcylUE1lE .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #f96e47 !important;
}
.cid-uHcylUE1lE .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #b9b9b9;
}
.cid-uHcylUE1lE .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uHcylUE1lE .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHcylUE1lE .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.cid-uHcylUE1lE .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uHcylUE1lE .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 14px;
  border-radius: .5rem !important;
}
.cid-uHcylUE1lE .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uHcylUE1lE .mbr-section-subtitle {
  color: #272b2e;
  text-align: center;
}
.cid-uHcylVoBXg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #09090a;
}
.cid-uHcylVoBXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHcylVoBXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHcylVoBXg img {
  width: 330px;
  height: 120px;
}
@media (max-width: 992px) {
  .cid-uHcylVoBXg img {
    width: 248px;
    height: 90px;
  }
}
.cid-uHcylVoBXg .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uHcylVoBXg .content-wrapper {
    margin-bottom: 32px;
    margin-left: -26px;
  }
}
.cid-uHcylVoBXg .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHcylVoBXg .content-wrapper .text-wrapper {
  margin-left: 16px;
}
.cid-uHcylVoBXg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uHcylVoBXg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHcylVoBXg .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uHcylVoBXg .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHcylVoBXg .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uHcylVoBXg .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uHcylVoBXg .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uHcylVoBXg .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHcylVoBXg .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #f96e47;
  align-items: center;
}
.cid-uHcylVoBXg .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uHcylVoBXg .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #a672ff;
}
.cid-uHcylVoBXg .list-wrapper {
  margin-top: 92px;
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uHcylVoBXg .list-wrapper {
    margin-top: 0px;
    margin-bottom: 32px;
  }
}
.cid-uHcylVoBXg .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uHcylVoBXg .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uHcylVoBXg .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uHcylVoBXg .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uHcylVoBXg .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uHcylVoBXg .list-wrapper .list .item-wrap:hover,
.cid-uHcylVoBXg .list-wrapper .list .item-wrap:focus {
  color: #f96e47;
}
.cid-uHcylVoBXg .border-wrap {
  height: 1px;
  background-color: #e50a17;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uHcylVoBXg .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uHcylVoBXg .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uHcylVoBXg .mbr-section-title {
  color: #ffffff;
}
.cid-uHcylVoBXg .mbr-text {
  color: #ffffff;
}
.cid-uHcylVoBXg .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uHcylVoBXg .list {
  color: #ffffff;
}
.cid-uHcylVoBXg .list,
.cid-uHcylVoBXg .item-wrap {
  text-align: center;
}
