@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1285em;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1666em;
  letter-spacing: .02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Noto Serif Ethiopic', serif;
  font-size: 1rem;
  line-height: 1.33334em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'ZCOOL XiaoWei', sans-serif;
  font-size: 2.125rem;
  line-height: 1.2058em;
  letter-spacing: .02em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.65625rem;
}
.display-7 {
  font-family: 'Noto Serif Ethiopic', serif;
  font-size: 1.125rem;
  line-height: 1.4em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 22px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #3d4d46 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #6a5458 !important;
}
.bg-danger {
  background-color: #706359 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a4a2a2 !important;
  border-color: #a4a2a2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #797676 !important;
  border-color: #797676 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #797676 !important;
  border-color: #797676 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3d4d46 !important;
  border-color: #3d4d46 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #171d1a !important;
  border-color: #171d1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #171d1a !important;
  border-color: #171d1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6a5458 !important;
  border-color: #6a5458 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #3a2e30 !important;
  border-color: #3a2e30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3a2e30 !important;
  border-color: #3a2e30 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #706359 !important;
  border-color: #706359 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #403833 !important;
  border-color: #403833 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #403833 !important;
  border-color: #403833 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a4a2a2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #797676 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a4a2a2 !important;
  border-color: #a4a2a2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3d4d46;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #171d1a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3d4d46 !important;
  border-color: #3d4d46 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6a5458;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3a2e30 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6a5458 !important;
  border-color: #6a5458 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #706359;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #403833 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #706359 !important;
  border-color: #706359 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #a4a2a2 !important;
}
.text-success {
  color: #3d4d46 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #6a5458 !important;
}
.text-danger {
  color: #706359 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #716f6f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #101412 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #312729 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #37312c !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #6a5458;
}
.alert-danger {
  background-color: #706359;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #afc0b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #aa9498;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #afa39a;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Serif Ethiopic', serif;
  font-size: 1rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Serif Ethiopic', serif;
  font-size: 1rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a4a2a2 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  height: 44px;
  padding: 12px 26px;
  box-shadow: none;
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  background-size: 100% 100%,90% 100%;
  background-position: 0 0, -1000% 0;
  background-repeat: no-repeat;
  transition: all 0.6s ease-out;
  color: #000000 !important;
  border: none;
  font-weight: 400;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  background-position: 0 0,150% 0;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  margin-left: 15px;
  margin-right: 3px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 18px;
  font-size: 16px;
  transition: all 0.6s ease-out;
}
.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFhrHXMjLn {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
}
.cid-uFhrHXMjLn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uFhrHXMjLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFhrHXMjLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/freepik-edit-the-style-is-candid-image-photography-with-natural-8-2000x1143.jpg");
}
.cid-uFhrHXMjLn .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uFhrHXMjLn .content-wrapper {
    margin-top: 0;
  }
}
.cid-uFhrHXMjLn .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #282828);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFhrHXMjLn .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFhrHXMjLn .mbr-section-title {
  color: #ffffff;
}
.cid-uFhrHXMjLn .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFhrHXMjLn .mbr-section-title,
.cid-uFhrHXMjLn .mbr-section-btn {
  text-align: left;
}
.cid-uCCl5Y4PA9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uCCl5Y4PA9 .title-wrapper {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uCCl5Y4PA9 .title-wrapper {
    margin-bottom: 12px;
  }
}
.cid-uCCl5Y4PA9 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uCCl5Y4PA9 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCCl5Y4PA9 .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uCCl5Y4PA9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCCl5Y4PA9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uCCl5Y4PA9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uCCl5Y4PA9 .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uCCl5Y4PA9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uCCl5Y4PA9 .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uCCl5Y4PA9 .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #282828;
}
.cid-uCCl5Y4PA9 .embla__slide .slide-content {
  width: 100%;
}
.cid-uCCl5Y4PA9 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uCCl5Y4PA9 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uCCl5Y4PA9 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uCCl5Y4PA9 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uCCl5Y4PA9 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uCCl5Y4PA9 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uCCl5Y4PA9 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCCl5Y4PA9 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uCCl5Y4PA9 .embla__button--next,
.cid-uCCl5Y4PA9 .embla__button--prev {
  display: flex;
}
.cid-uCCl5Y4PA9 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #282828 !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-uCCl5Y4PA9 .embla__button:hover {
  transform: scale(1.05);
}
.cid-uCCl5Y4PA9 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uCCl5Y4PA9 .embla__button.embla__button--next {
  right: 0;
}
.cid-uCCl5Y4PA9 .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uCCl5Y4PA9 .embla {
    margin-bottom: 38px;
  }
}
.cid-uCCl5Y4PA9 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uCCl5Y4PA9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCCl5Y4PA9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCCl5Y4PA9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCCl5Y4PA9 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uCCl5Y4PA9 .mbr-section-title {
  color: #ffffff;
}
.cid-uCCl5Y4PA9 .mbr-text,
.cid-uCCl5Y4PA9 .text-wrapper {
  color: #4c4c4c;
  text-align: center;
}
.cid-uCCl5Y4PA9 .mbr-desc,
.cid-uCCl5Y4PA9 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uCCl5Y4PA9 .item-title,
.cid-uCCl5Y4PA9 .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uCCl5Y4PA9 .item-text,
.cid-uCCl5Y4PA9 .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uCCl5Y4PA9 .mbr-section-title,
.cid-uCCl5Y4PA9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ttRnlSkg2R {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/overview-2000x1143.jpg");
}
.cid-ttRnlSkg2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRnlSkg2R .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-ttRnlSkg2R .row {
    padding: 0 13px;
  }
}
.cid-ttRnlSkg2R .title-wrapper {
  padding-top: 35%;
}
@media (max-width: 992px) {
  .cid-ttRnlSkg2R .title-wrapper {
    padding-top: 0;
  }
}
.cid-ttRnlSkg2R .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-ttRnlSkg2R .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-ttRnlSkg2R .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnlSkg2R .mbr-section-title {
  color: #ffffff;
}
.cid-ttRnlSkg2R .mbr-text {
  color: #ffffff;
}
.cid-ttRnlSkg2R .mbr-section-title,
.cid-ttRnlSkg2R .mbr-section-btn {
  text-align: left;
}
.cid-uFyPcLHdat {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/wa-watermark-1920x1080.jpg");
}
.cid-uFyPcLHdat .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyPcLHdat .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyPcLHdat .row {
  justify-content: center;
}
.cid-uFyPcLHdat .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFyPcLHdat .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFyPcLHdat .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uFyPcLHdat .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFyPcLHdat .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFyPcLHdat .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uFyPcLHdat .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uFyPcLHdat .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uFyPcLHdat .mbr-label,
.cid-uFyPcLHdat .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uFyPcLHdat .mbr-section-title {
  color: #fff7ee;
}
.cid-uFyPcLHdat .mbr-text,
.cid-uFyPcLHdat .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uFyPcLHdat .mbr-section-title,
.cid-uFyPcLHdat .mbr-section-btn {
  text-align: center;
}
.cid-ttRnJxU1Q8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/vision-1748x1165.jpg");
}
.cid-ttRnJxU1Q8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRnJxU1Q8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttRnJxU1Q8 .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ttRnJxU1Q8 .container-fluid {
    padding: 0;
  }
}
.cid-ttRnJxU1Q8 .container-fluid .row {
  padding: 0;
}
.cid-ttRnJxU1Q8 .image-wrapper img {
  height: 810px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ttRnJxU1Q8 .image-wrapper img {
    height: 400px;
    margin-bottom: 100px;
  }
}
.cid-ttRnJxU1Q8 .cards-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ttRnJxU1Q8 .cards-wrap .cards {
  padding: 0 60px 0 98px;
}
@media (max-width: 1200px) {
  .cid-ttRnJxU1Q8 .cards-wrap .cards {
    padding: 45px;
  }
}
@media (max-width: 1100px) {
  .cid-ttRnJxU1Q8 .cards-wrap .cards {
    padding: 25px;
  }
}
.cid-ttRnJxU1Q8 .cards-wrap .cards .card-wrapper {
  display: flex;
  margin-bottom: 60px;
}
.cid-ttRnJxU1Q8 .cards-wrap .cards .card-wrapper:last-child {
  margin-bottom: 0;
}
.cid-ttRnJxU1Q8 .cards-wrap .cards .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 90px;
  color: #616161;
  margin-right: 50px;
}
@media (max-width: 1200px) {
  .cid-ttRnJxU1Q8 .cards-wrap .cards .card-wrapper .icon-wrapper .mbr-iconfont {
    margin-right: 25px;
  }
}
.cid-ttRnJxU1Q8 .cards-wrap .cards .card-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-ttRnJxU1Q8 .cards-wrap .cards .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ttRnJxU1Q8 .mbr-section-title {
  color: #ffffff;
}
.cid-ttRnJxU1Q8 .item-text {
  color: #b6b6b6;
}
.cid-uGFZhlUNFA {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: #000000;
}
.cid-uGFZhlUNFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFZhlUNFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uGFZhlUNFA .container-fluid {
    padding: 0;
  }
}
.cid-uGFZhlUNFA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 600px) {
  .cid-uGFZhlUNFA .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uGFZhlUNFA .embla__button--next,
.cid-uGFZhlUNFA .embla__button--prev {
  display: flex;
  transition: all 0.3s ease;
  opacity: 0 !important;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uGFZhlUNFA .embla__button--next,
  .cid-uGFZhlUNFA .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uGFZhlUNFA .embla__button--prev {
  transform: translateX(3rem);
}
.cid-uGFZhlUNFA .embla__button--next {
  transform: translateX(-3rem);
}
.cid-uGFZhlUNFA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uGFZhlUNFA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uGFZhlUNFA .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGFZhlUNFA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGFZhlUNFA .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGFZhlUNFA .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGFZhlUNFA .embla {
  position: relative;
  width: 100%;
}
.cid-uGFZhlUNFA .embla:hover .embla__button--next,
.cid-uGFZhlUNFA .embla:hover .embla__button--prev {
  transform: translateX(0);
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uGFZhlUNFA .embla .embla__button--next,
  .cid-uGFZhlUNFA .embla .embla__button--prev {
    opacity: 1 !important;
    margin: 0;
    transform: translateX(0);
  }
}
.cid-uGFZhlUNFA .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uGFZhlUNFA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGFZhlUNFA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGFZhlUNFA .embla__slide a {
  cursor: grab;
}
.cid-uGFZhlUNFA .embla__slide a:active {
  cursor: grabbing;
}
.cid-uGFZhlUNFA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGFZhlUNFA .mbr-section-title {
  color: #ffffff;
}
.cid-uGFZhlUNFA .mbr-section-title .mbr-iconfont {
  color: #e6e6e6;
  transition: all 300ms ease;
}
.cid-uGFZhlUNFA .mbr-section-subtitle {
  color: #e6e6e6;
}
.cid-uGFZhlUNFA .mbr-box {
  color: #ffffff;
}
.cid-uGFZhlUNFA .slide-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uGFZhlUNFA .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #fffff5;
  position: relative;
  transition: all 300ms ease;
}
.cid-uGFZhlUNFA .card-text {
  line-height: 1.66;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cid-uGFZhlUNFA .item-img {
  object-fit: cover;
  overflow: hidden;
  transition: all 300ms ease;
}
.cid-uGFZhlUNFA .item-wrapper {
  position: relative;
  overflow: hidden !important;
  transition: all 300ms ease;
  height: 400px;
}
.cid-uGFZhlUNFA .item-wrapper .icon-wrapper {
  transition: all 300ms ease;
}
.cid-uGFZhlUNFA .item-wrapper .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  z-index: 11;
}
.cid-uGFZhlUNFA .item-wrapper .card-box .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
  transition: all 300ms ease;
}
.cid-uGFZhlUNFA .item-wrapper .card-text {
  font-size: 1.1rem;
}
.cid-uGFZhlUNFA .item-wrapper img {
  transition: all 300ms ease;
  object-fit: cover;
}
.cid-uGFZhlUNFA .item-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uGFZhlUNFA .item-wrapper:hover .icon-wrapper {
  transform: translateX(10px);
}
.cid-uGFZhlUNFA .item-wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uGFZhlUNFA .item-wrapper:hover .card-title,
.cid-uGFZhlUNFA .item-wrapper:hover .mbr-iconfont {
  color: #e6e6e6;
}
.cid-uGFZhlUNFA .content-head {
  max-width: 856px;
}
.cid-uGFZhlUNFA .card-title-1 {
  color: #ffffff;
}
.cid-uGFZhlUNFA .icon-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uFyS8gZu9t {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFyS8gZu9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyS8gZu9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyS8gZu9t .container-fluid {
  margin: 0;
  padding: 0 16px;
}
.cid-uFyS8gZu9t .container-fluid .row {
  padding: 0;
}
.cid-uFyS8gZu9t .row {
  justify-content: center;
}
.cid-uFyS8gZu9t .card {
  padding: 0;
  border-top: 1px solid #181818;
  border-bottom: 1px solid #181818;
  border-radius: 0;
}
.cid-uFyS8gZu9t .title-wrapper {
  padding: 14px 0 18px;
  white-space: nowrap;
  overflow: hidden;
}
.cid-uFyS8gZu9t .title-wrapper:last-child {
  padding: 18px 14px;
  border-top: 1px solid #181818;
}
.cid-uFyS8gZu9t .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFyS8gZu9t .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFyS8gZu9t .mbr-title {
  color: #ffffff;
  text-align: center;
}
.cid-uCDidWZjJ7 {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/interior-living-room-wall-mockup-with-1800x1012.png");
}
.cid-uCDidWZjJ7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .cid-uCDidWZjJ7 {
    align-items: flex-end;
  }
  .cid-uCDidWZjJ7 .row {
    justify-content: center;
  }
  .cid-uCDidWZjJ7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCDidWZjJ7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uCDidWZjJ7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uCDidWZjJ7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uCDidWZjJ7 .content-wrap {
    width: 100%;
  }
}
.cid-uCDidWZjJ7 .mbr-section-title,
.cid-uCDidWZjJ7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uCDidWZjJ7 .mbr-text,
.cid-uCDidWZjJ7 .mbr-section-btn {
  text-align: center;
}
.cid-ttRnAijqXt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ttRnAijqXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRnAijqXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttRnAijqXt .container-fluid {
  margin: 0;
  padding: 0 51px;
}
@media (max-width: 992px) {
  .cid-ttRnAijqXt .container-fluid {
    padding: 0 12px;
  }
}
.cid-ttRnAijqXt .container-fluid .row {
  padding: 0;
}
.cid-ttRnAijqXt .row {
  justify-content: center;
}
.cid-ttRnAijqXt .item {
  position: relative;
  margin-bottom: 25px;
  padding: 0 25px;
}
.cid-ttRnAijqXt .item .item-link {
  width: 100%;
  height: 100%;
}
.cid-ttRnAijqXt .item .item-link .item-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  overflow: hidden;
}
.cid-ttRnAijqXt .item .item-link .item-wrapper:hover img {
  transform: scale(1.03);
}
.cid-ttRnAijqXt .item .item-link .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.cid-ttRnAijqXt .item .item-link .item-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: .5;
  transition: all 0.3s ease-out;
  z-index: 1;
  pointer-events: none;
}
.cid-ttRnAijqXt .item .item-link .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-ttRnAijqXt .item .item-link .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  position: relative;
}
.cid-ttRnAijqXt .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFy2cQmmo4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/house-with-large-window-chair-patio-1748x1748.jpg");
}
.cid-uFy2cQmmo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFy2cQmmo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFy2cQmmo4 .container-fluid {
  margin: 0;
  padding: 0 0px;
}
@media (max-width: 992px) {
  .cid-uFy2cQmmo4 .container-fluid {
    padding: 0 25px;
  }
}
.cid-uFy2cQmmo4 .container-fluid .row {
  padding: 0;
}
.cid-uFy2cQmmo4 .image-wrapper {
  height: 100%;
}
.cid-uFy2cQmmo4 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFy2cQmmo4 .image-wrapper img {
    height: 400px;
  }
}
.cid-uFy2cQmmo4 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFy2cQmmo4 .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uFy2cQmmo4 .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFy2cQmmo4 .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uFy2cQmmo4 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFy2cQmmo4 .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uFy2cQmmo4 .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uFy2cQmmo4 .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uFy2cQmmo4 .mbr-section-title {
  color: #ffffff;
}
.cid-uFy2cQmmo4 .mbr-text {
  color: #b6b6b6;
}
.cid-uGpC9EJpqI {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGpC9EJpqI .item:focus,
.cid-uGpC9EJpqI span:focus {
  outline: none;
}
.cid-uGpC9EJpqI .item {
  cursor: pointer;
}
.cid-uGpC9EJpqI .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uGpC9EJpqI .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uGpC9EJpqI .grid-container-1,
.cid-uGpC9EJpqI .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uGpC9EJpqI .grid-container-1,
  .cid-uGpC9EJpqI .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uGpC9EJpqI .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGpC9EJpqI .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uGpC9EJpqI .content-head {
  max-width: 800px;
}
.cid-uGpC9EJpqI .container,
.cid-uGpC9EJpqI .container-fluid {
  overflow: hidden;
}
.cid-uGpC9EJpqI .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGpC9EJpqI .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGpC9EJpqI .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uGpC9EJpqI .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGpC9EJpqI .grid-container-1,
.cid-uGpC9EJpqI .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGpC9EJpqI .grid-container-1 {
  align-items: flex-end;
}
.cid-uGpC9EJpqI .grid-container-2 {
  align-items: flex-start;
}
.cid-uCCL38mO8w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uCCL38mO8w .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uCCL38mO8w .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCCL38mO8w .container {
    padding: 0 22px;
  }
}
.cid-uCCL38mO8w .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uCCL38mO8w .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uCCL38mO8w .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uCCL38mO8w .embla__slide .slide-content {
    display: block;
  }
}
.cid-uCCL38mO8w .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCCL38mO8w .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uCCL38mO8w .embla__button--next,
.cid-uCCL38mO8w .embla__button--prev {
  display: flex;
}
.cid-uCCL38mO8w .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uCCL38mO8w .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCCL38mO8w .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uCCL38mO8w .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uCCL38mO8w .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uCCL38mO8w .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uCCL38mO8w .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uCCL38mO8w .embla {
  position: relative;
  width: 100%;
}
.cid-uCCL38mO8w .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uCCL38mO8w .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCCL38mO8w .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCCL38mO8w .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCCL38mO8w .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFyKNGnkjO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFyKNGnkjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyKNGnkjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyKNGnkjO .row {
  justify-content: center;
}
.cid-uFyKNGnkjO .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uFyKNGnkjO .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uFyKNGnkjO .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uFyKNGnkjO .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uFyKNGnkjO .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uFyKNGnkjO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uFyKNGnkjO .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uFyKNGnkjO .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uFyKNGnkjO .mbr-label,
.cid-uFyKNGnkjO .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uFyKNGnkjO .mbr-section-title {
  color: #fff7ee;
}
.cid-uFyKNGnkjO .mbr-text,
.cid-uFyKNGnkjO .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uFyKNGnkjO .mbr-section-title,
.cid-uFyKNGnkjO .mbr-section-btn {
  text-align: center;
}
.cid-ttRnUIE511 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ttRnUIE511 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRnUIE511 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttRnUIE511 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ttRnUIE511 .container-fluid {
    padding: 0 25px;
  }
}
.cid-ttRnUIE511 .container-fluid .row {
  padding: 0;
}
.cid-ttRnUIE511 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ttRnUIE511 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ttRnUIE511 .cards-wrapper {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-ttRnUIE511 .cards-wrapper {
    display: block;
  }
}
.cid-ttRnUIE511 .cards-wrapper .card-wrap {
  margin-left: 8px;
}
.cid-ttRnUIE511 .cards-wrapper .card-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-ttRnUIE511 .cards-wrapper .card-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cid-ttRnUIE511 .cards-wrapper .card-wrap {
    margin-left: 0;
  }
}
.cid-ttRnUIE511 .cards-wrapper .card-wrap .card-title {
  margin: 6px 0 20px;
}
.cid-ttRnUIE511 .cards-wrapper .card-wrap .card-text {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ttRnUIE511 form {
    margin-top: 48px;
  }
}
.cid-ttRnUIE511 form .dragArea.row .form-group {
  padding: 0 12.5px;
}
.cid-ttRnUIE511 form .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 8px 13px;
  border: none !important;
  border-bottom: 1px solid #282828 !important;
  margin-bottom: 14px !important;
  border-radius: 0;
  box-shadow: none;
}
.cid-ttRnUIE511 form .dragArea.row .form-group .form-control::placeholder {
  color: #a4a2a2;
}
.cid-ttRnUIE511 form .dragArea.row .form-group textarea {
  padding: 18px 13px;
}
.cid-ttRnUIE511 form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #282828;
  border-color: #282828;
}
.cid-ttRnUIE511 form .dragArea.row .mbr-section-btn {
  margin-top: 60px;
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.cid-ttRnUIE511 form .dragArea.row .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnUIE511 .mbr-section-title {
  color: #ffffff;
}
.cid-ttRnUIE511 .mbr-text {
  color: #b6b6b6;
}
.cid-ttRnUIE511 .card-title {
  color: #ffffff;
}
.cid-ttRnUIE511 .card-text {
  color: #b6b6b6;
}
.cid-ttRnUIE511 label {
  color: #b6b6b6;
}
.cid-ttRnUIE511 .form-check-label {
  color: #b6b6b6;
}
.cid-uD6F47ScM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uD6F47ScM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD6F47ScM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD6F47ScM4 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD6F47ScM4 .container-fluid {
    padding: 0 25px;
  }
}
.cid-uD6F47ScM4 .container-fluid .row {
  padding: 0;
}
.cid-uD6F47ScM4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD6F47ScM4 .card {
    margin-bottom: 50px;
  }
}
.cid-uD6F47ScM4 .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uD6F47ScM4 .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uD6F47ScM4 .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uD6F47ScM4 .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uD6F47ScM4 .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uD6F47ScM4 .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uD6F47ScM4 .list li {
  margin-bottom: 10px;
}
.cid-uD6F47ScM4 .list li:last-child {
  margin-bottom: 0;
}
.cid-uD6F47ScM4 .list li:hover {
  color: #ffffff;
}
.cid-uD6F47ScM4 .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uD6F47ScM4 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uD6F47ScM4 .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uD6F47ScM4 .mbr-text,
.cid-uD6F47ScM4 .logo-wrapper {
  color: #ffffff;
}
.cid-uFz4RAwPGN.popup-builder {
  background-color: #ffffff;
}
.cid-uFz4RAwPGN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFz4RAwPGN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFz4RAwPGN .modal-content,
.cid-uFz4RAwPGN .modal-dialog {
  height: auto;
}
.cid-uFz4RAwPGN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFz4RAwPGN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFz4RAwPGN .form-wrapper .mbr-form .form-group,
  .cid-uFz4RAwPGN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFz4RAwPGN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFz4RAwPGN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFz4RAwPGN .mbr-text {
  text-align: center;
}
.cid-uFz4RAwPGN .pt-0 {
  padding-top: 0 !important;
}
.cid-uFz4RAwPGN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFz4RAwPGN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFz4RAwPGN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFz4RAwPGN .modal-open {
  overflow: hidden;
}
.cid-uFz4RAwPGN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFz4RAwPGN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFz4RAwPGN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFz4RAwPGN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFz4RAwPGN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFz4RAwPGN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFz4RAwPGN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFz4RAwPGN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFz4RAwPGN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFz4RAwPGN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFz4RAwPGN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFz4RAwPGN .modal-backdrop.show {
  opacity: .5;
}
.cid-uFz4RAwPGN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uFz4RAwPGN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFz4RAwPGN .modal-header {
    padding: 1rem;
  }
}
.cid-uFz4RAwPGN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFz4RAwPGN .modal-header .close svg {
  fill: #353535;
}
.cid-uFz4RAwPGN .modal-header .close:hover {
  opacity: 1;
}
.cid-uFz4RAwPGN .modal-header .close:focus {
  outline: none;
}
.cid-uFz4RAwPGN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uFz4RAwPGN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uFz4RAwPGN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFz4RAwPGN .modal-body {
    padding: 1rem;
  }
}
.cid-uFz4RAwPGN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uFz4RAwPGN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFz4RAwPGN .modal-footer {
    padding: 1rem;
  }
}
.cid-uFz4RAwPGN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFz4RAwPGN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uFz4RAwPGN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFz4RAwPGN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFz4RAwPGN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFz4RAwPGN .modal-lg,
  .cid-uFz4RAwPGN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFz4RAwPGN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFz4RAwPGN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFz4RAwPGN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFz4RAwPGN .form-group {
  margin-bottom: 1rem;
}
.cid-uFz4RAwPGN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFz4RAwPGN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFz4RAwPGN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFz4RAwPGN .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uFz4RAwPGN .mbr-section-btn .btn {
  margin: 2;
}
.cid-uHvw5U7HE8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5U7HE8.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5U7HE8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5U7HE8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5U7HE8 .modal-content,
.cid-uHvw5U7HE8 .modal-dialog {
  height: auto;
}
.cid-uHvw5U7HE8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5U7HE8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5U7HE8 .form-wrapper .mbr-form .form-group,
  .cid-uHvw5U7HE8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5U7HE8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5U7HE8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5U7HE8 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5U7HE8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5U7HE8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5U7HE8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5U7HE8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5U7HE8 .modal-open {
  overflow: hidden;
}
.cid-uHvw5U7HE8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5U7HE8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5U7HE8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5U7HE8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5U7HE8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5U7HE8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5U7HE8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5U7HE8 .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5U7HE8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5U7HE8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5U7HE8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5U7HE8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5U7HE8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5U7HE8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U7HE8 .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5U7HE8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5U7HE8 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5U7HE8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5U7HE8 .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5U7HE8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5U7HE8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5U7HE8 .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U7HE8 .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5U7HE8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5U7HE8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U7HE8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5U7HE8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5U7HE8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5U7HE8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5U7HE8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5U7HE8 .modal-lg,
  .cid-uHvw5U7HE8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5U7HE8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5U7HE8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5U7HE8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5U7HE8 .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5U7HE8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5U7HE8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5U7HE8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5U7HE8 .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5U7HE8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5U7HE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5U7HE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5U7HE8 .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5U7HE8 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5U7HE8 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5U7HE8 .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5U7HE8 .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5U7HE8 .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5U7HE8 .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5U7HE8 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5U7HE8 .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5U7HE8 .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5U7HE8 .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5U7HE8 .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5U7HE8 .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5U7HE8 .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5U7HE8 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5U7HE8 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5U7HE8 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5U7HE8 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5U7HE8 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5U7HE8 .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5U7HE8 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5U7HE8 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5U7HE8 .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5U7HE8 .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5U7HE8 .mbr-title {
  color: #ffffff;
}
.cid-uHvw5U7HE8 label {
  color: #ffffff;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFhLRBfUvq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uFhLRBfUvq .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uFhLRBfUvq .mbr-shop .row {
  margin: 0;
}
.cid-uFhLRBfUvq .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uFhLRBfUvq .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uFhLRBfUvq .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uFhLRBfUvq .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-uFhLRBfUvq .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uFhLRBfUvq .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uFhLRBfUvq .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uFhLRBfUvq .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uFhLRBfUvq .mbr-shop .hide-modal {
  display: none;
}
.cid-uFhLRBfUvq .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uFhLRBfUvq .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uFhLRBfUvq .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uFhLRBfUvq .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uFhLRBfUvq .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uFhLRBfUvq .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uFhLRBfUvq .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uFhLRBfUvq .mbr-shop .filter-by-pu,
.cid-uFhLRBfUvq .mbr-shop .filter-by-pd,
.cid-uFhLRBfUvq .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uFhLRBfUvq .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uFhLRBfUvq .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uFhLRBfUvq .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uFhLRBfUvq .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-uFhLRBfUvq .mbr-shop .galleryItem h4,
.cid-uFhLRBfUvq .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin: 0;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uFhLRBfUvq .mbr-shop .galleryItem h5,
.cid-uFhLRBfUvq .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uFhLRBfUvq .mbr-shop .galleryItem p,
.cid-uFhLRBfUvq .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uFhLRBfUvq .mbr-shop .item-button {
  text-align: center;
}
.cid-uFhLRBfUvq .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uFhLRBfUvq .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uFhLRBfUvq .mbr-shop .sidebar {
  margin-top: 15px;
  padding-top: 15px;
  position: relative;
}
.cid-uFhLRBfUvq .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uFhLRBfUvq .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #f7f7f7;
  top: 0;
  right: 3px;
}
.cid-uFhLRBfUvq .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uFhLRBfUvq .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uFhLRBfUvq .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uFhLRBfUvq .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uFhLRBfUvq .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uFhLRBfUvq .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-uFhLRBfUvq .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uFhLRBfUvq .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uFhLRBfUvq .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uFhLRBfUvq .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uFhLRBfUvq .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uFhLRBfUvq .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 15px;
  left: 15px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-uFhLRBfUvq .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uFhLRBfUvq .mbr-shop .mbr-gallery-item__hided h4,
.cid-uFhLRBfUvq .mbr-shop .mbr-gallery-item__hided h5,
.cid-uFhLRBfUvq .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uFhLRBfUvq .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uFhLRBfUvq .mbr-shop .galleryItem .price-block {
  display: block;
  padding: 10px 0 0;
}
.cid-uFhLRBfUvq .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uFhLRBfUvq .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uFhLRBfUvq .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uFhLRBfUvq .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-uFhLRBfUvq .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uFhLRBfUvq .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uFhLRBfUvq .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uFhLRBfUvq .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-uFhLRBfUvq .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uFhLRBfUvq .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uFhLRBfUvq .mbr-shop .range-controls {
  position: relative;
}
.cid-uFhLRBfUvq .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uFhLRBfUvq .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #66458e;
}
.cid-uFhLRBfUvq .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #66458e;
  cursor: pointer;
}
.cid-uFhLRBfUvq .mbr-shop .toggle:hover,
.cid-uFhLRBfUvq .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uFhLRBfUvq .mbr-shop .min-toggle {
  left: 0;
}
.cid-uFhLRBfUvq .mbr-shop .max-toggle {
  right: 0;
}
.cid-uFhLRBfUvq .mbr-shop .hided-by-price {
  display: none;
}
.cid-uFhLRBfUvq .mbr-shop .text-modal {
  padding-left: 30px;
}
.cid-uFhLRBfUvq .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uFhLRBfUvq .mbr-shop .text-modal .price-block {
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uFhLRBfUvq .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uFhLRBfUvq .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uFhLRBfUvq .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uFhLRBfUvq .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uFhLRBfUvq .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uFhLRBfUvq .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uFhLRBfUvq .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uFhLRBfUvq .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uFhLRBfUvq .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uFhLRBfUvq .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uFhLRBfUvq .mbr-shop .galleryItem .sidebar_wraper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}
.cid-uFhLRBfUvq .mbr-shop .shopItemsModal .sidebar_wraper {
  height: 100%;
  text-align: left;
}
.cid-uFhLRBfUvq .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uFhLRBfUvq .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uFhLRBfUvq .mbr-shop .price-range {
  display: none;
}
.cid-uFhLRBfUvq .mbr-shop .price-range-reset {
  display: none;
}
.cid-uFhLRBfUvq .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uFhLRBfUvq .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-uFhLRBfUvq .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uFhLRBfUvq .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uFhLRBfUvq .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uFhLRBfUvq .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uFhLRBfUvq .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uFhLRBfUvq .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uFhLRBfUvq .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uFhLRBfUvq .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uFhLRBfUvq .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uFhLRBfUvq .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uFhLRBfUvq .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uFhLRBfUvq .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFhLRBfUvq .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uFhLRBfUvq .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uFhLRBfUvq .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uFhLRBfUvq .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uFhLRBfUvq .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uFhLRBfUvq .mbr-shop .sidebar {
    margin-bottom: 30px;
  }
  .cid-uFhLRBfUvq .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-uFhLRBfUvq .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uFhLRBfUvq .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uFhLRBfUvq .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uFhLRBfUvq .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uFhLRBfUvq .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uFhLRBfUvq .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uFhLRBfUvq .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uFhLRBfUvq .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uFhLRBfUvq .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uFhLRBfUvq .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uFhLRBfUvq .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uFhLRBfUvq .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uFhLRBfUvq .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uFhLRBfUvq .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhLRBfUvq .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uFhLRBfUvq .mbr-gallery-item .sidebar_wraper {
  background-color: #f7f7f7;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uFhLRBfUvq .sidebar .sidebar_wraper {
  background-color: #f7f7f7;
}
.cid-uFhLRBfUvq .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-uFhLRBfUvq .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uFhLRBfUvq .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uFhLRBfUvq .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-uFhLRBfUvq .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uFhLRBfUvq .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-uFhLRBfUvq .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-uFhLRBfUvq .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-uFhLRBfUvq .categories {
  padding: 0;
}
.cid-uFhLRBfUvq .sidebar-title {
  font-weight: bold;
}
#custom-html-14 {
  /* Type valid CSS here */
}
#custom-html-14 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
  min-height: 500px;
  background-color: black;
}
#custom-html-14 p {
  font-size: 60px;
  color: #777;
}
.cid-uFhAzPfRDf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uFhAzPfRDf .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uFhAzPfRDf .mbr-shop .row {
  margin: 0;
}
.cid-uFhAzPfRDf .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uFhAzPfRDf .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uFhAzPfRDf .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uFhAzPfRDf .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uFhAzPfRDf .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uFhAzPfRDf .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uFhAzPfRDf .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uFhAzPfRDf .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uFhAzPfRDf .mbr-shop .hide-modal {
  display: none;
}
.cid-uFhAzPfRDf .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uFhAzPfRDf .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uFhAzPfRDf .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uFhAzPfRDf .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uFhAzPfRDf .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uFhAzPfRDf .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uFhAzPfRDf .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uFhAzPfRDf .mbr-shop .filter-by-pu,
.cid-uFhAzPfRDf .mbr-shop .filter-by-pd,
.cid-uFhAzPfRDf .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uFhAzPfRDf .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uFhAzPfRDf .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uFhAzPfRDf .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uFhAzPfRDf .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uFhAzPfRDf .mbr-shop .galleryItem h4,
.cid-uFhAzPfRDf .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uFhAzPfRDf .mbr-shop .galleryItem h5,
.cid-uFhAzPfRDf .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 200;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uFhAzPfRDf .mbr-shop .galleryItem p,
.cid-uFhAzPfRDf .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 100;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uFhAzPfRDf .mbr-shop .item-button {
  text-align: center;
}
.cid-uFhAzPfRDf .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uFhAzPfRDf .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uFhAzPfRDf .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uFhAzPfRDf .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uFhAzPfRDf .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-uFhAzPfRDf .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uFhAzPfRDf .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uFhAzPfRDf .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uFhAzPfRDf .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uFhAzPfRDf .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uFhAzPfRDf .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uFhAzPfRDf .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uFhAzPfRDf .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uFhAzPfRDf .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uFhAzPfRDf .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uFhAzPfRDf .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uFhAzPfRDf .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 200;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uFhAzPfRDf .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uFhAzPfRDf .mbr-shop .mbr-gallery-item__hided h4,
.cid-uFhAzPfRDf .mbr-shop .mbr-gallery-item__hided h5,
.cid-uFhAzPfRDf .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uFhAzPfRDf .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uFhAzPfRDf .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uFhAzPfRDf .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uFhAzPfRDf .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uFhAzPfRDf .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 200;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uFhAzPfRDf .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uFhAzPfRDf .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uFhAzPfRDf .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uFhAzPfRDf .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uFhAzPfRDf .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uFhAzPfRDf .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-weight: bold;
}
.cid-uFhAzPfRDf .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uFhAzPfRDf .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 5px;
  line-height: 32px;
  color: #ffffff;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uFhAzPfRDf .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uFhAzPfRDf .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uFhAzPfRDf .mbr-shop .range-controls {
  position: relative;
}
.cid-uFhAzPfRDf .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uFhAzPfRDf .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uFhAzPfRDf .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uFhAzPfRDf .mbr-shop .toggle:hover,
.cid-uFhAzPfRDf .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uFhAzPfRDf .mbr-shop .min-toggle {
  left: 0;
}
.cid-uFhAzPfRDf .mbr-shop .max-toggle {
  right: 0;
}
.cid-uFhAzPfRDf .mbr-shop .hided-by-price {
  display: none;
}
.cid-uFhAzPfRDf .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uFhAzPfRDf .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uFhAzPfRDf .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uFhAzPfRDf .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uFhAzPfRDf .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uFhAzPfRDf .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uFhAzPfRDf .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uFhAzPfRDf .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uFhAzPfRDf .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uFhAzPfRDf .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uFhAzPfRDf .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uFhAzPfRDf .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uFhAzPfRDf .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uFhAzPfRDf .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uFhAzPfRDf .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uFhAzPfRDf .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uFhAzPfRDf .mbr-shop .shop-items .onsale,
.cid-uFhAzPfRDf .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uFhAzPfRDf .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uFhAzPfRDf .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uFhAzPfRDf .mbr-shop .price-range {
  display: inline-block;
}
.cid-uFhAzPfRDf .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uFhAzPfRDf .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uFhAzPfRDf .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uFhAzPfRDf .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uFhAzPfRDf .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uFhAzPfRDf .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uFhAzPfRDf .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uFhAzPfRDf .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uFhAzPfRDf .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uFhAzPfRDf .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uFhAzPfRDf .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uFhAzPfRDf .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uFhAzPfRDf .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uFhAzPfRDf .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uFhAzPfRDf .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFhAzPfRDf .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uFhAzPfRDf .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uFhAzPfRDf .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uFhAzPfRDf .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uFhAzPfRDf .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uFhAzPfRDf .wrapper-shop-items {
    order: 1;
  }
  .cid-uFhAzPfRDf .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFhAzPfRDf .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uFhAzPfRDf .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uFhAzPfRDf .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uFhAzPfRDf .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uFhAzPfRDf .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uFhAzPfRDf .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uFhAzPfRDf .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uFhAzPfRDf .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uFhAzPfRDf .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uFhAzPfRDf .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uFhAzPfRDf .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uFhAzPfRDf .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uFhAzPfRDf .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uFhAzPfRDf .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhAzPfRDf .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uFhAzPfRDf .sidebar-title {
  color: #000000;
}
.cid-uFhDQwMPXJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background11.jpg");
}
.cid-uFhDQwMPXJ .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uFhDQwMPXJ .mbr-shop .row {
  margin: 0;
}
.cid-uFhDQwMPXJ .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uFhDQwMPXJ .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uFhDQwMPXJ .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uFhDQwMPXJ .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uFhDQwMPXJ .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uFhDQwMPXJ .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uFhDQwMPXJ .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uFhDQwMPXJ .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uFhDQwMPXJ .mbr-shop .hide-modal {
  display: none;
}
.cid-uFhDQwMPXJ .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uFhDQwMPXJ .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uFhDQwMPXJ .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uFhDQwMPXJ .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uFhDQwMPXJ .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uFhDQwMPXJ .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uFhDQwMPXJ .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uFhDQwMPXJ .mbr-shop .filter-by-pu,
.cid-uFhDQwMPXJ .mbr-shop .filter-by-pd,
.cid-uFhDQwMPXJ .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uFhDQwMPXJ .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uFhDQwMPXJ .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uFhDQwMPXJ .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uFhDQwMPXJ .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uFhDQwMPXJ .mbr-shop .galleryItem h4,
.cid-uFhDQwMPXJ .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uFhDQwMPXJ .mbr-shop .galleryItem h5,
.cid-uFhDQwMPXJ .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uFhDQwMPXJ .mbr-shop .galleryItem p,
.cid-uFhDQwMPXJ .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uFhDQwMPXJ .mbr-shop .item-button {
  text-align: center;
}
.cid-uFhDQwMPXJ .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uFhDQwMPXJ .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uFhDQwMPXJ .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uFhDQwMPXJ .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uFhDQwMPXJ .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.08);
  top: -20px;
  right: 3px;
}
.cid-uFhDQwMPXJ .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uFhDQwMPXJ .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uFhDQwMPXJ .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uFhDQwMPXJ .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uFhDQwMPXJ .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uFhDQwMPXJ .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uFhDQwMPXJ .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uFhDQwMPXJ .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uFhDQwMPXJ .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uFhDQwMPXJ .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uFhDQwMPXJ .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uFhDQwMPXJ .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uFhDQwMPXJ .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uFhDQwMPXJ .mbr-shop .mbr-gallery-item__hided h4,
.cid-uFhDQwMPXJ .mbr-shop .mbr-gallery-item__hided h5,
.cid-uFhDQwMPXJ .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uFhDQwMPXJ .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uFhDQwMPXJ .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uFhDQwMPXJ .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uFhDQwMPXJ .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uFhDQwMPXJ .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uFhDQwMPXJ .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uFhDQwMPXJ .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uFhDQwMPXJ .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uFhDQwMPXJ .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uFhDQwMPXJ .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uFhDQwMPXJ .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uFhDQwMPXJ .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uFhDQwMPXJ .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uFhDQwMPXJ .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uFhDQwMPXJ .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uFhDQwMPXJ .mbr-shop .range-controls {
  position: relative;
}
.cid-uFhDQwMPXJ .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uFhDQwMPXJ .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uFhDQwMPXJ .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uFhDQwMPXJ .mbr-shop .toggle:hover,
.cid-uFhDQwMPXJ .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uFhDQwMPXJ .mbr-shop .min-toggle {
  left: 0;
}
.cid-uFhDQwMPXJ .mbr-shop .max-toggle {
  right: 0;
}
.cid-uFhDQwMPXJ .mbr-shop .hided-by-price {
  display: none;
}
.cid-uFhDQwMPXJ .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uFhDQwMPXJ .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uFhDQwMPXJ .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uFhDQwMPXJ .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uFhDQwMPXJ .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uFhDQwMPXJ .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uFhDQwMPXJ .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uFhDQwMPXJ .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uFhDQwMPXJ .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uFhDQwMPXJ .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uFhDQwMPXJ .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uFhDQwMPXJ .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uFhDQwMPXJ .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uFhDQwMPXJ .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uFhDQwMPXJ .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uFhDQwMPXJ .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uFhDQwMPXJ .mbr-shop .shop-items .onsale,
.cid-uFhDQwMPXJ .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uFhDQwMPXJ .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uFhDQwMPXJ .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uFhDQwMPXJ .mbr-shop .price-range {
  display: inline-block;
}
.cid-uFhDQwMPXJ .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uFhDQwMPXJ .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uFhDQwMPXJ .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uFhDQwMPXJ .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uFhDQwMPXJ .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uFhDQwMPXJ .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uFhDQwMPXJ .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uFhDQwMPXJ .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uFhDQwMPXJ .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uFhDQwMPXJ .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uFhDQwMPXJ .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uFhDQwMPXJ .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uFhDQwMPXJ .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uFhDQwMPXJ .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uFhDQwMPXJ .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFhDQwMPXJ .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uFhDQwMPXJ .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uFhDQwMPXJ .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uFhDQwMPXJ .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uFhDQwMPXJ .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uFhDQwMPXJ .wrapper-shop-items {
    order: 1;
  }
  .cid-uFhDQwMPXJ .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uFhDQwMPXJ .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uFhDQwMPXJ .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uFhDQwMPXJ .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uFhDQwMPXJ .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uFhDQwMPXJ .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uFhDQwMPXJ .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uFhDQwMPXJ .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uFhDQwMPXJ .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uFhDQwMPXJ .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uFhDQwMPXJ .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uFhDQwMPXJ .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uFhDQwMPXJ .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uFhDQwMPXJ .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uFhDQwMPXJ .oldprice {
  padding-left: .8rem !important;
  text-decoration: line-through;
  color: #767676;
}
.cid-uFhDQwMPXJ .mbr-gallery-item .sidebar_wraper {
  position: relative;
  background: #ffffff;
}
.cid-uFhDQwMPXJ .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  position: absolute;
  width: 100%;
  top: -4rem;
  opacity: 0;
  transiton: opacity .5s, top .5s;
}
.cid-uFhDQwMPXJ .mbr-gallery-item .sidebar_wraper .price-block {
  padding-bottom: 10px;
}
.cid-uFhDQwMPXJ .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn {
  top: -5rem;
  opacity: 1;
  transition: opacity .5s, top .5s;
}
.cid-uFhDQwMPXJ .sidebar .mbr-gallery-item {
  background: transparent;
}
.cid-uFhDQwMPXJ .sidebar .mbr-gallery-item .sidebar_wrapper {
  background: transparent;
}
.cid-uFhDQwMPXJ .sidebar .galleryItem {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
}
.cid-uFhDQwMPXJ .sidebar .galleryItem .sidebar_wraper {
  background: transparent !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFhDQwMPXJ .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uD6F47ScM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uD6F47ScM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD6F47ScM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD6F47ScM4 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD6F47ScM4 .container-fluid {
    padding: 0 25px;
  }
}
.cid-uD6F47ScM4 .container-fluid .row {
  padding: 0;
}
.cid-uD6F47ScM4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD6F47ScM4 .card {
    margin-bottom: 50px;
  }
}
.cid-uD6F47ScM4 .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uD6F47ScM4 .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uD6F47ScM4 .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uD6F47ScM4 .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uD6F47ScM4 .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uD6F47ScM4 .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uD6F47ScM4 .list li {
  margin-bottom: 10px;
}
.cid-uD6F47ScM4 .list li:last-child {
  margin-bottom: 0;
}
.cid-uD6F47ScM4 .list li:hover {
  color: #ffffff;
}
.cid-uD6F47ScM4 .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uD6F47ScM4 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uD6F47ScM4 .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uD6F47ScM4 .mbr-text,
.cid-uD6F47ScM4 .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5U8qGl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5U8qGl.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5U8qGl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5U8qGl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5U8qGl .modal-content,
.cid-uHvw5U8qGl .modal-dialog {
  height: auto;
}
.cid-uHvw5U8qGl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5U8qGl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5U8qGl .form-wrapper .mbr-form .form-group,
  .cid-uHvw5U8qGl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5U8qGl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5U8qGl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5U8qGl .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5U8qGl .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5U8qGl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5U8qGl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5U8qGl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5U8qGl .modal-open {
  overflow: hidden;
}
.cid-uHvw5U8qGl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5U8qGl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5U8qGl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5U8qGl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5U8qGl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5U8qGl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5U8qGl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5U8qGl .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5U8qGl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5U8qGl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5U8qGl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5U8qGl .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5U8qGl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5U8qGl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U8qGl .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5U8qGl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5U8qGl .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5U8qGl .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5U8qGl .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5U8qGl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5U8qGl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5U8qGl .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U8qGl .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5U8qGl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5U8qGl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U8qGl .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5U8qGl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5U8qGl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5U8qGl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5U8qGl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5U8qGl .modal-lg,
  .cid-uHvw5U8qGl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5U8qGl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5U8qGl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5U8qGl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5U8qGl .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5U8qGl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5U8qGl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5U8qGl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5U8qGl .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5U8qGl .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5U8qGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5U8qGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5U8qGl .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5U8qGl .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5U8qGl .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5U8qGl .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5U8qGl .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5U8qGl .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5U8qGl .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5U8qGl .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5U8qGl .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5U8qGl .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5U8qGl .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5U8qGl .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5U8qGl .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5U8qGl .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5U8qGl .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5U8qGl .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5U8qGl .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5U8qGl .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5U8qGl .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5U8qGl .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5U8qGl .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5U8qGl .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5U8qGl .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5U8qGl .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5U8qGl .mbr-title {
  color: #ffffff;
}
.cid-uHvw5U8qGl label {
  color: #ffffff;
}
.cid-uHCwQMbOZk.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMbOZk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMbOZk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMbOZk .modal-content,
.cid-uHCwQMbOZk .modal-dialog {
  height: auto;
}
.cid-uHCwQMbOZk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMbOZk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMbOZk .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMbOZk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMbOZk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMbOZk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMbOZk .mbr-text {
  text-align: center;
}
.cid-uHCwQMbOZk .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMbOZk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMbOZk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMbOZk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMbOZk .modal-open {
  overflow: hidden;
}
.cid-uHCwQMbOZk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMbOZk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMbOZk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMbOZk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMbOZk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMbOZk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMbOZk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMbOZk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMbOZk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMbOZk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMbOZk .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMbOZk .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMbOZk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMbOZk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMbOZk .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMbOZk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMbOZk .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMbOZk .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMbOZk .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMbOZk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMbOZk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMbOZk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMbOZk .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMbOZk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMbOZk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMbOZk .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMbOZk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMbOZk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMbOZk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMbOZk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMbOZk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMbOZk .modal-lg,
  .cid-uHCwQMbOZk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMbOZk .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMbOZk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMbOZk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMbOZk .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMbOZk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMbOZk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMbOZk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMbOZk .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMbOZk .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFykyH03qC {
  position: relative;
}
.cid-uFykyH03qC::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uFykyH03qC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFykyH03qC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/myequilibria-commercial-project-3.webp");
}
.cid-uFykyH03qC .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uFykyH03qC .content-wrapper {
    margin-top: 0;
  }
}
.cid-uFykyH03qC .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFykyH03qC .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFykyH03qC .mbr-section-title {
  color: #ffffff;
}
.cid-uFykyH03qC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFykyH03qC .mbr-section-title,
.cid-uFykyH03qC .mbr-section-btn {
  text-align: left;
}
.cid-uFylvKrDMf {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uFylvKrDMf .item:focus,
.cid-uFylvKrDMf span:focus {
  outline: none;
}
.cid-uFylvKrDMf .item {
  cursor: pointer;
}
.cid-uFylvKrDMf .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uFylvKrDMf .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uFylvKrDMf .grid-container-1,
.cid-uFylvKrDMf .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uFylvKrDMf .grid-container-1,
  .cid-uFylvKrDMf .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uFylvKrDMf .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFylvKrDMf .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uFylvKrDMf .content-head {
  max-width: 800px;
}
.cid-uFylvKrDMf .container,
.cid-uFylvKrDMf .container-fluid {
  overflow: hidden;
}
.cid-uFylvKrDMf .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uFylvKrDMf .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFylvKrDMf .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uFylvKrDMf .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uFylvKrDMf .grid-container-1,
.cid-uFylvKrDMf .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uFylvKrDMf .grid-container-1 {
  align-items: flex-end;
}
.cid-uFylvKrDMf .grid-container-2 {
  align-items: flex-start;
}
.cid-uFyoQwDJ1Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFyoQwDJ1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFyoQwDJ1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFyoQwDJ1Q .content-wrapper {
  justify-content: center;
}
.cid-uFyoQwDJ1Q .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFyoQwDJ1Q .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFyoQwDJ1Q .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFyoQwDJ1Q .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFyoQwDJ1Q .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFyoQwDJ1Q .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uFyoQwDJ1Q .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uFyoQwDJ1Q .mbr-section-btn {
  margin-top: 20px;
}
.cid-uFyoQwDJ1Q .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uFyoQwDJ1Q .mbr-figure:hover,
.cid-uFyoQwDJ1Q .mbr-figure:focus {
  background-color: #282828;
  border: 2px solid #282828;
}
.cid-uFyoQwDJ1Q .mbr-section-title {
  color: #ffffff;
}
.cid-uFyoQwDJ1Q .mbr-text,
.cid-uFyoQwDJ1Q .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uFyoQwDJ1Q .mbr-desc,
.cid-uFyoQwDJ1Q .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uFyoQwDJ1Q .mbr-section-title,
.cid-uFyoQwDJ1Q .mbr-section-btn {
  text-align: center;
}
.cid-uG1PCMGqdm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uG1PCMGqdm .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uG1PCMGqdm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uG1PCMGqdm .container {
    padding: 0 22px;
  }
}
.cid-uG1PCMGqdm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uG1PCMGqdm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uG1PCMGqdm .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uG1PCMGqdm .embla__slide .slide-content {
    display: block;
  }
}
.cid-uG1PCMGqdm .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG1PCMGqdm .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uG1PCMGqdm .embla__button--next,
.cid-uG1PCMGqdm .embla__button--prev {
  display: flex;
}
.cid-uG1PCMGqdm .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uG1PCMGqdm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uG1PCMGqdm .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uG1PCMGqdm .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uG1PCMGqdm .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uG1PCMGqdm .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uG1PCMGqdm .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uG1PCMGqdm .embla {
  position: relative;
  width: 100%;
}
.cid-uG1PCMGqdm .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uG1PCMGqdm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uG1PCMGqdm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uG1PCMGqdm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uG1PCMGqdm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uD6F47ScM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uD6F47ScM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD6F47ScM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD6F47ScM4 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD6F47ScM4 .container-fluid {
    padding: 0 25px;
  }
}
.cid-uD6F47ScM4 .container-fluid .row {
  padding: 0;
}
.cid-uD6F47ScM4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD6F47ScM4 .card {
    margin-bottom: 50px;
  }
}
.cid-uD6F47ScM4 .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uD6F47ScM4 .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uD6F47ScM4 .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uD6F47ScM4 .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uD6F47ScM4 .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uD6F47ScM4 .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uD6F47ScM4 .list li {
  margin-bottom: 10px;
}
.cid-uD6F47ScM4 .list li:last-child {
  margin-bottom: 0;
}
.cid-uD6F47ScM4 .list li:hover {
  color: #ffffff;
}
.cid-uD6F47ScM4 .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uD6F47ScM4 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uD6F47ScM4 .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uD6F47ScM4 .mbr-text,
.cid-uD6F47ScM4 .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5U8r8b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5U8r8b.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5U8r8b.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5U8r8b.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5U8r8b .modal-content,
.cid-uHvw5U8r8b .modal-dialog {
  height: auto;
}
.cid-uHvw5U8r8b .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5U8r8b .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5U8r8b .form-wrapper .mbr-form .form-group,
  .cid-uHvw5U8r8b .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5U8r8b .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5U8r8b .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5U8r8b .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5U8r8b .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5U8r8b .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5U8r8b .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5U8r8b .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5U8r8b .modal-open {
  overflow: hidden;
}
.cid-uHvw5U8r8b .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5U8r8b .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5U8r8b .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5U8r8b .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5U8r8b .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5U8r8b .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5U8r8b .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5U8r8b .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5U8r8b .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5U8r8b .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5U8r8b .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5U8r8b .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5U8r8b .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5U8r8b .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U8r8b .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5U8r8b .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5U8r8b .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5U8r8b .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5U8r8b .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5U8r8b .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5U8r8b .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5U8r8b .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U8r8b .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5U8r8b .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5U8r8b .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U8r8b .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5U8r8b .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5U8r8b .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5U8r8b .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5U8r8b .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5U8r8b .modal-lg,
  .cid-uHvw5U8r8b .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5U8r8b .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5U8r8b .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5U8r8b .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5U8r8b .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5U8r8b .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5U8r8b .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5U8r8b .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5U8r8b .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5U8r8b .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5U8r8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5U8r8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5U8r8b .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5U8r8b .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5U8r8b .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5U8r8b .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5U8r8b .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5U8r8b .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5U8r8b .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5U8r8b .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5U8r8b .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5U8r8b .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5U8r8b .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5U8r8b .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5U8r8b .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5U8r8b .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5U8r8b .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5U8r8b .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5U8r8b .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5U8r8b .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5U8r8b .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5U8r8b .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5U8r8b .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5U8r8b .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5U8r8b .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5U8r8b .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5U8r8b .mbr-title {
  color: #ffffff;
}
.cid-uHvw5U8r8b label {
  color: #ffffff;
}
.cid-uHCwQMbrLn.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMbrLn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMbrLn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMbrLn .modal-content,
.cid-uHCwQMbrLn .modal-dialog {
  height: auto;
}
.cid-uHCwQMbrLn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMbrLn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMbrLn .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMbrLn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMbrLn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMbrLn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMbrLn .mbr-text {
  text-align: center;
}
.cid-uHCwQMbrLn .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMbrLn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMbrLn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMbrLn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMbrLn .modal-open {
  overflow: hidden;
}
.cid-uHCwQMbrLn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMbrLn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMbrLn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMbrLn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMbrLn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMbrLn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMbrLn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMbrLn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMbrLn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMbrLn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMbrLn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMbrLn .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMbrLn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMbrLn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMbrLn .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMbrLn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMbrLn .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMbrLn .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMbrLn .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMbrLn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMbrLn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMbrLn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMbrLn .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMbrLn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMbrLn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMbrLn .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMbrLn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMbrLn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMbrLn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMbrLn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMbrLn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMbrLn .modal-lg,
  .cid-uHCwQMbrLn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMbrLn .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMbrLn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMbrLn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMbrLn .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMbrLn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMbrLn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMbrLn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMbrLn .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMbrLn .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFSzlsAydh {
  position: relative;
}
.cid-uFSzlsAydh::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uFSzlsAydh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSzlsAydh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/freepik-edit-the-style-is-candid-image-photography-with-natural-8-2000x1143.jpeg");
}
.cid-uFSzlsAydh .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uFSzlsAydh .content-wrapper {
    margin-top: 0;
  }
}
.cid-uFSzlsAydh .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFSzlsAydh .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFSzlsAydh .mbr-section-title {
  color: #ffffff;
}
.cid-uFSzlsAydh .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFSzlsAydh .mbr-section-title,
.cid-uFSzlsAydh .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uGBfhjDCSj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGBfhjDCSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGBfhjDCSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGBfhjDCSj .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uGBfhjDCSj .container-fluid {
    padding: 0;
  }
}
.cid-uGBfhjDCSj .container-fluid .row {
  padding: 0;
}
.cid-uGBfhjDCSj .image-wrapper img {
  height: 960px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGBfhjDCSj .image-wrapper img {
    height: 400px;
    margin-bottom: 100px;
  }
}
.cid-uGBfhjDCSj .cards-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uGBfhjDCSj .cards-wrap .cards {
  padding: 0 60px 0 98px;
}
@media (max-width: 1200px) {
  .cid-uGBfhjDCSj .cards-wrap .cards {
    padding: 45px;
  }
}
@media (max-width: 1100px) {
  .cid-uGBfhjDCSj .cards-wrap .cards {
    padding: 25px;
  }
}
.cid-uGBfhjDCSj .cards-wrap .cards .card-wrapper {
  display: flex;
  margin-bottom: 90px;
}
.cid-uGBfhjDCSj .cards-wrap .cards .card-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uGBfhjDCSj .cards-wrap .cards .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 90px;
  color: #616161;
  margin-right: 50px;
}
@media (max-width: 1200px) {
  .cid-uGBfhjDCSj .cards-wrap .cards .card-wrapper .icon-wrapper .mbr-iconfont {
    margin-right: 25px;
  }
}
.cid-uGBfhjDCSj .cards-wrap .cards .card-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uGBfhjDCSj .cards-wrap .cards .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGBfhjDCSj .mbr-section-title {
  color: #ffffff;
}
.cid-uGBfhjDCSj .item-text {
  color: #b6b6b6;
}
.cid-uFDUXSDjdV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/wa-watermark-1920x1080.jpg");
}
.cid-uFDUXSDjdV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFDUXSDjdV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uFDUXSDjdV .container {
    padding: 0 24px;
  }
}
.cid-uFDUXSDjdV .row {
  justify-content: center;
}
.cid-uFDUXSDjdV .content-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uFDUXSDjdV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFDUXSDjdV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFDUXSDjdV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFDUXSDjdV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 767px) {
  .cid-uFDUXSDjdV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFDUXSDjdV .embla__slide .slide-content {
  width: 100%;
}
.cid-uFDUXSDjdV .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border-left: 1px solid #141414;
  border-radius: 0 !important;
}
.cid-uFDUXSDjdV .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 28px;
}
.cid-uFDUXSDjdV .embla__slide .slide-content .item-wrapper .item-content .item-number {
  margin-bottom: 0;
}
.cid-uFDUXSDjdV .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin: 60px 0 12px 0;
}
.cid-uFDUXSDjdV .embla__button--next,
.cid-uFDUXSDjdV .embla__button--prev {
  display: flex;
}
.cid-uFDUXSDjdV .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #141414 !important;
  color: #ffffff !important;
  border: 1px solid #141414 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uFDUXSDjdV .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #b6b6b6 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uFDUXSDjdV .embla__button:hover {
  box-shadow: inset 81px 10px 5px #b6b6b6;
  border-color: #b6b6b6 !important;
}
.cid-uFDUXSDjdV .embla__button:hover::before {
  width: 30%;
}
.cid-uFDUXSDjdV .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uFDUXSDjdV .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uFDUXSDjdV .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uFDUXSDjdV .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -25%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0, #ffffff 80%);
  width: 50%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uFDUXSDjdV .embla::before {
    display: none;
  }
}
.cid-uFDUXSDjdV .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uFDUXSDjdV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFDUXSDjdV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFDUXSDjdV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFDUXSDjdV .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uFDUXSDjdV .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uFDUXSDjdV .item-number {
  color: #000000;
}
.cid-uFDUXSDjdV .item-desc {
  color: #282828;
}
.cid-uFElaBLW9M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uFElaBLW9M .item:focus,
.cid-uFElaBLW9M span:focus {
  outline: none;
}
.cid-uFElaBLW9M .item {
  cursor: pointer;
}
.cid-uFElaBLW9M .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uFElaBLW9M .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uFElaBLW9M .grid-container-1,
.cid-uFElaBLW9M .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uFElaBLW9M .grid-container-1,
  .cid-uFElaBLW9M .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uFElaBLW9M .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFElaBLW9M .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uFElaBLW9M .content-head {
  max-width: 800px;
}
.cid-uFElaBLW9M .container,
.cid-uFElaBLW9M .container-fluid {
  overflow: hidden;
}
.cid-uFElaBLW9M .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uFElaBLW9M .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFElaBLW9M .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uFElaBLW9M .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uFElaBLW9M .grid-container-1,
.cid-uFElaBLW9M .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uFElaBLW9M .grid-container-1 {
  align-items: flex-end;
}
.cid-uFElaBLW9M .grid-container-2 {
  align-items: flex-start;
}
.cid-uFRZUIZAEZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFRZUIZAEZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFRZUIZAEZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFRZUIZAEZ .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFRZUIZAEZ .container-fluid {
    padding: 0;
  }
}
.cid-uFRZUIZAEZ .container-fluid .row {
  padding: 0;
}
.cid-uFRZUIZAEZ .image-wrapper img {
  height: 810px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFRZUIZAEZ .image-wrapper img {
    height: 400px;
    margin-bottom: 100px;
  }
}
.cid-uFRZUIZAEZ .cards-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uFRZUIZAEZ .cards-wrap .cards {
  padding: 0 60px 0 98px;
}
@media (max-width: 1200px) {
  .cid-uFRZUIZAEZ .cards-wrap .cards {
    padding: 45px;
  }
}
@media (max-width: 1100px) {
  .cid-uFRZUIZAEZ .cards-wrap .cards {
    padding: 25px;
  }
}
.cid-uFRZUIZAEZ .cards-wrap .cards .card-wrapper {
  display: flex;
  margin-bottom: 60px;
}
.cid-uFRZUIZAEZ .cards-wrap .cards .card-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uFRZUIZAEZ .cards-wrap .cards .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 90px;
  color: #616161;
  margin-right: 50px;
}
@media (max-width: 1200px) {
  .cid-uFRZUIZAEZ .cards-wrap .cards .card-wrapper .icon-wrapper .mbr-iconfont {
    margin-right: 25px;
  }
}
.cid-uFRZUIZAEZ .cards-wrap .cards .card-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-uFRZUIZAEZ .cards-wrap .cards .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFRZUIZAEZ .mbr-section-title {
  color: #ffffff;
}
.cid-uFRZUIZAEZ .item-text {
  color: #b6b6b6;
}
.cid-uFENxznmvz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFENxznmvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFENxznmvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFENxznmvz .content-wrapper {
  justify-content: center;
}
.cid-uFENxznmvz .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFENxznmvz .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFENxznmvz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFENxznmvz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFENxznmvz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFENxznmvz .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uFENxznmvz .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uFENxznmvz .mbr-section-btn {
  margin-top: 5px;
}
.cid-uFENxznmvz .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uFENxznmvz .mbr-figure:hover,
.cid-uFENxznmvz .mbr-figure:focus {
  background-color: #282828;
  border: 2px solid #282828;
}
.cid-uFENxznmvz .mbr-section-title {
  color: #ffffff;
}
.cid-uFENxznmvz .mbr-text,
.cid-uFENxznmvz .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uFENxznmvz .mbr-desc,
.cid-uFENxznmvz .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uFENxznmvz .mbr-section-title,
.cid-uFENxznmvz .mbr-section-btn {
  text-align: center;
}
.cid-uFT6S9quGW {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFT6S9quGW .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uFT6S9quGW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFT6S9quGW .container {
    padding: 0 22px;
  }
}
.cid-uFT6S9quGW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uFT6S9quGW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFT6S9quGW .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFT6S9quGW .embla__slide .slide-content {
    display: block;
  }
}
.cid-uFT6S9quGW .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFT6S9quGW .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFT6S9quGW .embla__button--next,
.cid-uFT6S9quGW .embla__button--prev {
  display: flex;
}
.cid-uFT6S9quGW .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uFT6S9quGW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFT6S9quGW .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uFT6S9quGW .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uFT6S9quGW .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uFT6S9quGW .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uFT6S9quGW .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uFT6S9quGW .embla {
  position: relative;
  width: 100%;
}
.cid-uFT6S9quGW .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uFT6S9quGW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFT6S9quGW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFT6S9quGW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFT6S9quGW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uD6F47ScM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uD6F47ScM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD6F47ScM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD6F47ScM4 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD6F47ScM4 .container-fluid {
    padding: 0 25px;
  }
}
.cid-uD6F47ScM4 .container-fluid .row {
  padding: 0;
}
.cid-uD6F47ScM4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD6F47ScM4 .card {
    margin-bottom: 50px;
  }
}
.cid-uD6F47ScM4 .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uD6F47ScM4 .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uD6F47ScM4 .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uD6F47ScM4 .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uD6F47ScM4 .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uD6F47ScM4 .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uD6F47ScM4 .list li {
  margin-bottom: 10px;
}
.cid-uD6F47ScM4 .list li:last-child {
  margin-bottom: 0;
}
.cid-uD6F47ScM4 .list li:hover {
  color: #ffffff;
}
.cid-uD6F47ScM4 .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uD6F47ScM4 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uD6F47ScM4 .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uD6F47ScM4 .mbr-text,
.cid-uD6F47ScM4 .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5U8Ked {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5U8Ked.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5U8Ked.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5U8Ked.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5U8Ked .modal-content,
.cid-uHvw5U8Ked .modal-dialog {
  height: auto;
}
.cid-uHvw5U8Ked .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5U8Ked .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5U8Ked .form-wrapper .mbr-form .form-group,
  .cid-uHvw5U8Ked .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5U8Ked .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5U8Ked .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5U8Ked .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5U8Ked .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5U8Ked .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5U8Ked .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5U8Ked .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5U8Ked .modal-open {
  overflow: hidden;
}
.cid-uHvw5U8Ked .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5U8Ked .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5U8Ked .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5U8Ked .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5U8Ked .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5U8Ked .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5U8Ked .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5U8Ked .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5U8Ked .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5U8Ked .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5U8Ked .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5U8Ked .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5U8Ked .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5U8Ked .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U8Ked .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5U8Ked .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5U8Ked .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5U8Ked .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5U8Ked .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5U8Ked .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5U8Ked .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5U8Ked .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U8Ked .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5U8Ked .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5U8Ked .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U8Ked .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5U8Ked .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5U8Ked .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5U8Ked .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5U8Ked .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5U8Ked .modal-lg,
  .cid-uHvw5U8Ked .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5U8Ked .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5U8Ked .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5U8Ked .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5U8Ked .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5U8Ked .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5U8Ked .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5U8Ked .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5U8Ked .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5U8Ked .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5U8Ked .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5U8Ked .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5U8Ked .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5U8Ked .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5U8Ked .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5U8Ked .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5U8Ked .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5U8Ked .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5U8Ked .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5U8Ked .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5U8Ked .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5U8Ked .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5U8Ked .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5U8Ked .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5U8Ked .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5U8Ked .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5U8Ked .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5U8Ked .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5U8Ked .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5U8Ked .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5U8Ked .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5U8Ked .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5U8Ked .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5U8Ked .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5U8Ked .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5U8Ked .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5U8Ked .mbr-title {
  color: #ffffff;
}
.cid-uHvw5U8Ked label {
  color: #ffffff;
}
.cid-uHCwQMb76x.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMb76x.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMb76x.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMb76x .modal-content,
.cid-uHCwQMb76x .modal-dialog {
  height: auto;
}
.cid-uHCwQMb76x .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMb76x .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMb76x .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMb76x .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMb76x .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMb76x .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMb76x .mbr-text {
  text-align: center;
}
.cid-uHCwQMb76x .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMb76x .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMb76x .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMb76x .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMb76x .modal-open {
  overflow: hidden;
}
.cid-uHCwQMb76x .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMb76x .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMb76x .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMb76x .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMb76x .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMb76x .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMb76x .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMb76x .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMb76x .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMb76x .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMb76x .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMb76x .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMb76x .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMb76x .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMb76x .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMb76x .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMb76x .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMb76x .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMb76x .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMb76x .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMb76x .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMb76x .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMb76x .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMb76x .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMb76x .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMb76x .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMb76x .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMb76x .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMb76x .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMb76x .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMb76x .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMb76x .modal-lg,
  .cid-uHCwQMb76x .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMb76x .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMb76x .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMb76x .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMb76x .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMb76x .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMb76x .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMb76x .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMb76x .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMb76x .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFRRcXooJJ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uFRRcXooJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFRRcXooJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFRRcXooJJ .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFRRcXooJJ .container-fluid {
    padding: 0 25px;
  }
}
.cid-uFRRcXooJJ .container-fluid .row {
  padding: 0;
}
.cid-uFRRcXooJJ .image-wrapper {
  height: 100%;
}
.cid-uFRRcXooJJ .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFRRcXooJJ .image-wrapper img {
    height: 400px;
  }
}
.cid-uFRRcXooJJ .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFRRcXooJJ .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uFRRcXooJJ .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uFRRcXooJJ .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-uFRRcXooJJ .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFRRcXooJJ .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-uFRRcXooJJ .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-uFRRcXooJJ .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uFRRcXooJJ .mbr-section-title {
  color: #ffffff;
}
.cid-uFRRcXooJJ .mbr-text {
  color: #b6b6b6;
}
.cid-uFRTQ04qGr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFRTQ04qGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFRTQ04qGr .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-uFRTQ04qGr .row {
    padding: 0 13px;
  }
}
.cid-uFRTQ04qGr .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFRTQ04qGr .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFRTQ04qGr .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFRTQ04qGr .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-uFRTQ04qGr .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uFRTQ04qGr .text-wrapper {
    padding: 0;
  }
}
.cid-uFRTQ04qGr .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-uFRTQ04qGr .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-uFRTQ04qGr .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-uFRTQ04qGr .mbr-text {
  color: #ffffff;
}
.cid-uFRTQ04qGr .mbr-name {
  color: #ffffff;
}
.cid-uFRTQ04qGr .mbr-role {
  color: #ffffff;
}
.cid-uFRU1WhBR3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFRU1WhBR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFRU1WhBR3 .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-uFRU1WhBR3 .row {
    padding: 0 13px;
  }
}
.cid-uFRU1WhBR3 .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFRU1WhBR3 .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFRU1WhBR3 .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFRU1WhBR3 .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-uFRU1WhBR3 .text-wrapper {
  padding-left: 20px;
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uFRU1WhBR3 .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFRU1WhBR3 .text-wrapper {
    padding: 0;
  }
}
.cid-uFRU1WhBR3 .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-uFRU1WhBR3 .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-uFRU1WhBR3 .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-uFRU1WhBR3 .mbr-text {
  color: #ffffff;
}
.cid-uFRU1WhBR3 .mbr-name {
  color: #ffffff;
}
.cid-uFRU1WhBR3 .mbr-role {
  color: #ffffff;
}
.cid-uFRUgY9KjI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFRUgY9KjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFRUgY9KjI .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-uFRUgY9KjI .row {
    padding: 0 13px;
  }
}
.cid-uFRUgY9KjI .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFRUgY9KjI .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFRUgY9KjI .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFRUgY9KjI .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-uFRUgY9KjI .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uFRUgY9KjI .text-wrapper {
    padding: 0;
  }
}
.cid-uFRUgY9KjI .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-uFRUgY9KjI .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-uFRUgY9KjI .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-uFRUgY9KjI .mbr-text {
  color: #ffffff;
}
.cid-uFRUgY9KjI .mbr-name {
  color: #ffffff;
}
.cid-uFRUgY9KjI .mbr-role {
  color: #ffffff;
}
.cid-uFRUQD8u7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFRUQD8u7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFRUQD8u7D .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-uFRUQD8u7D .row {
    padding: 0 13px;
  }
}
.cid-uFRUQD8u7D .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFRUQD8u7D .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFRUQD8u7D .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFRUQD8u7D .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-uFRUQD8u7D .text-wrapper {
  padding-left: 20px;
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uFRUQD8u7D .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFRUQD8u7D .text-wrapper {
    padding: 0;
  }
}
.cid-uFRUQD8u7D .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-uFRUQD8u7D .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-uFRUQD8u7D .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-uFRUQD8u7D .mbr-text {
  color: #ffffff;
}
.cid-uFRUQD8u7D .mbr-name {
  color: #ffffff;
}
.cid-uFRUQD8u7D .mbr-role {
  color: #ffffff;
}
.cid-uFRXCjZqyC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFRXCjZqyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFRXCjZqyC .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-uFRXCjZqyC .row {
    padding: 0 13px;
  }
}
.cid-uFRXCjZqyC .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFRXCjZqyC .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFRXCjZqyC .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFRXCjZqyC .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-uFRXCjZqyC .text-wrapper {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uFRXCjZqyC .text-wrapper {
    padding: 0;
  }
}
.cid-uFRXCjZqyC .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-uFRXCjZqyC .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-uFRXCjZqyC .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-uFRXCjZqyC .mbr-text {
  color: #ffffff;
}
.cid-uFRXCjZqyC .mbr-name {
  color: #ffffff;
}
.cid-uFRXCjZqyC .mbr-role {
  color: #ffffff;
}
.cid-uFRTlOVZJ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFRTlOVZJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFRTlOVZJ2 .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-uFRTlOVZJ2 .row {
    padding: 0 13px;
  }
}
.cid-uFRTlOVZJ2 .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFRTlOVZJ2 .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFRTlOVZJ2 .image-wrap .image-wrapper img {
  height: 210px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFRTlOVZJ2 .image-wrap .image-wrapper img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.cid-uFRTlOVZJ2 .text-wrapper {
  padding-left: 20px;
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uFRTlOVZJ2 .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFRTlOVZJ2 .text-wrapper {
    padding: 0;
  }
}
.cid-uFRTlOVZJ2 .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-uFRTlOVZJ2 .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-uFRTlOVZJ2 .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-uFRTlOVZJ2 .mbr-text {
  color: #ffffff;
}
.cid-uFRTlOVZJ2 .mbr-name {
  color: #ffffff;
}
.cid-uFRTlOVZJ2 .mbr-role {
  color: #ffffff;
}
.cid-uFT4Hvh8HK {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uFT4Hvh8HK .item:focus,
.cid-uFT4Hvh8HK span:focus {
  outline: none;
}
.cid-uFT4Hvh8HK .item {
  cursor: pointer;
}
.cid-uFT4Hvh8HK .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uFT4Hvh8HK .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uFT4Hvh8HK .grid-container-1,
.cid-uFT4Hvh8HK .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uFT4Hvh8HK .grid-container-1,
  .cid-uFT4Hvh8HK .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uFT4Hvh8HK .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFT4Hvh8HK .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uFT4Hvh8HK .content-head {
  max-width: 800px;
}
.cid-uFT4Hvh8HK .container,
.cid-uFT4Hvh8HK .container-fluid {
  overflow: hidden;
}
.cid-uFT4Hvh8HK .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uFT4Hvh8HK .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFT4Hvh8HK .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uFT4Hvh8HK .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uFT4Hvh8HK .grid-container-1,
.cid-uFT4Hvh8HK .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uFT4Hvh8HK .grid-container-1 {
  align-items: flex-end;
}
.cid-uFT4Hvh8HK .grid-container-2 {
  align-items: flex-start;
}
.cid-uFRWIc0Num {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFRWIc0Num .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uFRWIc0Num .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFRWIc0Num .container {
    padding: 0 22px;
  }
}
.cid-uFRWIc0Num .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uFRWIc0Num .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFRWIc0Num .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFRWIc0Num .embla__slide .slide-content {
    display: block;
  }
}
.cid-uFRWIc0Num .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFRWIc0Num .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFRWIc0Num .embla__button--next,
.cid-uFRWIc0Num .embla__button--prev {
  display: flex;
}
.cid-uFRWIc0Num .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uFRWIc0Num .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFRWIc0Num .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uFRWIc0Num .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uFRWIc0Num .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uFRWIc0Num .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uFRWIc0Num .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uFRWIc0Num .embla {
  position: relative;
  width: 100%;
}
.cid-uFRWIc0Num .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uFRWIc0Num .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFRWIc0Num .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFRWIc0Num .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFRWIc0Num .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uD6F47ScM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uD6F47ScM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD6F47ScM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD6F47ScM4 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD6F47ScM4 .container-fluid {
    padding: 0 25px;
  }
}
.cid-uD6F47ScM4 .container-fluid .row {
  padding: 0;
}
.cid-uD6F47ScM4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD6F47ScM4 .card {
    margin-bottom: 50px;
  }
}
.cid-uD6F47ScM4 .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uD6F47ScM4 .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uD6F47ScM4 .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uD6F47ScM4 .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uD6F47ScM4 .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uD6F47ScM4 .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uD6F47ScM4 .list li {
  margin-bottom: 10px;
}
.cid-uD6F47ScM4 .list li:last-child {
  margin-bottom: 0;
}
.cid-uD6F47ScM4 .list li:hover {
  color: #ffffff;
}
.cid-uD6F47ScM4 .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uD6F47ScM4 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uD6F47ScM4 .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uD6F47ScM4 .mbr-text,
.cid-uD6F47ScM4 .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5U9tEn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5U9tEn.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5U9tEn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5U9tEn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5U9tEn .modal-content,
.cid-uHvw5U9tEn .modal-dialog {
  height: auto;
}
.cid-uHvw5U9tEn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5U9tEn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5U9tEn .form-wrapper .mbr-form .form-group,
  .cid-uHvw5U9tEn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5U9tEn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5U9tEn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5U9tEn .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5U9tEn .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5U9tEn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5U9tEn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5U9tEn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5U9tEn .modal-open {
  overflow: hidden;
}
.cid-uHvw5U9tEn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5U9tEn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5U9tEn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5U9tEn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5U9tEn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5U9tEn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5U9tEn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5U9tEn .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5U9tEn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5U9tEn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5U9tEn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5U9tEn .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5U9tEn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5U9tEn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U9tEn .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5U9tEn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5U9tEn .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5U9tEn .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5U9tEn .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5U9tEn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5U9tEn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5U9tEn .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U9tEn .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5U9tEn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5U9tEn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U9tEn .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5U9tEn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5U9tEn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5U9tEn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5U9tEn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5U9tEn .modal-lg,
  .cid-uHvw5U9tEn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5U9tEn .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5U9tEn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5U9tEn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5U9tEn .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5U9tEn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5U9tEn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5U9tEn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5U9tEn .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5U9tEn .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5U9tEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5U9tEn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5U9tEn .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5U9tEn .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5U9tEn .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5U9tEn .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5U9tEn .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5U9tEn .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5U9tEn .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5U9tEn .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5U9tEn .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5U9tEn .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5U9tEn .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5U9tEn .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5U9tEn .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5U9tEn .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5U9tEn .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5U9tEn .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5U9tEn .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5U9tEn .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5U9tEn .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5U9tEn .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5U9tEn .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5U9tEn .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5U9tEn .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5U9tEn .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5U9tEn .mbr-title {
  color: #ffffff;
}
.cid-uHvw5U9tEn label {
  color: #ffffff;
}
.cid-uHCwQMcraN.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMcraN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMcraN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMcraN .modal-content,
.cid-uHCwQMcraN .modal-dialog {
  height: auto;
}
.cid-uHCwQMcraN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMcraN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMcraN .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMcraN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMcraN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMcraN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMcraN .mbr-text {
  text-align: center;
}
.cid-uHCwQMcraN .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMcraN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMcraN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMcraN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMcraN .modal-open {
  overflow: hidden;
}
.cid-uHCwQMcraN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMcraN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMcraN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMcraN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMcraN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMcraN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMcraN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMcraN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMcraN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMcraN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMcraN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMcraN .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMcraN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMcraN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMcraN .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMcraN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMcraN .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMcraN .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMcraN .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMcraN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMcraN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMcraN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMcraN .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMcraN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMcraN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMcraN .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMcraN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMcraN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMcraN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMcraN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMcraN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMcraN .modal-lg,
  .cid-uHCwQMcraN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMcraN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMcraN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMcraN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMcraN .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMcraN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMcraN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMcraN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMcraN .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMcraN .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFSqEdOUep {
  position: relative;
}
.cid-uFSqEdOUep::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uFSqEdOUep .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSqEdOUep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/overview-2000x1143.jpg");
}
.cid-uFSqEdOUep .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uFSqEdOUep .content-wrapper {
    margin-top: 0;
  }
}
.cid-uFSqEdOUep .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFSqEdOUep .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFSqEdOUep .mbr-section-title {
  color: #ffffff;
}
.cid-uFSqEdOUep .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFSqEdOUep .mbr-section-title,
.cid-uFSqEdOUep .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uFST36kLYl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFST36kLYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFST36kLYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFST36kLYl .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uFST36kLYl .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uFST36kLYl .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uFST36kLYl .container {
    padding: 0 22px;
  }
}
.cid-uFST36kLYl .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-uFST36kLYl .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFST36kLYl .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uFST36kLYl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFST36kLYl .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uFST36kLYl .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-uFST36kLYl .item:hover .item-wrapper .item-img img,
.cid-uFST36kLYl .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uFST36kLYl .item:hover .item-wrapper .item-img::before,
.cid-uFST36kLYl .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uFST36kLYl .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uFST36kLYl .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uFST36kLYl .item .item-wrapper {
  border: 1px solid #000000;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uFST36kLYl .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uFST36kLYl .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uFST36kLYl .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uFST36kLYl .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uFST36kLYl .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uFST36kLYl .item .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-uFST36kLYl .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uFST36kLYl .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uFST36kLYl .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uFST36kLYl .item a {
  display: block;
}
.cid-uFST36kLYl .mbr-section-title {
  color: #ffffff;
}
.cid-uFST36kLYl .mbr-desc {
  color: #ffffff;
}
.cid-uFST36kLYl .card-title {
  color: #ffffff;
}
.cid-uFT6f9bGOP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uFT6f9bGOP .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uFT6f9bGOP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFT6f9bGOP .container {
    padding: 0 22px;
  }
}
.cid-uFT6f9bGOP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uFT6f9bGOP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uFT6f9bGOP .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFT6f9bGOP .embla__slide .slide-content {
    display: block;
  }
}
.cid-uFT6f9bGOP .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFT6f9bGOP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uFT6f9bGOP .embla__button--next,
.cid-uFT6f9bGOP .embla__button--prev {
  display: flex;
}
.cid-uFT6f9bGOP .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uFT6f9bGOP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFT6f9bGOP .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uFT6f9bGOP .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uFT6f9bGOP .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uFT6f9bGOP .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uFT6f9bGOP .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uFT6f9bGOP .embla {
  position: relative;
  width: 100%;
}
.cid-uFT6f9bGOP .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uFT6f9bGOP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFT6f9bGOP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFT6f9bGOP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFT6f9bGOP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uD6F47ScM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uD6F47ScM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD6F47ScM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD6F47ScM4 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD6F47ScM4 .container-fluid {
    padding: 0 25px;
  }
}
.cid-uD6F47ScM4 .container-fluid .row {
  padding: 0;
}
.cid-uD6F47ScM4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD6F47ScM4 .card {
    margin-bottom: 50px;
  }
}
.cid-uD6F47ScM4 .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uD6F47ScM4 .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uD6F47ScM4 .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uD6F47ScM4 .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uD6F47ScM4 .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uD6F47ScM4 .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uD6F47ScM4 .list li {
  margin-bottom: 10px;
}
.cid-uD6F47ScM4 .list li:last-child {
  margin-bottom: 0;
}
.cid-uD6F47ScM4 .list li:hover {
  color: #ffffff;
}
.cid-uD6F47ScM4 .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uD6F47ScM4 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uD6F47ScM4 .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uD6F47ScM4 .mbr-text,
.cid-uD6F47ScM4 .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5U9IFe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5U9IFe.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5U9IFe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5U9IFe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5U9IFe .modal-content,
.cid-uHvw5U9IFe .modal-dialog {
  height: auto;
}
.cid-uHvw5U9IFe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5U9IFe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5U9IFe .form-wrapper .mbr-form .form-group,
  .cid-uHvw5U9IFe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5U9IFe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5U9IFe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5U9IFe .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5U9IFe .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5U9IFe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5U9IFe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5U9IFe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5U9IFe .modal-open {
  overflow: hidden;
}
.cid-uHvw5U9IFe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5U9IFe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5U9IFe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5U9IFe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5U9IFe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5U9IFe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5U9IFe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5U9IFe .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5U9IFe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5U9IFe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5U9IFe .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5U9IFe .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5U9IFe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5U9IFe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U9IFe .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5U9IFe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5U9IFe .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5U9IFe .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5U9IFe .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5U9IFe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5U9IFe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5U9IFe .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U9IFe .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5U9IFe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5U9IFe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U9IFe .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5U9IFe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5U9IFe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5U9IFe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5U9IFe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5U9IFe .modal-lg,
  .cid-uHvw5U9IFe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5U9IFe .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5U9IFe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5U9IFe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5U9IFe .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5U9IFe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5U9IFe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5U9IFe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5U9IFe .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5U9IFe .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5U9IFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5U9IFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5U9IFe .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5U9IFe .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5U9IFe .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5U9IFe .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5U9IFe .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5U9IFe .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5U9IFe .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5U9IFe .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5U9IFe .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5U9IFe .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5U9IFe .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5U9IFe .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5U9IFe .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5U9IFe .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5U9IFe .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5U9IFe .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5U9IFe .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5U9IFe .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5U9IFe .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5U9IFe .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5U9IFe .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5U9IFe .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5U9IFe .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5U9IFe .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5U9IFe .mbr-title {
  color: #ffffff;
}
.cid-uHvw5U9IFe label {
  color: #ffffff;
}
.cid-uHCwQMco86.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMco86.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMco86.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMco86 .modal-content,
.cid-uHCwQMco86 .modal-dialog {
  height: auto;
}
.cid-uHCwQMco86 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMco86 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMco86 .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMco86 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMco86 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMco86 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMco86 .mbr-text {
  text-align: center;
}
.cid-uHCwQMco86 .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMco86 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMco86 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMco86 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMco86 .modal-open {
  overflow: hidden;
}
.cid-uHCwQMco86 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMco86 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMco86 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMco86 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMco86 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMco86 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMco86 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMco86 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMco86 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMco86 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMco86 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMco86 .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMco86 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMco86 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMco86 .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMco86 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMco86 .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMco86 .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMco86 .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMco86 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMco86 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMco86 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMco86 .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMco86 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMco86 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMco86 .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMco86 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMco86 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMco86 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMco86 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMco86 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMco86 .modal-lg,
  .cid-uHCwQMco86 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMco86 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMco86 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMco86 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMco86 .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMco86 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMco86 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMco86 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMco86 .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMco86 .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uG1E6o624X {
  position: relative;
}
.cid-uG1E6o624X::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uG1E6o624X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1E6o624X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/interior-living-room-wall-mockup-with-1800x1012.png");
}
.cid-uG1E6o624X .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uG1E6o624X .content-wrapper {
    margin-top: 0;
  }
}
.cid-uG1E6o624X .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG1E6o624X .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uG1E6o624X .mbr-section-title {
  color: #ffffff;
}
.cid-uG1E6o624X .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uG1E6o624X .mbr-section-title,
.cid-uG1E6o624X .mbr-section-btn {
  text-align: left;
}
.cid-uG1LCoYO46 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uG1LCoYO46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1LCoYO46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1LCoYO46 .row {
  justify-content: center;
}
.cid-uG1LCoYO46 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uG1LCoYO46 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uG1LCoYO46 .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uG1LCoYO46 .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uG1LCoYO46 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uG1LCoYO46 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uG1LCoYO46 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uG1LCoYO46 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uG1LCoYO46 .mbr-label,
.cid-uG1LCoYO46 .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uG1LCoYO46 .mbr-section-title {
  color: #fff7ee;
}
.cid-uG1LCoYO46 .mbr-text,
.cid-uG1LCoYO46 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uG1LCoYO46 .mbr-section-title,
.cid-uG1LCoYO46 .mbr-section-btn {
  text-align: center;
}
.cid-uG1JUegG0D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/marbles-colors-1351x901.png");
}
.cid-uG1JUegG0D::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uG1JUegG0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1JUegG0D .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-uG1JUegG0D .container {
    padding: 0 22px;
  }
}
.cid-uG1JUegG0D .row {
  justify-content: center;
}
.cid-uG1JUegG0D .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uG1JUegG0D .content-wrapper {
    padding: 0;
  }
}
.cid-uG1JUegG0D .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG1JUegG0D .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uG1JUegG0D .mbr-section-title {
  color: #ffffff;
}
.cid-uG1JUegG0D .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uG1JUegG0D .mbr-section-title,
.cid-uG1JUegG0D .mbr-section-btn {
  text-align: center;
}
.cid-uG1LificEB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/marbles-white-1351x901.png");
}
.cid-uG1LificEB::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uG1LificEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1LificEB .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-uG1LificEB .container {
    padding: 0 22px;
  }
}
.cid-uG1LificEB .row {
  justify-content: center;
}
.cid-uG1LificEB .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uG1LificEB .content-wrapper {
    padding: 0;
  }
}
.cid-uG1LificEB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG1LificEB .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uG1LificEB .mbr-section-title {
  color: #ffffff;
}
.cid-uG1LificEB .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uG1LificEB .mbr-section-title,
.cid-uG1LificEB .mbr-section-btn {
  text-align: center;
}
.cid-uG1N39styv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/onyx-1351x901.png");
}
.cid-uG1N39styv::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uG1N39styv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1N39styv .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-uG1N39styv .container {
    padding: 0 22px;
  }
}
.cid-uG1N39styv .row {
  justify-content: center;
}
.cid-uG1N39styv .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uG1N39styv .content-wrapper {
    padding: 0;
  }
}
.cid-uG1N39styv .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG1N39styv .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uG1N39styv .mbr-section-title {
  color: #ffffff;
}
.cid-uG1N39styv .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uG1N39styv .mbr-section-title,
.cid-uG1N39styv .mbr-section-btn {
  text-align: center;
}
.cid-uG1RDUI16v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/semi-presious-stone-1351x901.png");
}
.cid-uG1RDUI16v::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uG1RDUI16v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1RDUI16v .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-uG1RDUI16v .container {
    padding: 0 22px;
  }
}
.cid-uG1RDUI16v .row {
  justify-content: center;
}
.cid-uG1RDUI16v .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uG1RDUI16v .content-wrapper {
    padding: 0;
  }
}
.cid-uG1RDUI16v .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG1RDUI16v .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uG1RDUI16v .mbr-section-title {
  color: #ffffff;
}
.cid-uG1RDUI16v .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uG1RDUI16v .mbr-section-title,
.cid-uG1RDUI16v .mbr-section-btn {
  text-align: center;
}
.cid-uG1SGMVDgT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/quartzite-and-petrified-1351x901.png");
}
.cid-uG1SGMVDgT::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uG1SGMVDgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1SGMVDgT .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-uG1SGMVDgT .container {
    padding: 0 22px;
  }
}
.cid-uG1SGMVDgT .row {
  justify-content: center;
}
.cid-uG1SGMVDgT .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uG1SGMVDgT .content-wrapper {
    padding: 0;
  }
}
.cid-uG1SGMVDgT .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG1SGMVDgT .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uG1SGMVDgT .mbr-section-title {
  color: #ffffff;
}
.cid-uG1SGMVDgT .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uG1SGMVDgT .mbr-section-title,
.cid-uG1SGMVDgT .mbr-section-btn {
  text-align: center;
}
.cid-uG1TOOa1hH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/granite-1351x901.png");
}
.cid-uG1TOOa1hH::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uG1TOOa1hH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1TOOa1hH .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-uG1TOOa1hH .container {
    padding: 0 22px;
  }
}
.cid-uG1TOOa1hH .row {
  justify-content: center;
}
.cid-uG1TOOa1hH .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uG1TOOa1hH .content-wrapper {
    padding: 0;
  }
}
.cid-uG1TOOa1hH .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG1TOOa1hH .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uG1TOOa1hH .mbr-section-title {
  color: #ffffff;
}
.cid-uG1TOOa1hH .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uG1TOOa1hH .mbr-section-title,
.cid-uG1TOOa1hH .mbr-section-btn {
  text-align: center;
}
.cid-uG1ULexJqJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/house-with-large-window-chair-patio-1748x1748.jpg");
}
.cid-uG1ULexJqJ::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uG1ULexJqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1ULexJqJ .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-uG1ULexJqJ .container {
    padding: 0 22px;
  }
}
.cid-uG1ULexJqJ .row {
  justify-content: center;
}
.cid-uG1ULexJqJ .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uG1ULexJqJ .content-wrapper {
    padding: 0;
  }
}
.cid-uG1ULexJqJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG1ULexJqJ .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uG1ULexJqJ .mbr-section-title {
  color: #ffffff;
}
.cid-uG1ULexJqJ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uG1ULexJqJ .mbr-section-title,
.cid-uG1ULexJqJ .mbr-section-btn {
  text-align: center;
}
.cid-uHvwh9M27k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHvwh9M27k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvwh9M27k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvwh9M27k .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvwh9M27k .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvwh9M27k .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvwh9M27k .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvwh9M27k .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvwh9M27k .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvwh9M27k .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvwh9M27k .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvwh9M27k .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvwh9M27k .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvwh9M27k .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvwh9M27k .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvwh9M27k .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvwh9M27k .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvwh9M27k .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvwh9M27k .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #282828 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvwh9M27k .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvwh9M27k .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvwh9M27k .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvwh9M27k .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvwh9M27k .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvwh9M27k .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvwh9M27k .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uHvwh9M27k .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvwh9M27k .mbr-section-btn {
  text-align: right;
}
.cid-uHvwh9M27k .mbr-title {
  color: #ffffff;
}
.cid-uHvwh9M27k .mbr-text {
  color: #ffffff;
}
.cid-uHvwh9M27k label {
  color: #ffffff;
}
.cid-uD6F47ScM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uD6F47ScM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD6F47ScM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD6F47ScM4 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uD6F47ScM4 .container-fluid {
    padding: 0 25px;
  }
}
.cid-uD6F47ScM4 .container-fluid .row {
  padding: 0;
}
.cid-uD6F47ScM4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uD6F47ScM4 .card {
    margin-bottom: 50px;
  }
}
.cid-uD6F47ScM4 .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uD6F47ScM4 .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uD6F47ScM4 .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uD6F47ScM4 .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uD6F47ScM4 .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uD6F47ScM4 .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uD6F47ScM4 .list li {
  margin-bottom: 10px;
}
.cid-uD6F47ScM4 .list li:last-child {
  margin-bottom: 0;
}
.cid-uD6F47ScM4 .list li:hover {
  color: #ffffff;
}
.cid-uD6F47ScM4 .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uD6F47ScM4 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uD6F47ScM4 .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uD6F47ScM4 .mbr-text,
.cid-uD6F47ScM4 .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5U9q5M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5U9q5M.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5U9q5M.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5U9q5M.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5U9q5M .modal-content,
.cid-uHvw5U9q5M .modal-dialog {
  height: auto;
}
.cid-uHvw5U9q5M .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5U9q5M .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5U9q5M .form-wrapper .mbr-form .form-group,
  .cid-uHvw5U9q5M .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5U9q5M .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5U9q5M .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5U9q5M .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5U9q5M .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5U9q5M .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5U9q5M .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5U9q5M .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5U9q5M .modal-open {
  overflow: hidden;
}
.cid-uHvw5U9q5M .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5U9q5M .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5U9q5M .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5U9q5M .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5U9q5M .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5U9q5M .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5U9q5M .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5U9q5M .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5U9q5M .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5U9q5M .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5U9q5M .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5U9q5M .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5U9q5M .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5U9q5M .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U9q5M .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5U9q5M .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5U9q5M .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5U9q5M .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5U9q5M .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5U9q5M .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5U9q5M .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5U9q5M .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U9q5M .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5U9q5M .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5U9q5M .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5U9q5M .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5U9q5M .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5U9q5M .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5U9q5M .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5U9q5M .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5U9q5M .modal-lg,
  .cid-uHvw5U9q5M .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5U9q5M .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5U9q5M .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5U9q5M .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5U9q5M .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5U9q5M .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5U9q5M .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5U9q5M .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5U9q5M .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5U9q5M .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5U9q5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5U9q5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5U9q5M .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5U9q5M .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5U9q5M .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5U9q5M .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5U9q5M .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5U9q5M .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5U9q5M .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5U9q5M .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5U9q5M .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5U9q5M .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5U9q5M .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5U9q5M .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5U9q5M .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5U9q5M .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5U9q5M .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5U9q5M .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5U9q5M .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5U9q5M .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5U9q5M .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5U9q5M .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5U9q5M .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5U9q5M .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5U9q5M .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5U9q5M .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5U9q5M .mbr-title {
  color: #ffffff;
}
.cid-uHvw5U9q5M label {
  color: #ffffff;
}
.cid-uHCwQMcc2e.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMcc2e.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMcc2e.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMcc2e .modal-content,
.cid-uHCwQMcc2e .modal-dialog {
  height: auto;
}
.cid-uHCwQMcc2e .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMcc2e .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMcc2e .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMcc2e .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMcc2e .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMcc2e .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMcc2e .mbr-text {
  text-align: center;
}
.cid-uHCwQMcc2e .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMcc2e .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMcc2e .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMcc2e .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMcc2e .modal-open {
  overflow: hidden;
}
.cid-uHCwQMcc2e .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMcc2e .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMcc2e .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMcc2e .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMcc2e .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMcc2e .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMcc2e .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMcc2e .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMcc2e .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMcc2e .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMcc2e .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMcc2e .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMcc2e .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMcc2e .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMcc2e .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMcc2e .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMcc2e .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMcc2e .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMcc2e .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMcc2e .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMcc2e .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMcc2e .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMcc2e .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMcc2e .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMcc2e .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMcc2e .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMcc2e .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMcc2e .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMcc2e .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMcc2e .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMcc2e .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMcc2e .modal-lg,
  .cid-uHCwQMcc2e .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMcc2e .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMcc2e .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMcc2e .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMcc2e .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMcc2e .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMcc2e .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMcc2e .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMcc2e .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMcc2e .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uG7vaBa3vD {
  z-index: 1000;
  width: 100%;
}
.cid-uG7vaBa3vD .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uG7vaBa3vD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uG7vaBa3vD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uG7vaBa3vD .menu_box .navbar.opened,
  .cid-uG7vaBa3vD .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uG7vaBa3vD nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uG7vaBa3vD .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uG7vaBa3vD .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uG7vaBa3vD .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uG7vaBa3vD .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uG7vaBa3vD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uG7vaBa3vD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uG7vaBa3vD .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uG7vaBa3vD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uG7vaBa3vD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uG7vaBa3vD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uG7vaBa3vD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uG7vaBa3vD .offcanvas-body .mbr-text,
  .cid-uG7vaBa3vD .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uG7vaBa3vD .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uG7vaBa3vD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uG7vaBa3vD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uG7vaBa3vD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uG7vaBa3vD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uG7vaBa3vD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uG7vaBa3vD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uG7vaBa3vD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uG7vaBa3vD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG7vaBa3vD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uG7vaBa3vD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uG7vaBa3vD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uG7vaBa3vD .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uG7vaBa3vD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uG7vaBa3vD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uG7vaBa3vD .nav-item {
    margin: 0 !important;
  }
}
.cid-uG7vaBa3vD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uG7vaBa3vD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uG7vaBa3vD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uG7vaBa3vD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG7vaBa3vD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uG7vaBa3vD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uG7vaBa3vD .offcanvas_box {
    display: none;
  }
}
.cid-uG7vaBa3vD .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uG7vaBa3vD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uG7vaBa3vD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uG7vaBa3vD .container {
  display: flex;
  margin: auto;
}
.cid-uG7vaBa3vD .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uG7vaBa3vD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uG7vaBa3vD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uG7vaBa3vD .navbar-caption {
  color: #ffffff;
}
.cid-uG7vaBa3vD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uG7vaBa3vD .navbar-nav {
    margin: 0;
  }
}
.cid-uG7vaBa3vD .dropdown-menu,
.cid-uG7vaBa3vD .navbar.opened {
  background-color: true !important;
}
.cid-uG7vaBa3vD .nav-item:focus,
.cid-uG7vaBa3vD .nav-link:focus {
  outline: none;
}
.cid-uG7vaBa3vD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG7vaBa3vD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG7vaBa3vD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG7vaBa3vD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG7vaBa3vD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG7vaBa3vD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG7vaBa3vD .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uG7vaBa3vD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uG7vaBa3vD .navbar.opened {
  transition: all 0.3s;
}
.cid-uG7vaBa3vD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uG7vaBa3vD .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uG7vaBa3vD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uG7vaBa3vD .navbar.collapsed {
  justify-content: center;
}
.cid-uG7vaBa3vD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG7vaBa3vD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG7vaBa3vD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG7vaBa3vD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG7vaBa3vD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG7vaBa3vD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uG7vaBa3vD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG7vaBa3vD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uG7vaBa3vD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uG7vaBa3vD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG7vaBa3vD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG7vaBa3vD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uG7vaBa3vD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG7vaBa3vD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uG7vaBa3vD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG7vaBa3vD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uG7vaBa3vD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uG7vaBa3vD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uG7vaBa3vD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG7vaBa3vD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG7vaBa3vD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uG7vaBa3vD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG7vaBa3vD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG7vaBa3vD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG7vaBa3vD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG7vaBa3vD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG7vaBa3vD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG7vaBa3vD .dropdown-item.active,
.cid-uG7vaBa3vD .dropdown-item:active {
  background-color: transparent;
}
.cid-uG7vaBa3vD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG7vaBa3vD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG7vaBa3vD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG7vaBa3vD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG7vaBa3vD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uG7vaBa3vD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG7vaBa3vD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uG7vaBa3vD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG7vaBa3vD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG7vaBa3vD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG7vaBa3vD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG7vaBa3vD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG7vaBa3vD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG7vaBa3vD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG7vaBa3vD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG7vaBa3vD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG7vaBa3vD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uG7vaBa3vD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG7vaBa3vD .navbar {
    height: 70px;
  }
  .cid-uG7vaBa3vD .navbar.opened {
    height: auto;
  }
  .cid-uG7vaBa3vD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG7vaBa3vD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uG7vaBa3vD .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uG7vaBa3vD .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uG7vaBa3vD .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uG7vaBa3vD .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uG7vaBa3vD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uG7vaBa3vD .mbr-section-btn .btn,
.cid-uG7vaBa3vD .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uG7vaBa3vD .mbr-section-subtitle {
  color: #000000;
}
.cid-uG7vaBa3vD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uG7vaBa3vD .text_widget {
  color: #000000;
}
.cid-uG7vaBa3vD .mbr-section-subtitle,
.cid-uG7vaBa3vD .text_widget,
.cid-uG7vaBa3vD .mbr-section-btn {
  text-align: center;
}
.cid-uG7vaBa3vD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uG7vaBZ6sQ {
  position: relative;
}
.cid-uG7vaBZ6sQ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uG7vaBZ6sQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG7vaBZ6sQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/freepik-edit-the-style-is-candid-image-photography-with-natural-8-2000x1143.jpeg");
}
.cid-uG7vaBZ6sQ .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uG7vaBZ6sQ .content-wrapper {
    margin-top: 0;
  }
}
.cid-uG7vaBZ6sQ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG7vaBZ6sQ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uG7vaBZ6sQ .mbr-section-title {
  color: #ffffff;
}
.cid-uG7vaBZ6sQ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uG7vaBZ6sQ .mbr-section-title,
.cid-uG7vaBZ6sQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uGpJS5sIyU {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGpJS5sIyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpJS5sIyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpJS5sIyU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uGpJS5sIyU .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uGpJS5sIyU .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uGpJS5sIyU .container {
    padding: 0 22px;
  }
}
.cid-uGpJS5sIyU .row {
  justify-content: center;
  margin: 0 -5px;
}
.cid-uGpJS5sIyU .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGpJS5sIyU .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uGpJS5sIyU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGpJS5sIyU .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uGpJS5sIyU .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.cid-uGpJS5sIyU .item:hover .item-wrapper .item-img img,
.cid-uGpJS5sIyU .item:focus .item-wrapper .item-img img {
  transform: scale(1.3);
}
.cid-uGpJS5sIyU .item:hover .item-wrapper .item-img::before,
.cid-uGpJS5sIyU .item:focus .item-wrapper .item-img::before {
  height: 10%;
}
.cid-uGpJS5sIyU .item:hover .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont,
.cid-uGpJS5sIyU .item:focus .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uGpJS5sIyU .item .item-wrapper {
  border: 1px solid #000000;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uGpJS5sIyU .item .item-wrapper .item-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 550px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGpJS5sIyU .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uGpJS5sIyU .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.cid-uGpJS5sIyU .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background-image: linear-gradient(transparent 15px, #000000 80px);
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-uGpJS5sIyU .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uGpJS5sIyU .item .item-wrapper .item-img .item-content {
    padding: 20px;
  }
}
.cid-uGpJS5sIyU .item .item-wrapper .item-img .item-content .title-wrap {
  display: inline-flex;
}
.cid-uGpJS5sIyU .item .item-wrapper .item-img .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uGpJS5sIyU .item .item-wrapper .item-img .item-content .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  margin-left: 20px;
  display: inline-flex;
  opacity: 0;
  transform: rotate(45deg);
}
.cid-uGpJS5sIyU .item a {
  display: block;
}
.cid-uGpJS5sIyU .mbr-section-title {
  color: #ffffff;
}
.cid-uGpJS5sIyU .mbr-desc {
  color: #ffffff;
}
.cid-uGpJS5sIyU .card-title {
  color: #ffffff;
}
.cid-uG7vaDe54X {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uG7vaDe54X .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uG7vaDe54X .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uG7vaDe54X .container {
    padding: 0 22px;
  }
}
.cid-uG7vaDe54X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uG7vaDe54X .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uG7vaDe54X .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uG7vaDe54X .embla__slide .slide-content {
    display: block;
  }
}
.cid-uG7vaDe54X .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG7vaDe54X .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uG7vaDe54X .embla__button--next,
.cid-uG7vaDe54X .embla__button--prev {
  display: flex;
}
.cid-uG7vaDe54X .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uG7vaDe54X .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uG7vaDe54X .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uG7vaDe54X .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uG7vaDe54X .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uG7vaDe54X .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uG7vaDe54X .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uG7vaDe54X .embla {
  position: relative;
  width: 100%;
}
.cid-uG7vaDe54X .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uG7vaDe54X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uG7vaDe54X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uG7vaDe54X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uG7vaDe54X .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uG7vaDZwvt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG7vaDZwvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG7vaDZwvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG7vaDZwvt .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uG7vaDZwvt .container-fluid {
    padding: 0 25px;
  }
}
.cid-uG7vaDZwvt .container-fluid .row {
  padding: 0;
}
.cid-uG7vaDZwvt .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uG7vaDZwvt .card {
    margin-bottom: 50px;
  }
}
.cid-uG7vaDZwvt .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uG7vaDZwvt .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uG7vaDZwvt .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uG7vaDZwvt .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uG7vaDZwvt .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uG7vaDZwvt .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uG7vaDZwvt .list li {
  margin-bottom: 10px;
}
.cid-uG7vaDZwvt .list li:last-child {
  margin-bottom: 0;
}
.cid-uG7vaDZwvt .list li:hover {
  color: #ffffff;
}
.cid-uG7vaDZwvt .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uG7vaDZwvt .mbr-section-btn {
  margin-top: 18px;
}
.cid-uG7vaDZwvt .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uG7vaDZwvt .mbr-text,
.cid-uG7vaDZwvt .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5UaLTK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5UaLTK.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5UaLTK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5UaLTK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5UaLTK .modal-content,
.cid-uHvw5UaLTK .modal-dialog {
  height: auto;
}
.cid-uHvw5UaLTK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5UaLTK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5UaLTK .form-wrapper .mbr-form .form-group,
  .cid-uHvw5UaLTK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5UaLTK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5UaLTK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5UaLTK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5UaLTK .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5UaLTK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5UaLTK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5UaLTK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5UaLTK .modal-open {
  overflow: hidden;
}
.cid-uHvw5UaLTK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5UaLTK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5UaLTK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5UaLTK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5UaLTK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5UaLTK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5UaLTK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5UaLTK .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5UaLTK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5UaLTK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5UaLTK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5UaLTK .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5UaLTK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5UaLTK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UaLTK .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5UaLTK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5UaLTK .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5UaLTK .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5UaLTK .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5UaLTK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5UaLTK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5UaLTK .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UaLTK .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5UaLTK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5UaLTK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UaLTK .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5UaLTK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5UaLTK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5UaLTK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5UaLTK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5UaLTK .modal-lg,
  .cid-uHvw5UaLTK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5UaLTK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5UaLTK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5UaLTK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5UaLTK .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5UaLTK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5UaLTK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5UaLTK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5UaLTK .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5UaLTK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5UaLTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5UaLTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5UaLTK .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5UaLTK .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5UaLTK .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5UaLTK .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5UaLTK .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5UaLTK .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5UaLTK .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5UaLTK .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5UaLTK .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5UaLTK .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5UaLTK .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5UaLTK .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5UaLTK .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5UaLTK .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5UaLTK .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5UaLTK .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5UaLTK .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5UaLTK .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5UaLTK .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5UaLTK .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5UaLTK .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5UaLTK .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5UaLTK .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5UaLTK .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5UaLTK .mbr-title {
  color: #ffffff;
}
.cid-uHvw5UaLTK label {
  color: #ffffff;
}
.cid-uHCwQMcPe1.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMcPe1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMcPe1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMcPe1 .modal-content,
.cid-uHCwQMcPe1 .modal-dialog {
  height: auto;
}
.cid-uHCwQMcPe1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMcPe1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMcPe1 .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMcPe1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMcPe1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMcPe1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMcPe1 .mbr-text {
  text-align: center;
}
.cid-uHCwQMcPe1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMcPe1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMcPe1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMcPe1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMcPe1 .modal-open {
  overflow: hidden;
}
.cid-uHCwQMcPe1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMcPe1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMcPe1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMcPe1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMcPe1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMcPe1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMcPe1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMcPe1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMcPe1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMcPe1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMcPe1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMcPe1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMcPe1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMcPe1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMcPe1 .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMcPe1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMcPe1 .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMcPe1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMcPe1 .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMcPe1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMcPe1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMcPe1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMcPe1 .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMcPe1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMcPe1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMcPe1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMcPe1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMcPe1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMcPe1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMcPe1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMcPe1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMcPe1 .modal-lg,
  .cid-uHCwQMcPe1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMcPe1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMcPe1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMcPe1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMcPe1 .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMcPe1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMcPe1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMcPe1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMcPe1 .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMcPe1 .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uG8gy6r2qn {
  z-index: 1000;
  width: 100%;
}
.cid-uG8gy6r2qn .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uG8gy6r2qn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uG8gy6r2qn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uG8gy6r2qn .menu_box .navbar.opened,
  .cid-uG8gy6r2qn .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uG8gy6r2qn nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uG8gy6r2qn .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uG8gy6r2qn .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uG8gy6r2qn .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uG8gy6r2qn .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uG8gy6r2qn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uG8gy6r2qn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uG8gy6r2qn .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uG8gy6r2qn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uG8gy6r2qn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uG8gy6r2qn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uG8gy6r2qn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uG8gy6r2qn .offcanvas-body .mbr-text,
  .cid-uG8gy6r2qn .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uG8gy6r2qn .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uG8gy6r2qn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uG8gy6r2qn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uG8gy6r2qn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uG8gy6r2qn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uG8gy6r2qn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uG8gy6r2qn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uG8gy6r2qn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uG8gy6r2qn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG8gy6r2qn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uG8gy6r2qn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uG8gy6r2qn li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uG8gy6r2qn .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uG8gy6r2qn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uG8gy6r2qn .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uG8gy6r2qn .nav-item {
    margin: 0 !important;
  }
}
.cid-uG8gy6r2qn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uG8gy6r2qn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uG8gy6r2qn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uG8gy6r2qn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG8gy6r2qn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uG8gy6r2qn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uG8gy6r2qn .offcanvas_box {
    display: none;
  }
}
.cid-uG8gy6r2qn .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uG8gy6r2qn .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uG8gy6r2qn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uG8gy6r2qn .container {
  display: flex;
  margin: auto;
}
.cid-uG8gy6r2qn .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uG8gy6r2qn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uG8gy6r2qn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uG8gy6r2qn .navbar-caption {
  color: #ffffff;
}
.cid-uG8gy6r2qn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uG8gy6r2qn .navbar-nav {
    margin: 0;
  }
}
.cid-uG8gy6r2qn .dropdown-menu,
.cid-uG8gy6r2qn .navbar.opened {
  background-color: true !important;
}
.cid-uG8gy6r2qn .nav-item:focus,
.cid-uG8gy6r2qn .nav-link:focus {
  outline: none;
}
.cid-uG8gy6r2qn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG8gy6r2qn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG8gy6r2qn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG8gy6r2qn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG8gy6r2qn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG8gy6r2qn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG8gy6r2qn .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uG8gy6r2qn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uG8gy6r2qn .navbar.opened {
  transition: all 0.3s;
}
.cid-uG8gy6r2qn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uG8gy6r2qn .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uG8gy6r2qn .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uG8gy6r2qn .navbar.collapsed {
  justify-content: center;
}
.cid-uG8gy6r2qn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG8gy6r2qn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG8gy6r2qn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG8gy6r2qn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG8gy6r2qn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG8gy6r2qn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uG8gy6r2qn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG8gy6r2qn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uG8gy6r2qn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uG8gy6r2qn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG8gy6r2qn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG8gy6r2qn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uG8gy6r2qn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG8gy6r2qn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uG8gy6r2qn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG8gy6r2qn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uG8gy6r2qn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uG8gy6r2qn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uG8gy6r2qn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG8gy6r2qn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG8gy6r2qn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uG8gy6r2qn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG8gy6r2qn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG8gy6r2qn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG8gy6r2qn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG8gy6r2qn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG8gy6r2qn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG8gy6r2qn .dropdown-item.active,
.cid-uG8gy6r2qn .dropdown-item:active {
  background-color: transparent;
}
.cid-uG8gy6r2qn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG8gy6r2qn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG8gy6r2qn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG8gy6r2qn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG8gy6r2qn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uG8gy6r2qn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG8gy6r2qn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uG8gy6r2qn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG8gy6r2qn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG8gy6r2qn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG8gy6r2qn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG8gy6r2qn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG8gy6r2qn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG8gy6r2qn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG8gy6r2qn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG8gy6r2qn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG8gy6r2qn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uG8gy6r2qn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG8gy6r2qn .navbar {
    height: 70px;
  }
  .cid-uG8gy6r2qn .navbar.opened {
    height: auto;
  }
  .cid-uG8gy6r2qn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG8gy6r2qn .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uG8gy6r2qn .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uG8gy6r2qn .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uG8gy6r2qn .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uG8gy6r2qn .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uG8gy6r2qn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uG8gy6r2qn .mbr-section-btn .btn,
.cid-uG8gy6r2qn .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uG8gy6r2qn .mbr-section-subtitle {
  color: #000000;
}
.cid-uG8gy6r2qn .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uG8gy6r2qn .text_widget {
  color: #000000;
}
.cid-uG8gy6r2qn .mbr-section-subtitle,
.cid-uG8gy6r2qn .text_widget,
.cid-uG8gy6r2qn .mbr-section-btn {
  text-align: center;
}
.cid-uG8gy6r2qn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uG8gy7c5kk {
  position: relative;
}
.cid-uG8gy7c5kk::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uG8gy7c5kk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG8gy7c5kk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/dafne-200-c-m-web-2048x1152-min-1536x864.jpg");
}
.cid-uG8gy7c5kk .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uG8gy7c5kk .content-wrapper {
    margin-top: 0;
  }
}
.cid-uG8gy7c5kk .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG8gy7c5kk .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uG8gy7c5kk .mbr-section-title {
  color: #ffffff;
}
.cid-uG8gy7c5kk .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uG8gy7c5kk .mbr-section-title,
.cid-uG8gy7c5kk .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uGvkwd2Jr0 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGvkwd2Jr0 .item:focus,
.cid-uGvkwd2Jr0 span:focus {
  outline: none;
}
.cid-uGvkwd2Jr0 .item {
  cursor: pointer;
}
.cid-uGvkwd2Jr0 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uGvkwd2Jr0 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uGvkwd2Jr0 .grid-container-1,
.cid-uGvkwd2Jr0 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uGvkwd2Jr0 .grid-container-1,
  .cid-uGvkwd2Jr0 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uGvkwd2Jr0 .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGvkwd2Jr0 .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uGvkwd2Jr0 .content-head {
  max-width: 800px;
}
.cid-uGvkwd2Jr0 .container,
.cid-uGvkwd2Jr0 .container-fluid {
  overflow: hidden;
}
.cid-uGvkwd2Jr0 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGvkwd2Jr0 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGvkwd2Jr0 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uGvkwd2Jr0 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGvkwd2Jr0 .grid-container-1,
.cid-uGvkwd2Jr0 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGvkwd2Jr0 .grid-container-1 {
  align-items: flex-end;
}
.cid-uGvkwd2Jr0 .grid-container-2 {
  align-items: flex-start;
}
.cid-uGvlDwX8aP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGvlDwX8aP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGvlDwX8aP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGvlDwX8aP .content-wrapper {
  justify-content: center;
}
.cid-uGvlDwX8aP .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGvlDwX8aP .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGvlDwX8aP .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGvlDwX8aP .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGvlDwX8aP .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGvlDwX8aP .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uGvlDwX8aP .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uGvlDwX8aP .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGvlDwX8aP .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uGvlDwX8aP .mbr-figure:hover,
.cid-uGvlDwX8aP .mbr-figure:focus {
  background-color: #282828;
  border: 2px solid #282828;
}
.cid-uGvlDwX8aP .mbr-section-title {
  color: #ffffff;
}
.cid-uGvlDwX8aP .mbr-text,
.cid-uGvlDwX8aP .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGvlDwX8aP .mbr-desc,
.cid-uGvlDwX8aP .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGvlDwX8aP .mbr-section-title,
.cid-uGvlDwX8aP .mbr-section-btn {
  text-align: center;
}
.cid-uG8gy8tcFa {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uG8gy8tcFa .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uG8gy8tcFa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uG8gy8tcFa .container {
    padding: 0 22px;
  }
}
.cid-uG8gy8tcFa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uG8gy8tcFa .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uG8gy8tcFa .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uG8gy8tcFa .embla__slide .slide-content {
    display: block;
  }
}
.cid-uG8gy8tcFa .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG8gy8tcFa .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uG8gy8tcFa .embla__button--next,
.cid-uG8gy8tcFa .embla__button--prev {
  display: flex;
}
.cid-uG8gy8tcFa .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uG8gy8tcFa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uG8gy8tcFa .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uG8gy8tcFa .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uG8gy8tcFa .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uG8gy8tcFa .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uG8gy8tcFa .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uG8gy8tcFa .embla {
  position: relative;
  width: 100%;
}
.cid-uG8gy8tcFa .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uG8gy8tcFa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uG8gy8tcFa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uG8gy8tcFa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uG8gy8tcFa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uG8gy9rYGJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG8gy9rYGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG8gy9rYGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG8gy9rYGJ .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uG8gy9rYGJ .container-fluid {
    padding: 0 25px;
  }
}
.cid-uG8gy9rYGJ .container-fluid .row {
  padding: 0;
}
.cid-uG8gy9rYGJ .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uG8gy9rYGJ .card {
    margin-bottom: 50px;
  }
}
.cid-uG8gy9rYGJ .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uG8gy9rYGJ .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uG8gy9rYGJ .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uG8gy9rYGJ .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uG8gy9rYGJ .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uG8gy9rYGJ .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uG8gy9rYGJ .list li {
  margin-bottom: 10px;
}
.cid-uG8gy9rYGJ .list li:last-child {
  margin-bottom: 0;
}
.cid-uG8gy9rYGJ .list li:hover {
  color: #ffffff;
}
.cid-uG8gy9rYGJ .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uG8gy9rYGJ .mbr-section-btn {
  margin-top: 18px;
}
.cid-uG8gy9rYGJ .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uG8gy9rYGJ .mbr-text,
.cid-uG8gy9rYGJ .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5Ua2Tw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5Ua2Tw.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5Ua2Tw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5Ua2Tw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5Ua2Tw .modal-content,
.cid-uHvw5Ua2Tw .modal-dialog {
  height: auto;
}
.cid-uHvw5Ua2Tw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5Ua2Tw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5Ua2Tw .form-wrapper .mbr-form .form-group,
  .cid-uHvw5Ua2Tw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5Ua2Tw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5Ua2Tw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5Ua2Tw .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5Ua2Tw .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5Ua2Tw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5Ua2Tw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5Ua2Tw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5Ua2Tw .modal-open {
  overflow: hidden;
}
.cid-uHvw5Ua2Tw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5Ua2Tw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5Ua2Tw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5Ua2Tw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5Ua2Tw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5Ua2Tw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5Ua2Tw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5Ua2Tw .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5Ua2Tw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5Ua2Tw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5Ua2Tw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5Ua2Tw .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5Ua2Tw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5Ua2Tw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5Ua2Tw .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5Ua2Tw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5Ua2Tw .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5Ua2Tw .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5Ua2Tw .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5Ua2Tw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5Ua2Tw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5Ua2Tw .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5Ua2Tw .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5Ua2Tw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5Ua2Tw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5Ua2Tw .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5Ua2Tw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5Ua2Tw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5Ua2Tw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5Ua2Tw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5Ua2Tw .modal-lg,
  .cid-uHvw5Ua2Tw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5Ua2Tw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5Ua2Tw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5Ua2Tw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5Ua2Tw .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5Ua2Tw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5Ua2Tw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5Ua2Tw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5Ua2Tw .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5Ua2Tw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5Ua2Tw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5Ua2Tw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5Ua2Tw .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5Ua2Tw .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5Ua2Tw .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5Ua2Tw .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5Ua2Tw .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5Ua2Tw .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5Ua2Tw .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5Ua2Tw .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5Ua2Tw .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5Ua2Tw .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5Ua2Tw .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5Ua2Tw .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5Ua2Tw .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5Ua2Tw .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5Ua2Tw .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5Ua2Tw .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5Ua2Tw .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5Ua2Tw .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5Ua2Tw .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5Ua2Tw .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5Ua2Tw .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5Ua2Tw .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5Ua2Tw .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5Ua2Tw .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5Ua2Tw .mbr-title {
  color: #ffffff;
}
.cid-uHvw5Ua2Tw label {
  color: #ffffff;
}
.cid-uHCwQMc4MO.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMc4MO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMc4MO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMc4MO .modal-content,
.cid-uHCwQMc4MO .modal-dialog {
  height: auto;
}
.cid-uHCwQMc4MO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMc4MO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMc4MO .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMc4MO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMc4MO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMc4MO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMc4MO .mbr-text {
  text-align: center;
}
.cid-uHCwQMc4MO .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMc4MO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMc4MO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMc4MO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMc4MO .modal-open {
  overflow: hidden;
}
.cid-uHCwQMc4MO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMc4MO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMc4MO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMc4MO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMc4MO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMc4MO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMc4MO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMc4MO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMc4MO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMc4MO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMc4MO .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMc4MO .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMc4MO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMc4MO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMc4MO .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMc4MO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMc4MO .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMc4MO .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMc4MO .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMc4MO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMc4MO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMc4MO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMc4MO .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMc4MO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMc4MO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMc4MO .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMc4MO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMc4MO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMc4MO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMc4MO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMc4MO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMc4MO .modal-lg,
  .cid-uHCwQMc4MO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMc4MO .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMc4MO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMc4MO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMc4MO .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMc4MO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMc4MO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMc4MO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMc4MO .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMc4MO .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uGcA0mVWWf {
  z-index: 1000;
  width: 100%;
}
.cid-uGcA0mVWWf .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uGcA0mVWWf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uGcA0mVWWf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGcA0mVWWf .menu_box .navbar.opened,
  .cid-uGcA0mVWWf .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGcA0mVWWf nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGcA0mVWWf .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGcA0mVWWf .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGcA0mVWWf .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGcA0mVWWf .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGcA0mVWWf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGcA0mVWWf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGcA0mVWWf .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uGcA0mVWWf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGcA0mVWWf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGcA0mVWWf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGcA0mVWWf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGcA0mVWWf .offcanvas-body .mbr-text,
  .cid-uGcA0mVWWf .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGcA0mVWWf .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGcA0mVWWf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGcA0mVWWf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGcA0mVWWf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGcA0mVWWf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGcA0mVWWf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGcA0mVWWf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGcA0mVWWf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGcA0mVWWf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGcA0mVWWf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGcA0mVWWf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGcA0mVWWf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGcA0mVWWf .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGcA0mVWWf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGcA0mVWWf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGcA0mVWWf .nav-item {
    margin: 0 !important;
  }
}
.cid-uGcA0mVWWf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGcA0mVWWf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGcA0mVWWf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGcA0mVWWf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGcA0mVWWf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGcA0mVWWf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGcA0mVWWf .offcanvas_box {
    display: none;
  }
}
.cid-uGcA0mVWWf .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uGcA0mVWWf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGcA0mVWWf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGcA0mVWWf .container {
  display: flex;
  margin: auto;
}
.cid-uGcA0mVWWf .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGcA0mVWWf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGcA0mVWWf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGcA0mVWWf .navbar-caption {
  color: #ffffff;
}
.cid-uGcA0mVWWf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGcA0mVWWf .navbar-nav {
    margin: 0;
  }
}
.cid-uGcA0mVWWf .dropdown-menu,
.cid-uGcA0mVWWf .navbar.opened {
  background-color: true !important;
}
.cid-uGcA0mVWWf .nav-item:focus,
.cid-uGcA0mVWWf .nav-link:focus {
  outline: none;
}
.cid-uGcA0mVWWf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGcA0mVWWf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGcA0mVWWf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGcA0mVWWf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGcA0mVWWf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGcA0mVWWf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGcA0mVWWf .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGcA0mVWWf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGcA0mVWWf .navbar.opened {
  transition: all 0.3s;
}
.cid-uGcA0mVWWf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGcA0mVWWf .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGcA0mVWWf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGcA0mVWWf .navbar.collapsed {
  justify-content: center;
}
.cid-uGcA0mVWWf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGcA0mVWWf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGcA0mVWWf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGcA0mVWWf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGcA0mVWWf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGcA0mVWWf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGcA0mVWWf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGcA0mVWWf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGcA0mVWWf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGcA0mVWWf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGcA0mVWWf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGcA0mVWWf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGcA0mVWWf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGcA0mVWWf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGcA0mVWWf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGcA0mVWWf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGcA0mVWWf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGcA0mVWWf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGcA0mVWWf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGcA0mVWWf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGcA0mVWWf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGcA0mVWWf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGcA0mVWWf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGcA0mVWWf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGcA0mVWWf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGcA0mVWWf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGcA0mVWWf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGcA0mVWWf .dropdown-item.active,
.cid-uGcA0mVWWf .dropdown-item:active {
  background-color: transparent;
}
.cid-uGcA0mVWWf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGcA0mVWWf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGcA0mVWWf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGcA0mVWWf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGcA0mVWWf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGcA0mVWWf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGcA0mVWWf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uGcA0mVWWf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGcA0mVWWf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGcA0mVWWf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGcA0mVWWf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGcA0mVWWf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGcA0mVWWf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGcA0mVWWf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGcA0mVWWf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGcA0mVWWf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGcA0mVWWf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGcA0mVWWf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGcA0mVWWf .navbar {
    height: 70px;
  }
  .cid-uGcA0mVWWf .navbar.opened {
    height: auto;
  }
  .cid-uGcA0mVWWf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGcA0mVWWf .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGcA0mVWWf .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uGcA0mVWWf .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGcA0mVWWf .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uGcA0mVWWf .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGcA0mVWWf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGcA0mVWWf .mbr-section-btn .btn,
.cid-uGcA0mVWWf .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGcA0mVWWf .mbr-section-subtitle {
  color: #000000;
}
.cid-uGcA0mVWWf .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uGcA0mVWWf .text_widget {
  color: #000000;
}
.cid-uGcA0mVWWf .mbr-section-subtitle,
.cid-uGcA0mVWWf .text_widget,
.cid-uGcA0mVWWf .mbr-section-btn {
  text-align: center;
}
.cid-uGcA0mVWWf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGcA0nAGNo {
  position: relative;
}
.cid-uGcA0nAGNo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uGcA0nAGNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcA0nAGNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/myequilibria-commercial-project-3.webp");
}
.cid-uGcA0nAGNo .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uGcA0nAGNo .content-wrapper {
    margin-top: 0;
  }
}
.cid-uGcA0nAGNo .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGcA0nAGNo .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGcA0nAGNo .mbr-section-title {
  color: #ffffff;
}
.cid-uGcA0nAGNo .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGcA0nAGNo .mbr-section-title,
.cid-uGcA0nAGNo .mbr-section-btn {
  text-align: left;
}
.cid-uGcA0nXsbq {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGcA0nXsbq .item:focus,
.cid-uGcA0nXsbq span:focus {
  outline: none;
}
.cid-uGcA0nXsbq .item {
  cursor: pointer;
}
.cid-uGcA0nXsbq .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uGcA0nXsbq .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uGcA0nXsbq .grid-container-1,
.cid-uGcA0nXsbq .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uGcA0nXsbq .grid-container-1,
  .cid-uGcA0nXsbq .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uGcA0nXsbq .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGcA0nXsbq .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uGcA0nXsbq .content-head {
  max-width: 800px;
}
.cid-uGcA0nXsbq .container,
.cid-uGcA0nXsbq .container-fluid {
  overflow: hidden;
}
.cid-uGcA0nXsbq .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGcA0nXsbq .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGcA0nXsbq .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uGcA0nXsbq .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGcA0nXsbq .grid-container-1,
.cid-uGcA0nXsbq .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGcA0nXsbq .grid-container-1 {
  align-items: flex-end;
}
.cid-uGcA0nXsbq .grid-container-2 {
  align-items: flex-start;
}
.cid-uGcA0ol4iV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGcA0ol4iV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcA0ol4iV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGcA0ol4iV .content-wrapper {
  justify-content: center;
}
.cid-uGcA0ol4iV .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGcA0ol4iV .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGcA0ol4iV .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGcA0ol4iV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGcA0ol4iV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGcA0ol4iV .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uGcA0ol4iV .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uGcA0ol4iV .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGcA0ol4iV .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uGcA0ol4iV .mbr-figure:hover,
.cid-uGcA0ol4iV .mbr-figure:focus {
  background-color: #282828;
  border: 2px solid #282828;
}
.cid-uGcA0ol4iV .mbr-section-title {
  color: #ffffff;
}
.cid-uGcA0ol4iV .mbr-text,
.cid-uGcA0ol4iV .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGcA0ol4iV .mbr-desc,
.cid-uGcA0ol4iV .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGcA0ol4iV .mbr-section-title,
.cid-uGcA0ol4iV .mbr-section-btn {
  text-align: center;
}
.cid-uGcA0oJUcb {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uGcA0oJUcb .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uGcA0oJUcb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uGcA0oJUcb .container {
    padding: 0 22px;
  }
}
.cid-uGcA0oJUcb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uGcA0oJUcb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGcA0oJUcb .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGcA0oJUcb .embla__slide .slide-content {
    display: block;
  }
}
.cid-uGcA0oJUcb .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGcA0oJUcb .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGcA0oJUcb .embla__button--next,
.cid-uGcA0oJUcb .embla__button--prev {
  display: flex;
}
.cid-uGcA0oJUcb .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uGcA0oJUcb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGcA0oJUcb .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uGcA0oJUcb .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uGcA0oJUcb .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uGcA0oJUcb .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uGcA0oJUcb .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uGcA0oJUcb .embla {
  position: relative;
  width: 100%;
}
.cid-uGcA0oJUcb .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGcA0oJUcb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGcA0oJUcb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGcA0oJUcb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGcA0oJUcb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGcA0psNlV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGcA0psNlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGcA0psNlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGcA0psNlV .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGcA0psNlV .container-fluid {
    padding: 0 25px;
  }
}
.cid-uGcA0psNlV .container-fluid .row {
  padding: 0;
}
.cid-uGcA0psNlV .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGcA0psNlV .card {
    margin-bottom: 50px;
  }
}
.cid-uGcA0psNlV .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uGcA0psNlV .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uGcA0psNlV .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uGcA0psNlV .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uGcA0psNlV .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGcA0psNlV .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uGcA0psNlV .list li {
  margin-bottom: 10px;
}
.cid-uGcA0psNlV .list li:last-child {
  margin-bottom: 0;
}
.cid-uGcA0psNlV .list li:hover {
  color: #ffffff;
}
.cid-uGcA0psNlV .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGcA0psNlV .mbr-section-btn {
  margin-top: 18px;
}
.cid-uGcA0psNlV .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGcA0psNlV .mbr-text,
.cid-uGcA0psNlV .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5UaWvr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5UaWvr.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5UaWvr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5UaWvr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5UaWvr .modal-content,
.cid-uHvw5UaWvr .modal-dialog {
  height: auto;
}
.cid-uHvw5UaWvr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5UaWvr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5UaWvr .form-wrapper .mbr-form .form-group,
  .cid-uHvw5UaWvr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5UaWvr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5UaWvr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5UaWvr .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5UaWvr .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5UaWvr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5UaWvr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5UaWvr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5UaWvr .modal-open {
  overflow: hidden;
}
.cid-uHvw5UaWvr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5UaWvr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5UaWvr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5UaWvr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5UaWvr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5UaWvr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5UaWvr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5UaWvr .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5UaWvr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5UaWvr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5UaWvr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5UaWvr .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5UaWvr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5UaWvr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UaWvr .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5UaWvr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5UaWvr .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5UaWvr .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5UaWvr .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5UaWvr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5UaWvr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5UaWvr .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UaWvr .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5UaWvr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5UaWvr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UaWvr .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5UaWvr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5UaWvr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5UaWvr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5UaWvr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5UaWvr .modal-lg,
  .cid-uHvw5UaWvr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5UaWvr .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5UaWvr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5UaWvr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5UaWvr .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5UaWvr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5UaWvr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5UaWvr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5UaWvr .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5UaWvr .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5UaWvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5UaWvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5UaWvr .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5UaWvr .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5UaWvr .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5UaWvr .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5UaWvr .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5UaWvr .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5UaWvr .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5UaWvr .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5UaWvr .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5UaWvr .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5UaWvr .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5UaWvr .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5UaWvr .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5UaWvr .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5UaWvr .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5UaWvr .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5UaWvr .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5UaWvr .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5UaWvr .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5UaWvr .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5UaWvr .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5UaWvr .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5UaWvr .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5UaWvr .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5UaWvr .mbr-title {
  color: #ffffff;
}
.cid-uHvw5UaWvr label {
  color: #ffffff;
}
.cid-uHCwQMcGMv.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMcGMv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMcGMv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMcGMv .modal-content,
.cid-uHCwQMcGMv .modal-dialog {
  height: auto;
}
.cid-uHCwQMcGMv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMcGMv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMcGMv .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMcGMv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMcGMv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMcGMv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMcGMv .mbr-text {
  text-align: center;
}
.cid-uHCwQMcGMv .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMcGMv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMcGMv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMcGMv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMcGMv .modal-open {
  overflow: hidden;
}
.cid-uHCwQMcGMv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMcGMv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMcGMv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMcGMv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMcGMv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMcGMv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMcGMv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMcGMv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMcGMv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMcGMv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMcGMv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMcGMv .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMcGMv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMcGMv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMcGMv .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMcGMv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMcGMv .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMcGMv .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMcGMv .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMcGMv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMcGMv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMcGMv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMcGMv .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMcGMv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMcGMv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMcGMv .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMcGMv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMcGMv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMcGMv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMcGMv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMcGMv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMcGMv .modal-lg,
  .cid-uHCwQMcGMv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMcGMv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMcGMv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMcGMv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMcGMv .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMcGMv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMcGMv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMcGMv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMcGMv .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMcGMv .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uGdfrU21bm {
  z-index: 1000;
  width: 100%;
}
.cid-uGdfrU21bm .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uGdfrU21bm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uGdfrU21bm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGdfrU21bm .menu_box .navbar.opened,
  .cid-uGdfrU21bm .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGdfrU21bm nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGdfrU21bm .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGdfrU21bm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGdfrU21bm .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGdfrU21bm .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGdfrU21bm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGdfrU21bm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGdfrU21bm .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uGdfrU21bm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGdfrU21bm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGdfrU21bm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGdfrU21bm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGdfrU21bm .offcanvas-body .mbr-text,
  .cid-uGdfrU21bm .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGdfrU21bm .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGdfrU21bm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGdfrU21bm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGdfrU21bm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGdfrU21bm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGdfrU21bm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGdfrU21bm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGdfrU21bm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGdfrU21bm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGdfrU21bm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGdfrU21bm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGdfrU21bm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGdfrU21bm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGdfrU21bm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGdfrU21bm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGdfrU21bm .nav-item {
    margin: 0 !important;
  }
}
.cid-uGdfrU21bm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGdfrU21bm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGdfrU21bm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGdfrU21bm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGdfrU21bm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGdfrU21bm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGdfrU21bm .offcanvas_box {
    display: none;
  }
}
.cid-uGdfrU21bm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uGdfrU21bm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGdfrU21bm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGdfrU21bm .container {
  display: flex;
  margin: auto;
}
.cid-uGdfrU21bm .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGdfrU21bm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGdfrU21bm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGdfrU21bm .navbar-caption {
  color: #ffffff;
}
.cid-uGdfrU21bm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGdfrU21bm .navbar-nav {
    margin: 0;
  }
}
.cid-uGdfrU21bm .dropdown-menu,
.cid-uGdfrU21bm .navbar.opened {
  background-color: true !important;
}
.cid-uGdfrU21bm .nav-item:focus,
.cid-uGdfrU21bm .nav-link:focus {
  outline: none;
}
.cid-uGdfrU21bm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGdfrU21bm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGdfrU21bm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGdfrU21bm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGdfrU21bm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGdfrU21bm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGdfrU21bm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGdfrU21bm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGdfrU21bm .navbar.opened {
  transition: all 0.3s;
}
.cid-uGdfrU21bm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGdfrU21bm .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGdfrU21bm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGdfrU21bm .navbar.collapsed {
  justify-content: center;
}
.cid-uGdfrU21bm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGdfrU21bm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGdfrU21bm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGdfrU21bm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGdfrU21bm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGdfrU21bm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGdfrU21bm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGdfrU21bm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGdfrU21bm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGdfrU21bm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGdfrU21bm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGdfrU21bm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGdfrU21bm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGdfrU21bm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGdfrU21bm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGdfrU21bm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGdfrU21bm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGdfrU21bm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGdfrU21bm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGdfrU21bm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGdfrU21bm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGdfrU21bm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGdfrU21bm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGdfrU21bm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGdfrU21bm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGdfrU21bm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGdfrU21bm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGdfrU21bm .dropdown-item.active,
.cid-uGdfrU21bm .dropdown-item:active {
  background-color: transparent;
}
.cid-uGdfrU21bm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGdfrU21bm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGdfrU21bm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGdfrU21bm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGdfrU21bm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGdfrU21bm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGdfrU21bm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uGdfrU21bm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGdfrU21bm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGdfrU21bm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGdfrU21bm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGdfrU21bm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGdfrU21bm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGdfrU21bm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGdfrU21bm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGdfrU21bm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGdfrU21bm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGdfrU21bm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGdfrU21bm .navbar {
    height: 70px;
  }
  .cid-uGdfrU21bm .navbar.opened {
    height: auto;
  }
  .cid-uGdfrU21bm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGdfrU21bm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGdfrU21bm .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uGdfrU21bm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGdfrU21bm .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uGdfrU21bm .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGdfrU21bm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGdfrU21bm .mbr-section-btn .btn,
.cid-uGdfrU21bm .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGdfrU21bm .mbr-section-subtitle {
  color: #000000;
}
.cid-uGdfrU21bm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uGdfrU21bm .text_widget {
  color: #000000;
}
.cid-uGdfrU21bm .mbr-section-subtitle,
.cid-uGdfrU21bm .text_widget,
.cid-uGdfrU21bm .mbr-section-btn {
  text-align: center;
}
.cid-uGdfrU21bm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGdfrVtMWn {
  position: relative;
}
.cid-uGdfrVtMWn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uGdfrVtMWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdfrVtMWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/aurora-table.1-f-750x390.jpg");
}
.cid-uGdfrVtMWn .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uGdfrVtMWn .content-wrapper {
    margin-top: 0;
  }
}
.cid-uGdfrVtMWn .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGdfrVtMWn .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGdfrVtMWn .mbr-section-title {
  color: #ffffff;
}
.cid-uGdfrVtMWn .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGdfrVtMWn .mbr-section-title,
.cid-uGdfrVtMWn .mbr-section-btn {
  text-align: left;
}
.cid-uGdfrVPnvG {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGdfrVPnvG .item:focus,
.cid-uGdfrVPnvG span:focus {
  outline: none;
}
.cid-uGdfrVPnvG .item {
  cursor: pointer;
}
.cid-uGdfrVPnvG .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uGdfrVPnvG .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uGdfrVPnvG .grid-container-1,
.cid-uGdfrVPnvG .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uGdfrVPnvG .grid-container-1,
  .cid-uGdfrVPnvG .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uGdfrVPnvG .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGdfrVPnvG .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uGdfrVPnvG .content-head {
  max-width: 800px;
}
.cid-uGdfrVPnvG .container,
.cid-uGdfrVPnvG .container-fluid {
  overflow: hidden;
}
.cid-uGdfrVPnvG .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGdfrVPnvG .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGdfrVPnvG .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uGdfrVPnvG .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGdfrVPnvG .grid-container-1,
.cid-uGdfrVPnvG .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGdfrVPnvG .grid-container-1 {
  align-items: flex-end;
}
.cid-uGdfrVPnvG .grid-container-2 {
  align-items: flex-start;
}
.cid-uGdfrW86FN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGdfrW86FN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdfrW86FN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdfrW86FN .content-wrapper {
  justify-content: center;
}
.cid-uGdfrW86FN .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGdfrW86FN .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGdfrW86FN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGdfrW86FN .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGdfrW86FN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGdfrW86FN .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uGdfrW86FN .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uGdfrW86FN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGdfrW86FN .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uGdfrW86FN .mbr-figure:hover,
.cid-uGdfrW86FN .mbr-figure:focus {
  background-color: #282828;
  border: 2px solid #282828;
}
.cid-uGdfrW86FN .mbr-section-title {
  color: #ffffff;
}
.cid-uGdfrW86FN .mbr-text,
.cid-uGdfrW86FN .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGdfrW86FN .mbr-desc,
.cid-uGdfrW86FN .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGdfrW86FN .mbr-section-title,
.cid-uGdfrW86FN .mbr-section-btn {
  text-align: center;
}
.cid-uGdfrWtw2k {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uGdfrWtw2k .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uGdfrWtw2k .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uGdfrWtw2k .container {
    padding: 0 22px;
  }
}
.cid-uGdfrWtw2k .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uGdfrWtw2k .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGdfrWtw2k .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGdfrWtw2k .embla__slide .slide-content {
    display: block;
  }
}
.cid-uGdfrWtw2k .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGdfrWtw2k .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGdfrWtw2k .embla__button--next,
.cid-uGdfrWtw2k .embla__button--prev {
  display: flex;
}
.cid-uGdfrWtw2k .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uGdfrWtw2k .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGdfrWtw2k .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uGdfrWtw2k .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uGdfrWtw2k .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uGdfrWtw2k .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uGdfrWtw2k .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uGdfrWtw2k .embla {
  position: relative;
  width: 100%;
}
.cid-uGdfrWtw2k .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGdfrWtw2k .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGdfrWtw2k .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGdfrWtw2k .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGdfrWtw2k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGdfrX6nBw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGdfrX6nBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdfrX6nBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdfrX6nBw .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGdfrX6nBw .container-fluid {
    padding: 0 25px;
  }
}
.cid-uGdfrX6nBw .container-fluid .row {
  padding: 0;
}
.cid-uGdfrX6nBw .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGdfrX6nBw .card {
    margin-bottom: 50px;
  }
}
.cid-uGdfrX6nBw .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uGdfrX6nBw .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uGdfrX6nBw .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uGdfrX6nBw .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uGdfrX6nBw .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGdfrX6nBw .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uGdfrX6nBw .list li {
  margin-bottom: 10px;
}
.cid-uGdfrX6nBw .list li:last-child {
  margin-bottom: 0;
}
.cid-uGdfrX6nBw .list li:hover {
  color: #ffffff;
}
.cid-uGdfrX6nBw .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGdfrX6nBw .mbr-section-btn {
  margin-top: 18px;
}
.cid-uGdfrX6nBw .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGdfrX6nBw .mbr-text,
.cid-uGdfrX6nBw .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5UaNZJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5UaNZJ.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5UaNZJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5UaNZJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5UaNZJ .modal-content,
.cid-uHvw5UaNZJ .modal-dialog {
  height: auto;
}
.cid-uHvw5UaNZJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5UaNZJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5UaNZJ .form-wrapper .mbr-form .form-group,
  .cid-uHvw5UaNZJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5UaNZJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5UaNZJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5UaNZJ .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5UaNZJ .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5UaNZJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5UaNZJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5UaNZJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5UaNZJ .modal-open {
  overflow: hidden;
}
.cid-uHvw5UaNZJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5UaNZJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5UaNZJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5UaNZJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5UaNZJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5UaNZJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5UaNZJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5UaNZJ .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5UaNZJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5UaNZJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5UaNZJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5UaNZJ .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5UaNZJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5UaNZJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UaNZJ .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5UaNZJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5UaNZJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5UaNZJ .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5UaNZJ .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5UaNZJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5UaNZJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5UaNZJ .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UaNZJ .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5UaNZJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5UaNZJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UaNZJ .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5UaNZJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5UaNZJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5UaNZJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5UaNZJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5UaNZJ .modal-lg,
  .cid-uHvw5UaNZJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5UaNZJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5UaNZJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5UaNZJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5UaNZJ .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5UaNZJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5UaNZJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5UaNZJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5UaNZJ .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5UaNZJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5UaNZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5UaNZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5UaNZJ .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5UaNZJ .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5UaNZJ .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5UaNZJ .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5UaNZJ .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5UaNZJ .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5UaNZJ .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5UaNZJ .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5UaNZJ .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5UaNZJ .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5UaNZJ .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5UaNZJ .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5UaNZJ .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5UaNZJ .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5UaNZJ .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5UaNZJ .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5UaNZJ .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5UaNZJ .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5UaNZJ .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5UaNZJ .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5UaNZJ .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5UaNZJ .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5UaNZJ .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5UaNZJ .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5UaNZJ .mbr-title {
  color: #ffffff;
}
.cid-uHvw5UaNZJ label {
  color: #ffffff;
}
.cid-uHCwQMdyT6.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMdyT6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMdyT6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMdyT6 .modal-content,
.cid-uHCwQMdyT6 .modal-dialog {
  height: auto;
}
.cid-uHCwQMdyT6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMdyT6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMdyT6 .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMdyT6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMdyT6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMdyT6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMdyT6 .mbr-text {
  text-align: center;
}
.cid-uHCwQMdyT6 .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMdyT6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMdyT6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMdyT6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMdyT6 .modal-open {
  overflow: hidden;
}
.cid-uHCwQMdyT6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMdyT6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMdyT6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMdyT6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMdyT6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMdyT6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMdyT6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMdyT6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMdyT6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMdyT6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMdyT6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMdyT6 .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMdyT6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMdyT6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMdyT6 .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMdyT6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMdyT6 .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMdyT6 .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMdyT6 .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMdyT6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMdyT6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMdyT6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMdyT6 .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMdyT6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMdyT6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMdyT6 .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMdyT6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMdyT6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMdyT6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMdyT6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMdyT6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMdyT6 .modal-lg,
  .cid-uHCwQMdyT6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMdyT6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMdyT6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMdyT6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMdyT6 .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMdyT6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMdyT6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMdyT6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMdyT6 .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMdyT6 .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uGdl4gUw3j {
  z-index: 1000;
  width: 100%;
}
.cid-uGdl4gUw3j .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uGdl4gUw3j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uGdl4gUw3j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGdl4gUw3j .menu_box .navbar.opened,
  .cid-uGdl4gUw3j .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGdl4gUw3j nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGdl4gUw3j .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGdl4gUw3j .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGdl4gUw3j .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGdl4gUw3j .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGdl4gUw3j .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGdl4gUw3j .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGdl4gUw3j .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uGdl4gUw3j .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGdl4gUw3j .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGdl4gUw3j .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGdl4gUw3j .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGdl4gUw3j .offcanvas-body .mbr-text,
  .cid-uGdl4gUw3j .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGdl4gUw3j .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGdl4gUw3j .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGdl4gUw3j .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGdl4gUw3j .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGdl4gUw3j .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGdl4gUw3j .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGdl4gUw3j .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGdl4gUw3j ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGdl4gUw3j .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGdl4gUw3j .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGdl4gUw3j .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGdl4gUw3j li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGdl4gUw3j .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGdl4gUw3j .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGdl4gUw3j .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGdl4gUw3j .nav-item {
    margin: 0 !important;
  }
}
.cid-uGdl4gUw3j .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGdl4gUw3j .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGdl4gUw3j .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGdl4gUw3j .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGdl4gUw3j .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGdl4gUw3j .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGdl4gUw3j .offcanvas_box {
    display: none;
  }
}
.cid-uGdl4gUw3j .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uGdl4gUw3j .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGdl4gUw3j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGdl4gUw3j .container {
  display: flex;
  margin: auto;
}
.cid-uGdl4gUw3j .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGdl4gUw3j .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGdl4gUw3j .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGdl4gUw3j .navbar-caption {
  color: #ffffff;
}
.cid-uGdl4gUw3j .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGdl4gUw3j .navbar-nav {
    margin: 0;
  }
}
.cid-uGdl4gUw3j .dropdown-menu,
.cid-uGdl4gUw3j .navbar.opened {
  background-color: true !important;
}
.cid-uGdl4gUw3j .nav-item:focus,
.cid-uGdl4gUw3j .nav-link:focus {
  outline: none;
}
.cid-uGdl4gUw3j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGdl4gUw3j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGdl4gUw3j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGdl4gUw3j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGdl4gUw3j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGdl4gUw3j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGdl4gUw3j .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGdl4gUw3j .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGdl4gUw3j .navbar.opened {
  transition: all 0.3s;
}
.cid-uGdl4gUw3j .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGdl4gUw3j .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGdl4gUw3j .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGdl4gUw3j .navbar.collapsed {
  justify-content: center;
}
.cid-uGdl4gUw3j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGdl4gUw3j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGdl4gUw3j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGdl4gUw3j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGdl4gUw3j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGdl4gUw3j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGdl4gUw3j .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGdl4gUw3j .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGdl4gUw3j .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGdl4gUw3j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGdl4gUw3j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGdl4gUw3j .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGdl4gUw3j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGdl4gUw3j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGdl4gUw3j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGdl4gUw3j .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGdl4gUw3j .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGdl4gUw3j .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGdl4gUw3j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGdl4gUw3j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGdl4gUw3j .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGdl4gUw3j .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGdl4gUw3j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGdl4gUw3j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGdl4gUw3j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGdl4gUw3j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGdl4gUw3j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGdl4gUw3j .dropdown-item.active,
.cid-uGdl4gUw3j .dropdown-item:active {
  background-color: transparent;
}
.cid-uGdl4gUw3j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGdl4gUw3j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGdl4gUw3j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGdl4gUw3j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGdl4gUw3j ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGdl4gUw3j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGdl4gUw3j button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uGdl4gUw3j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGdl4gUw3j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGdl4gUw3j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGdl4gUw3j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGdl4gUw3j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGdl4gUw3j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGdl4gUw3j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGdl4gUw3j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGdl4gUw3j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGdl4gUw3j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGdl4gUw3j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGdl4gUw3j .navbar {
    height: 70px;
  }
  .cid-uGdl4gUw3j .navbar.opened {
    height: auto;
  }
  .cid-uGdl4gUw3j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGdl4gUw3j .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGdl4gUw3j .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uGdl4gUw3j .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGdl4gUw3j .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uGdl4gUw3j .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGdl4gUw3j .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGdl4gUw3j .mbr-section-btn .btn,
.cid-uGdl4gUw3j .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGdl4gUw3j .mbr-section-subtitle {
  color: #000000;
}
.cid-uGdl4gUw3j .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uGdl4gUw3j .text_widget {
  color: #000000;
}
.cid-uGdl4gUw3j .mbr-section-subtitle,
.cid-uGdl4gUw3j .text_widget,
.cid-uGdl4gUw3j .mbr-section-btn {
  text-align: center;
}
.cid-uGdl4gUw3j a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGdl4hPfK5 {
  position: relative;
}
.cid-uGdl4hPfK5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uGdl4hPfK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdl4hPfK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/kubb-mono-double-curved.1-f-1181x615.jpg");
}
.cid-uGdl4hPfK5 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uGdl4hPfK5 .content-wrapper {
    margin-top: 0;
  }
}
.cid-uGdl4hPfK5 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGdl4hPfK5 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGdl4hPfK5 .mbr-section-title {
  color: #ffffff;
}
.cid-uGdl4hPfK5 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGdl4hPfK5 .mbr-section-title,
.cid-uGdl4hPfK5 .mbr-section-btn {
  text-align: left;
}
.cid-uGdl4if5lm {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGdl4if5lm .item:focus,
.cid-uGdl4if5lm span:focus {
  outline: none;
}
.cid-uGdl4if5lm .item {
  cursor: pointer;
}
.cid-uGdl4if5lm .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uGdl4if5lm .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uGdl4if5lm .grid-container-1,
.cid-uGdl4if5lm .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uGdl4if5lm .grid-container-1,
  .cid-uGdl4if5lm .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uGdl4if5lm .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGdl4if5lm .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uGdl4if5lm .content-head {
  max-width: 800px;
}
.cid-uGdl4if5lm .container,
.cid-uGdl4if5lm .container-fluid {
  overflow: hidden;
}
.cid-uGdl4if5lm .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGdl4if5lm .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGdl4if5lm .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uGdl4if5lm .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGdl4if5lm .grid-container-1,
.cid-uGdl4if5lm .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGdl4if5lm .grid-container-1 {
  align-items: flex-end;
}
.cid-uGdl4if5lm .grid-container-2 {
  align-items: flex-start;
}
.cid-uGdl4iEhJX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGdl4iEhJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdl4iEhJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdl4iEhJX .content-wrapper {
  justify-content: center;
}
.cid-uGdl4iEhJX .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGdl4iEhJX .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGdl4iEhJX .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGdl4iEhJX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGdl4iEhJX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGdl4iEhJX .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uGdl4iEhJX .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uGdl4iEhJX .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGdl4iEhJX .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uGdl4iEhJX .mbr-figure:hover,
.cid-uGdl4iEhJX .mbr-figure:focus {
  background-color: #282828;
  border: 2px solid #282828;
}
.cid-uGdl4iEhJX .mbr-section-title {
  color: #ffffff;
}
.cid-uGdl4iEhJX .mbr-text,
.cid-uGdl4iEhJX .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGdl4iEhJX .mbr-desc,
.cid-uGdl4iEhJX .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGdl4iEhJX .mbr-section-title,
.cid-uGdl4iEhJX .mbr-section-btn {
  text-align: center;
}
.cid-uGdl4j9FeD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uGdl4j9FeD .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uGdl4j9FeD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uGdl4j9FeD .container {
    padding: 0 22px;
  }
}
.cid-uGdl4j9FeD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uGdl4j9FeD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGdl4j9FeD .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGdl4j9FeD .embla__slide .slide-content {
    display: block;
  }
}
.cid-uGdl4j9FeD .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGdl4j9FeD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGdl4j9FeD .embla__button--next,
.cid-uGdl4j9FeD .embla__button--prev {
  display: flex;
}
.cid-uGdl4j9FeD .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uGdl4j9FeD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGdl4j9FeD .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uGdl4j9FeD .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uGdl4j9FeD .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uGdl4j9FeD .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uGdl4j9FeD .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uGdl4j9FeD .embla {
  position: relative;
  width: 100%;
}
.cid-uGdl4j9FeD .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGdl4j9FeD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGdl4j9FeD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGdl4j9FeD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGdl4j9FeD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGdl4jYkmm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGdl4jYkmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdl4jYkmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdl4jYkmm .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGdl4jYkmm .container-fluid {
    padding: 0 25px;
  }
}
.cid-uGdl4jYkmm .container-fluid .row {
  padding: 0;
}
.cid-uGdl4jYkmm .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGdl4jYkmm .card {
    margin-bottom: 50px;
  }
}
.cid-uGdl4jYkmm .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uGdl4jYkmm .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uGdl4jYkmm .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uGdl4jYkmm .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uGdl4jYkmm .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGdl4jYkmm .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uGdl4jYkmm .list li {
  margin-bottom: 10px;
}
.cid-uGdl4jYkmm .list li:last-child {
  margin-bottom: 0;
}
.cid-uGdl4jYkmm .list li:hover {
  color: #ffffff;
}
.cid-uGdl4jYkmm .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGdl4jYkmm .mbr-section-btn {
  margin-top: 18px;
}
.cid-uGdl4jYkmm .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGdl4jYkmm .mbr-text,
.cid-uGdl4jYkmm .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5UbH6I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5UbH6I.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5UbH6I.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5UbH6I.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5UbH6I .modal-content,
.cid-uHvw5UbH6I .modal-dialog {
  height: auto;
}
.cid-uHvw5UbH6I .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5UbH6I .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5UbH6I .form-wrapper .mbr-form .form-group,
  .cid-uHvw5UbH6I .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5UbH6I .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5UbH6I .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5UbH6I .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5UbH6I .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5UbH6I .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5UbH6I .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5UbH6I .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5UbH6I .modal-open {
  overflow: hidden;
}
.cid-uHvw5UbH6I .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5UbH6I .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5UbH6I .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5UbH6I .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5UbH6I .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5UbH6I .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5UbH6I .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5UbH6I .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5UbH6I .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5UbH6I .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5UbH6I .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5UbH6I .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5UbH6I .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5UbH6I .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UbH6I .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5UbH6I .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5UbH6I .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5UbH6I .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5UbH6I .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5UbH6I .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5UbH6I .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5UbH6I .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UbH6I .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5UbH6I .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5UbH6I .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UbH6I .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5UbH6I .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5UbH6I .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5UbH6I .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5UbH6I .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5UbH6I .modal-lg,
  .cid-uHvw5UbH6I .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5UbH6I .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5UbH6I .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5UbH6I .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5UbH6I .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5UbH6I .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5UbH6I .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5UbH6I .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5UbH6I .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5UbH6I .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5UbH6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5UbH6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5UbH6I .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5UbH6I .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5UbH6I .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5UbH6I .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5UbH6I .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5UbH6I .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5UbH6I .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5UbH6I .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5UbH6I .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5UbH6I .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5UbH6I .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5UbH6I .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5UbH6I .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5UbH6I .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5UbH6I .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5UbH6I .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5UbH6I .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5UbH6I .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5UbH6I .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5UbH6I .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5UbH6I .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5UbH6I .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5UbH6I .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5UbH6I .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5UbH6I .mbr-title {
  color: #ffffff;
}
.cid-uHvw5UbH6I label {
  color: #ffffff;
}
.cid-uHCwQMdCAs.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMdCAs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMdCAs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMdCAs .modal-content,
.cid-uHCwQMdCAs .modal-dialog {
  height: auto;
}
.cid-uHCwQMdCAs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMdCAs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMdCAs .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMdCAs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMdCAs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMdCAs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMdCAs .mbr-text {
  text-align: center;
}
.cid-uHCwQMdCAs .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMdCAs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMdCAs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMdCAs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMdCAs .modal-open {
  overflow: hidden;
}
.cid-uHCwQMdCAs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMdCAs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMdCAs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMdCAs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMdCAs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMdCAs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMdCAs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMdCAs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMdCAs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMdCAs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMdCAs .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMdCAs .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMdCAs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMdCAs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMdCAs .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMdCAs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMdCAs .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMdCAs .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMdCAs .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMdCAs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMdCAs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMdCAs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMdCAs .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMdCAs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMdCAs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMdCAs .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMdCAs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMdCAs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMdCAs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMdCAs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMdCAs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMdCAs .modal-lg,
  .cid-uHCwQMdCAs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMdCAs .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMdCAs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMdCAs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMdCAs .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMdCAs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMdCAs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMdCAs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMdCAs .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMdCAs .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uGoi3A9c2K {
  z-index: 1000;
  width: 100%;
}
.cid-uGoi3A9c2K .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uGoi3A9c2K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uGoi3A9c2K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGoi3A9c2K .menu_box .navbar.opened,
  .cid-uGoi3A9c2K .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGoi3A9c2K nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGoi3A9c2K .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGoi3A9c2K .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGoi3A9c2K .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGoi3A9c2K .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGoi3A9c2K .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGoi3A9c2K .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGoi3A9c2K .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uGoi3A9c2K .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGoi3A9c2K .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGoi3A9c2K .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGoi3A9c2K .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGoi3A9c2K .offcanvas-body .mbr-text,
  .cid-uGoi3A9c2K .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGoi3A9c2K .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGoi3A9c2K .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGoi3A9c2K .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGoi3A9c2K .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGoi3A9c2K .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGoi3A9c2K .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGoi3A9c2K .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGoi3A9c2K ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGoi3A9c2K .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGoi3A9c2K .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGoi3A9c2K .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGoi3A9c2K li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGoi3A9c2K .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGoi3A9c2K .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGoi3A9c2K .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGoi3A9c2K .nav-item {
    margin: 0 !important;
  }
}
.cid-uGoi3A9c2K .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGoi3A9c2K .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGoi3A9c2K .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGoi3A9c2K .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGoi3A9c2K .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGoi3A9c2K .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGoi3A9c2K .offcanvas_box {
    display: none;
  }
}
.cid-uGoi3A9c2K .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uGoi3A9c2K .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGoi3A9c2K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGoi3A9c2K .container {
  display: flex;
  margin: auto;
}
.cid-uGoi3A9c2K .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGoi3A9c2K .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGoi3A9c2K .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGoi3A9c2K .navbar-caption {
  color: #ffffff;
}
.cid-uGoi3A9c2K .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGoi3A9c2K .navbar-nav {
    margin: 0;
  }
}
.cid-uGoi3A9c2K .dropdown-menu,
.cid-uGoi3A9c2K .navbar.opened {
  background-color: true !important;
}
.cid-uGoi3A9c2K .nav-item:focus,
.cid-uGoi3A9c2K .nav-link:focus {
  outline: none;
}
.cid-uGoi3A9c2K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGoi3A9c2K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGoi3A9c2K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGoi3A9c2K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGoi3A9c2K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGoi3A9c2K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGoi3A9c2K .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGoi3A9c2K .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGoi3A9c2K .navbar.opened {
  transition: all 0.3s;
}
.cid-uGoi3A9c2K .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGoi3A9c2K .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGoi3A9c2K .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGoi3A9c2K .navbar.collapsed {
  justify-content: center;
}
.cid-uGoi3A9c2K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGoi3A9c2K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGoi3A9c2K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGoi3A9c2K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGoi3A9c2K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGoi3A9c2K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGoi3A9c2K .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGoi3A9c2K .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGoi3A9c2K .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGoi3A9c2K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGoi3A9c2K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGoi3A9c2K .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGoi3A9c2K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGoi3A9c2K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGoi3A9c2K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGoi3A9c2K .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGoi3A9c2K .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGoi3A9c2K .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGoi3A9c2K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGoi3A9c2K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGoi3A9c2K .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGoi3A9c2K .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGoi3A9c2K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGoi3A9c2K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGoi3A9c2K .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGoi3A9c2K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGoi3A9c2K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGoi3A9c2K .dropdown-item.active,
.cid-uGoi3A9c2K .dropdown-item:active {
  background-color: transparent;
}
.cid-uGoi3A9c2K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGoi3A9c2K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGoi3A9c2K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGoi3A9c2K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGoi3A9c2K ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGoi3A9c2K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGoi3A9c2K button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uGoi3A9c2K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGoi3A9c2K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGoi3A9c2K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGoi3A9c2K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGoi3A9c2K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGoi3A9c2K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGoi3A9c2K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGoi3A9c2K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGoi3A9c2K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGoi3A9c2K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGoi3A9c2K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGoi3A9c2K .navbar {
    height: 70px;
  }
  .cid-uGoi3A9c2K .navbar.opened {
    height: auto;
  }
  .cid-uGoi3A9c2K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGoi3A9c2K .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGoi3A9c2K .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uGoi3A9c2K .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGoi3A9c2K .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uGoi3A9c2K .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGoi3A9c2K .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGoi3A9c2K .mbr-section-btn .btn,
.cid-uGoi3A9c2K .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGoi3A9c2K .mbr-section-subtitle {
  color: #000000;
}
.cid-uGoi3A9c2K .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uGoi3A9c2K .text_widget {
  color: #000000;
}
.cid-uGoi3A9c2K .mbr-section-subtitle,
.cid-uGoi3A9c2K .text_widget,
.cid-uGoi3A9c2K .mbr-section-btn {
  text-align: center;
}
.cid-uGoi3A9c2K a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGoi3C9Ika {
  position: relative;
}
.cid-uGoi3C9Ika::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uGoi3C9Ika .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoi3C9Ika .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/5-1920x1080.jpg");
}
.cid-uGoi3C9Ika .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uGoi3C9Ika .content-wrapper {
    margin-top: 0;
  }
}
.cid-uGoi3C9Ika .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGoi3C9Ika .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGoi3C9Ika .mbr-section-title {
  color: #ffffff;
}
.cid-uGoi3C9Ika .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGoi3C9Ika .mbr-section-title,
.cid-uGoi3C9Ika .mbr-section-btn {
  text-align: left;
}
.cid-uGoi3Dgzum {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGoi3Dgzum .item:focus,
.cid-uGoi3Dgzum span:focus {
  outline: none;
}
.cid-uGoi3Dgzum .item {
  cursor: pointer;
}
.cid-uGoi3Dgzum .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uGoi3Dgzum .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uGoi3Dgzum .grid-container-1,
.cid-uGoi3Dgzum .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uGoi3Dgzum .grid-container-1,
  .cid-uGoi3Dgzum .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uGoi3Dgzum .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGoi3Dgzum .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uGoi3Dgzum .content-head {
  max-width: 800px;
}
.cid-uGoi3Dgzum .container,
.cid-uGoi3Dgzum .container-fluid {
  overflow: hidden;
}
.cid-uGoi3Dgzum .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGoi3Dgzum .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGoi3Dgzum .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uGoi3Dgzum .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGoi3Dgzum .grid-container-1,
.cid-uGoi3Dgzum .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGoi3Dgzum .grid-container-1 {
  align-items: flex-end;
}
.cid-uGoi3Dgzum .grid-container-2 {
  align-items: flex-start;
}
.cid-uGoi3EnA5w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGoi3EnA5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoi3EnA5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoi3EnA5w .content-wrapper {
  justify-content: center;
}
.cid-uGoi3EnA5w .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGoi3EnA5w .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGoi3EnA5w .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGoi3EnA5w .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGoi3EnA5w .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGoi3EnA5w .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uGoi3EnA5w .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uGoi3EnA5w .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGoi3EnA5w .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uGoi3EnA5w .mbr-figure:hover,
.cid-uGoi3EnA5w .mbr-figure:focus {
  background-color: #282828;
  border: 2px solid #282828;
}
.cid-uGoi3EnA5w .mbr-section-title {
  color: #ffffff;
}
.cid-uGoi3EnA5w .mbr-text,
.cid-uGoi3EnA5w .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGoi3EnA5w .mbr-desc,
.cid-uGoi3EnA5w .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGoi3EnA5w .mbr-section-title,
.cid-uGoi3EnA5w .mbr-section-btn {
  text-align: center;
}
.cid-uGoi3Fm5RJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uGoi3Fm5RJ .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uGoi3Fm5RJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uGoi3Fm5RJ .container {
    padding: 0 22px;
  }
}
.cid-uGoi3Fm5RJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uGoi3Fm5RJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGoi3Fm5RJ .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGoi3Fm5RJ .embla__slide .slide-content {
    display: block;
  }
}
.cid-uGoi3Fm5RJ .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGoi3Fm5RJ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGoi3Fm5RJ .embla__button--next,
.cid-uGoi3Fm5RJ .embla__button--prev {
  display: flex;
}
.cid-uGoi3Fm5RJ .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uGoi3Fm5RJ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGoi3Fm5RJ .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uGoi3Fm5RJ .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uGoi3Fm5RJ .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uGoi3Fm5RJ .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uGoi3Fm5RJ .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uGoi3Fm5RJ .embla {
  position: relative;
  width: 100%;
}
.cid-uGoi3Fm5RJ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGoi3Fm5RJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGoi3Fm5RJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGoi3Fm5RJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGoi3Fm5RJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGoi3Hy5Op {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGoi3Hy5Op .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoi3Hy5Op .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoi3Hy5Op .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGoi3Hy5Op .container-fluid {
    padding: 0 25px;
  }
}
.cid-uGoi3Hy5Op .container-fluid .row {
  padding: 0;
}
.cid-uGoi3Hy5Op .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGoi3Hy5Op .card {
    margin-bottom: 50px;
  }
}
.cid-uGoi3Hy5Op .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uGoi3Hy5Op .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uGoi3Hy5Op .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uGoi3Hy5Op .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uGoi3Hy5Op .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGoi3Hy5Op .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uGoi3Hy5Op .list li {
  margin-bottom: 10px;
}
.cid-uGoi3Hy5Op .list li:last-child {
  margin-bottom: 0;
}
.cid-uGoi3Hy5Op .list li:hover {
  color: #ffffff;
}
.cid-uGoi3Hy5Op .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGoi3Hy5Op .mbr-section-btn {
  margin-top: 18px;
}
.cid-uGoi3Hy5Op .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGoi3Hy5Op .mbr-text,
.cid-uGoi3Hy5Op .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5UbbXc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5UbbXc.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5UbbXc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5UbbXc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5UbbXc .modal-content,
.cid-uHvw5UbbXc .modal-dialog {
  height: auto;
}
.cid-uHvw5UbbXc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5UbbXc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5UbbXc .form-wrapper .mbr-form .form-group,
  .cid-uHvw5UbbXc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5UbbXc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5UbbXc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5UbbXc .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5UbbXc .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5UbbXc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5UbbXc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5UbbXc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5UbbXc .modal-open {
  overflow: hidden;
}
.cid-uHvw5UbbXc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5UbbXc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5UbbXc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5UbbXc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5UbbXc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5UbbXc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5UbbXc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5UbbXc .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5UbbXc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5UbbXc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5UbbXc .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5UbbXc .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5UbbXc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5UbbXc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UbbXc .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5UbbXc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5UbbXc .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5UbbXc .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5UbbXc .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5UbbXc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5UbbXc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5UbbXc .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UbbXc .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5UbbXc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5UbbXc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UbbXc .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5UbbXc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5UbbXc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5UbbXc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5UbbXc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5UbbXc .modal-lg,
  .cid-uHvw5UbbXc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5UbbXc .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5UbbXc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5UbbXc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5UbbXc .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5UbbXc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5UbbXc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5UbbXc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5UbbXc .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5UbbXc .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5UbbXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5UbbXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5UbbXc .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5UbbXc .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5UbbXc .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5UbbXc .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5UbbXc .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5UbbXc .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5UbbXc .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5UbbXc .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5UbbXc .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5UbbXc .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5UbbXc .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5UbbXc .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5UbbXc .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5UbbXc .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5UbbXc .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5UbbXc .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5UbbXc .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5UbbXc .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5UbbXc .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5UbbXc .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5UbbXc .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5UbbXc .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5UbbXc .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5UbbXc .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5UbbXc .mbr-title {
  color: #ffffff;
}
.cid-uHvw5UbbXc label {
  color: #ffffff;
}
.cid-uHCwQMde0r.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMde0r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMde0r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMde0r .modal-content,
.cid-uHCwQMde0r .modal-dialog {
  height: auto;
}
.cid-uHCwQMde0r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMde0r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMde0r .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMde0r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMde0r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMde0r .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMde0r .mbr-text {
  text-align: center;
}
.cid-uHCwQMde0r .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMde0r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMde0r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMde0r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMde0r .modal-open {
  overflow: hidden;
}
.cid-uHCwQMde0r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMde0r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMde0r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMde0r .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMde0r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMde0r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMde0r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMde0r .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMde0r .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMde0r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMde0r .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMde0r .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMde0r .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMde0r .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMde0r .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMde0r .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMde0r .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMde0r .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMde0r .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMde0r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMde0r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMde0r .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMde0r .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMde0r .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMde0r .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMde0r .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMde0r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMde0r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMde0r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMde0r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMde0r .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMde0r .modal-lg,
  .cid-uHCwQMde0r .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMde0r .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMde0r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMde0r .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMde0r .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMde0r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMde0r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMde0r .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMde0r .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMde0r .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uGojibDLWX {
  z-index: 1000;
  width: 100%;
}
.cid-uGojibDLWX .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uGojibDLWX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uGojibDLWX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGojibDLWX .menu_box .navbar.opened,
  .cid-uGojibDLWX .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGojibDLWX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGojibDLWX .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGojibDLWX .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGojibDLWX .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGojibDLWX .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGojibDLWX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGojibDLWX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGojibDLWX .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uGojibDLWX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGojibDLWX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGojibDLWX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGojibDLWX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGojibDLWX .offcanvas-body .mbr-text,
  .cid-uGojibDLWX .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGojibDLWX .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGojibDLWX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGojibDLWX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGojibDLWX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGojibDLWX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGojibDLWX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGojibDLWX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGojibDLWX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGojibDLWX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGojibDLWX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGojibDLWX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGojibDLWX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGojibDLWX .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGojibDLWX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGojibDLWX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGojibDLWX .nav-item {
    margin: 0 !important;
  }
}
.cid-uGojibDLWX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGojibDLWX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGojibDLWX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGojibDLWX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGojibDLWX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGojibDLWX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGojibDLWX .offcanvas_box {
    display: none;
  }
}
.cid-uGojibDLWX .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uGojibDLWX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGojibDLWX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGojibDLWX .container {
  display: flex;
  margin: auto;
}
.cid-uGojibDLWX .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGojibDLWX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGojibDLWX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGojibDLWX .navbar-caption {
  color: #ffffff;
}
.cid-uGojibDLWX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGojibDLWX .navbar-nav {
    margin: 0;
  }
}
.cid-uGojibDLWX .dropdown-menu,
.cid-uGojibDLWX .navbar.opened {
  background-color: true !important;
}
.cid-uGojibDLWX .nav-item:focus,
.cid-uGojibDLWX .nav-link:focus {
  outline: none;
}
.cid-uGojibDLWX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGojibDLWX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGojibDLWX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGojibDLWX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGojibDLWX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGojibDLWX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGojibDLWX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGojibDLWX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGojibDLWX .navbar.opened {
  transition: all 0.3s;
}
.cid-uGojibDLWX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGojibDLWX .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGojibDLWX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGojibDLWX .navbar.collapsed {
  justify-content: center;
}
.cid-uGojibDLWX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGojibDLWX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGojibDLWX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGojibDLWX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGojibDLWX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGojibDLWX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGojibDLWX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGojibDLWX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGojibDLWX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGojibDLWX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGojibDLWX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGojibDLWX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGojibDLWX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGojibDLWX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGojibDLWX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGojibDLWX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGojibDLWX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGojibDLWX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGojibDLWX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGojibDLWX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGojibDLWX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGojibDLWX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGojibDLWX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGojibDLWX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGojibDLWX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGojibDLWX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGojibDLWX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGojibDLWX .dropdown-item.active,
.cid-uGojibDLWX .dropdown-item:active {
  background-color: transparent;
}
.cid-uGojibDLWX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGojibDLWX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGojibDLWX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGojibDLWX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGojibDLWX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGojibDLWX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGojibDLWX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uGojibDLWX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGojibDLWX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGojibDLWX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGojibDLWX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGojibDLWX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGojibDLWX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGojibDLWX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGojibDLWX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGojibDLWX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGojibDLWX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGojibDLWX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGojibDLWX .navbar {
    height: 70px;
  }
  .cid-uGojibDLWX .navbar.opened {
    height: auto;
  }
  .cid-uGojibDLWX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGojibDLWX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGojibDLWX .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uGojibDLWX .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGojibDLWX .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uGojibDLWX .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGojibDLWX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGojibDLWX .mbr-section-btn .btn,
.cid-uGojibDLWX .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGojibDLWX .mbr-section-subtitle {
  color: #000000;
}
.cid-uGojibDLWX .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uGojibDLWX .text_widget {
  color: #000000;
}
.cid-uGojibDLWX .mbr-section-subtitle,
.cid-uGojibDLWX .text_widget,
.cid-uGojibDLWX .mbr-section-btn {
  text-align: center;
}
.cid-uGojibDLWX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGojicE224 {
  position: relative;
}
.cid-uGojicE224::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uGojicE224 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGojicE224 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/freepik-retouch-10888-1000x682.png");
}
.cid-uGojicE224 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uGojicE224 .content-wrapper {
    margin-top: 0;
  }
}
.cid-uGojicE224 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGojicE224 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGojicE224 .mbr-section-title {
  color: #ffffff;
}
.cid-uGojicE224 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGojicE224 .mbr-section-title,
.cid-uGojicE224 .mbr-section-btn {
  text-align: left;
}
.cid-uGojidb9u5 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGojidb9u5 .item:focus,
.cid-uGojidb9u5 span:focus {
  outline: none;
}
.cid-uGojidb9u5 .item {
  cursor: pointer;
}
.cid-uGojidb9u5 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uGojidb9u5 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uGojidb9u5 .grid-container-1,
.cid-uGojidb9u5 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uGojidb9u5 .grid-container-1,
  .cid-uGojidb9u5 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uGojidb9u5 .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGojidb9u5 .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uGojidb9u5 .content-head {
  max-width: 800px;
}
.cid-uGojidb9u5 .container,
.cid-uGojidb9u5 .container-fluid {
  overflow: hidden;
}
.cid-uGojidb9u5 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGojidb9u5 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGojidb9u5 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uGojidb9u5 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGojidb9u5 .grid-container-1,
.cid-uGojidb9u5 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGojidb9u5 .grid-container-1 {
  align-items: flex-end;
}
.cid-uGojidb9u5 .grid-container-2 {
  align-items: flex-start;
}
.cid-uGojidTYFx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGojidTYFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGojidTYFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGojidTYFx .content-wrapper {
  justify-content: center;
}
.cid-uGojidTYFx .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGojidTYFx .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGojidTYFx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGojidTYFx .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGojidTYFx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGojidTYFx .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uGojidTYFx .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uGojidTYFx .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGojidTYFx .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uGojidTYFx .mbr-figure:hover,
.cid-uGojidTYFx .mbr-figure:focus {
  background-color: #282828;
  border: 2px solid #282828;
}
.cid-uGojidTYFx .mbr-section-title {
  color: #ffffff;
}
.cid-uGojidTYFx .mbr-text,
.cid-uGojidTYFx .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGojidTYFx .mbr-desc,
.cid-uGojidTYFx .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGojidTYFx .mbr-section-title,
.cid-uGojidTYFx .mbr-section-btn {
  text-align: center;
}
.cid-uGojieuYWE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uGojieuYWE .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uGojieuYWE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uGojieuYWE .container {
    padding: 0 22px;
  }
}
.cid-uGojieuYWE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uGojieuYWE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGojieuYWE .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGojieuYWE .embla__slide .slide-content {
    display: block;
  }
}
.cid-uGojieuYWE .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGojieuYWE .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGojieuYWE .embla__button--next,
.cid-uGojieuYWE .embla__button--prev {
  display: flex;
}
.cid-uGojieuYWE .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uGojieuYWE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGojieuYWE .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uGojieuYWE .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uGojieuYWE .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uGojieuYWE .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uGojieuYWE .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uGojieuYWE .embla {
  position: relative;
  width: 100%;
}
.cid-uGojieuYWE .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGojieuYWE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGojieuYWE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGojieuYWE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGojieuYWE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGojifrBGy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGojifrBGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGojifrBGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGojifrBGy .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGojifrBGy .container-fluid {
    padding: 0 25px;
  }
}
.cid-uGojifrBGy .container-fluid .row {
  padding: 0;
}
.cid-uGojifrBGy .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGojifrBGy .card {
    margin-bottom: 50px;
  }
}
.cid-uGojifrBGy .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uGojifrBGy .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uGojifrBGy .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uGojifrBGy .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uGojifrBGy .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGojifrBGy .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uGojifrBGy .list li {
  margin-bottom: 10px;
}
.cid-uGojifrBGy .list li:last-child {
  margin-bottom: 0;
}
.cid-uGojifrBGy .list li:hover {
  color: #ffffff;
}
.cid-uGojifrBGy .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGojifrBGy .mbr-section-btn {
  margin-top: 18px;
}
.cid-uGojifrBGy .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGojifrBGy .mbr-text,
.cid-uGojifrBGy .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5UbzRK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5UbzRK.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5UbzRK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5UbzRK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5UbzRK .modal-content,
.cid-uHvw5UbzRK .modal-dialog {
  height: auto;
}
.cid-uHvw5UbzRK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5UbzRK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5UbzRK .form-wrapper .mbr-form .form-group,
  .cid-uHvw5UbzRK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5UbzRK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5UbzRK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5UbzRK .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5UbzRK .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5UbzRK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5UbzRK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5UbzRK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5UbzRK .modal-open {
  overflow: hidden;
}
.cid-uHvw5UbzRK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5UbzRK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5UbzRK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5UbzRK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5UbzRK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5UbzRK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5UbzRK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5UbzRK .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5UbzRK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5UbzRK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5UbzRK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5UbzRK .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5UbzRK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5UbzRK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UbzRK .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5UbzRK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5UbzRK .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5UbzRK .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5UbzRK .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5UbzRK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5UbzRK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5UbzRK .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UbzRK .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5UbzRK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5UbzRK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UbzRK .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5UbzRK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5UbzRK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5UbzRK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5UbzRK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5UbzRK .modal-lg,
  .cid-uHvw5UbzRK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5UbzRK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5UbzRK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5UbzRK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5UbzRK .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5UbzRK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5UbzRK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5UbzRK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5UbzRK .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5UbzRK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5UbzRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5UbzRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5UbzRK .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5UbzRK .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5UbzRK .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5UbzRK .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5UbzRK .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5UbzRK .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5UbzRK .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5UbzRK .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5UbzRK .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5UbzRK .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5UbzRK .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5UbzRK .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5UbzRK .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5UbzRK .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5UbzRK .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5UbzRK .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5UbzRK .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5UbzRK .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5UbzRK .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5UbzRK .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5UbzRK .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5UbzRK .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5UbzRK .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5UbzRK .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5UbzRK .mbr-title {
  color: #ffffff;
}
.cid-uHvw5UbzRK label {
  color: #ffffff;
}
.cid-uHCwQMd4nn.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMd4nn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMd4nn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMd4nn .modal-content,
.cid-uHCwQMd4nn .modal-dialog {
  height: auto;
}
.cid-uHCwQMd4nn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMd4nn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMd4nn .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMd4nn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMd4nn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMd4nn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMd4nn .mbr-text {
  text-align: center;
}
.cid-uHCwQMd4nn .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMd4nn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMd4nn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMd4nn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMd4nn .modal-open {
  overflow: hidden;
}
.cid-uHCwQMd4nn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMd4nn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMd4nn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMd4nn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMd4nn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMd4nn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMd4nn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMd4nn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMd4nn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMd4nn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMd4nn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMd4nn .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMd4nn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMd4nn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMd4nn .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMd4nn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMd4nn .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMd4nn .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMd4nn .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMd4nn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMd4nn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMd4nn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMd4nn .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMd4nn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMd4nn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMd4nn .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMd4nn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMd4nn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMd4nn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMd4nn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMd4nn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMd4nn .modal-lg,
  .cid-uHCwQMd4nn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMd4nn .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMd4nn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMd4nn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMd4nn .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMd4nn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMd4nn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMd4nn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMd4nn .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMd4nn .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uGomiSr0MX {
  z-index: 1000;
  width: 100%;
}
.cid-uGomiSr0MX .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uGomiSr0MX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uGomiSr0MX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGomiSr0MX .menu_box .navbar.opened,
  .cid-uGomiSr0MX .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGomiSr0MX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGomiSr0MX .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGomiSr0MX .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGomiSr0MX .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGomiSr0MX .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGomiSr0MX .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGomiSr0MX .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGomiSr0MX .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uGomiSr0MX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGomiSr0MX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGomiSr0MX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGomiSr0MX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGomiSr0MX .offcanvas-body .mbr-text,
  .cid-uGomiSr0MX .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGomiSr0MX .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGomiSr0MX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGomiSr0MX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGomiSr0MX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGomiSr0MX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGomiSr0MX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGomiSr0MX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGomiSr0MX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGomiSr0MX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGomiSr0MX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGomiSr0MX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGomiSr0MX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGomiSr0MX .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGomiSr0MX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGomiSr0MX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGomiSr0MX .nav-item {
    margin: 0 !important;
  }
}
.cid-uGomiSr0MX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGomiSr0MX .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGomiSr0MX .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGomiSr0MX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGomiSr0MX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGomiSr0MX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGomiSr0MX .offcanvas_box {
    display: none;
  }
}
.cid-uGomiSr0MX .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uGomiSr0MX .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGomiSr0MX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGomiSr0MX .container {
  display: flex;
  margin: auto;
}
.cid-uGomiSr0MX .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGomiSr0MX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGomiSr0MX .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGomiSr0MX .navbar-caption {
  color: #ffffff;
}
.cid-uGomiSr0MX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGomiSr0MX .navbar-nav {
    margin: 0;
  }
}
.cid-uGomiSr0MX .dropdown-menu,
.cid-uGomiSr0MX .navbar.opened {
  background-color: true !important;
}
.cid-uGomiSr0MX .nav-item:focus,
.cid-uGomiSr0MX .nav-link:focus {
  outline: none;
}
.cid-uGomiSr0MX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGomiSr0MX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGomiSr0MX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGomiSr0MX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGomiSr0MX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGomiSr0MX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGomiSr0MX .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGomiSr0MX .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGomiSr0MX .navbar.opened {
  transition: all 0.3s;
}
.cid-uGomiSr0MX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGomiSr0MX .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGomiSr0MX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGomiSr0MX .navbar.collapsed {
  justify-content: center;
}
.cid-uGomiSr0MX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGomiSr0MX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGomiSr0MX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGomiSr0MX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGomiSr0MX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGomiSr0MX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGomiSr0MX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGomiSr0MX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGomiSr0MX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGomiSr0MX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGomiSr0MX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGomiSr0MX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGomiSr0MX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGomiSr0MX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGomiSr0MX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGomiSr0MX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGomiSr0MX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGomiSr0MX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGomiSr0MX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGomiSr0MX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGomiSr0MX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGomiSr0MX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGomiSr0MX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGomiSr0MX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGomiSr0MX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGomiSr0MX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGomiSr0MX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGomiSr0MX .dropdown-item.active,
.cid-uGomiSr0MX .dropdown-item:active {
  background-color: transparent;
}
.cid-uGomiSr0MX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGomiSr0MX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGomiSr0MX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGomiSr0MX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGomiSr0MX ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGomiSr0MX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGomiSr0MX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uGomiSr0MX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGomiSr0MX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGomiSr0MX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGomiSr0MX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGomiSr0MX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGomiSr0MX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGomiSr0MX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGomiSr0MX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGomiSr0MX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGomiSr0MX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGomiSr0MX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGomiSr0MX .navbar {
    height: 70px;
  }
  .cid-uGomiSr0MX .navbar.opened {
    height: auto;
  }
  .cid-uGomiSr0MX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGomiSr0MX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGomiSr0MX .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uGomiSr0MX .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGomiSr0MX .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uGomiSr0MX .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGomiSr0MX .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGomiSr0MX .mbr-section-btn .btn,
.cid-uGomiSr0MX .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGomiSr0MX .mbr-section-subtitle {
  color: #000000;
}
.cid-uGomiSr0MX .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uGomiSr0MX .text_widget {
  color: #000000;
}
.cid-uGomiSr0MX .mbr-section-subtitle,
.cid-uGomiSr0MX .text_widget,
.cid-uGomiSr0MX .mbr-section-btn {
  text-align: center;
}
.cid-uGomiSr0MX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGomiTPQ8Q {
  position: relative;
}
.cid-uGomiTPQ8Q::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uGomiTPQ8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGomiTPQ8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/5-1920x1080.jpg");
}
.cid-uGomiTPQ8Q .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uGomiTPQ8Q .content-wrapper {
    margin-top: 0;
  }
}
.cid-uGomiTPQ8Q .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGomiTPQ8Q .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGomiTPQ8Q .mbr-section-title {
  color: #ffffff;
}
.cid-uGomiTPQ8Q .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGomiTPQ8Q .mbr-section-title,
.cid-uGomiTPQ8Q .mbr-section-btn {
  text-align: left;
}
.cid-uGomiUusYY {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGomiUusYY .item:focus,
.cid-uGomiUusYY span:focus {
  outline: none;
}
.cid-uGomiUusYY .item {
  cursor: pointer;
}
.cid-uGomiUusYY .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uGomiUusYY .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uGomiUusYY .grid-container-1,
.cid-uGomiUusYY .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uGomiUusYY .grid-container-1,
  .cid-uGomiUusYY .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uGomiUusYY .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGomiUusYY .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uGomiUusYY .content-head {
  max-width: 800px;
}
.cid-uGomiUusYY .container,
.cid-uGomiUusYY .container-fluid {
  overflow: hidden;
}
.cid-uGomiUusYY .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGomiUusYY .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGomiUusYY .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uGomiUusYY .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGomiUusYY .grid-container-1,
.cid-uGomiUusYY .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGomiUusYY .grid-container-1 {
  align-items: flex-end;
}
.cid-uGomiUusYY .grid-container-2 {
  align-items: flex-start;
}
.cid-uGomiVkfXg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGomiVkfXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGomiVkfXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGomiVkfXg .content-wrapper {
  justify-content: center;
}
.cid-uGomiVkfXg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGomiVkfXg .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGomiVkfXg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGomiVkfXg .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGomiVkfXg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGomiVkfXg .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uGomiVkfXg .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uGomiVkfXg .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGomiVkfXg .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uGomiVkfXg .mbr-figure:hover,
.cid-uGomiVkfXg .mbr-figure:focus {
  background-color: #282828;
  border: 2px solid #282828;
}
.cid-uGomiVkfXg .mbr-section-title {
  color: #ffffff;
}
.cid-uGomiVkfXg .mbr-text,
.cid-uGomiVkfXg .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGomiVkfXg .mbr-desc,
.cid-uGomiVkfXg .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGomiVkfXg .mbr-section-title,
.cid-uGomiVkfXg .mbr-section-btn {
  text-align: center;
}
.cid-uGomiVTrNb {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uGomiVTrNb .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uGomiVTrNb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uGomiVTrNb .container {
    padding: 0 22px;
  }
}
.cid-uGomiVTrNb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uGomiVTrNb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGomiVTrNb .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGomiVTrNb .embla__slide .slide-content {
    display: block;
  }
}
.cid-uGomiVTrNb .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGomiVTrNb .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGomiVTrNb .embla__button--next,
.cid-uGomiVTrNb .embla__button--prev {
  display: flex;
}
.cid-uGomiVTrNb .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uGomiVTrNb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGomiVTrNb .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uGomiVTrNb .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uGomiVTrNb .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uGomiVTrNb .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uGomiVTrNb .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uGomiVTrNb .embla {
  position: relative;
  width: 100%;
}
.cid-uGomiVTrNb .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGomiVTrNb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGomiVTrNb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGomiVTrNb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGomiVTrNb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGomiWMt19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGomiWMt19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGomiWMt19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGomiWMt19 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGomiWMt19 .container-fluid {
    padding: 0 25px;
  }
}
.cid-uGomiWMt19 .container-fluid .row {
  padding: 0;
}
.cid-uGomiWMt19 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGomiWMt19 .card {
    margin-bottom: 50px;
  }
}
.cid-uGomiWMt19 .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uGomiWMt19 .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uGomiWMt19 .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uGomiWMt19 .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uGomiWMt19 .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGomiWMt19 .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uGomiWMt19 .list li {
  margin-bottom: 10px;
}
.cid-uGomiWMt19 .list li:last-child {
  margin-bottom: 0;
}
.cid-uGomiWMt19 .list li:hover {
  color: #ffffff;
}
.cid-uGomiWMt19 .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGomiWMt19 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uGomiWMt19 .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGomiWMt19 .mbr-text,
.cid-uGomiWMt19 .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5Ub99j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5Ub99j.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5Ub99j.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5Ub99j.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5Ub99j .modal-content,
.cid-uHvw5Ub99j .modal-dialog {
  height: auto;
}
.cid-uHvw5Ub99j .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5Ub99j .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5Ub99j .form-wrapper .mbr-form .form-group,
  .cid-uHvw5Ub99j .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5Ub99j .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5Ub99j .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5Ub99j .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5Ub99j .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5Ub99j .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5Ub99j .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5Ub99j .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5Ub99j .modal-open {
  overflow: hidden;
}
.cid-uHvw5Ub99j .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5Ub99j .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5Ub99j .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5Ub99j .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5Ub99j .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5Ub99j .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5Ub99j .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5Ub99j .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5Ub99j .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5Ub99j .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5Ub99j .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5Ub99j .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5Ub99j .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5Ub99j .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5Ub99j .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5Ub99j .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5Ub99j .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5Ub99j .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5Ub99j .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5Ub99j .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5Ub99j .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5Ub99j .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5Ub99j .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5Ub99j .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5Ub99j .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5Ub99j .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5Ub99j .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5Ub99j .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5Ub99j .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5Ub99j .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5Ub99j .modal-lg,
  .cid-uHvw5Ub99j .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5Ub99j .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5Ub99j .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5Ub99j .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5Ub99j .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5Ub99j .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5Ub99j .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5Ub99j .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5Ub99j .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5Ub99j .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5Ub99j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5Ub99j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5Ub99j .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5Ub99j .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5Ub99j .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5Ub99j .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5Ub99j .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5Ub99j .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5Ub99j .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5Ub99j .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5Ub99j .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5Ub99j .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5Ub99j .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5Ub99j .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5Ub99j .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5Ub99j .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5Ub99j .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5Ub99j .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5Ub99j .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5Ub99j .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5Ub99j .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5Ub99j .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5Ub99j .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5Ub99j .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5Ub99j .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5Ub99j .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5Ub99j .mbr-title {
  color: #ffffff;
}
.cid-uHvw5Ub99j label {
  color: #ffffff;
}
.cid-uHCwQMd7XJ.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMd7XJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMd7XJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMd7XJ .modal-content,
.cid-uHCwQMd7XJ .modal-dialog {
  height: auto;
}
.cid-uHCwQMd7XJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMd7XJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMd7XJ .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMd7XJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMd7XJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMd7XJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMd7XJ .mbr-text {
  text-align: center;
}
.cid-uHCwQMd7XJ .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMd7XJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMd7XJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMd7XJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMd7XJ .modal-open {
  overflow: hidden;
}
.cid-uHCwQMd7XJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMd7XJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMd7XJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMd7XJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMd7XJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMd7XJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMd7XJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMd7XJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMd7XJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMd7XJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMd7XJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMd7XJ .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMd7XJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMd7XJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMd7XJ .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMd7XJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMd7XJ .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMd7XJ .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMd7XJ .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMd7XJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMd7XJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMd7XJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMd7XJ .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMd7XJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMd7XJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMd7XJ .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMd7XJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMd7XJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMd7XJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMd7XJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMd7XJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMd7XJ .modal-lg,
  .cid-uHCwQMd7XJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMd7XJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMd7XJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMd7XJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMd7XJ .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMd7XJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMd7XJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMd7XJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMd7XJ .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMd7XJ .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uGoBe9e3Pl {
  z-index: 1000;
  width: 100%;
}
.cid-uGoBe9e3Pl .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uGoBe9e3Pl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uGoBe9e3Pl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGoBe9e3Pl .menu_box .navbar.opened,
  .cid-uGoBe9e3Pl .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGoBe9e3Pl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGoBe9e3Pl .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGoBe9e3Pl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGoBe9e3Pl .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGoBe9e3Pl .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGoBe9e3Pl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGoBe9e3Pl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGoBe9e3Pl .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uGoBe9e3Pl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGoBe9e3Pl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGoBe9e3Pl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGoBe9e3Pl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGoBe9e3Pl .offcanvas-body .mbr-text,
  .cid-uGoBe9e3Pl .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGoBe9e3Pl .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGoBe9e3Pl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGoBe9e3Pl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGoBe9e3Pl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGoBe9e3Pl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGoBe9e3Pl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGoBe9e3Pl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGoBe9e3Pl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGoBe9e3Pl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGoBe9e3Pl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGoBe9e3Pl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGoBe9e3Pl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGoBe9e3Pl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGoBe9e3Pl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGoBe9e3Pl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGoBe9e3Pl .nav-item {
    margin: 0 !important;
  }
}
.cid-uGoBe9e3Pl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGoBe9e3Pl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGoBe9e3Pl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGoBe9e3Pl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGoBe9e3Pl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGoBe9e3Pl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGoBe9e3Pl .offcanvas_box {
    display: none;
  }
}
.cid-uGoBe9e3Pl .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uGoBe9e3Pl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGoBe9e3Pl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGoBe9e3Pl .container {
  display: flex;
  margin: auto;
}
.cid-uGoBe9e3Pl .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGoBe9e3Pl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGoBe9e3Pl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGoBe9e3Pl .navbar-caption {
  color: #ffffff;
}
.cid-uGoBe9e3Pl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGoBe9e3Pl .navbar-nav {
    margin: 0;
  }
}
.cid-uGoBe9e3Pl .dropdown-menu,
.cid-uGoBe9e3Pl .navbar.opened {
  background-color: true !important;
}
.cid-uGoBe9e3Pl .nav-item:focus,
.cid-uGoBe9e3Pl .nav-link:focus {
  outline: none;
}
.cid-uGoBe9e3Pl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGoBe9e3Pl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGoBe9e3Pl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGoBe9e3Pl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGoBe9e3Pl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGoBe9e3Pl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGoBe9e3Pl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGoBe9e3Pl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGoBe9e3Pl .navbar.opened {
  transition: all 0.3s;
}
.cid-uGoBe9e3Pl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGoBe9e3Pl .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGoBe9e3Pl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGoBe9e3Pl .navbar.collapsed {
  justify-content: center;
}
.cid-uGoBe9e3Pl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGoBe9e3Pl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGoBe9e3Pl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGoBe9e3Pl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGoBe9e3Pl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGoBe9e3Pl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGoBe9e3Pl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGoBe9e3Pl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGoBe9e3Pl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGoBe9e3Pl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGoBe9e3Pl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGoBe9e3Pl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGoBe9e3Pl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGoBe9e3Pl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGoBe9e3Pl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGoBe9e3Pl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGoBe9e3Pl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGoBe9e3Pl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGoBe9e3Pl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGoBe9e3Pl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGoBe9e3Pl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGoBe9e3Pl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGoBe9e3Pl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGoBe9e3Pl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGoBe9e3Pl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGoBe9e3Pl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGoBe9e3Pl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGoBe9e3Pl .dropdown-item.active,
.cid-uGoBe9e3Pl .dropdown-item:active {
  background-color: transparent;
}
.cid-uGoBe9e3Pl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGoBe9e3Pl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGoBe9e3Pl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGoBe9e3Pl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGoBe9e3Pl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGoBe9e3Pl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGoBe9e3Pl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uGoBe9e3Pl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGoBe9e3Pl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGoBe9e3Pl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGoBe9e3Pl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGoBe9e3Pl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGoBe9e3Pl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGoBe9e3Pl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGoBe9e3Pl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGoBe9e3Pl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGoBe9e3Pl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGoBe9e3Pl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGoBe9e3Pl .navbar {
    height: 70px;
  }
  .cid-uGoBe9e3Pl .navbar.opened {
    height: auto;
  }
  .cid-uGoBe9e3Pl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGoBe9e3Pl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGoBe9e3Pl .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uGoBe9e3Pl .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGoBe9e3Pl .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uGoBe9e3Pl .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGoBe9e3Pl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGoBe9e3Pl .mbr-section-btn .btn,
.cid-uGoBe9e3Pl .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGoBe9e3Pl .mbr-section-subtitle {
  color: #000000;
}
.cid-uGoBe9e3Pl .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uGoBe9e3Pl .text_widget {
  color: #000000;
}
.cid-uGoBe9e3Pl .mbr-section-subtitle,
.cid-uGoBe9e3Pl .text_widget,
.cid-uGoBe9e3Pl .mbr-section-btn {
  text-align: center;
}
.cid-uGoBe9e3Pl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGoBeaiolc {
  position: relative;
}
.cid-uGoBeaiolc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uGoBeaiolc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoBeaiolc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/divano-morfeo-scaled-1000x707.jpeg");
}
.cid-uGoBeaiolc .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uGoBeaiolc .content-wrapper {
    margin-top: 0;
  }
}
.cid-uGoBeaiolc .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGoBeaiolc .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGoBeaiolc .mbr-section-title {
  color: #ffffff;
}
.cid-uGoBeaiolc .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGoBeaiolc .mbr-section-title,
.cid-uGoBeaiolc .mbr-section-btn {
  text-align: left;
}
.cid-uGoBeaRu1r {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGoBeaRu1r .item:focus,
.cid-uGoBeaRu1r span:focus {
  outline: none;
}
.cid-uGoBeaRu1r .item {
  cursor: pointer;
}
.cid-uGoBeaRu1r .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uGoBeaRu1r .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uGoBeaRu1r .grid-container-1,
.cid-uGoBeaRu1r .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uGoBeaRu1r .grid-container-1,
  .cid-uGoBeaRu1r .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uGoBeaRu1r .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGoBeaRu1r .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uGoBeaRu1r .content-head {
  max-width: 800px;
}
.cid-uGoBeaRu1r .container,
.cid-uGoBeaRu1r .container-fluid {
  overflow: hidden;
}
.cid-uGoBeaRu1r .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGoBeaRu1r .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGoBeaRu1r .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uGoBeaRu1r .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGoBeaRu1r .grid-container-1,
.cid-uGoBeaRu1r .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGoBeaRu1r .grid-container-1 {
  align-items: flex-end;
}
.cid-uGoBeaRu1r .grid-container-2 {
  align-items: flex-start;
}
.cid-uGoBebraGa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGoBebraGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoBebraGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoBebraGa .content-wrapper {
  justify-content: center;
}
.cid-uGoBebraGa .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGoBebraGa .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGoBebraGa .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGoBebraGa .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGoBebraGa .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGoBebraGa .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uGoBebraGa .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uGoBebraGa .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGoBebraGa .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uGoBebraGa .mbr-figure:hover,
.cid-uGoBebraGa .mbr-figure:focus {
  background-color: #282828;
  border: 2px solid #282828;
}
.cid-uGoBebraGa .mbr-section-title {
  color: #ffffff;
}
.cid-uGoBebraGa .mbr-text,
.cid-uGoBebraGa .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGoBebraGa .mbr-desc,
.cid-uGoBebraGa .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGoBebraGa .mbr-section-title,
.cid-uGoBebraGa .mbr-section-btn {
  text-align: center;
}
.cid-uGoBec0nIB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uGoBec0nIB .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uGoBec0nIB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uGoBec0nIB .container {
    padding: 0 22px;
  }
}
.cid-uGoBec0nIB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uGoBec0nIB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGoBec0nIB .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGoBec0nIB .embla__slide .slide-content {
    display: block;
  }
}
.cid-uGoBec0nIB .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGoBec0nIB .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGoBec0nIB .embla__button--next,
.cid-uGoBec0nIB .embla__button--prev {
  display: flex;
}
.cid-uGoBec0nIB .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uGoBec0nIB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGoBec0nIB .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uGoBec0nIB .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uGoBec0nIB .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uGoBec0nIB .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uGoBec0nIB .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uGoBec0nIB .embla {
  position: relative;
  width: 100%;
}
.cid-uGoBec0nIB .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGoBec0nIB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGoBec0nIB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGoBec0nIB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGoBec0nIB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGoBed7XJi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGoBed7XJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoBed7XJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoBed7XJi .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGoBed7XJi .container-fluid {
    padding: 0 25px;
  }
}
.cid-uGoBed7XJi .container-fluid .row {
  padding: 0;
}
.cid-uGoBed7XJi .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGoBed7XJi .card {
    margin-bottom: 50px;
  }
}
.cid-uGoBed7XJi .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uGoBed7XJi .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uGoBed7XJi .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uGoBed7XJi .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uGoBed7XJi .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGoBed7XJi .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uGoBed7XJi .list li {
  margin-bottom: 10px;
}
.cid-uGoBed7XJi .list li:last-child {
  margin-bottom: 0;
}
.cid-uGoBed7XJi .list li:hover {
  color: #ffffff;
}
.cid-uGoBed7XJi .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGoBed7XJi .mbr-section-btn {
  margin-top: 18px;
}
.cid-uGoBed7XJi .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGoBed7XJi .mbr-text,
.cid-uGoBed7XJi .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5UbLwx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5UbLwx.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5UbLwx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5UbLwx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5UbLwx .modal-content,
.cid-uHvw5UbLwx .modal-dialog {
  height: auto;
}
.cid-uHvw5UbLwx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5UbLwx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5UbLwx .form-wrapper .mbr-form .form-group,
  .cid-uHvw5UbLwx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5UbLwx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5UbLwx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5UbLwx .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5UbLwx .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5UbLwx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5UbLwx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5UbLwx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5UbLwx .modal-open {
  overflow: hidden;
}
.cid-uHvw5UbLwx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5UbLwx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5UbLwx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5UbLwx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5UbLwx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5UbLwx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5UbLwx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5UbLwx .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5UbLwx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5UbLwx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5UbLwx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5UbLwx .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5UbLwx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5UbLwx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UbLwx .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5UbLwx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5UbLwx .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5UbLwx .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5UbLwx .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5UbLwx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5UbLwx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5UbLwx .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UbLwx .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5UbLwx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5UbLwx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UbLwx .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5UbLwx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5UbLwx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5UbLwx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5UbLwx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5UbLwx .modal-lg,
  .cid-uHvw5UbLwx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5UbLwx .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5UbLwx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5UbLwx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5UbLwx .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5UbLwx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5UbLwx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5UbLwx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5UbLwx .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5UbLwx .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5UbLwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5UbLwx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5UbLwx .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5UbLwx .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5UbLwx .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5UbLwx .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5UbLwx .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5UbLwx .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5UbLwx .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5UbLwx .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5UbLwx .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5UbLwx .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5UbLwx .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5UbLwx .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5UbLwx .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5UbLwx .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5UbLwx .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5UbLwx .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5UbLwx .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5UbLwx .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5UbLwx .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5UbLwx .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5UbLwx .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5UbLwx .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5UbLwx .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5UbLwx .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5UbLwx .mbr-title {
  color: #ffffff;
}
.cid-uHvw5UbLwx label {
  color: #ffffff;
}
.cid-uHCwQMd5kf.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMd5kf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMd5kf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMd5kf .modal-content,
.cid-uHCwQMd5kf .modal-dialog {
  height: auto;
}
.cid-uHCwQMd5kf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMd5kf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMd5kf .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMd5kf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMd5kf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMd5kf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMd5kf .mbr-text {
  text-align: center;
}
.cid-uHCwQMd5kf .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMd5kf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMd5kf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMd5kf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMd5kf .modal-open {
  overflow: hidden;
}
.cid-uHCwQMd5kf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMd5kf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMd5kf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMd5kf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMd5kf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMd5kf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMd5kf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMd5kf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMd5kf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMd5kf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMd5kf .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMd5kf .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMd5kf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMd5kf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMd5kf .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMd5kf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMd5kf .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMd5kf .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMd5kf .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMd5kf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMd5kf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMd5kf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMd5kf .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMd5kf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMd5kf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMd5kf .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMd5kf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMd5kf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMd5kf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMd5kf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMd5kf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMd5kf .modal-lg,
  .cid-uHCwQMd5kf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMd5kf .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMd5kf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMd5kf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMd5kf .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMd5kf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMd5kf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMd5kf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMd5kf .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMd5kf .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uGoJpXMn61 {
  z-index: 1000;
  width: 100%;
}
.cid-uGoJpXMn61 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uGoJpXMn61 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uGoJpXMn61 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGoJpXMn61 .menu_box .navbar.opened,
  .cid-uGoJpXMn61 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGoJpXMn61 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGoJpXMn61 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGoJpXMn61 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGoJpXMn61 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGoJpXMn61 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGoJpXMn61 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGoJpXMn61 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGoJpXMn61 .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uGoJpXMn61 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGoJpXMn61 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGoJpXMn61 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGoJpXMn61 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGoJpXMn61 .offcanvas-body .mbr-text,
  .cid-uGoJpXMn61 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGoJpXMn61 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGoJpXMn61 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGoJpXMn61 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGoJpXMn61 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGoJpXMn61 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGoJpXMn61 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGoJpXMn61 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGoJpXMn61 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGoJpXMn61 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGoJpXMn61 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGoJpXMn61 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGoJpXMn61 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGoJpXMn61 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGoJpXMn61 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGoJpXMn61 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGoJpXMn61 .nav-item {
    margin: 0 !important;
  }
}
.cid-uGoJpXMn61 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGoJpXMn61 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGoJpXMn61 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGoJpXMn61 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGoJpXMn61 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGoJpXMn61 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGoJpXMn61 .offcanvas_box {
    display: none;
  }
}
.cid-uGoJpXMn61 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uGoJpXMn61 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGoJpXMn61 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGoJpXMn61 .container {
  display: flex;
  margin: auto;
}
.cid-uGoJpXMn61 .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGoJpXMn61 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGoJpXMn61 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGoJpXMn61 .navbar-caption {
  color: #ffffff;
}
.cid-uGoJpXMn61 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGoJpXMn61 .navbar-nav {
    margin: 0;
  }
}
.cid-uGoJpXMn61 .dropdown-menu,
.cid-uGoJpXMn61 .navbar.opened {
  background-color: true !important;
}
.cid-uGoJpXMn61 .nav-item:focus,
.cid-uGoJpXMn61 .nav-link:focus {
  outline: none;
}
.cid-uGoJpXMn61 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGoJpXMn61 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGoJpXMn61 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGoJpXMn61 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGoJpXMn61 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGoJpXMn61 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGoJpXMn61 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGoJpXMn61 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGoJpXMn61 .navbar.opened {
  transition: all 0.3s;
}
.cid-uGoJpXMn61 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGoJpXMn61 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGoJpXMn61 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGoJpXMn61 .navbar.collapsed {
  justify-content: center;
}
.cid-uGoJpXMn61 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGoJpXMn61 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGoJpXMn61 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGoJpXMn61 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGoJpXMn61 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGoJpXMn61 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGoJpXMn61 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGoJpXMn61 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGoJpXMn61 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGoJpXMn61 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGoJpXMn61 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGoJpXMn61 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGoJpXMn61 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGoJpXMn61 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGoJpXMn61 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGoJpXMn61 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGoJpXMn61 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGoJpXMn61 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGoJpXMn61 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGoJpXMn61 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGoJpXMn61 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGoJpXMn61 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGoJpXMn61 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGoJpXMn61 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGoJpXMn61 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGoJpXMn61 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGoJpXMn61 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGoJpXMn61 .dropdown-item.active,
.cid-uGoJpXMn61 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGoJpXMn61 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGoJpXMn61 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGoJpXMn61 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGoJpXMn61 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGoJpXMn61 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGoJpXMn61 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGoJpXMn61 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uGoJpXMn61 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGoJpXMn61 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGoJpXMn61 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGoJpXMn61 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGoJpXMn61 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGoJpXMn61 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGoJpXMn61 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGoJpXMn61 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGoJpXMn61 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGoJpXMn61 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGoJpXMn61 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGoJpXMn61 .navbar {
    height: 70px;
  }
  .cid-uGoJpXMn61 .navbar.opened {
    height: auto;
  }
  .cid-uGoJpXMn61 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGoJpXMn61 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGoJpXMn61 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uGoJpXMn61 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGoJpXMn61 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uGoJpXMn61 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGoJpXMn61 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGoJpXMn61 .mbr-section-btn .btn,
.cid-uGoJpXMn61 .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGoJpXMn61 .mbr-section-subtitle {
  color: #000000;
}
.cid-uGoJpXMn61 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uGoJpXMn61 .text_widget {
  color: #000000;
}
.cid-uGoJpXMn61 .mbr-section-subtitle,
.cid-uGoJpXMn61 .text_widget,
.cid-uGoJpXMn61 .mbr-section-btn {
  text-align: center;
}
.cid-uGoJpXMn61 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGoJpYVJWw {
  position: relative;
}
.cid-uGoJpYVJWw::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uGoJpYVJWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoJpYVJWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/industrial-kitchens-3840x2160.jpg");
}
.cid-uGoJpYVJWw .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uGoJpYVJWw .content-wrapper {
    margin-top: 0;
  }
}
.cid-uGoJpYVJWw .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGoJpYVJWw .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGoJpYVJWw .mbr-section-title {
  color: #ffffff;
}
.cid-uGoJpYVJWw .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGoJpYVJWw .mbr-section-title,
.cid-uGoJpYVJWw .mbr-section-btn {
  text-align: left;
}
.cid-uGoJpZuDLL {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGoJpZuDLL .item:focus,
.cid-uGoJpZuDLL span:focus {
  outline: none;
}
.cid-uGoJpZuDLL .item {
  cursor: pointer;
}
.cid-uGoJpZuDLL .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uGoJpZuDLL .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uGoJpZuDLL .grid-container-1,
.cid-uGoJpZuDLL .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uGoJpZuDLL .grid-container-1,
  .cid-uGoJpZuDLL .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uGoJpZuDLL .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGoJpZuDLL .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uGoJpZuDLL .content-head {
  max-width: 800px;
}
.cid-uGoJpZuDLL .container,
.cid-uGoJpZuDLL .container-fluid {
  overflow: hidden;
}
.cid-uGoJpZuDLL .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGoJpZuDLL .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGoJpZuDLL .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uGoJpZuDLL .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGoJpZuDLL .grid-container-1,
.cid-uGoJpZuDLL .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGoJpZuDLL .grid-container-1 {
  align-items: flex-end;
}
.cid-uGoJpZuDLL .grid-container-2 {
  align-items: flex-start;
}
.cid-uGoJq0d2gm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGoJq0d2gm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoJq0d2gm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoJq0d2gm .content-wrapper {
  justify-content: center;
}
.cid-uGoJq0d2gm .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGoJq0d2gm .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGoJq0d2gm .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGoJq0d2gm .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGoJq0d2gm .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGoJq0d2gm .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uGoJq0d2gm .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uGoJq0d2gm .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGoJq0d2gm .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uGoJq0d2gm .mbr-figure:hover,
.cid-uGoJq0d2gm .mbr-figure:focus {
  background-color: #282828;
  border: 2px solid #282828;
}
.cid-uGoJq0d2gm .mbr-section-title {
  color: #ffffff;
}
.cid-uGoJq0d2gm .mbr-text,
.cid-uGoJq0d2gm .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGoJq0d2gm .mbr-desc,
.cid-uGoJq0d2gm .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGoJq0d2gm .mbr-section-title,
.cid-uGoJq0d2gm .mbr-section-btn {
  text-align: center;
}
.cid-uGoJq0SsG7 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uGoJq0SsG7 .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uGoJq0SsG7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uGoJq0SsG7 .container {
    padding: 0 22px;
  }
}
.cid-uGoJq0SsG7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uGoJq0SsG7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGoJq0SsG7 .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGoJq0SsG7 .embla__slide .slide-content {
    display: block;
  }
}
.cid-uGoJq0SsG7 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGoJq0SsG7 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGoJq0SsG7 .embla__button--next,
.cid-uGoJq0SsG7 .embla__button--prev {
  display: flex;
}
.cid-uGoJq0SsG7 .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uGoJq0SsG7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGoJq0SsG7 .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uGoJq0SsG7 .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uGoJq0SsG7 .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uGoJq0SsG7 .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uGoJq0SsG7 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uGoJq0SsG7 .embla {
  position: relative;
  width: 100%;
}
.cid-uGoJq0SsG7 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGoJq0SsG7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGoJq0SsG7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGoJq0SsG7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGoJq0SsG7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGoJq1Q9YB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGoJq1Q9YB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGoJq1Q9YB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGoJq1Q9YB .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGoJq1Q9YB .container-fluid {
    padding: 0 25px;
  }
}
.cid-uGoJq1Q9YB .container-fluid .row {
  padding: 0;
}
.cid-uGoJq1Q9YB .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGoJq1Q9YB .card {
    margin-bottom: 50px;
  }
}
.cid-uGoJq1Q9YB .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uGoJq1Q9YB .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uGoJq1Q9YB .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uGoJq1Q9YB .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uGoJq1Q9YB .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGoJq1Q9YB .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uGoJq1Q9YB .list li {
  margin-bottom: 10px;
}
.cid-uGoJq1Q9YB .list li:last-child {
  margin-bottom: 0;
}
.cid-uGoJq1Q9YB .list li:hover {
  color: #ffffff;
}
.cid-uGoJq1Q9YB .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGoJq1Q9YB .mbr-section-btn {
  margin-top: 18px;
}
.cid-uGoJq1Q9YB .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGoJq1Q9YB .mbr-text,
.cid-uGoJq1Q9YB .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5UclCX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5UclCX.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5UclCX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5UclCX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5UclCX .modal-content,
.cid-uHvw5UclCX .modal-dialog {
  height: auto;
}
.cid-uHvw5UclCX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5UclCX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5UclCX .form-wrapper .mbr-form .form-group,
  .cid-uHvw5UclCX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5UclCX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5UclCX .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5UclCX .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5UclCX .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5UclCX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5UclCX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5UclCX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5UclCX .modal-open {
  overflow: hidden;
}
.cid-uHvw5UclCX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5UclCX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5UclCX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5UclCX .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5UclCX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5UclCX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5UclCX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5UclCX .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5UclCX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5UclCX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5UclCX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5UclCX .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5UclCX .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5UclCX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UclCX .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5UclCX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5UclCX .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5UclCX .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5UclCX .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5UclCX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5UclCX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5UclCX .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UclCX .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5UclCX .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5UclCX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UclCX .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5UclCX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5UclCX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5UclCX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5UclCX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5UclCX .modal-lg,
  .cid-uHvw5UclCX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5UclCX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5UclCX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5UclCX .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5UclCX .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5UclCX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5UclCX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5UclCX .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5UclCX .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5UclCX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5UclCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5UclCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5UclCX .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5UclCX .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5UclCX .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5UclCX .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5UclCX .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5UclCX .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5UclCX .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5UclCX .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5UclCX .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5UclCX .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5UclCX .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5UclCX .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5UclCX .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5UclCX .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5UclCX .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5UclCX .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5UclCX .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5UclCX .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5UclCX .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5UclCX .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5UclCX .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5UclCX .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5UclCX .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5UclCX .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5UclCX .mbr-title {
  color: #ffffff;
}
.cid-uHvw5UclCX label {
  color: #ffffff;
}
.cid-uHCwQMdz3p.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMdz3p.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMdz3p.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMdz3p .modal-content,
.cid-uHCwQMdz3p .modal-dialog {
  height: auto;
}
.cid-uHCwQMdz3p .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMdz3p .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMdz3p .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMdz3p .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMdz3p .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMdz3p .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMdz3p .mbr-text {
  text-align: center;
}
.cid-uHCwQMdz3p .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMdz3p .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMdz3p .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMdz3p .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMdz3p .modal-open {
  overflow: hidden;
}
.cid-uHCwQMdz3p .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMdz3p .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMdz3p .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMdz3p .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMdz3p .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMdz3p .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMdz3p .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMdz3p .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMdz3p .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMdz3p .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMdz3p .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMdz3p .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMdz3p .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMdz3p .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMdz3p .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMdz3p .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMdz3p .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMdz3p .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMdz3p .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMdz3p .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMdz3p .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMdz3p .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMdz3p .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMdz3p .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMdz3p .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMdz3p .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMdz3p .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMdz3p .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMdz3p .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMdz3p .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMdz3p .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMdz3p .modal-lg,
  .cid-uHCwQMdz3p .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMdz3p .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMdz3p .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMdz3p .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMdz3p .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMdz3p .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMdz3p .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMdz3p .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMdz3p .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMdz3p .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uGpFVxC3LN {
  z-index: 1000;
  width: 100%;
}
.cid-uGpFVxC3LN .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uGpFVxC3LN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uGpFVxC3LN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGpFVxC3LN .menu_box .navbar.opened,
  .cid-uGpFVxC3LN .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGpFVxC3LN nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGpFVxC3LN .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGpFVxC3LN .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGpFVxC3LN .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGpFVxC3LN .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGpFVxC3LN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGpFVxC3LN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGpFVxC3LN .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uGpFVxC3LN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGpFVxC3LN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGpFVxC3LN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGpFVxC3LN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGpFVxC3LN .offcanvas-body .mbr-text,
  .cid-uGpFVxC3LN .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGpFVxC3LN .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGpFVxC3LN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGpFVxC3LN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGpFVxC3LN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGpFVxC3LN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGpFVxC3LN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGpFVxC3LN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGpFVxC3LN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGpFVxC3LN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGpFVxC3LN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGpFVxC3LN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGpFVxC3LN li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGpFVxC3LN .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGpFVxC3LN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGpFVxC3LN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGpFVxC3LN .nav-item {
    margin: 0 !important;
  }
}
.cid-uGpFVxC3LN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGpFVxC3LN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGpFVxC3LN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGpFVxC3LN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGpFVxC3LN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGpFVxC3LN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGpFVxC3LN .offcanvas_box {
    display: none;
  }
}
.cid-uGpFVxC3LN .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uGpFVxC3LN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGpFVxC3LN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGpFVxC3LN .container {
  display: flex;
  margin: auto;
}
.cid-uGpFVxC3LN .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGpFVxC3LN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGpFVxC3LN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGpFVxC3LN .navbar-caption {
  color: #ffffff;
}
.cid-uGpFVxC3LN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGpFVxC3LN .navbar-nav {
    margin: 0;
  }
}
.cid-uGpFVxC3LN .dropdown-menu,
.cid-uGpFVxC3LN .navbar.opened {
  background-color: true !important;
}
.cid-uGpFVxC3LN .nav-item:focus,
.cid-uGpFVxC3LN .nav-link:focus {
  outline: none;
}
.cid-uGpFVxC3LN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGpFVxC3LN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGpFVxC3LN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGpFVxC3LN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGpFVxC3LN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGpFVxC3LN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGpFVxC3LN .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGpFVxC3LN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGpFVxC3LN .navbar.opened {
  transition: all 0.3s;
}
.cid-uGpFVxC3LN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGpFVxC3LN .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGpFVxC3LN .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGpFVxC3LN .navbar.collapsed {
  justify-content: center;
}
.cid-uGpFVxC3LN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGpFVxC3LN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGpFVxC3LN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGpFVxC3LN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGpFVxC3LN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGpFVxC3LN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGpFVxC3LN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGpFVxC3LN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGpFVxC3LN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGpFVxC3LN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGpFVxC3LN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGpFVxC3LN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGpFVxC3LN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGpFVxC3LN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGpFVxC3LN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGpFVxC3LN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGpFVxC3LN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGpFVxC3LN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGpFVxC3LN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGpFVxC3LN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGpFVxC3LN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGpFVxC3LN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGpFVxC3LN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGpFVxC3LN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGpFVxC3LN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGpFVxC3LN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGpFVxC3LN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGpFVxC3LN .dropdown-item.active,
.cid-uGpFVxC3LN .dropdown-item:active {
  background-color: transparent;
}
.cid-uGpFVxC3LN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGpFVxC3LN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGpFVxC3LN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGpFVxC3LN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGpFVxC3LN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGpFVxC3LN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGpFVxC3LN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uGpFVxC3LN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGpFVxC3LN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGpFVxC3LN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpFVxC3LN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGpFVxC3LN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGpFVxC3LN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpFVxC3LN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGpFVxC3LN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGpFVxC3LN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGpFVxC3LN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGpFVxC3LN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGpFVxC3LN .navbar {
    height: 70px;
  }
  .cid-uGpFVxC3LN .navbar.opened {
    height: auto;
  }
  .cid-uGpFVxC3LN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGpFVxC3LN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGpFVxC3LN .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uGpFVxC3LN .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGpFVxC3LN .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uGpFVxC3LN .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGpFVxC3LN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGpFVxC3LN .mbr-section-btn .btn,
.cid-uGpFVxC3LN .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGpFVxC3LN .mbr-section-subtitle {
  color: #000000;
}
.cid-uGpFVxC3LN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uGpFVxC3LN .text_widget {
  color: #000000;
}
.cid-uGpFVxC3LN .mbr-section-subtitle,
.cid-uGpFVxC3LN .text_widget,
.cid-uGpFVxC3LN .mbr-section-btn {
  text-align: center;
}
.cid-uGpFVxC3LN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGpFVyvxSK {
  position: relative;
}
.cid-uGpFVyvxSK::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uGpFVyvxSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpFVyvxSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/box-wood-1-2021-1920x914.jpg");
}
.cid-uGpFVyvxSK .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uGpFVyvxSK .content-wrapper {
    margin-top: 0;
  }
}
.cid-uGpFVyvxSK .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGpFVyvxSK .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGpFVyvxSK .mbr-section-title {
  color: #ffffff;
}
.cid-uGpFVyvxSK .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGpFVyvxSK .mbr-section-title,
.cid-uGpFVyvxSK .mbr-section-btn {
  text-align: left;
}
.cid-uGpFVyXmkJ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGpFVyXmkJ .item:focus,
.cid-uGpFVyXmkJ span:focus {
  outline: none;
}
.cid-uGpFVyXmkJ .item {
  cursor: pointer;
}
.cid-uGpFVyXmkJ .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uGpFVyXmkJ .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uGpFVyXmkJ .grid-container-1,
.cid-uGpFVyXmkJ .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uGpFVyXmkJ .grid-container-1,
  .cid-uGpFVyXmkJ .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uGpFVyXmkJ .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGpFVyXmkJ .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uGpFVyXmkJ .content-head {
  max-width: 800px;
}
.cid-uGpFVyXmkJ .container,
.cid-uGpFVyXmkJ .container-fluid {
  overflow: hidden;
}
.cid-uGpFVyXmkJ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGpFVyXmkJ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGpFVyXmkJ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uGpFVyXmkJ .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGpFVyXmkJ .grid-container-1,
.cid-uGpFVyXmkJ .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGpFVyXmkJ .grid-container-1 {
  align-items: flex-end;
}
.cid-uGpFVyXmkJ .grid-container-2 {
  align-items: flex-start;
}
.cid-uGpFVzpfLv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGpFVzpfLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpFVzpfLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpFVzpfLv .content-wrapper {
  justify-content: center;
}
.cid-uGpFVzpfLv .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGpFVzpfLv .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGpFVzpfLv .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGpFVzpfLv .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGpFVzpfLv .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGpFVzpfLv .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uGpFVzpfLv .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uGpFVzpfLv .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGpFVzpfLv .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uGpFVzpfLv .mbr-figure:hover,
.cid-uGpFVzpfLv .mbr-figure:focus {
  background-color: #282828;
  border: 2px solid #282828;
}
.cid-uGpFVzpfLv .mbr-section-title {
  color: #ffffff;
}
.cid-uGpFVzpfLv .mbr-text,
.cid-uGpFVzpfLv .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGpFVzpfLv .mbr-desc,
.cid-uGpFVzpfLv .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGpFVzpfLv .mbr-section-title,
.cid-uGpFVzpfLv .mbr-section-btn {
  text-align: center;
}
.cid-uGpFVzPqHW {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uGpFVzPqHW .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uGpFVzPqHW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uGpFVzPqHW .container {
    padding: 0 22px;
  }
}
.cid-uGpFVzPqHW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uGpFVzPqHW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGpFVzPqHW .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGpFVzPqHW .embla__slide .slide-content {
    display: block;
  }
}
.cid-uGpFVzPqHW .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGpFVzPqHW .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGpFVzPqHW .embla__button--next,
.cid-uGpFVzPqHW .embla__button--prev {
  display: flex;
}
.cid-uGpFVzPqHW .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uGpFVzPqHW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGpFVzPqHW .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uGpFVzPqHW .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uGpFVzPqHW .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uGpFVzPqHW .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uGpFVzPqHW .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uGpFVzPqHW .embla {
  position: relative;
  width: 100%;
}
.cid-uGpFVzPqHW .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGpFVzPqHW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGpFVzPqHW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGpFVzPqHW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGpFVzPqHW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGpFVABKRs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGpFVABKRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGpFVABKRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGpFVABKRs .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGpFVABKRs .container-fluid {
    padding: 0 25px;
  }
}
.cid-uGpFVABKRs .container-fluid .row {
  padding: 0;
}
.cid-uGpFVABKRs .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGpFVABKRs .card {
    margin-bottom: 50px;
  }
}
.cid-uGpFVABKRs .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uGpFVABKRs .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uGpFVABKRs .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uGpFVABKRs .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uGpFVABKRs .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGpFVABKRs .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uGpFVABKRs .list li {
  margin-bottom: 10px;
}
.cid-uGpFVABKRs .list li:last-child {
  margin-bottom: 0;
}
.cid-uGpFVABKRs .list li:hover {
  color: #ffffff;
}
.cid-uGpFVABKRs .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGpFVABKRs .mbr-section-btn {
  margin-top: 18px;
}
.cid-uGpFVABKRs .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGpFVABKRs .mbr-text,
.cid-uGpFVABKRs .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5UcGls {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5UcGls.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5UcGls.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5UcGls.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5UcGls .modal-content,
.cid-uHvw5UcGls .modal-dialog {
  height: auto;
}
.cid-uHvw5UcGls .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5UcGls .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5UcGls .form-wrapper .mbr-form .form-group,
  .cid-uHvw5UcGls .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5UcGls .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5UcGls .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5UcGls .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5UcGls .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5UcGls .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5UcGls .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5UcGls .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5UcGls .modal-open {
  overflow: hidden;
}
.cid-uHvw5UcGls .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5UcGls .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5UcGls .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5UcGls .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5UcGls .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5UcGls .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5UcGls .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5UcGls .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5UcGls .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5UcGls .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5UcGls .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5UcGls .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5UcGls .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5UcGls .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UcGls .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5UcGls .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5UcGls .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5UcGls .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5UcGls .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5UcGls .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5UcGls .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5UcGls .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UcGls .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5UcGls .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5UcGls .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5UcGls .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5UcGls .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5UcGls .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5UcGls .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5UcGls .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5UcGls .modal-lg,
  .cid-uHvw5UcGls .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5UcGls .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5UcGls .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5UcGls .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5UcGls .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5UcGls .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5UcGls .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5UcGls .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5UcGls .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5UcGls .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5UcGls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5UcGls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5UcGls .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5UcGls .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5UcGls .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5UcGls .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5UcGls .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5UcGls .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5UcGls .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5UcGls .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5UcGls .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5UcGls .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5UcGls .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5UcGls .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5UcGls .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5UcGls .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5UcGls .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5UcGls .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5UcGls .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5UcGls .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5UcGls .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5UcGls .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5UcGls .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5UcGls .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5UcGls .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5UcGls .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5UcGls .mbr-title {
  color: #ffffff;
}
.cid-uHvw5UcGls label {
  color: #ffffff;
}
.cid-uHCwQMdcwJ.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMdcwJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMdcwJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMdcwJ .modal-content,
.cid-uHCwQMdcwJ .modal-dialog {
  height: auto;
}
.cid-uHCwQMdcwJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMdcwJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMdcwJ .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMdcwJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMdcwJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMdcwJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMdcwJ .mbr-text {
  text-align: center;
}
.cid-uHCwQMdcwJ .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMdcwJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMdcwJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMdcwJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMdcwJ .modal-open {
  overflow: hidden;
}
.cid-uHCwQMdcwJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMdcwJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMdcwJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMdcwJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMdcwJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMdcwJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMdcwJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMdcwJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMdcwJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMdcwJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMdcwJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMdcwJ .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMdcwJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMdcwJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMdcwJ .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMdcwJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMdcwJ .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMdcwJ .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMdcwJ .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMdcwJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMdcwJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMdcwJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMdcwJ .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMdcwJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMdcwJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMdcwJ .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMdcwJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMdcwJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMdcwJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMdcwJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMdcwJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMdcwJ .modal-lg,
  .cid-uHCwQMdcwJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMdcwJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMdcwJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMdcwJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMdcwJ .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMdcwJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMdcwJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMdcwJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMdcwJ .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMdcwJ .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uGGeckFlTJ {
  z-index: 1000;
  width: 100%;
}
.cid-uGGeckFlTJ .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uGGeckFlTJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uGGeckFlTJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGGeckFlTJ .menu_box .navbar.opened,
  .cid-uGGeckFlTJ .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGGeckFlTJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGGeckFlTJ .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGGeckFlTJ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGGeckFlTJ .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGGeckFlTJ .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGGeckFlTJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGGeckFlTJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGGeckFlTJ .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uGGeckFlTJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGGeckFlTJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGGeckFlTJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGGeckFlTJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGGeckFlTJ .offcanvas-body .mbr-text,
  .cid-uGGeckFlTJ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGGeckFlTJ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGGeckFlTJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGGeckFlTJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGGeckFlTJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGGeckFlTJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGGeckFlTJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGGeckFlTJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGGeckFlTJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGGeckFlTJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGGeckFlTJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGGeckFlTJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGGeckFlTJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGGeckFlTJ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGGeckFlTJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGGeckFlTJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGGeckFlTJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uGGeckFlTJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGGeckFlTJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGGeckFlTJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGGeckFlTJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGGeckFlTJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGGeckFlTJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGGeckFlTJ .offcanvas_box {
    display: none;
  }
}
.cid-uGGeckFlTJ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uGGeckFlTJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGGeckFlTJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGGeckFlTJ .container {
  display: flex;
  margin: auto;
}
.cid-uGGeckFlTJ .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGGeckFlTJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGGeckFlTJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGGeckFlTJ .navbar-caption {
  color: #ffffff;
}
.cid-uGGeckFlTJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGGeckFlTJ .navbar-nav {
    margin: 0;
  }
}
.cid-uGGeckFlTJ .dropdown-menu,
.cid-uGGeckFlTJ .navbar.opened {
  background-color: true !important;
}
.cid-uGGeckFlTJ .nav-item:focus,
.cid-uGGeckFlTJ .nav-link:focus {
  outline: none;
}
.cid-uGGeckFlTJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGGeckFlTJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGGeckFlTJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGGeckFlTJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGGeckFlTJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGGeckFlTJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGGeckFlTJ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGGeckFlTJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGGeckFlTJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uGGeckFlTJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGGeckFlTJ .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGGeckFlTJ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGGeckFlTJ .navbar.collapsed {
  justify-content: center;
}
.cid-uGGeckFlTJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGGeckFlTJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGGeckFlTJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGGeckFlTJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGGeckFlTJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGGeckFlTJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGGeckFlTJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGGeckFlTJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGGeckFlTJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGGeckFlTJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGGeckFlTJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGGeckFlTJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGGeckFlTJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGGeckFlTJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGGeckFlTJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGGeckFlTJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGGeckFlTJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGGeckFlTJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGGeckFlTJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGGeckFlTJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGGeckFlTJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGGeckFlTJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGGeckFlTJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGGeckFlTJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGGeckFlTJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGGeckFlTJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGGeckFlTJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGGeckFlTJ .dropdown-item.active,
.cid-uGGeckFlTJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uGGeckFlTJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGGeckFlTJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGGeckFlTJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGGeckFlTJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGGeckFlTJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGGeckFlTJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGGeckFlTJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uGGeckFlTJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGGeckFlTJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGGeckFlTJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGGeckFlTJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGGeckFlTJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGGeckFlTJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGGeckFlTJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGGeckFlTJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGGeckFlTJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGGeckFlTJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGGeckFlTJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGGeckFlTJ .navbar {
    height: 70px;
  }
  .cid-uGGeckFlTJ .navbar.opened {
    height: auto;
  }
  .cid-uGGeckFlTJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGGeckFlTJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGGeckFlTJ .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uGGeckFlTJ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGGeckFlTJ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uGGeckFlTJ .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGGeckFlTJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGGeckFlTJ .mbr-section-btn .btn,
.cid-uGGeckFlTJ .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGGeckFlTJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uGGeckFlTJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uGGeckFlTJ .text_widget {
  color: #000000;
}
.cid-uGGeckFlTJ .mbr-section-subtitle,
.cid-uGGeckFlTJ .text_widget,
.cid-uGGeckFlTJ .mbr-section-btn {
  text-align: center;
}
.cid-uGGeckFlTJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGGumm6tUs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGGumm6tUs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGumm6tUs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGumm6tUs .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-uGGumm6tUs .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uGGumm6tUs .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uGGumm6tUs .mbr-section-title {
  color: #e3ebf3;
}
.cid-uGGumm6tUs .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uGGumm6tUs .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uGGumm6tUs .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uGGumm6tUs .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/two-human-outlines-against-shuttered-office-window-sitting-opposite-each-other-negotiating-1200x800.jpg");
}
@media (max-width: 1399px) {
  .cid-uGGumm6tUs .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uGGumm6tUs .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uGGumm6tUs .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-uGGumm6tUs .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-uGGumm6tUs .card-title {
  position: relative;
  width: 100%;
  color: #ffffff;
}
.cid-uGGumm6tUs .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-uGGumm6tUs .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-uGGumm6tUs .card-subtitle,
.cid-uGGumm6tUs .mbr-section-btn {
  color: #ffffff;
}
.cid-uGGvWvziVj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGGvWvziVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGvWvziVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGvWvziVj .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-uGGvWvziVj .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uGGvWvziVj .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uGGvWvziVj .mbr-section-title {
  color: #e3ebf3;
}
.cid-uGGvWvziVj .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uGGvWvziVj .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uGGvWvziVj .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uGGvWvziVj .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/cropped-hands-architect-blueprinting-architectural-project-960x1438.jpeg");
}
@media (max-width: 1399px) {
  .cid-uGGvWvziVj .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uGGvWvziVj .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uGGvWvziVj .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-uGGvWvziVj .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-uGGvWvziVj .card-title {
  position: relative;
  width: 100%;
  color: #ffffff;
}
.cid-uGGvWvziVj .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-uGGvWvziVj .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-uGGvWvziVj .card-subtitle,
.cid-uGGvWvziVj .mbr-section-btn {
  color: #ffffff;
}
.cid-uGGwEIQX6w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGGwEIQX6w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGwEIQX6w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGwEIQX6w .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-uGGwEIQX6w .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uGGwEIQX6w .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uGGwEIQX6w .mbr-section-title {
  color: #e3ebf3;
}
.cid-uGGwEIQX6w .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uGGwEIQX6w .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uGGwEIQX6w .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uGGwEIQX6w .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/hand-touching-with-search-icon-search-engine-optimisation-seo-concept-find-information-by-internet-connection-1200x800.jpg");
}
@media (max-width: 1399px) {
  .cid-uGGwEIQX6w .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uGGwEIQX6w .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uGGwEIQX6w .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-uGGwEIQX6w .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-uGGwEIQX6w .card-title {
  position: relative;
  width: 100%;
  color: #ffffff;
}
.cid-uGGwEIQX6w .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-uGGwEIQX6w .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-uGGwEIQX6w .card-subtitle,
.cid-uGGwEIQX6w .mbr-section-btn {
  color: #ffffff;
}
.cid-uGGxeDpA74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGGxeDpA74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGxeDpA74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGxeDpA74 .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-uGGxeDpA74 .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uGGxeDpA74 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uGGxeDpA74 .mbr-section-title {
  color: #e3ebf3;
}
.cid-uGGxeDpA74 .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uGGxeDpA74 .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uGGxeDpA74 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uGGxeDpA74 .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/group-staff-worker-standing-checking-containers-box-from-cargo-ship-export-import-1200x800.jpg");
}
@media (max-width: 1399px) {
  .cid-uGGxeDpA74 .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uGGxeDpA74 .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uGGxeDpA74 .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-uGGxeDpA74 .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-uGGxeDpA74 .card-title {
  position: relative;
  width: 100%;
  color: #ffffff;
}
.cid-uGGxeDpA74 .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-uGGxeDpA74 .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-uGGxeDpA74 .card-subtitle,
.cid-uGGxeDpA74 .mbr-section-btn {
  color: #ffffff;
}
.cid-uGGxTgsrHV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGGxTgsrHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGxTgsrHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGxTgsrHV .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-uGGxTgsrHV .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uGGxTgsrHV .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uGGxTgsrHV .mbr-section-title {
  color: #e3ebf3;
}
.cid-uGGxTgsrHV .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uGGxTgsrHV .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uGGxTgsrHV .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uGGxTgsrHV .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/construction-photo-construction-site-engineering-team-outdoor-building-projects-planning-1200x904.jpg");
}
@media (max-width: 1399px) {
  .cid-uGGxTgsrHV .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uGGxTgsrHV .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uGGxTgsrHV .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-uGGxTgsrHV .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-uGGxTgsrHV .card-title {
  position: relative;
  width: 100%;
  color: #ffffff;
}
.cid-uGGxTgsrHV .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-uGGxTgsrHV .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-uGGxTgsrHV .card-subtitle,
.cid-uGGxTgsrHV .mbr-section-btn {
  color: #ffffff;
}
.cid-uGGeLk0BKc {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uGGeLk0BKc .item:focus,
.cid-uGGeLk0BKc span:focus {
  outline: none;
}
.cid-uGGeLk0BKc .item {
  cursor: pointer;
}
.cid-uGGeLk0BKc .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uGGeLk0BKc .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uGGeLk0BKc .grid-container-1,
.cid-uGGeLk0BKc .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uGGeLk0BKc .grid-container-1,
  .cid-uGGeLk0BKc .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uGGeLk0BKc .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGGeLk0BKc .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uGGeLk0BKc .content-head {
  max-width: 800px;
}
.cid-uGGeLk0BKc .container,
.cid-uGGeLk0BKc .container-fluid {
  overflow: hidden;
}
.cid-uGGeLk0BKc .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGGeLk0BKc .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGGeLk0BKc .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uGGeLk0BKc .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGGeLk0BKc .grid-container-1,
.cid-uGGeLk0BKc .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGGeLk0BKc .grid-container-1 {
  align-items: flex-end;
}
.cid-uGGeLk0BKc .grid-container-2 {
  align-items: flex-start;
}
.cid-uGGecmLsQZ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uGGecmLsQZ .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uGGecmLsQZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uGGecmLsQZ .container {
    padding: 0 22px;
  }
}
.cid-uGGecmLsQZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uGGecmLsQZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGGecmLsQZ .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGGecmLsQZ .embla__slide .slide-content {
    display: block;
  }
}
.cid-uGGecmLsQZ .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGGecmLsQZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGGecmLsQZ .embla__button--next,
.cid-uGGecmLsQZ .embla__button--prev {
  display: flex;
}
.cid-uGGecmLsQZ .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uGGecmLsQZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGGecmLsQZ .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uGGecmLsQZ .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uGGecmLsQZ .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uGGecmLsQZ .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uGGecmLsQZ .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uGGecmLsQZ .embla {
  position: relative;
  width: 100%;
}
.cid-uGGecmLsQZ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGGecmLsQZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGGecmLsQZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGGecmLsQZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGGecmLsQZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGGecnExnv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGGecnExnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGecnExnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGecnExnv .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGGecnExnv .container-fluid {
    padding: 0 25px;
  }
}
.cid-uGGecnExnv .container-fluid .row {
  padding: 0;
}
.cid-uGGecnExnv .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGGecnExnv .card {
    margin-bottom: 50px;
  }
}
.cid-uGGecnExnv .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uGGecnExnv .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uGGecnExnv .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uGGecnExnv .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uGGecnExnv .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGGecnExnv .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uGGecnExnv .list li {
  margin-bottom: 10px;
}
.cid-uGGecnExnv .list li:last-child {
  margin-bottom: 0;
}
.cid-uGGecnExnv .list li:hover {
  color: #ffffff;
}
.cid-uGGecnExnv .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGGecnExnv .mbr-section-btn {
  margin-top: 18px;
}
.cid-uGGecnExnv .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGGecnExnv .mbr-text,
.cid-uGGecnExnv .logo-wrapper {
  color: #ffffff;
}
.cid-uHvw5Uckrt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHvw5Uckrt.popup-builder {
  background-color: #ffffff;
}
.cid-uHvw5Uckrt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHvw5Uckrt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHvw5Uckrt .modal-content,
.cid-uHvw5Uckrt .modal-dialog {
  height: auto;
}
.cid-uHvw5Uckrt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHvw5Uckrt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHvw5Uckrt .form-wrapper .mbr-form .form-group,
  .cid-uHvw5Uckrt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHvw5Uckrt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHvw5Uckrt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHvw5Uckrt .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHvw5Uckrt .pt-0 {
  padding-top: 0 !important;
}
.cid-uHvw5Uckrt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHvw5Uckrt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHvw5Uckrt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHvw5Uckrt .modal-open {
  overflow: hidden;
}
.cid-uHvw5Uckrt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHvw5Uckrt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHvw5Uckrt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHvw5Uckrt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHvw5Uckrt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHvw5Uckrt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHvw5Uckrt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHvw5Uckrt .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHvw5Uckrt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHvw5Uckrt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHvw5Uckrt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHvw5Uckrt .modal-backdrop.show {
  opacity: .5;
}
.cid-uHvw5Uckrt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHvw5Uckrt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5Uckrt .modal-header {
    padding: 1rem;
  }
}
.cid-uHvw5Uckrt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHvw5Uckrt .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHvw5Uckrt .modal-header .close:hover {
  opacity: 1;
}
.cid-uHvw5Uckrt .modal-header .close:focus {
  outline: none;
}
.cid-uHvw5Uckrt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHvw5Uckrt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHvw5Uckrt .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5Uckrt .modal-body {
    padding: 0rem;
  }
}
.cid-uHvw5Uckrt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHvw5Uckrt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHvw5Uckrt .modal-footer {
    padding: 1rem;
  }
}
.cid-uHvw5Uckrt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHvw5Uckrt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHvw5Uckrt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHvw5Uckrt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHvw5Uckrt .modal-lg,
  .cid-uHvw5Uckrt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHvw5Uckrt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHvw5Uckrt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHvw5Uckrt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHvw5Uckrt .form-group {
  margin-bottom: 1rem;
}
.cid-uHvw5Uckrt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHvw5Uckrt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHvw5Uckrt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHvw5Uckrt .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHvw5Uckrt .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHvw5Uckrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvw5Uckrt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvw5Uckrt .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHvw5Uckrt .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHvw5Uckrt .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHvw5Uckrt .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHvw5Uckrt .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHvw5Uckrt .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHvw5Uckrt .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHvw5Uckrt .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHvw5Uckrt .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHvw5Uckrt .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHvw5Uckrt .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHvw5Uckrt .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvw5Uckrt .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHvw5Uckrt .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHvw5Uckrt .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHvw5Uckrt .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHvw5Uckrt .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHvw5Uckrt .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHvw5Uckrt .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHvw5Uckrt .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHvw5Uckrt .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHvw5Uckrt .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHvw5Uckrt .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHvw5Uckrt .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHvw5Uckrt .mbr-title {
  color: #ffffff;
}
.cid-uHvw5Uckrt label {
  color: #ffffff;
}
.cid-uHCwQMdw3j.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMdw3j.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMdw3j.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMdw3j .modal-content,
.cid-uHCwQMdw3j .modal-dialog {
  height: auto;
}
.cid-uHCwQMdw3j .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMdw3j .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMdw3j .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMdw3j .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMdw3j .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMdw3j .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMdw3j .mbr-text {
  text-align: center;
}
.cid-uHCwQMdw3j .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMdw3j .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMdw3j .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMdw3j .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMdw3j .modal-open {
  overflow: hidden;
}
.cid-uHCwQMdw3j .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMdw3j .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMdw3j .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMdw3j .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMdw3j .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMdw3j .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMdw3j .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMdw3j .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMdw3j .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMdw3j .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMdw3j .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMdw3j .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMdw3j .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMdw3j .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMdw3j .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMdw3j .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMdw3j .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMdw3j .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMdw3j .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMdw3j .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMdw3j .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMdw3j .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMdw3j .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMdw3j .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMdw3j .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMdw3j .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMdw3j .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMdw3j .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMdw3j .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMdw3j .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMdw3j .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMdw3j .modal-lg,
  .cid-uHCwQMdw3j .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMdw3j .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMdw3j .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMdw3j .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMdw3j .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMdw3j .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMdw3j .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMdw3j .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMdw3j .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMdw3j .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uGLgbMGWUS {
  z-index: 1000;
  width: 100%;
}
.cid-uGLgbMGWUS .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uGLgbMGWUS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uGLgbMGWUS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGLgbMGWUS .menu_box .navbar.opened,
  .cid-uGLgbMGWUS .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGLgbMGWUS nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGLgbMGWUS .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGLgbMGWUS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uGLgbMGWUS .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uGLgbMGWUS .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uGLgbMGWUS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGLgbMGWUS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGLgbMGWUS .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uGLgbMGWUS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGLgbMGWUS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGLgbMGWUS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGLgbMGWUS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGLgbMGWUS .offcanvas-body .mbr-text,
  .cid-uGLgbMGWUS .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uGLgbMGWUS .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uGLgbMGWUS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGLgbMGWUS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGLgbMGWUS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGLgbMGWUS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGLgbMGWUS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGLgbMGWUS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGLgbMGWUS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGLgbMGWUS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGLgbMGWUS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGLgbMGWUS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGLgbMGWUS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGLgbMGWUS .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGLgbMGWUS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGLgbMGWUS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGLgbMGWUS .nav-item {
    margin: 0 !important;
  }
}
.cid-uGLgbMGWUS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGLgbMGWUS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGLgbMGWUS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGLgbMGWUS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGLgbMGWUS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGLgbMGWUS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGLgbMGWUS .offcanvas_box {
    display: none;
  }
}
.cid-uGLgbMGWUS .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uGLgbMGWUS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGLgbMGWUS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGLgbMGWUS .container {
  display: flex;
  margin: auto;
}
.cid-uGLgbMGWUS .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGLgbMGWUS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGLgbMGWUS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGLgbMGWUS .navbar-caption {
  color: #ffffff;
}
.cid-uGLgbMGWUS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGLgbMGWUS .navbar-nav {
    margin: 0;
  }
}
.cid-uGLgbMGWUS .dropdown-menu,
.cid-uGLgbMGWUS .navbar.opened {
  background-color: true !important;
}
.cid-uGLgbMGWUS .nav-item:focus,
.cid-uGLgbMGWUS .nav-link:focus {
  outline: none;
}
.cid-uGLgbMGWUS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGLgbMGWUS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGLgbMGWUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGLgbMGWUS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGLgbMGWUS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGLgbMGWUS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGLgbMGWUS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGLgbMGWUS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGLgbMGWUS .navbar.opened {
  transition: all 0.3s;
}
.cid-uGLgbMGWUS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGLgbMGWUS .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uGLgbMGWUS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGLgbMGWUS .navbar.collapsed {
  justify-content: center;
}
.cid-uGLgbMGWUS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGLgbMGWUS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGLgbMGWUS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGLgbMGWUS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGLgbMGWUS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGLgbMGWUS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGLgbMGWUS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGLgbMGWUS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGLgbMGWUS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGLgbMGWUS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGLgbMGWUS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGLgbMGWUS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGLgbMGWUS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGLgbMGWUS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGLgbMGWUS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGLgbMGWUS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGLgbMGWUS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGLgbMGWUS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGLgbMGWUS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGLgbMGWUS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGLgbMGWUS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGLgbMGWUS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGLgbMGWUS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGLgbMGWUS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGLgbMGWUS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGLgbMGWUS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGLgbMGWUS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGLgbMGWUS .dropdown-item.active,
.cid-uGLgbMGWUS .dropdown-item:active {
  background-color: transparent;
}
.cid-uGLgbMGWUS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGLgbMGWUS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGLgbMGWUS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGLgbMGWUS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGLgbMGWUS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGLgbMGWUS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGLgbMGWUS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uGLgbMGWUS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGLgbMGWUS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGLgbMGWUS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGLgbMGWUS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGLgbMGWUS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGLgbMGWUS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGLgbMGWUS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGLgbMGWUS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGLgbMGWUS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGLgbMGWUS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGLgbMGWUS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGLgbMGWUS .navbar {
    height: 70px;
  }
  .cid-uGLgbMGWUS .navbar.opened {
    height: auto;
  }
  .cid-uGLgbMGWUS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGLgbMGWUS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGLgbMGWUS .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uGLgbMGWUS .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGLgbMGWUS .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uGLgbMGWUS .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGLgbMGWUS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGLgbMGWUS .mbr-section-btn .btn,
.cid-uGLgbMGWUS .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGLgbMGWUS .mbr-section-subtitle {
  color: #000000;
}
.cid-uGLgbMGWUS .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uGLgbMGWUS .text_widget {
  color: #000000;
}
.cid-uGLgbMGWUS .mbr-section-subtitle,
.cid-uGLgbMGWUS .text_widget,
.cid-uGLgbMGWUS .mbr-section-btn {
  text-align: center;
}
.cid-uGLgbMGWUS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGLgbOVZ31 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/marbles-colors-1351x901.png");
}
.cid-uGLgbOVZ31::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uGLgbOVZ31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLgbOVZ31 .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-uGLgbOVZ31 .container {
    padding: 0 22px;
  }
}
.cid-uGLgbOVZ31 .row {
  justify-content: center;
}
.cid-uGLgbOVZ31 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uGLgbOVZ31 .content-wrapper {
    padding: 0;
  }
}
.cid-uGLgbOVZ31 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGLgbOVZ31 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uGLgbOVZ31 .mbr-section-title {
  color: #ffffff;
}
.cid-uGLgbOVZ31 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uGLgbOVZ31 .mbr-section-title,
.cid-uGLgbOVZ31 .mbr-section-btn {
  text-align: center;
}
.cid-uGLierBZqN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uGLierBZqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLierBZqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLierBZqN .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGLierBZqN .container-fluid {
    padding: 0 25px;
  }
}
.cid-uGLierBZqN .container-fluid .row {
  padding: 0;
}
.cid-uGLierBZqN .row {
  justify-content: center;
}
.cid-uGLierBZqN .item {
  position: relative;
  margin-bottom: 25px;
}
.cid-uGLierBZqN .item .item-wrapper {
  position: relative;
}
.cid-uGLierBZqN .item .item-wrapper:hover .item-img .active-overlay {
  opacity: .6;
}
.cid-uGLierBZqN .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.cid-uGLierBZqN .item .item-wrapper .item-img img {
  height: 346px;
  object-fit: cover;
}
.cid-uGLierBZqN .item .item-wrapper .item-img .active-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(0deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-uGLierBZqN .item .item-wrapper .item-content .item-tags {
  margin-bottom: 5px;
}
.cid-uGLierBZqN .item .item-wrapper .item-content .item-tags .tags-wrapper {
  display: inline-flex;
}
.cid-uGLierBZqN .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag {
  margin-right: 5px;
  margin-bottom: 0;
  position: relative;
  font-size: 0.8em!important;
}
.cid-uGLierBZqN .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag:hover::before {
  width: 0;
}
.cid-uGLierBZqN .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uGLierBZqN .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  position: relative;
}
.cid-uGLierBZqN .item .item-wrapper .item-content .item-title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uGLierBZqN .item .item-wrapper .item-content .item-title:hover::before {
  opacity: .85;
}
.cid-uGLierBZqN .item-tag {
  color: #ffffff;
}
.cid-uGLierBZqN .item-title {
  color: #ffffff;
  padding-bottom: 5px;
}
.cid-uGLierBZqN .item-tag,
.cid-uGLierBZqN .item-tags {
  color: #a4a2a2;
}
.cid-uGLierBZqN .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-uGQeIzLD5K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGQeIzLD5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGQeIzLD5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGQeIzLD5K .items-wrap {
  justify-content: center;
}
.cid-uGQeIzLD5K .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uGQeIzLD5K .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uGQeIzLD5K .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uGQeIzLD5K .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uGQeIzLD5K .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uGQeIzLD5K .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGQeIzLD5K .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uGQeIzLD5K .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uGQeIzLD5K .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uGQeIzLD5K .item-desc {
  color: #ffffff;
}
.cid-uHRDgETo49 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uHRDgETo49 .item:focus,
.cid-uHRDgETo49 span:focus {
  outline: none;
}
.cid-uHRDgETo49 .item {
  cursor: pointer;
}
.cid-uHRDgETo49 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uHRDgETo49 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uHRDgETo49 .grid-container-1,
.cid-uHRDgETo49 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uHRDgETo49 .grid-container-1,
  .cid-uHRDgETo49 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uHRDgETo49 .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHRDgETo49 .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uHRDgETo49 .content-head {
  max-width: 800px;
}
.cid-uHRDgETo49 .container,
.cid-uHRDgETo49 .container-fluid {
  overflow: hidden;
}
.cid-uHRDgETo49 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uHRDgETo49 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHRDgETo49 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uHRDgETo49 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uHRDgETo49 .grid-container-1,
.cid-uHRDgETo49 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uHRDgETo49 .grid-container-1 {
  align-items: flex-end;
}
.cid-uHRDgETo49 .grid-container-2 {
  align-items: flex-start;
}
.cid-uGLgbTrBY6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGLgbTrBY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGLgbTrBY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGLgbTrBY6 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uGLgbTrBY6 .container-fluid {
    padding: 0 25px;
  }
}
.cid-uGLgbTrBY6 .container-fluid .row {
  padding: 0;
}
.cid-uGLgbTrBY6 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGLgbTrBY6 .card {
    margin-bottom: 50px;
  }
}
.cid-uGLgbTrBY6 .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uGLgbTrBY6 .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uGLgbTrBY6 .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uGLgbTrBY6 .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uGLgbTrBY6 .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGLgbTrBY6 .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uGLgbTrBY6 .list li {
  margin-bottom: 10px;
}
.cid-uGLgbTrBY6 .list li:last-child {
  margin-bottom: 0;
}
.cid-uGLgbTrBY6 .list li:hover {
  color: #ffffff;
}
.cid-uGLgbTrBY6 .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uGLgbTrBY6 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uGLgbTrBY6 .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uGLgbTrBY6 .mbr-text,
.cid-uGLgbTrBY6 .logo-wrapper {
  color: #ffffff;
}
.cid-uGQKnoTRM3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGQKnoTRM3.popup-builder {
  background-color: #ffffff;
}
.cid-uGQKnoTRM3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGQKnoTRM3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uGQKnoTRM3 .modal-content,
.cid-uGQKnoTRM3 .modal-dialog {
  height: auto;
}
.cid-uGQKnoTRM3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGQKnoTRM3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGQKnoTRM3 .form-wrapper .mbr-form .form-group,
  .cid-uGQKnoTRM3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGQKnoTRM3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGQKnoTRM3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGQKnoTRM3 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uGQKnoTRM3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uGQKnoTRM3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGQKnoTRM3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGQKnoTRM3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGQKnoTRM3 .modal-open {
  overflow: hidden;
}
.cid-uGQKnoTRM3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGQKnoTRM3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGQKnoTRM3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uGQKnoTRM3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGQKnoTRM3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGQKnoTRM3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGQKnoTRM3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGQKnoTRM3 .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uGQKnoTRM3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGQKnoTRM3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGQKnoTRM3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGQKnoTRM3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uGQKnoTRM3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uGQKnoTRM3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGQKnoTRM3 .modal-header {
    padding: 1rem;
  }
}
.cid-uGQKnoTRM3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uGQKnoTRM3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uGQKnoTRM3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uGQKnoTRM3 .modal-header .close:focus {
  outline: none;
}
.cid-uGQKnoTRM3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uGQKnoTRM3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGQKnoTRM3 .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uGQKnoTRM3 .modal-body {
    padding: 0rem;
  }
}
.cid-uGQKnoTRM3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGQKnoTRM3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGQKnoTRM3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uGQKnoTRM3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGQKnoTRM3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGQKnoTRM3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGQKnoTRM3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGQKnoTRM3 .modal-lg,
  .cid-uGQKnoTRM3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGQKnoTRM3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGQKnoTRM3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGQKnoTRM3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGQKnoTRM3 .form-group {
  margin-bottom: 1rem;
}
.cid-uGQKnoTRM3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGQKnoTRM3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGQKnoTRM3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGQKnoTRM3 .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uGQKnoTRM3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGQKnoTRM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGQKnoTRM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGQKnoTRM3 .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uGQKnoTRM3 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uGQKnoTRM3 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGQKnoTRM3 .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uGQKnoTRM3 .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uGQKnoTRM3 .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uGQKnoTRM3 .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uGQKnoTRM3 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGQKnoTRM3 .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uGQKnoTRM3 .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uGQKnoTRM3 .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uGQKnoTRM3 .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGQKnoTRM3 .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uGQKnoTRM3 .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uGQKnoTRM3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uGQKnoTRM3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uGQKnoTRM3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uGQKnoTRM3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uGQKnoTRM3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uGQKnoTRM3 .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uGQKnoTRM3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uGQKnoTRM3 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uGQKnoTRM3 .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uGQKnoTRM3 .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uGQKnoTRM3 .mbr-title {
  color: #ffffff;
}
.cid-uGQKnoTRM3 label {
  color: #ffffff;
}
.cid-uGRFBNItuj.popup-builder {
  background-color: #ffffff;
}
.cid-uGRFBNItuj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGRFBNItuj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGRFBNItuj .modal-content,
.cid-uGRFBNItuj .modal-dialog {
  height: auto;
}
.cid-uGRFBNItuj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGRFBNItuj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGRFBNItuj .form-wrapper .mbr-form .form-group,
  .cid-uGRFBNItuj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGRFBNItuj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGRFBNItuj .mbr-figure img {
  display: block;
  height: 346px;
  object-fit: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGRFBNItuj .mbr-text {
  text-align: center;
}
.cid-uGRFBNItuj .pt-0 {
  padding-top: 0 !important;
}
.cid-uGRFBNItuj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGRFBNItuj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGRFBNItuj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGRFBNItuj .modal-open {
  overflow: hidden;
}
.cid-uGRFBNItuj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGRFBNItuj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGRFBNItuj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGRFBNItuj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGRFBNItuj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGRFBNItuj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGRFBNItuj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGRFBNItuj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGRFBNItuj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGRFBNItuj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGRFBNItuj .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGRFBNItuj .modal-backdrop.show {
  opacity: .5;
}
.cid-uGRFBNItuj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uGRFBNItuj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGRFBNItuj .modal-header {
    padding: 1rem;
  }
}
.cid-uGRFBNItuj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGRFBNItuj .modal-header .close svg {
  fill: #353535;
}
.cid-uGRFBNItuj .modal-header .close:hover {
  opacity: 1;
}
.cid-uGRFBNItuj .modal-header .close:focus {
  outline: none;
}
.cid-uGRFBNItuj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uGRFBNItuj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGRFBNItuj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGRFBNItuj .modal-body {
    padding: 1rem;
  }
}
.cid-uGRFBNItuj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGRFBNItuj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGRFBNItuj .modal-footer {
    padding: 1rem;
  }
}
.cid-uGRFBNItuj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGRFBNItuj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGRFBNItuj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGRFBNItuj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGRFBNItuj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGRFBNItuj .modal-lg,
  .cid-uGRFBNItuj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGRFBNItuj .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGRFBNItuj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGRFBNItuj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGRFBNItuj .form-group {
  margin-bottom: 1rem;
}
.cid-uGRFBNItuj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGRFBNItuj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGRFBNItuj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGRFBNItuj .mbr-section-btn {
  margin: 0;
}
.cid-uGRFBNItuj .mbr-section-btn .btn {
  margin: 1;
}
.cid-uGRFBNItuj .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
.cid-uHCwQMeJSR.popup-builder {
  background-color: #ffffff;
}
.cid-uHCwQMeJSR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCwQMeJSR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCwQMeJSR .modal-content,
.cid-uHCwQMeJSR .modal-dialog {
  height: auto;
}
.cid-uHCwQMeJSR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCwQMeJSR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCwQMeJSR .form-wrapper .mbr-form .form-group,
  .cid-uHCwQMeJSR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCwQMeJSR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCwQMeJSR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCwQMeJSR .mbr-text {
  text-align: center;
}
.cid-uHCwQMeJSR .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCwQMeJSR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCwQMeJSR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMeJSR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCwQMeJSR .modal-open {
  overflow: hidden;
}
.cid-uHCwQMeJSR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCwQMeJSR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCwQMeJSR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCwQMeJSR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCwQMeJSR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCwQMeJSR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCwQMeJSR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCwQMeJSR .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCwQMeJSR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCwQMeJSR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCwQMeJSR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCwQMeJSR .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCwQMeJSR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCwQMeJSR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMeJSR .modal-header {
    padding: 1rem;
  }
}
.cid-uHCwQMeJSR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCwQMeJSR .modal-header .close svg {
  fill: #353535;
}
.cid-uHCwQMeJSR .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCwQMeJSR .modal-header .close:focus {
  outline: none;
}
.cid-uHCwQMeJSR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCwQMeJSR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCwQMeJSR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMeJSR .modal-body {
    padding: 1rem;
  }
}
.cid-uHCwQMeJSR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCwQMeJSR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCwQMeJSR .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCwQMeJSR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCwQMeJSR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCwQMeJSR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCwQMeJSR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCwQMeJSR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCwQMeJSR .modal-lg,
  .cid-uHCwQMeJSR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCwQMeJSR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCwQMeJSR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCwQMeJSR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCwQMeJSR .form-group {
  margin-bottom: 1rem;
}
.cid-uHCwQMeJSR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCwQMeJSR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCwQMeJSR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCwQMeJSR .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCwQMeJSR .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uHCYEbt8yT {
  z-index: 1000;
  width: 100%;
}
.cid-uHCYEbt8yT .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uHCYEbt8yT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uHCYEbt8yT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHCYEbt8yT .menu_box .navbar.opened,
  .cid-uHCYEbt8yT .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHCYEbt8yT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHCYEbt8yT .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHCYEbt8yT .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHCYEbt8yT .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHCYEbt8yT .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHCYEbt8yT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHCYEbt8yT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHCYEbt8yT .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uHCYEbt8yT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHCYEbt8yT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHCYEbt8yT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHCYEbt8yT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHCYEbt8yT .offcanvas-body .mbr-text,
  .cid-uHCYEbt8yT .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uHCYEbt8yT .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uHCYEbt8yT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHCYEbt8yT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHCYEbt8yT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHCYEbt8yT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHCYEbt8yT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHCYEbt8yT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHCYEbt8yT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHCYEbt8yT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHCYEbt8yT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHCYEbt8yT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHCYEbt8yT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHCYEbt8yT .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHCYEbt8yT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHCYEbt8yT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHCYEbt8yT .nav-item {
    margin: 0 !important;
  }
}
.cid-uHCYEbt8yT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHCYEbt8yT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHCYEbt8yT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHCYEbt8yT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHCYEbt8yT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHCYEbt8yT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHCYEbt8yT .offcanvas_box {
    display: none;
  }
}
.cid-uHCYEbt8yT .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uHCYEbt8yT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHCYEbt8yT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHCYEbt8yT .container {
  display: flex;
  margin: auto;
}
.cid-uHCYEbt8yT .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHCYEbt8yT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHCYEbt8yT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHCYEbt8yT .navbar-caption {
  color: #ffffff;
}
.cid-uHCYEbt8yT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHCYEbt8yT .navbar-nav {
    margin: 0;
  }
}
.cid-uHCYEbt8yT .dropdown-menu,
.cid-uHCYEbt8yT .navbar.opened {
  background-color: true !important;
}
.cid-uHCYEbt8yT .nav-item:focus,
.cid-uHCYEbt8yT .nav-link:focus {
  outline: none;
}
.cid-uHCYEbt8yT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHCYEbt8yT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHCYEbt8yT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHCYEbt8yT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHCYEbt8yT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHCYEbt8yT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHCYEbt8yT .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHCYEbt8yT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHCYEbt8yT .navbar.opened {
  transition: all 0.3s;
}
.cid-uHCYEbt8yT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHCYEbt8yT .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uHCYEbt8yT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHCYEbt8yT .navbar.collapsed {
  justify-content: center;
}
.cid-uHCYEbt8yT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHCYEbt8yT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHCYEbt8yT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHCYEbt8yT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHCYEbt8yT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHCYEbt8yT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHCYEbt8yT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHCYEbt8yT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHCYEbt8yT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHCYEbt8yT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHCYEbt8yT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHCYEbt8yT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHCYEbt8yT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHCYEbt8yT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHCYEbt8yT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHCYEbt8yT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHCYEbt8yT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHCYEbt8yT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHCYEbt8yT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHCYEbt8yT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHCYEbt8yT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHCYEbt8yT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHCYEbt8yT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHCYEbt8yT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHCYEbt8yT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHCYEbt8yT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHCYEbt8yT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHCYEbt8yT .dropdown-item.active,
.cid-uHCYEbt8yT .dropdown-item:active {
  background-color: transparent;
}
.cid-uHCYEbt8yT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHCYEbt8yT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHCYEbt8yT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHCYEbt8yT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHCYEbt8yT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHCYEbt8yT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHCYEbt8yT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uHCYEbt8yT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHCYEbt8yT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHCYEbt8yT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHCYEbt8yT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHCYEbt8yT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHCYEbt8yT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHCYEbt8yT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHCYEbt8yT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHCYEbt8yT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHCYEbt8yT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHCYEbt8yT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHCYEbt8yT .navbar {
    height: 70px;
  }
  .cid-uHCYEbt8yT .navbar.opened {
    height: auto;
  }
  .cid-uHCYEbt8yT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHCYEbt8yT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHCYEbt8yT .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uHCYEbt8yT .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHCYEbt8yT .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uHCYEbt8yT .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHCYEbt8yT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHCYEbt8yT .mbr-section-btn .btn,
.cid-uHCYEbt8yT .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uHCYEbt8yT .mbr-section-subtitle {
  color: #000000;
}
.cid-uHCYEbt8yT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHCYEbt8yT .text_widget {
  color: #000000;
}
.cid-uHCYEbt8yT .mbr-section-subtitle,
.cid-uHCYEbt8yT .text_widget,
.cid-uHCYEbt8yT .mbr-section-btn {
  text-align: center;
}
.cid-uHCYEbt8yT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHCYEclEWk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/interior-living-room-wall-mockup-with-1800x1012.png");
}
.cid-uHCYEclEWk::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHCYEclEWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCYEclEWk .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-uHCYEclEWk .container {
    padding: 0 22px;
  }
}
.cid-uHCYEclEWk .row {
  justify-content: center;
}
.cid-uHCYEclEWk .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uHCYEclEWk .content-wrapper {
    padding: 0;
  }
}
.cid-uHCYEclEWk .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHCYEclEWk .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uHCYEclEWk .mbr-section-title {
  color: #ffffff;
}
.cid-uHCYEclEWk .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uHCYEclEWk .mbr-section-title,
.cid-uHCYEclEWk .mbr-section-btn {
  text-align: center;
}
.cid-uHCYEcGkUd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHCYEcGkUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCYEcGkUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHCYEcGkUd .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHCYEcGkUd .container-fluid {
    padding: 0 25px;
  }
}
.cid-uHCYEcGkUd .container-fluid .row {
  padding: 0;
}
.cid-uHCYEcGkUd .row {
  justify-content: center;
}
.cid-uHCYEcGkUd .item {
  position: relative;
  margin-bottom: 25px;
}
.cid-uHCYEcGkUd .item .item-wrapper {
  position: relative;
}
.cid-uHCYEcGkUd .item .item-wrapper:hover .item-img .active-overlay {
  opacity: .6;
}
.cid-uHCYEcGkUd .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.cid-uHCYEcGkUd .item .item-wrapper .item-img img {
  height: 346px;
  object-fit: cover;
}
.cid-uHCYEcGkUd .item .item-wrapper .item-img .active-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(0deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-uHCYEcGkUd .item .item-wrapper .item-content .item-tags {
  margin-bottom: 5px;
}
.cid-uHCYEcGkUd .item .item-wrapper .item-content .item-tags .tags-wrapper {
  display: inline-flex;
}
.cid-uHCYEcGkUd .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag {
  margin-right: 5px;
  margin-bottom: 0;
  position: relative;
  font-size: 0.8em!important;
}
.cid-uHCYEcGkUd .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag:hover::before {
  width: 0;
}
.cid-uHCYEcGkUd .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uHCYEcGkUd .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  position: relative;
}
.cid-uHCYEcGkUd .item .item-wrapper .item-content .item-title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uHCYEcGkUd .item .item-wrapper .item-content .item-title:hover::before {
  opacity: .85;
}
.cid-uHCYEcGkUd .item-tag {
  color: #ffffff;
}
.cid-uHCYEcGkUd .item-title {
  color: #ffffff;
  padding-bottom: 5px;
}
.cid-uHCYEcGkUd .item-tag,
.cid-uHCYEcGkUd .item-tags {
  color: #a4a2a2;
}
.cid-uHCYEcGkUd .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-uHCYEcGkUd P {
  color: #ffffff;
  text-align: center;
}
.cid-uHCYEdGORF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uHCYEdGORF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uHCYEdGORF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHCYEdGORF .embla__slide .slide-content {
  width: 100%;
}
.cid-uHCYEdGORF .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uHCYEdGORF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHCYEdGORF .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHCYEdGORF .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uHCYEdGORF .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uHCYEdGORF .embla__button--next,
.cid-uHCYEdGORF .embla__button--prev {
  display: flex;
}
.cid-uHCYEdGORF .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !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-uHCYEdGORF .embla__button:hover {
  opacity: .7 !important;
}
.cid-uHCYEdGORF .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uHCYEdGORF .embla__button.embla__button--next {
  right: 0;
}
.cid-uHCYEdGORF .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uHCYEdGORF .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uHCYEdGORF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHCYEdGORF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHCYEdGORF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHCYEdGORF .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uHCYEdGORF .item-desc {
  color: #ffffff;
}
.cid-uHCYEesyk3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHCYEesyk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCYEesyk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHCYEesyk3 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHCYEesyk3 .container-fluid {
    padding: 0 25px;
  }
}
.cid-uHCYEesyk3 .container-fluid .row {
  padding: 0;
}
.cid-uHCYEesyk3 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHCYEesyk3 .card {
    margin-bottom: 50px;
  }
}
.cid-uHCYEesyk3 .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uHCYEesyk3 .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uHCYEesyk3 .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uHCYEesyk3 .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uHCYEesyk3 .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uHCYEesyk3 .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uHCYEesyk3 .list li {
  margin-bottom: 10px;
}
.cid-uHCYEesyk3 .list li:last-child {
  margin-bottom: 0;
}
.cid-uHCYEesyk3 .list li:hover {
  color: #ffffff;
}
.cid-uHCYEesyk3 .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uHCYEesyk3 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uHCYEesyk3 .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uHCYEesyk3 .mbr-text,
.cid-uHCYEesyk3 .logo-wrapper {
  color: #ffffff;
}
.cid-uHCYEeYXmv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHCYEeYXmv.popup-builder {
  background-color: #ffffff;
}
.cid-uHCYEeYXmv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCYEeYXmv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHCYEeYXmv .modal-content,
.cid-uHCYEeYXmv .modal-dialog {
  height: auto;
}
.cid-uHCYEeYXmv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCYEeYXmv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCYEeYXmv .form-wrapper .mbr-form .form-group,
  .cid-uHCYEeYXmv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCYEeYXmv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCYEeYXmv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCYEeYXmv .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHCYEeYXmv .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCYEeYXmv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCYEeYXmv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCYEeYXmv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCYEeYXmv .modal-open {
  overflow: hidden;
}
.cid-uHCYEeYXmv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCYEeYXmv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCYEeYXmv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHCYEeYXmv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCYEeYXmv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCYEeYXmv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCYEeYXmv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCYEeYXmv .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHCYEeYXmv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCYEeYXmv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCYEeYXmv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCYEeYXmv .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCYEeYXmv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCYEeYXmv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCYEeYXmv .modal-header {
    padding: 1rem;
  }
}
.cid-uHCYEeYXmv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHCYEeYXmv .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHCYEeYXmv .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCYEeYXmv .modal-header .close:focus {
  outline: none;
}
.cid-uHCYEeYXmv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCYEeYXmv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCYEeYXmv .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCYEeYXmv .modal-body {
    padding: 0rem;
  }
}
.cid-uHCYEeYXmv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCYEeYXmv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCYEeYXmv .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCYEeYXmv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCYEeYXmv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCYEeYXmv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCYEeYXmv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCYEeYXmv .modal-lg,
  .cid-uHCYEeYXmv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCYEeYXmv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCYEeYXmv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCYEeYXmv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCYEeYXmv .form-group {
  margin-bottom: 1rem;
}
.cid-uHCYEeYXmv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCYEeYXmv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCYEeYXmv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCYEeYXmv .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHCYEeYXmv .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHCYEeYXmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHCYEeYXmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHCYEeYXmv .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHCYEeYXmv .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHCYEeYXmv .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHCYEeYXmv .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHCYEeYXmv .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHCYEeYXmv .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHCYEeYXmv .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHCYEeYXmv .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHCYEeYXmv .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHCYEeYXmv .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHCYEeYXmv .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHCYEeYXmv .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHCYEeYXmv .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHCYEeYXmv .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHCYEeYXmv .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHCYEeYXmv .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHCYEeYXmv .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHCYEeYXmv .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHCYEeYXmv .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHCYEeYXmv .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHCYEeYXmv .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHCYEeYXmv .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHCYEeYXmv .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHCYEeYXmv .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHCYEeYXmv .mbr-title {
  color: #ffffff;
}
.cid-uHCYEeYXmv label {
  color: #ffffff;
}
.cid-uHCYEfLXxC.popup-builder {
  background-color: #ffffff;
}
.cid-uHCYEfLXxC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCYEfLXxC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCYEfLXxC .modal-content,
.cid-uHCYEfLXxC .modal-dialog {
  height: auto;
}
.cid-uHCYEfLXxC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCYEfLXxC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCYEfLXxC .form-wrapper .mbr-form .form-group,
  .cid-uHCYEfLXxC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCYEfLXxC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCYEfLXxC .mbr-figure img {
  display: block;
  height: 346px;
  object-fit: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCYEfLXxC .mbr-text {
  text-align: center;
}
.cid-uHCYEfLXxC .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCYEfLXxC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCYEfLXxC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCYEfLXxC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCYEfLXxC .modal-open {
  overflow: hidden;
}
.cid-uHCYEfLXxC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCYEfLXxC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCYEfLXxC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCYEfLXxC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCYEfLXxC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCYEfLXxC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCYEfLXxC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCYEfLXxC .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCYEfLXxC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCYEfLXxC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCYEfLXxC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCYEfLXxC .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCYEfLXxC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCYEfLXxC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCYEfLXxC .modal-header {
    padding: 1rem;
  }
}
.cid-uHCYEfLXxC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCYEfLXxC .modal-header .close svg {
  fill: #353535;
}
.cid-uHCYEfLXxC .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCYEfLXxC .modal-header .close:focus {
  outline: none;
}
.cid-uHCYEfLXxC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCYEfLXxC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCYEfLXxC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCYEfLXxC .modal-body {
    padding: 1rem;
  }
}
.cid-uHCYEfLXxC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCYEfLXxC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCYEfLXxC .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCYEfLXxC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCYEfLXxC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCYEfLXxC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCYEfLXxC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCYEfLXxC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCYEfLXxC .modal-lg,
  .cid-uHCYEfLXxC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCYEfLXxC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCYEfLXxC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCYEfLXxC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCYEfLXxC .form-group {
  margin-bottom: 1rem;
}
.cid-uHCYEfLXxC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCYEfLXxC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCYEfLXxC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCYEfLXxC .mbr-section-btn {
  margin: 0;
}
.cid-uHCYEfLXxC .mbr-section-btn .btn {
  margin: 1;
}
.cid-uHCYEfLXxC .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
.cid-uHCYEgy0vL.popup-builder {
  background-color: #ffffff;
}
.cid-uHCYEgy0vL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHCYEgy0vL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHCYEgy0vL .modal-content,
.cid-uHCYEgy0vL .modal-dialog {
  height: auto;
}
.cid-uHCYEgy0vL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHCYEgy0vL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHCYEgy0vL .form-wrapper .mbr-form .form-group,
  .cid-uHCYEgy0vL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHCYEgy0vL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHCYEgy0vL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHCYEgy0vL .mbr-text {
  text-align: center;
}
.cid-uHCYEgy0vL .pt-0 {
  padding-top: 0 !important;
}
.cid-uHCYEgy0vL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHCYEgy0vL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHCYEgy0vL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHCYEgy0vL .modal-open {
  overflow: hidden;
}
.cid-uHCYEgy0vL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHCYEgy0vL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHCYEgy0vL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHCYEgy0vL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHCYEgy0vL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHCYEgy0vL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHCYEgy0vL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHCYEgy0vL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHCYEgy0vL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHCYEgy0vL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHCYEgy0vL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHCYEgy0vL .modal-backdrop.show {
  opacity: .5;
}
.cid-uHCYEgy0vL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHCYEgy0vL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCYEgy0vL .modal-header {
    padding: 1rem;
  }
}
.cid-uHCYEgy0vL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHCYEgy0vL .modal-header .close svg {
  fill: #353535;
}
.cid-uHCYEgy0vL .modal-header .close:hover {
  opacity: 1;
}
.cid-uHCYEgy0vL .modal-header .close:focus {
  outline: none;
}
.cid-uHCYEgy0vL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHCYEgy0vL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHCYEgy0vL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCYEgy0vL .modal-body {
    padding: 1rem;
  }
}
.cid-uHCYEgy0vL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHCYEgy0vL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHCYEgy0vL .modal-footer {
    padding: 1rem;
  }
}
.cid-uHCYEgy0vL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHCYEgy0vL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHCYEgy0vL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHCYEgy0vL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHCYEgy0vL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHCYEgy0vL .modal-lg,
  .cid-uHCYEgy0vL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHCYEgy0vL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHCYEgy0vL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHCYEgy0vL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHCYEgy0vL .form-group {
  margin-bottom: 1rem;
}
.cid-uHCYEgy0vL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHCYEgy0vL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHCYEgy0vL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHCYEgy0vL .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHCYEgy0vL .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uHD0Mr99U8 {
  z-index: 1000;
  width: 100%;
}
.cid-uHD0Mr99U8 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uHD0Mr99U8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uHD0Mr99U8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHD0Mr99U8 .menu_box .navbar.opened,
  .cid-uHD0Mr99U8 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHD0Mr99U8 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHD0Mr99U8 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHD0Mr99U8 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHD0Mr99U8 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHD0Mr99U8 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHD0Mr99U8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHD0Mr99U8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHD0Mr99U8 .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uHD0Mr99U8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHD0Mr99U8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHD0Mr99U8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHD0Mr99U8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHD0Mr99U8 .offcanvas-body .mbr-text,
  .cid-uHD0Mr99U8 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uHD0Mr99U8 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uHD0Mr99U8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHD0Mr99U8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHD0Mr99U8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHD0Mr99U8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHD0Mr99U8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHD0Mr99U8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHD0Mr99U8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHD0Mr99U8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHD0Mr99U8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHD0Mr99U8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHD0Mr99U8 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHD0Mr99U8 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHD0Mr99U8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHD0Mr99U8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHD0Mr99U8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uHD0Mr99U8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHD0Mr99U8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHD0Mr99U8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHD0Mr99U8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHD0Mr99U8 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHD0Mr99U8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHD0Mr99U8 .offcanvas_box {
    display: none;
  }
}
.cid-uHD0Mr99U8 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uHD0Mr99U8 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHD0Mr99U8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHD0Mr99U8 .container {
  display: flex;
  margin: auto;
}
.cid-uHD0Mr99U8 .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHD0Mr99U8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHD0Mr99U8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHD0Mr99U8 .navbar-caption {
  color: #ffffff;
}
.cid-uHD0Mr99U8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHD0Mr99U8 .navbar-nav {
    margin: 0;
  }
}
.cid-uHD0Mr99U8 .dropdown-menu,
.cid-uHD0Mr99U8 .navbar.opened {
  background-color: true !important;
}
.cid-uHD0Mr99U8 .nav-item:focus,
.cid-uHD0Mr99U8 .nav-link:focus {
  outline: none;
}
.cid-uHD0Mr99U8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHD0Mr99U8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHD0Mr99U8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHD0Mr99U8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHD0Mr99U8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHD0Mr99U8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHD0Mr99U8 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHD0Mr99U8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHD0Mr99U8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHD0Mr99U8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHD0Mr99U8 .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uHD0Mr99U8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHD0Mr99U8 .navbar.collapsed {
  justify-content: center;
}
.cid-uHD0Mr99U8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHD0Mr99U8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHD0Mr99U8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHD0Mr99U8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHD0Mr99U8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHD0Mr99U8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHD0Mr99U8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHD0Mr99U8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHD0Mr99U8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHD0Mr99U8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHD0Mr99U8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHD0Mr99U8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHD0Mr99U8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHD0Mr99U8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHD0Mr99U8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHD0Mr99U8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHD0Mr99U8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHD0Mr99U8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHD0Mr99U8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHD0Mr99U8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHD0Mr99U8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHD0Mr99U8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHD0Mr99U8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHD0Mr99U8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHD0Mr99U8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHD0Mr99U8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHD0Mr99U8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHD0Mr99U8 .dropdown-item.active,
.cid-uHD0Mr99U8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHD0Mr99U8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHD0Mr99U8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHD0Mr99U8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHD0Mr99U8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHD0Mr99U8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHD0Mr99U8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHD0Mr99U8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uHD0Mr99U8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHD0Mr99U8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHD0Mr99U8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHD0Mr99U8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHD0Mr99U8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHD0Mr99U8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHD0Mr99U8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHD0Mr99U8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHD0Mr99U8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHD0Mr99U8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHD0Mr99U8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHD0Mr99U8 .navbar {
    height: 70px;
  }
  .cid-uHD0Mr99U8 .navbar.opened {
    height: auto;
  }
  .cid-uHD0Mr99U8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHD0Mr99U8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHD0Mr99U8 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uHD0Mr99U8 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHD0Mr99U8 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uHD0Mr99U8 .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHD0Mr99U8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHD0Mr99U8 .mbr-section-btn .btn,
.cid-uHD0Mr99U8 .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uHD0Mr99U8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uHD0Mr99U8 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHD0Mr99U8 .text_widget {
  color: #000000;
}
.cid-uHD0Mr99U8 .mbr-section-subtitle,
.cid-uHD0Mr99U8 .text_widget,
.cid-uHD0Mr99U8 .mbr-section-btn {
  text-align: center;
}
.cid-uHD0Mr99U8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHD0MrU8wc {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/marbles-white-1351x901.png");
}
.cid-uHD0MrU8wc::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHD0MrU8wc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHD0MrU8wc .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-uHD0MrU8wc .container {
    padding: 0 22px;
  }
}
.cid-uHD0MrU8wc .row {
  justify-content: center;
}
.cid-uHD0MrU8wc .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uHD0MrU8wc .content-wrapper {
    padding: 0;
  }
}
.cid-uHD0MrU8wc .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHD0MrU8wc .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uHD0MrU8wc .mbr-section-title {
  color: #ffffff;
}
.cid-uHD0MrU8wc .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uHD0MrU8wc .mbr-section-title,
.cid-uHD0MrU8wc .mbr-section-btn {
  text-align: center;
}
.cid-uHD0MshuD7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHD0MshuD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHD0MshuD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHD0MshuD7 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHD0MshuD7 .container-fluid {
    padding: 0 25px;
  }
}
.cid-uHD0MshuD7 .container-fluid .row {
  padding: 0;
}
.cid-uHD0MshuD7 .row {
  justify-content: center;
}
.cid-uHD0MshuD7 .item {
  position: relative;
  margin-bottom: 25px;
}
.cid-uHD0MshuD7 .item .item-wrapper {
  position: relative;
}
.cid-uHD0MshuD7 .item .item-wrapper:hover .item-img .active-overlay {
  opacity: .6;
}
.cid-uHD0MshuD7 .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.cid-uHD0MshuD7 .item .item-wrapper .item-img img {
  height: 346px;
  object-fit: cover;
}
.cid-uHD0MshuD7 .item .item-wrapper .item-img .active-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(0deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-uHD0MshuD7 .item .item-wrapper .item-content .item-tags {
  margin-bottom: 5px;
}
.cid-uHD0MshuD7 .item .item-wrapper .item-content .item-tags .tags-wrapper {
  display: inline-flex;
}
.cid-uHD0MshuD7 .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag {
  margin-right: 5px;
  margin-bottom: 0;
  position: relative;
  font-size: 0.8em!important;
}
.cid-uHD0MshuD7 .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag:hover::before {
  width: 0;
}
.cid-uHD0MshuD7 .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uHD0MshuD7 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  position: relative;
}
.cid-uHD0MshuD7 .item .item-wrapper .item-content .item-title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uHD0MshuD7 .item .item-wrapper .item-content .item-title:hover::before {
  opacity: .85;
}
.cid-uHD0MshuD7 .item-tag {
  color: #ffffff;
}
.cid-uHD0MshuD7 .item-title {
  color: #ffffff;
  padding-bottom: 5px;
}
.cid-uHD0MshuD7 .item-tag,
.cid-uHD0MshuD7 .item-tags {
  color: #a4a2a2;
}
.cid-uHD0MshuD7 .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-uHD0MsIpFA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHD0MsIpFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHD0MsIpFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHD0MsIpFA .items-wrap {
  justify-content: center;
}
.cid-uHD0MsIpFA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uHD0MsIpFA .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uHD0MsIpFA .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uHD0MsIpFA .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uHD0MsIpFA .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uHD0MsIpFA .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHD0MsIpFA .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHD0MsIpFA .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uHD0MsIpFA .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uHD0MsIpFA .item-desc {
  color: #ffffff;
}
.cid-uHRERcl4LB {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uHRERcl4LB .item:focus,
.cid-uHRERcl4LB span:focus {
  outline: none;
}
.cid-uHRERcl4LB .item {
  cursor: pointer;
}
.cid-uHRERcl4LB .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uHRERcl4LB .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uHRERcl4LB .grid-container-1,
.cid-uHRERcl4LB .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uHRERcl4LB .grid-container-1,
  .cid-uHRERcl4LB .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uHRERcl4LB .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHRERcl4LB .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uHRERcl4LB .content-head {
  max-width: 800px;
}
.cid-uHRERcl4LB .container,
.cid-uHRERcl4LB .container-fluid {
  overflow: hidden;
}
.cid-uHRERcl4LB .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uHRERcl4LB .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHRERcl4LB .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uHRERcl4LB .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uHRERcl4LB .grid-container-1,
.cid-uHRERcl4LB .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uHRERcl4LB .grid-container-1 {
  align-items: flex-end;
}
.cid-uHRERcl4LB .grid-container-2 {
  align-items: flex-start;
}
.cid-uHD0MtSVNl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHD0MtSVNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHD0MtSVNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHD0MtSVNl .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHD0MtSVNl .container-fluid {
    padding: 0 25px;
  }
}
.cid-uHD0MtSVNl .container-fluid .row {
  padding: 0;
}
.cid-uHD0MtSVNl .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHD0MtSVNl .card {
    margin-bottom: 50px;
  }
}
.cid-uHD0MtSVNl .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uHD0MtSVNl .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uHD0MtSVNl .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uHD0MtSVNl .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uHD0MtSVNl .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uHD0MtSVNl .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uHD0MtSVNl .list li {
  margin-bottom: 10px;
}
.cid-uHD0MtSVNl .list li:last-child {
  margin-bottom: 0;
}
.cid-uHD0MtSVNl .list li:hover {
  color: #ffffff;
}
.cid-uHD0MtSVNl .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uHD0MtSVNl .mbr-section-btn {
  margin-top: 18px;
}
.cid-uHD0MtSVNl .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uHD0MtSVNl .mbr-text,
.cid-uHD0MtSVNl .logo-wrapper {
  color: #ffffff;
}
.cid-uHD0Munco9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHD0Munco9.popup-builder {
  background-color: #ffffff;
}
.cid-uHD0Munco9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHD0Munco9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHD0Munco9 .modal-content,
.cid-uHD0Munco9 .modal-dialog {
  height: auto;
}
.cid-uHD0Munco9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHD0Munco9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHD0Munco9 .form-wrapper .mbr-form .form-group,
  .cid-uHD0Munco9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHD0Munco9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHD0Munco9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHD0Munco9 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHD0Munco9 .pt-0 {
  padding-top: 0 !important;
}
.cid-uHD0Munco9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHD0Munco9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHD0Munco9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHD0Munco9 .modal-open {
  overflow: hidden;
}
.cid-uHD0Munco9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHD0Munco9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHD0Munco9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHD0Munco9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHD0Munco9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHD0Munco9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHD0Munco9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHD0Munco9 .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHD0Munco9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHD0Munco9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHD0Munco9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHD0Munco9 .modal-backdrop.show {
  opacity: .5;
}
.cid-uHD0Munco9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHD0Munco9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHD0Munco9 .modal-header {
    padding: 1rem;
  }
}
.cid-uHD0Munco9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHD0Munco9 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHD0Munco9 .modal-header .close:hover {
  opacity: 1;
}
.cid-uHD0Munco9 .modal-header .close:focus {
  outline: none;
}
.cid-uHD0Munco9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHD0Munco9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHD0Munco9 .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHD0Munco9 .modal-body {
    padding: 0rem;
  }
}
.cid-uHD0Munco9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHD0Munco9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHD0Munco9 .modal-footer {
    padding: 1rem;
  }
}
.cid-uHD0Munco9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHD0Munco9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHD0Munco9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHD0Munco9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHD0Munco9 .modal-lg,
  .cid-uHD0Munco9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHD0Munco9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHD0Munco9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHD0Munco9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHD0Munco9 .form-group {
  margin-bottom: 1rem;
}
.cid-uHD0Munco9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHD0Munco9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHD0Munco9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHD0Munco9 .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHD0Munco9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHD0Munco9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHD0Munco9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHD0Munco9 .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHD0Munco9 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHD0Munco9 .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHD0Munco9 .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHD0Munco9 .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHD0Munco9 .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHD0Munco9 .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHD0Munco9 .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHD0Munco9 .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHD0Munco9 .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHD0Munco9 .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHD0Munco9 .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHD0Munco9 .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHD0Munco9 .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHD0Munco9 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHD0Munco9 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHD0Munco9 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHD0Munco9 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHD0Munco9 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHD0Munco9 .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHD0Munco9 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHD0Munco9 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHD0Munco9 .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHD0Munco9 .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHD0Munco9 .mbr-title {
  color: #ffffff;
}
.cid-uHD0Munco9 label {
  color: #ffffff;
}
.cid-uHD0MvaHHk.popup-builder {
  background-color: #ffffff;
}
.cid-uHD0MvaHHk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHD0MvaHHk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHD0MvaHHk .modal-content,
.cid-uHD0MvaHHk .modal-dialog {
  height: auto;
}
.cid-uHD0MvaHHk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHD0MvaHHk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHD0MvaHHk .form-wrapper .mbr-form .form-group,
  .cid-uHD0MvaHHk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHD0MvaHHk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHD0MvaHHk .mbr-figure img {
  display: block;
  height: 346px;
  object-fit: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHD0MvaHHk .mbr-text {
  text-align: center;
}
.cid-uHD0MvaHHk .pt-0 {
  padding-top: 0 !important;
}
.cid-uHD0MvaHHk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHD0MvaHHk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHD0MvaHHk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHD0MvaHHk .modal-open {
  overflow: hidden;
}
.cid-uHD0MvaHHk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHD0MvaHHk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHD0MvaHHk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHD0MvaHHk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHD0MvaHHk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHD0MvaHHk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHD0MvaHHk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHD0MvaHHk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHD0MvaHHk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHD0MvaHHk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHD0MvaHHk .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHD0MvaHHk .modal-backdrop.show {
  opacity: .5;
}
.cid-uHD0MvaHHk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHD0MvaHHk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHD0MvaHHk .modal-header {
    padding: 1rem;
  }
}
.cid-uHD0MvaHHk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHD0MvaHHk .modal-header .close svg {
  fill: #353535;
}
.cid-uHD0MvaHHk .modal-header .close:hover {
  opacity: 1;
}
.cid-uHD0MvaHHk .modal-header .close:focus {
  outline: none;
}
.cid-uHD0MvaHHk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHD0MvaHHk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHD0MvaHHk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHD0MvaHHk .modal-body {
    padding: 1rem;
  }
}
.cid-uHD0MvaHHk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHD0MvaHHk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHD0MvaHHk .modal-footer {
    padding: 1rem;
  }
}
.cid-uHD0MvaHHk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHD0MvaHHk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHD0MvaHHk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHD0MvaHHk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHD0MvaHHk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHD0MvaHHk .modal-lg,
  .cid-uHD0MvaHHk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHD0MvaHHk .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHD0MvaHHk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHD0MvaHHk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHD0MvaHHk .form-group {
  margin-bottom: 1rem;
}
.cid-uHD0MvaHHk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHD0MvaHHk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHD0MvaHHk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHD0MvaHHk .mbr-section-btn {
  margin: 0;
}
.cid-uHD0MvaHHk .mbr-section-btn .btn {
  margin: 1;
}
.cid-uHD0MvaHHk .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
.cid-uHD0MvOnOq.popup-builder {
  background-color: #ffffff;
}
.cid-uHD0MvOnOq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHD0MvOnOq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHD0MvOnOq .modal-content,
.cid-uHD0MvOnOq .modal-dialog {
  height: auto;
}
.cid-uHD0MvOnOq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHD0MvOnOq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHD0MvOnOq .form-wrapper .mbr-form .form-group,
  .cid-uHD0MvOnOq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHD0MvOnOq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHD0MvOnOq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHD0MvOnOq .mbr-text {
  text-align: center;
}
.cid-uHD0MvOnOq .pt-0 {
  padding-top: 0 !important;
}
.cid-uHD0MvOnOq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHD0MvOnOq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHD0MvOnOq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHD0MvOnOq .modal-open {
  overflow: hidden;
}
.cid-uHD0MvOnOq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHD0MvOnOq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHD0MvOnOq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHD0MvOnOq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHD0MvOnOq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHD0MvOnOq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHD0MvOnOq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHD0MvOnOq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHD0MvOnOq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHD0MvOnOq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHD0MvOnOq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHD0MvOnOq .modal-backdrop.show {
  opacity: .5;
}
.cid-uHD0MvOnOq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHD0MvOnOq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHD0MvOnOq .modal-header {
    padding: 1rem;
  }
}
.cid-uHD0MvOnOq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHD0MvOnOq .modal-header .close svg {
  fill: #353535;
}
.cid-uHD0MvOnOq .modal-header .close:hover {
  opacity: 1;
}
.cid-uHD0MvOnOq .modal-header .close:focus {
  outline: none;
}
.cid-uHD0MvOnOq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHD0MvOnOq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHD0MvOnOq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHD0MvOnOq .modal-body {
    padding: 1rem;
  }
}
.cid-uHD0MvOnOq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHD0MvOnOq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHD0MvOnOq .modal-footer {
    padding: 1rem;
  }
}
.cid-uHD0MvOnOq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHD0MvOnOq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHD0MvOnOq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHD0MvOnOq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHD0MvOnOq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHD0MvOnOq .modal-lg,
  .cid-uHD0MvOnOq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHD0MvOnOq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHD0MvOnOq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHD0MvOnOq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHD0MvOnOq .form-group {
  margin-bottom: 1rem;
}
.cid-uHD0MvOnOq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHD0MvOnOq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHD0MvOnOq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHD0MvOnOq .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHD0MvOnOq .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uHR8GIvtqE {
  z-index: 1000;
  width: 100%;
}
.cid-uHR8GIvtqE .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uHR8GIvtqE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uHR8GIvtqE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHR8GIvtqE .menu_box .navbar.opened,
  .cid-uHR8GIvtqE .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHR8GIvtqE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHR8GIvtqE .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHR8GIvtqE .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHR8GIvtqE .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHR8GIvtqE .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHR8GIvtqE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHR8GIvtqE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHR8GIvtqE .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uHR8GIvtqE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHR8GIvtqE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHR8GIvtqE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHR8GIvtqE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHR8GIvtqE .offcanvas-body .mbr-text,
  .cid-uHR8GIvtqE .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uHR8GIvtqE .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uHR8GIvtqE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHR8GIvtqE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHR8GIvtqE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHR8GIvtqE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHR8GIvtqE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHR8GIvtqE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHR8GIvtqE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHR8GIvtqE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHR8GIvtqE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHR8GIvtqE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHR8GIvtqE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHR8GIvtqE .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHR8GIvtqE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHR8GIvtqE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHR8GIvtqE .nav-item {
    margin: 0 !important;
  }
}
.cid-uHR8GIvtqE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHR8GIvtqE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHR8GIvtqE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHR8GIvtqE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHR8GIvtqE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHR8GIvtqE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHR8GIvtqE .offcanvas_box {
    display: none;
  }
}
.cid-uHR8GIvtqE .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uHR8GIvtqE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHR8GIvtqE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHR8GIvtqE .container {
  display: flex;
  margin: auto;
}
.cid-uHR8GIvtqE .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHR8GIvtqE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHR8GIvtqE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHR8GIvtqE .navbar-caption {
  color: #ffffff;
}
.cid-uHR8GIvtqE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHR8GIvtqE .navbar-nav {
    margin: 0;
  }
}
.cid-uHR8GIvtqE .dropdown-menu,
.cid-uHR8GIvtqE .navbar.opened {
  background-color: true !important;
}
.cid-uHR8GIvtqE .nav-item:focus,
.cid-uHR8GIvtqE .nav-link:focus {
  outline: none;
}
.cid-uHR8GIvtqE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHR8GIvtqE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHR8GIvtqE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHR8GIvtqE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHR8GIvtqE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHR8GIvtqE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHR8GIvtqE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHR8GIvtqE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHR8GIvtqE .navbar.opened {
  transition: all 0.3s;
}
.cid-uHR8GIvtqE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHR8GIvtqE .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uHR8GIvtqE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHR8GIvtqE .navbar.collapsed {
  justify-content: center;
}
.cid-uHR8GIvtqE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHR8GIvtqE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHR8GIvtqE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHR8GIvtqE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHR8GIvtqE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHR8GIvtqE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHR8GIvtqE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHR8GIvtqE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHR8GIvtqE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHR8GIvtqE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHR8GIvtqE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHR8GIvtqE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHR8GIvtqE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHR8GIvtqE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHR8GIvtqE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHR8GIvtqE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHR8GIvtqE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHR8GIvtqE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHR8GIvtqE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHR8GIvtqE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHR8GIvtqE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHR8GIvtqE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHR8GIvtqE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHR8GIvtqE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHR8GIvtqE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHR8GIvtqE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHR8GIvtqE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHR8GIvtqE .dropdown-item.active,
.cid-uHR8GIvtqE .dropdown-item:active {
  background-color: transparent;
}
.cid-uHR8GIvtqE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHR8GIvtqE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHR8GIvtqE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHR8GIvtqE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHR8GIvtqE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHR8GIvtqE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHR8GIvtqE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uHR8GIvtqE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHR8GIvtqE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHR8GIvtqE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHR8GIvtqE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHR8GIvtqE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHR8GIvtqE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHR8GIvtqE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHR8GIvtqE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHR8GIvtqE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHR8GIvtqE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHR8GIvtqE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHR8GIvtqE .navbar {
    height: 70px;
  }
  .cid-uHR8GIvtqE .navbar.opened {
    height: auto;
  }
  .cid-uHR8GIvtqE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHR8GIvtqE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHR8GIvtqE .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uHR8GIvtqE .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHR8GIvtqE .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uHR8GIvtqE .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHR8GIvtqE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHR8GIvtqE .mbr-section-btn .btn,
.cid-uHR8GIvtqE .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uHR8GIvtqE .mbr-section-subtitle {
  color: #000000;
}
.cid-uHR8GIvtqE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHR8GIvtqE .text_widget {
  color: #000000;
}
.cid-uHR8GIvtqE .mbr-section-subtitle,
.cid-uHR8GIvtqE .text_widget,
.cid-uHR8GIvtqE .mbr-section-btn {
  text-align: center;
}
.cid-uHR8GIvtqE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHR8GJdSwv {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/onyx-1351x901.png");
}
.cid-uHR8GJdSwv::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHR8GJdSwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHR8GJdSwv .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-uHR8GJdSwv .container {
    padding: 0 22px;
  }
}
.cid-uHR8GJdSwv .row {
  justify-content: center;
}
.cid-uHR8GJdSwv .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uHR8GJdSwv .content-wrapper {
    padding: 0;
  }
}
.cid-uHR8GJdSwv .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHR8GJdSwv .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uHR8GJdSwv .mbr-section-title {
  color: #ffffff;
}
.cid-uHR8GJdSwv .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uHR8GJdSwv .mbr-section-title,
.cid-uHR8GJdSwv .mbr-section-btn {
  text-align: center;
}
.cid-uHR8GJzCPQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHR8GJzCPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHR8GJzCPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHR8GJzCPQ .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHR8GJzCPQ .container-fluid {
    padding: 0 25px;
  }
}
.cid-uHR8GJzCPQ .container-fluid .row {
  padding: 0;
}
.cid-uHR8GJzCPQ .row {
  justify-content: center;
}
.cid-uHR8GJzCPQ .item {
  position: relative;
  margin-bottom: 25px;
}
.cid-uHR8GJzCPQ .item .item-wrapper {
  position: relative;
}
.cid-uHR8GJzCPQ .item .item-wrapper:hover .item-img .active-overlay {
  opacity: .6;
}
.cid-uHR8GJzCPQ .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.cid-uHR8GJzCPQ .item .item-wrapper .item-img img {
  height: 346px;
  object-fit: cover;
}
.cid-uHR8GJzCPQ .item .item-wrapper .item-img .active-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(0deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-uHR8GJzCPQ .item .item-wrapper .item-content .item-tags {
  margin-bottom: 5px;
}
.cid-uHR8GJzCPQ .item .item-wrapper .item-content .item-tags .tags-wrapper {
  display: inline-flex;
}
.cid-uHR8GJzCPQ .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag {
  margin-right: 5px;
  margin-bottom: 0;
  position: relative;
  font-size: 0.8em!important;
}
.cid-uHR8GJzCPQ .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag:hover::before {
  width: 0;
}
.cid-uHR8GJzCPQ .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uHR8GJzCPQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  position: relative;
}
.cid-uHR8GJzCPQ .item .item-wrapper .item-content .item-title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uHR8GJzCPQ .item .item-wrapper .item-content .item-title:hover::before {
  opacity: .85;
}
.cid-uHR8GJzCPQ .item-tag {
  color: #ffffff;
}
.cid-uHR8GJzCPQ .item-title {
  color: #ffffff;
  padding-bottom: 5px;
}
.cid-uHR8GJzCPQ .item-tag,
.cid-uHR8GJzCPQ .item-tags {
  color: #a4a2a2;
}
.cid-uHR8GJzCPQ .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-uHR8GK0VIc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHR8GK0VIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHR8GK0VIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHR8GK0VIc .items-wrap {
  justify-content: center;
}
.cid-uHR8GK0VIc .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uHR8GK0VIc .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uHR8GK0VIc .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uHR8GK0VIc .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uHR8GK0VIc .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uHR8GK0VIc .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHR8GK0VIc .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHR8GK0VIc .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uHR8GK0VIc .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uHR8GK0VIc .item-desc {
  color: #ffffff;
}
.cid-uHRFtaFb2n {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uHRFtaFb2n .item:focus,
.cid-uHRFtaFb2n span:focus {
  outline: none;
}
.cid-uHRFtaFb2n .item {
  cursor: pointer;
}
.cid-uHRFtaFb2n .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uHRFtaFb2n .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uHRFtaFb2n .grid-container-1,
.cid-uHRFtaFb2n .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uHRFtaFb2n .grid-container-1,
  .cid-uHRFtaFb2n .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uHRFtaFb2n .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHRFtaFb2n .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uHRFtaFb2n .content-head {
  max-width: 800px;
}
.cid-uHRFtaFb2n .container,
.cid-uHRFtaFb2n .container-fluid {
  overflow: hidden;
}
.cid-uHRFtaFb2n .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uHRFtaFb2n .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHRFtaFb2n .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uHRFtaFb2n .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uHRFtaFb2n .grid-container-1,
.cid-uHRFtaFb2n .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uHRFtaFb2n .grid-container-1 {
  align-items: flex-end;
}
.cid-uHRFtaFb2n .grid-container-2 {
  align-items: flex-start;
}
.cid-uHR8GKAEao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHR8GKAEao .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHR8GKAEao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHR8GKAEao .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHR8GKAEao .container-fluid {
    padding: 0 25px;
  }
}
.cid-uHR8GKAEao .container-fluid .row {
  padding: 0;
}
.cid-uHR8GKAEao .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHR8GKAEao .card {
    margin-bottom: 50px;
  }
}
.cid-uHR8GKAEao .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uHR8GKAEao .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uHR8GKAEao .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uHR8GKAEao .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uHR8GKAEao .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uHR8GKAEao .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uHR8GKAEao .list li {
  margin-bottom: 10px;
}
.cid-uHR8GKAEao .list li:last-child {
  margin-bottom: 0;
}
.cid-uHR8GKAEao .list li:hover {
  color: #ffffff;
}
.cid-uHR8GKAEao .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uHR8GKAEao .mbr-section-btn {
  margin-top: 18px;
}
.cid-uHR8GKAEao .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uHR8GKAEao .mbr-text,
.cid-uHR8GKAEao .logo-wrapper {
  color: #ffffff;
}
.cid-uHR8GL5Xaq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHR8GL5Xaq.popup-builder {
  background-color: #ffffff;
}
.cid-uHR8GL5Xaq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHR8GL5Xaq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHR8GL5Xaq .modal-content,
.cid-uHR8GL5Xaq .modal-dialog {
  height: auto;
}
.cid-uHR8GL5Xaq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHR8GL5Xaq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHR8GL5Xaq .form-wrapper .mbr-form .form-group,
  .cid-uHR8GL5Xaq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHR8GL5Xaq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHR8GL5Xaq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHR8GL5Xaq .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHR8GL5Xaq .pt-0 {
  padding-top: 0 !important;
}
.cid-uHR8GL5Xaq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHR8GL5Xaq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHR8GL5Xaq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHR8GL5Xaq .modal-open {
  overflow: hidden;
}
.cid-uHR8GL5Xaq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHR8GL5Xaq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHR8GL5Xaq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHR8GL5Xaq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHR8GL5Xaq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHR8GL5Xaq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHR8GL5Xaq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHR8GL5Xaq .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHR8GL5Xaq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHR8GL5Xaq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHR8GL5Xaq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHR8GL5Xaq .modal-backdrop.show {
  opacity: .5;
}
.cid-uHR8GL5Xaq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHR8GL5Xaq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR8GL5Xaq .modal-header {
    padding: 1rem;
  }
}
.cid-uHR8GL5Xaq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHR8GL5Xaq .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHR8GL5Xaq .modal-header .close:hover {
  opacity: 1;
}
.cid-uHR8GL5Xaq .modal-header .close:focus {
  outline: none;
}
.cid-uHR8GL5Xaq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHR8GL5Xaq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHR8GL5Xaq .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR8GL5Xaq .modal-body {
    padding: 0rem;
  }
}
.cid-uHR8GL5Xaq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHR8GL5Xaq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR8GL5Xaq .modal-footer {
    padding: 1rem;
  }
}
.cid-uHR8GL5Xaq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHR8GL5Xaq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHR8GL5Xaq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHR8GL5Xaq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHR8GL5Xaq .modal-lg,
  .cid-uHR8GL5Xaq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHR8GL5Xaq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHR8GL5Xaq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHR8GL5Xaq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHR8GL5Xaq .form-group {
  margin-bottom: 1rem;
}
.cid-uHR8GL5Xaq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHR8GL5Xaq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHR8GL5Xaq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHR8GL5Xaq .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHR8GL5Xaq .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHR8GL5Xaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHR8GL5Xaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHR8GL5Xaq .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHR8GL5Xaq .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHR8GL5Xaq .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHR8GL5Xaq .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHR8GL5Xaq .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHR8GL5Xaq .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHR8GL5Xaq .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHR8GL5Xaq .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHR8GL5Xaq .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHR8GL5Xaq .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHR8GL5Xaq .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHR8GL5Xaq .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHR8GL5Xaq .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHR8GL5Xaq .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHR8GL5Xaq .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHR8GL5Xaq .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHR8GL5Xaq .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHR8GL5Xaq .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHR8GL5Xaq .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHR8GL5Xaq .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHR8GL5Xaq .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHR8GL5Xaq .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHR8GL5Xaq .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHR8GL5Xaq .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHR8GL5Xaq .mbr-title {
  color: #ffffff;
}
.cid-uHR8GL5Xaq label {
  color: #ffffff;
}
.cid-uHR8GLN39W.popup-builder {
  background-color: #ffffff;
}
.cid-uHR8GLN39W.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHR8GLN39W.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHR8GLN39W .modal-content,
.cid-uHR8GLN39W .modal-dialog {
  height: auto;
}
.cid-uHR8GLN39W .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHR8GLN39W .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHR8GLN39W .form-wrapper .mbr-form .form-group,
  .cid-uHR8GLN39W .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHR8GLN39W .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHR8GLN39W .mbr-figure img {
  display: block;
  height: 346px;
  object-fit: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHR8GLN39W .mbr-text {
  text-align: center;
}
.cid-uHR8GLN39W .pt-0 {
  padding-top: 0 !important;
}
.cid-uHR8GLN39W .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHR8GLN39W .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHR8GLN39W .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHR8GLN39W .modal-open {
  overflow: hidden;
}
.cid-uHR8GLN39W .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHR8GLN39W .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHR8GLN39W .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHR8GLN39W .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHR8GLN39W .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHR8GLN39W .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHR8GLN39W .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHR8GLN39W .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHR8GLN39W .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHR8GLN39W .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHR8GLN39W .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHR8GLN39W .modal-backdrop.show {
  opacity: .5;
}
.cid-uHR8GLN39W .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHR8GLN39W .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR8GLN39W .modal-header {
    padding: 1rem;
  }
}
.cid-uHR8GLN39W .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHR8GLN39W .modal-header .close svg {
  fill: #353535;
}
.cid-uHR8GLN39W .modal-header .close:hover {
  opacity: 1;
}
.cid-uHR8GLN39W .modal-header .close:focus {
  outline: none;
}
.cid-uHR8GLN39W .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHR8GLN39W .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHR8GLN39W .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR8GLN39W .modal-body {
    padding: 1rem;
  }
}
.cid-uHR8GLN39W .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHR8GLN39W .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR8GLN39W .modal-footer {
    padding: 1rem;
  }
}
.cid-uHR8GLN39W .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHR8GLN39W .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHR8GLN39W .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHR8GLN39W .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHR8GLN39W .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHR8GLN39W .modal-lg,
  .cid-uHR8GLN39W .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHR8GLN39W .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHR8GLN39W .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHR8GLN39W .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHR8GLN39W .form-group {
  margin-bottom: 1rem;
}
.cid-uHR8GLN39W .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHR8GLN39W .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHR8GLN39W .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHR8GLN39W .mbr-section-btn {
  margin: 0;
}
.cid-uHR8GLN39W .mbr-section-btn .btn {
  margin: 1;
}
.cid-uHR8GLN39W .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
.cid-uHR8GMvWBe.popup-builder {
  background-color: #ffffff;
}
.cid-uHR8GMvWBe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHR8GMvWBe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHR8GMvWBe .modal-content,
.cid-uHR8GMvWBe .modal-dialog {
  height: auto;
}
.cid-uHR8GMvWBe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHR8GMvWBe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHR8GMvWBe .form-wrapper .mbr-form .form-group,
  .cid-uHR8GMvWBe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHR8GMvWBe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHR8GMvWBe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHR8GMvWBe .mbr-text {
  text-align: center;
}
.cid-uHR8GMvWBe .pt-0 {
  padding-top: 0 !important;
}
.cid-uHR8GMvWBe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHR8GMvWBe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHR8GMvWBe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHR8GMvWBe .modal-open {
  overflow: hidden;
}
.cid-uHR8GMvWBe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHR8GMvWBe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHR8GMvWBe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHR8GMvWBe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHR8GMvWBe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHR8GMvWBe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHR8GMvWBe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHR8GMvWBe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHR8GMvWBe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHR8GMvWBe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHR8GMvWBe .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHR8GMvWBe .modal-backdrop.show {
  opacity: .5;
}
.cid-uHR8GMvWBe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHR8GMvWBe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR8GMvWBe .modal-header {
    padding: 1rem;
  }
}
.cid-uHR8GMvWBe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHR8GMvWBe .modal-header .close svg {
  fill: #353535;
}
.cid-uHR8GMvWBe .modal-header .close:hover {
  opacity: 1;
}
.cid-uHR8GMvWBe .modal-header .close:focus {
  outline: none;
}
.cid-uHR8GMvWBe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHR8GMvWBe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHR8GMvWBe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR8GMvWBe .modal-body {
    padding: 1rem;
  }
}
.cid-uHR8GMvWBe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHR8GMvWBe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR8GMvWBe .modal-footer {
    padding: 1rem;
  }
}
.cid-uHR8GMvWBe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHR8GMvWBe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHR8GMvWBe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHR8GMvWBe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHR8GMvWBe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHR8GMvWBe .modal-lg,
  .cid-uHR8GMvWBe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHR8GMvWBe .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHR8GMvWBe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHR8GMvWBe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHR8GMvWBe .form-group {
  margin-bottom: 1rem;
}
.cid-uHR8GMvWBe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHR8GMvWBe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHR8GMvWBe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHR8GMvWBe .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHR8GMvWBe .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uHR9FgXjbf {
  z-index: 1000;
  width: 100%;
}
.cid-uHR9FgXjbf .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uHR9FgXjbf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uHR9FgXjbf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHR9FgXjbf .menu_box .navbar.opened,
  .cid-uHR9FgXjbf .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHR9FgXjbf nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHR9FgXjbf .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHR9FgXjbf .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHR9FgXjbf .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHR9FgXjbf .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHR9FgXjbf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHR9FgXjbf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHR9FgXjbf .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uHR9FgXjbf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHR9FgXjbf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHR9FgXjbf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHR9FgXjbf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHR9FgXjbf .offcanvas-body .mbr-text,
  .cid-uHR9FgXjbf .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uHR9FgXjbf .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uHR9FgXjbf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHR9FgXjbf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHR9FgXjbf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHR9FgXjbf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHR9FgXjbf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHR9FgXjbf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHR9FgXjbf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHR9FgXjbf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHR9FgXjbf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHR9FgXjbf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHR9FgXjbf li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHR9FgXjbf .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHR9FgXjbf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHR9FgXjbf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHR9FgXjbf .nav-item {
    margin: 0 !important;
  }
}
.cid-uHR9FgXjbf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHR9FgXjbf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHR9FgXjbf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHR9FgXjbf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHR9FgXjbf .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHR9FgXjbf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHR9FgXjbf .offcanvas_box {
    display: none;
  }
}
.cid-uHR9FgXjbf .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uHR9FgXjbf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHR9FgXjbf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHR9FgXjbf .container {
  display: flex;
  margin: auto;
}
.cid-uHR9FgXjbf .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHR9FgXjbf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHR9FgXjbf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHR9FgXjbf .navbar-caption {
  color: #ffffff;
}
.cid-uHR9FgXjbf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHR9FgXjbf .navbar-nav {
    margin: 0;
  }
}
.cid-uHR9FgXjbf .dropdown-menu,
.cid-uHR9FgXjbf .navbar.opened {
  background-color: true !important;
}
.cid-uHR9FgXjbf .nav-item:focus,
.cid-uHR9FgXjbf .nav-link:focus {
  outline: none;
}
.cid-uHR9FgXjbf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHR9FgXjbf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHR9FgXjbf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHR9FgXjbf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHR9FgXjbf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHR9FgXjbf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHR9FgXjbf .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHR9FgXjbf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHR9FgXjbf .navbar.opened {
  transition: all 0.3s;
}
.cid-uHR9FgXjbf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHR9FgXjbf .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uHR9FgXjbf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHR9FgXjbf .navbar.collapsed {
  justify-content: center;
}
.cid-uHR9FgXjbf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHR9FgXjbf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHR9FgXjbf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHR9FgXjbf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHR9FgXjbf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHR9FgXjbf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHR9FgXjbf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHR9FgXjbf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHR9FgXjbf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHR9FgXjbf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHR9FgXjbf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHR9FgXjbf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHR9FgXjbf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHR9FgXjbf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHR9FgXjbf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHR9FgXjbf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHR9FgXjbf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHR9FgXjbf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHR9FgXjbf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHR9FgXjbf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHR9FgXjbf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHR9FgXjbf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHR9FgXjbf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHR9FgXjbf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHR9FgXjbf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHR9FgXjbf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHR9FgXjbf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHR9FgXjbf .dropdown-item.active,
.cid-uHR9FgXjbf .dropdown-item:active {
  background-color: transparent;
}
.cid-uHR9FgXjbf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHR9FgXjbf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHR9FgXjbf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHR9FgXjbf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHR9FgXjbf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHR9FgXjbf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHR9FgXjbf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uHR9FgXjbf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHR9FgXjbf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHR9FgXjbf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHR9FgXjbf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHR9FgXjbf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHR9FgXjbf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHR9FgXjbf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHR9FgXjbf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHR9FgXjbf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHR9FgXjbf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHR9FgXjbf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHR9FgXjbf .navbar {
    height: 70px;
  }
  .cid-uHR9FgXjbf .navbar.opened {
    height: auto;
  }
  .cid-uHR9FgXjbf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHR9FgXjbf .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHR9FgXjbf .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uHR9FgXjbf .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHR9FgXjbf .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uHR9FgXjbf .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHR9FgXjbf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHR9FgXjbf .mbr-section-btn .btn,
.cid-uHR9FgXjbf .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uHR9FgXjbf .mbr-section-subtitle {
  color: #000000;
}
.cid-uHR9FgXjbf .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHR9FgXjbf .text_widget {
  color: #000000;
}
.cid-uHR9FgXjbf .mbr-section-subtitle,
.cid-uHR9FgXjbf .text_widget,
.cid-uHR9FgXjbf .mbr-section-btn {
  text-align: center;
}
.cid-uHR9FgXjbf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHR9FhKNxl {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/semi-presious-stone-1351x901.png");
}
.cid-uHR9FhKNxl::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHR9FhKNxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHR9FhKNxl .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-uHR9FhKNxl .container {
    padding: 0 22px;
  }
}
.cid-uHR9FhKNxl .row {
  justify-content: center;
}
.cid-uHR9FhKNxl .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uHR9FhKNxl .content-wrapper {
    padding: 0;
  }
}
.cid-uHR9FhKNxl .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHR9FhKNxl .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uHR9FhKNxl .mbr-section-title {
  color: #ffffff;
}
.cid-uHR9FhKNxl .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uHR9FhKNxl .mbr-section-title,
.cid-uHR9FhKNxl .mbr-section-btn {
  text-align: center;
}
.cid-uHR9Fi2h4m {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHR9Fi2h4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHR9Fi2h4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHR9Fi2h4m .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHR9Fi2h4m .container-fluid {
    padding: 0 25px;
  }
}
.cid-uHR9Fi2h4m .container-fluid .row {
  padding: 0;
}
.cid-uHR9Fi2h4m .row {
  justify-content: center;
}
.cid-uHR9Fi2h4m .item {
  position: relative;
  margin-bottom: 25px;
}
.cid-uHR9Fi2h4m .item .item-wrapper {
  position: relative;
}
.cid-uHR9Fi2h4m .item .item-wrapper:hover .item-img .active-overlay {
  opacity: .6;
}
.cid-uHR9Fi2h4m .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.cid-uHR9Fi2h4m .item .item-wrapper .item-img img {
  height: 346px;
  object-fit: cover;
}
.cid-uHR9Fi2h4m .item .item-wrapper .item-img .active-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(0deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-uHR9Fi2h4m .item .item-wrapper .item-content .item-tags {
  margin-bottom: 5px;
}
.cid-uHR9Fi2h4m .item .item-wrapper .item-content .item-tags .tags-wrapper {
  display: inline-flex;
}
.cid-uHR9Fi2h4m .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag {
  margin-right: 5px;
  margin-bottom: 0;
  position: relative;
  font-size: 0.8em!important;
}
.cid-uHR9Fi2h4m .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag:hover::before {
  width: 0;
}
.cid-uHR9Fi2h4m .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uHR9Fi2h4m .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  position: relative;
}
.cid-uHR9Fi2h4m .item .item-wrapper .item-content .item-title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uHR9Fi2h4m .item .item-wrapper .item-content .item-title:hover::before {
  opacity: .85;
}
.cid-uHR9Fi2h4m .item-tag {
  color: #ffffff;
}
.cid-uHR9Fi2h4m .item-title {
  color: #ffffff;
  padding-bottom: 5px;
}
.cid-uHR9Fi2h4m .item-tag,
.cid-uHR9Fi2h4m .item-tags {
  color: #a4a2a2;
}
.cid-uHR9Fi2h4m .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-uHR9FioWAp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHR9FioWAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHR9FioWAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHR9FioWAp .items-wrap {
  justify-content: center;
}
.cid-uHR9FioWAp .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uHR9FioWAp .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uHR9FioWAp .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uHR9FioWAp .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uHR9FioWAp .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uHR9FioWAp .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHR9FioWAp .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHR9FioWAp .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uHR9FioWAp .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uHR9FioWAp .item-desc {
  color: #ffffff;
}
.cid-uHRFY44ixD {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uHRFY44ixD .item:focus,
.cid-uHRFY44ixD span:focus {
  outline: none;
}
.cid-uHRFY44ixD .item {
  cursor: pointer;
}
.cid-uHRFY44ixD .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uHRFY44ixD .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uHRFY44ixD .grid-container-1,
.cid-uHRFY44ixD .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uHRFY44ixD .grid-container-1,
  .cid-uHRFY44ixD .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uHRFY44ixD .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHRFY44ixD .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uHRFY44ixD .content-head {
  max-width: 800px;
}
.cid-uHRFY44ixD .container,
.cid-uHRFY44ixD .container-fluid {
  overflow: hidden;
}
.cid-uHRFY44ixD .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uHRFY44ixD .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHRFY44ixD .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uHRFY44ixD .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uHRFY44ixD .grid-container-1,
.cid-uHRFY44ixD .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uHRFY44ixD .grid-container-1 {
  align-items: flex-end;
}
.cid-uHRFY44ixD .grid-container-2 {
  align-items: flex-start;
}
.cid-uHR9FiNKZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHR9FiNKZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHR9FiNKZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHR9FiNKZ3 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHR9FiNKZ3 .container-fluid {
    padding: 0 25px;
  }
}
.cid-uHR9FiNKZ3 .container-fluid .row {
  padding: 0;
}
.cid-uHR9FiNKZ3 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHR9FiNKZ3 .card {
    margin-bottom: 50px;
  }
}
.cid-uHR9FiNKZ3 .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uHR9FiNKZ3 .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uHR9FiNKZ3 .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uHR9FiNKZ3 .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uHR9FiNKZ3 .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uHR9FiNKZ3 .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uHR9FiNKZ3 .list li {
  margin-bottom: 10px;
}
.cid-uHR9FiNKZ3 .list li:last-child {
  margin-bottom: 0;
}
.cid-uHR9FiNKZ3 .list li:hover {
  color: #ffffff;
}
.cid-uHR9FiNKZ3 .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uHR9FiNKZ3 .mbr-section-btn {
  margin-top: 18px;
}
.cid-uHR9FiNKZ3 .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uHR9FiNKZ3 .mbr-text,
.cid-uHR9FiNKZ3 .logo-wrapper {
  color: #ffffff;
}
.cid-uHR9FjfIZY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHR9FjfIZY.popup-builder {
  background-color: #ffffff;
}
.cid-uHR9FjfIZY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHR9FjfIZY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHR9FjfIZY .modal-content,
.cid-uHR9FjfIZY .modal-dialog {
  height: auto;
}
.cid-uHR9FjfIZY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHR9FjfIZY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHR9FjfIZY .form-wrapper .mbr-form .form-group,
  .cid-uHR9FjfIZY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHR9FjfIZY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHR9FjfIZY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHR9FjfIZY .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHR9FjfIZY .pt-0 {
  padding-top: 0 !important;
}
.cid-uHR9FjfIZY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHR9FjfIZY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHR9FjfIZY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHR9FjfIZY .modal-open {
  overflow: hidden;
}
.cid-uHR9FjfIZY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHR9FjfIZY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHR9FjfIZY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHR9FjfIZY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHR9FjfIZY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHR9FjfIZY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHR9FjfIZY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHR9FjfIZY .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHR9FjfIZY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHR9FjfIZY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHR9FjfIZY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHR9FjfIZY .modal-backdrop.show {
  opacity: .5;
}
.cid-uHR9FjfIZY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHR9FjfIZY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR9FjfIZY .modal-header {
    padding: 1rem;
  }
}
.cid-uHR9FjfIZY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHR9FjfIZY .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHR9FjfIZY .modal-header .close:hover {
  opacity: 1;
}
.cid-uHR9FjfIZY .modal-header .close:focus {
  outline: none;
}
.cid-uHR9FjfIZY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHR9FjfIZY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHR9FjfIZY .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR9FjfIZY .modal-body {
    padding: 0rem;
  }
}
.cid-uHR9FjfIZY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHR9FjfIZY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR9FjfIZY .modal-footer {
    padding: 1rem;
  }
}
.cid-uHR9FjfIZY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHR9FjfIZY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHR9FjfIZY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHR9FjfIZY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHR9FjfIZY .modal-lg,
  .cid-uHR9FjfIZY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHR9FjfIZY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHR9FjfIZY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHR9FjfIZY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHR9FjfIZY .form-group {
  margin-bottom: 1rem;
}
.cid-uHR9FjfIZY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHR9FjfIZY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHR9FjfIZY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHR9FjfIZY .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHR9FjfIZY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHR9FjfIZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHR9FjfIZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHR9FjfIZY .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHR9FjfIZY .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHR9FjfIZY .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHR9FjfIZY .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHR9FjfIZY .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHR9FjfIZY .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHR9FjfIZY .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHR9FjfIZY .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHR9FjfIZY .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHR9FjfIZY .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHR9FjfIZY .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHR9FjfIZY .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHR9FjfIZY .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHR9FjfIZY .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHR9FjfIZY .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHR9FjfIZY .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHR9FjfIZY .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHR9FjfIZY .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHR9FjfIZY .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHR9FjfIZY .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHR9FjfIZY .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHR9FjfIZY .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHR9FjfIZY .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHR9FjfIZY .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHR9FjfIZY .mbr-title {
  color: #ffffff;
}
.cid-uHR9FjfIZY label {
  color: #ffffff;
}
.cid-uHR9Fk2mdF.popup-builder {
  background-color: #ffffff;
}
.cid-uHR9Fk2mdF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHR9Fk2mdF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHR9Fk2mdF .modal-content,
.cid-uHR9Fk2mdF .modal-dialog {
  height: auto;
}
.cid-uHR9Fk2mdF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHR9Fk2mdF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHR9Fk2mdF .form-wrapper .mbr-form .form-group,
  .cid-uHR9Fk2mdF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHR9Fk2mdF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHR9Fk2mdF .mbr-figure img {
  display: block;
  height: 346px;
  object-fit: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHR9Fk2mdF .mbr-text {
  text-align: center;
}
.cid-uHR9Fk2mdF .pt-0 {
  padding-top: 0 !important;
}
.cid-uHR9Fk2mdF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHR9Fk2mdF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHR9Fk2mdF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHR9Fk2mdF .modal-open {
  overflow: hidden;
}
.cid-uHR9Fk2mdF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHR9Fk2mdF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHR9Fk2mdF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHR9Fk2mdF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHR9Fk2mdF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHR9Fk2mdF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHR9Fk2mdF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHR9Fk2mdF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHR9Fk2mdF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHR9Fk2mdF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHR9Fk2mdF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHR9Fk2mdF .modal-backdrop.show {
  opacity: .5;
}
.cid-uHR9Fk2mdF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHR9Fk2mdF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR9Fk2mdF .modal-header {
    padding: 1rem;
  }
}
.cid-uHR9Fk2mdF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHR9Fk2mdF .modal-header .close svg {
  fill: #353535;
}
.cid-uHR9Fk2mdF .modal-header .close:hover {
  opacity: 1;
}
.cid-uHR9Fk2mdF .modal-header .close:focus {
  outline: none;
}
.cid-uHR9Fk2mdF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHR9Fk2mdF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHR9Fk2mdF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR9Fk2mdF .modal-body {
    padding: 1rem;
  }
}
.cid-uHR9Fk2mdF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHR9Fk2mdF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR9Fk2mdF .modal-footer {
    padding: 1rem;
  }
}
.cid-uHR9Fk2mdF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHR9Fk2mdF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHR9Fk2mdF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHR9Fk2mdF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHR9Fk2mdF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHR9Fk2mdF .modal-lg,
  .cid-uHR9Fk2mdF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHR9Fk2mdF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHR9Fk2mdF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHR9Fk2mdF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHR9Fk2mdF .form-group {
  margin-bottom: 1rem;
}
.cid-uHR9Fk2mdF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHR9Fk2mdF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHR9Fk2mdF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHR9Fk2mdF .mbr-section-btn {
  margin: 0;
}
.cid-uHR9Fk2mdF .mbr-section-btn .btn {
  margin: 1;
}
.cid-uHR9Fk2mdF .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
.cid-uHR9Fl0kLp.popup-builder {
  background-color: #ffffff;
}
.cid-uHR9Fl0kLp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHR9Fl0kLp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHR9Fl0kLp .modal-content,
.cid-uHR9Fl0kLp .modal-dialog {
  height: auto;
}
.cid-uHR9Fl0kLp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHR9Fl0kLp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHR9Fl0kLp .form-wrapper .mbr-form .form-group,
  .cid-uHR9Fl0kLp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHR9Fl0kLp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHR9Fl0kLp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHR9Fl0kLp .mbr-text {
  text-align: center;
}
.cid-uHR9Fl0kLp .pt-0 {
  padding-top: 0 !important;
}
.cid-uHR9Fl0kLp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHR9Fl0kLp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHR9Fl0kLp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHR9Fl0kLp .modal-open {
  overflow: hidden;
}
.cid-uHR9Fl0kLp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHR9Fl0kLp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHR9Fl0kLp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHR9Fl0kLp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHR9Fl0kLp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHR9Fl0kLp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHR9Fl0kLp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHR9Fl0kLp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHR9Fl0kLp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHR9Fl0kLp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHR9Fl0kLp .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHR9Fl0kLp .modal-backdrop.show {
  opacity: .5;
}
.cid-uHR9Fl0kLp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHR9Fl0kLp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR9Fl0kLp .modal-header {
    padding: 1rem;
  }
}
.cid-uHR9Fl0kLp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHR9Fl0kLp .modal-header .close svg {
  fill: #353535;
}
.cid-uHR9Fl0kLp .modal-header .close:hover {
  opacity: 1;
}
.cid-uHR9Fl0kLp .modal-header .close:focus {
  outline: none;
}
.cid-uHR9Fl0kLp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHR9Fl0kLp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHR9Fl0kLp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR9Fl0kLp .modal-body {
    padding: 1rem;
  }
}
.cid-uHR9Fl0kLp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHR9Fl0kLp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHR9Fl0kLp .modal-footer {
    padding: 1rem;
  }
}
.cid-uHR9Fl0kLp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHR9Fl0kLp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHR9Fl0kLp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHR9Fl0kLp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHR9Fl0kLp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHR9Fl0kLp .modal-lg,
  .cid-uHR9Fl0kLp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHR9Fl0kLp .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHR9Fl0kLp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHR9Fl0kLp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHR9Fl0kLp .form-group {
  margin-bottom: 1rem;
}
.cid-uHR9Fl0kLp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHR9Fl0kLp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHR9Fl0kLp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHR9Fl0kLp .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHR9Fl0kLp .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uHRk32llUP {
  z-index: 1000;
  width: 100%;
}
.cid-uHRk32llUP .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uHRk32llUP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uHRk32llUP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHRk32llUP .menu_box .navbar.opened,
  .cid-uHRk32llUP .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHRk32llUP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHRk32llUP .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHRk32llUP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHRk32llUP .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHRk32llUP .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHRk32llUP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHRk32llUP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHRk32llUP .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uHRk32llUP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHRk32llUP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHRk32llUP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHRk32llUP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHRk32llUP .offcanvas-body .mbr-text,
  .cid-uHRk32llUP .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uHRk32llUP .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uHRk32llUP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHRk32llUP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHRk32llUP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHRk32llUP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHRk32llUP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHRk32llUP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHRk32llUP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHRk32llUP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHRk32llUP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHRk32llUP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHRk32llUP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHRk32llUP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHRk32llUP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHRk32llUP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHRk32llUP .nav-item {
    margin: 0 !important;
  }
}
.cid-uHRk32llUP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHRk32llUP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHRk32llUP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHRk32llUP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHRk32llUP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHRk32llUP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHRk32llUP .offcanvas_box {
    display: none;
  }
}
.cid-uHRk32llUP .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uHRk32llUP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHRk32llUP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHRk32llUP .container {
  display: flex;
  margin: auto;
}
.cid-uHRk32llUP .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHRk32llUP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHRk32llUP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHRk32llUP .navbar-caption {
  color: #ffffff;
}
.cid-uHRk32llUP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHRk32llUP .navbar-nav {
    margin: 0;
  }
}
.cid-uHRk32llUP .dropdown-menu,
.cid-uHRk32llUP .navbar.opened {
  background-color: true !important;
}
.cid-uHRk32llUP .nav-item:focus,
.cid-uHRk32llUP .nav-link:focus {
  outline: none;
}
.cid-uHRk32llUP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHRk32llUP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHRk32llUP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHRk32llUP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHRk32llUP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHRk32llUP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHRk32llUP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHRk32llUP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHRk32llUP .navbar.opened {
  transition: all 0.3s;
}
.cid-uHRk32llUP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHRk32llUP .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uHRk32llUP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHRk32llUP .navbar.collapsed {
  justify-content: center;
}
.cid-uHRk32llUP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHRk32llUP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHRk32llUP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHRk32llUP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHRk32llUP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHRk32llUP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHRk32llUP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHRk32llUP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHRk32llUP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHRk32llUP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHRk32llUP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHRk32llUP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHRk32llUP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHRk32llUP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHRk32llUP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHRk32llUP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHRk32llUP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHRk32llUP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHRk32llUP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHRk32llUP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHRk32llUP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHRk32llUP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHRk32llUP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHRk32llUP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHRk32llUP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHRk32llUP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHRk32llUP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHRk32llUP .dropdown-item.active,
.cid-uHRk32llUP .dropdown-item:active {
  background-color: transparent;
}
.cid-uHRk32llUP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHRk32llUP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHRk32llUP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHRk32llUP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHRk32llUP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHRk32llUP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHRk32llUP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uHRk32llUP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHRk32llUP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHRk32llUP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHRk32llUP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHRk32llUP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHRk32llUP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHRk32llUP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHRk32llUP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHRk32llUP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHRk32llUP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHRk32llUP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHRk32llUP .navbar {
    height: 70px;
  }
  .cid-uHRk32llUP .navbar.opened {
    height: auto;
  }
  .cid-uHRk32llUP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHRk32llUP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHRk32llUP .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uHRk32llUP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHRk32llUP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uHRk32llUP .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHRk32llUP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHRk32llUP .mbr-section-btn .btn,
.cid-uHRk32llUP .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uHRk32llUP .mbr-section-subtitle {
  color: #000000;
}
.cid-uHRk32llUP .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHRk32llUP .text_widget {
  color: #000000;
}
.cid-uHRk32llUP .mbr-section-subtitle,
.cid-uHRk32llUP .text_widget,
.cid-uHRk32llUP .mbr-section-btn {
  text-align: center;
}
.cid-uHRk32llUP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHRk33l0to {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/quartzite-and-petrified-1351x901.png");
}
.cid-uHRk33l0to::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHRk33l0to .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRk33l0to .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-uHRk33l0to .container {
    padding: 0 22px;
  }
}
.cid-uHRk33l0to .row {
  justify-content: center;
}
.cid-uHRk33l0to .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uHRk33l0to .content-wrapper {
    padding: 0;
  }
}
.cid-uHRk33l0to .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHRk33l0to .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uHRk33l0to .mbr-section-title {
  color: #ffffff;
}
.cid-uHRk33l0to .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uHRk33l0to .mbr-section-title,
.cid-uHRk33l0to .mbr-section-btn {
  text-align: center;
}
.cid-uHRk33NasM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHRk33NasM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRk33NasM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRk33NasM .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHRk33NasM .container-fluid {
    padding: 0 25px;
  }
}
.cid-uHRk33NasM .container-fluid .row {
  padding: 0;
}
.cid-uHRk33NasM .row {
  justify-content: center;
}
.cid-uHRk33NasM .item {
  position: relative;
  margin-bottom: 25px;
}
.cid-uHRk33NasM .item .item-wrapper {
  position: relative;
}
.cid-uHRk33NasM .item .item-wrapper:hover .item-img .active-overlay {
  opacity: .6;
}
.cid-uHRk33NasM .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.cid-uHRk33NasM .item .item-wrapper .item-img img {
  height: 346px;
  object-fit: cover;
}
.cid-uHRk33NasM .item .item-wrapper .item-img .active-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(0deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-uHRk33NasM .item .item-wrapper .item-content .item-tags {
  margin-bottom: 5px;
}
.cid-uHRk33NasM .item .item-wrapper .item-content .item-tags .tags-wrapper {
  display: inline-flex;
}
.cid-uHRk33NasM .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag {
  margin-right: 5px;
  margin-bottom: 0;
  position: relative;
  font-size: 0.8em!important;
}
.cid-uHRk33NasM .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag:hover::before {
  width: 0;
}
.cid-uHRk33NasM .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uHRk33NasM .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  position: relative;
}
.cid-uHRk33NasM .item .item-wrapper .item-content .item-title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uHRk33NasM .item .item-wrapper .item-content .item-title:hover::before {
  opacity: .85;
}
.cid-uHRk33NasM .item-tag {
  color: #ffffff;
}
.cid-uHRk33NasM .item-title {
  color: #ffffff;
  padding-bottom: 5px;
}
.cid-uHRk33NasM .item-tag,
.cid-uHRk33NasM .item-tags {
  color: #a4a2a2;
}
.cid-uHRk33NasM .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-uHRk34m1Re {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHRk34m1Re .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRk34m1Re .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRk34m1Re .items-wrap {
  justify-content: center;
}
.cid-uHRk34m1Re .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uHRk34m1Re .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uHRk34m1Re .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uHRk34m1Re .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uHRk34m1Re .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uHRk34m1Re .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHRk34m1Re .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHRk34m1Re .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uHRk34m1Re .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uHRk34m1Re .item-desc {
  color: #ffffff;
}
.cid-uHRk34U0kF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHRk34U0kF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRk34U0kF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRk34U0kF .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHRk34U0kF .container-fluid {
    padding: 0 25px;
  }
}
.cid-uHRk34U0kF .container-fluid .row {
  padding: 0;
}
.cid-uHRk34U0kF .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHRk34U0kF .card {
    margin-bottom: 50px;
  }
}
.cid-uHRk34U0kF .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uHRk34U0kF .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uHRk34U0kF .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uHRk34U0kF .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uHRk34U0kF .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uHRk34U0kF .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uHRk34U0kF .list li {
  margin-bottom: 10px;
}
.cid-uHRk34U0kF .list li:last-child {
  margin-bottom: 0;
}
.cid-uHRk34U0kF .list li:hover {
  color: #ffffff;
}
.cid-uHRk34U0kF .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uHRk34U0kF .mbr-section-btn {
  margin-top: 18px;
}
.cid-uHRk34U0kF .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uHRk34U0kF .mbr-text,
.cid-uHRk34U0kF .logo-wrapper {
  color: #ffffff;
}
.cid-uHRk35yAdR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHRk35yAdR.popup-builder {
  background-color: #ffffff;
}
.cid-uHRk35yAdR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHRk35yAdR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHRk35yAdR .modal-content,
.cid-uHRk35yAdR .modal-dialog {
  height: auto;
}
.cid-uHRk35yAdR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHRk35yAdR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHRk35yAdR .form-wrapper .mbr-form .form-group,
  .cid-uHRk35yAdR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHRk35yAdR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHRk35yAdR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHRk35yAdR .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHRk35yAdR .pt-0 {
  padding-top: 0 !important;
}
.cid-uHRk35yAdR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHRk35yAdR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHRk35yAdR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHRk35yAdR .modal-open {
  overflow: hidden;
}
.cid-uHRk35yAdR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHRk35yAdR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHRk35yAdR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHRk35yAdR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHRk35yAdR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHRk35yAdR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHRk35yAdR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHRk35yAdR .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHRk35yAdR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHRk35yAdR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHRk35yAdR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHRk35yAdR .modal-backdrop.show {
  opacity: .5;
}
.cid-uHRk35yAdR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHRk35yAdR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRk35yAdR .modal-header {
    padding: 1rem;
  }
}
.cid-uHRk35yAdR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHRk35yAdR .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHRk35yAdR .modal-header .close:hover {
  opacity: 1;
}
.cid-uHRk35yAdR .modal-header .close:focus {
  outline: none;
}
.cid-uHRk35yAdR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHRk35yAdR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHRk35yAdR .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRk35yAdR .modal-body {
    padding: 0rem;
  }
}
.cid-uHRk35yAdR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHRk35yAdR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRk35yAdR .modal-footer {
    padding: 1rem;
  }
}
.cid-uHRk35yAdR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHRk35yAdR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHRk35yAdR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHRk35yAdR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHRk35yAdR .modal-lg,
  .cid-uHRk35yAdR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHRk35yAdR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHRk35yAdR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHRk35yAdR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHRk35yAdR .form-group {
  margin-bottom: 1rem;
}
.cid-uHRk35yAdR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHRk35yAdR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHRk35yAdR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHRk35yAdR .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHRk35yAdR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHRk35yAdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRk35yAdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRk35yAdR .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHRk35yAdR .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHRk35yAdR .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHRk35yAdR .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHRk35yAdR .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHRk35yAdR .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHRk35yAdR .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHRk35yAdR .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHRk35yAdR .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHRk35yAdR .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHRk35yAdR .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHRk35yAdR .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHRk35yAdR .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHRk35yAdR .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHRk35yAdR .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHRk35yAdR .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHRk35yAdR .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHRk35yAdR .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHRk35yAdR .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHRk35yAdR .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHRk35yAdR .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHRk35yAdR .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHRk35yAdR .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHRk35yAdR .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHRk35yAdR .mbr-title {
  color: #ffffff;
}
.cid-uHRk35yAdR label {
  color: #ffffff;
}
.cid-uHRk36gVs8.popup-builder {
  background-color: #ffffff;
}
.cid-uHRk36gVs8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHRk36gVs8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHRk36gVs8 .modal-content,
.cid-uHRk36gVs8 .modal-dialog {
  height: auto;
}
.cid-uHRk36gVs8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHRk36gVs8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHRk36gVs8 .form-wrapper .mbr-form .form-group,
  .cid-uHRk36gVs8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHRk36gVs8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHRk36gVs8 .mbr-figure img {
  display: block;
  height: 346px;
  object-fit: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHRk36gVs8 .mbr-text {
  text-align: center;
}
.cid-uHRk36gVs8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uHRk36gVs8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHRk36gVs8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHRk36gVs8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHRk36gVs8 .modal-open {
  overflow: hidden;
}
.cid-uHRk36gVs8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHRk36gVs8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHRk36gVs8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHRk36gVs8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHRk36gVs8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHRk36gVs8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHRk36gVs8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHRk36gVs8 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHRk36gVs8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHRk36gVs8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHRk36gVs8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHRk36gVs8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uHRk36gVs8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHRk36gVs8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRk36gVs8 .modal-header {
    padding: 1rem;
  }
}
.cid-uHRk36gVs8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHRk36gVs8 .modal-header .close svg {
  fill: #353535;
}
.cid-uHRk36gVs8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uHRk36gVs8 .modal-header .close:focus {
  outline: none;
}
.cid-uHRk36gVs8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHRk36gVs8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHRk36gVs8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRk36gVs8 .modal-body {
    padding: 1rem;
  }
}
.cid-uHRk36gVs8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHRk36gVs8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRk36gVs8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uHRk36gVs8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHRk36gVs8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHRk36gVs8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHRk36gVs8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHRk36gVs8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHRk36gVs8 .modal-lg,
  .cid-uHRk36gVs8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHRk36gVs8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHRk36gVs8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHRk36gVs8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHRk36gVs8 .form-group {
  margin-bottom: 1rem;
}
.cid-uHRk36gVs8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHRk36gVs8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHRk36gVs8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHRk36gVs8 .mbr-section-btn {
  margin: 0;
}
.cid-uHRk36gVs8 .mbr-section-btn .btn {
  margin: 1;
}
.cid-uHRk36gVs8 .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
.cid-uHRk3763Bv.popup-builder {
  background-color: #ffffff;
}
.cid-uHRk3763Bv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHRk3763Bv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHRk3763Bv .modal-content,
.cid-uHRk3763Bv .modal-dialog {
  height: auto;
}
.cid-uHRk3763Bv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHRk3763Bv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHRk3763Bv .form-wrapper .mbr-form .form-group,
  .cid-uHRk3763Bv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHRk3763Bv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHRk3763Bv .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHRk3763Bv .mbr-text {
  text-align: center;
}
.cid-uHRk3763Bv .pt-0 {
  padding-top: 0 !important;
}
.cid-uHRk3763Bv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHRk3763Bv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHRk3763Bv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHRk3763Bv .modal-open {
  overflow: hidden;
}
.cid-uHRk3763Bv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHRk3763Bv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHRk3763Bv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHRk3763Bv .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHRk3763Bv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHRk3763Bv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHRk3763Bv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHRk3763Bv .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHRk3763Bv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHRk3763Bv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHRk3763Bv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHRk3763Bv .modal-backdrop.show {
  opacity: .5;
}
.cid-uHRk3763Bv .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHRk3763Bv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRk3763Bv .modal-header {
    padding: 1rem;
  }
}
.cid-uHRk3763Bv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHRk3763Bv .modal-header .close svg {
  fill: #353535;
}
.cid-uHRk3763Bv .modal-header .close:hover {
  opacity: 1;
}
.cid-uHRk3763Bv .modal-header .close:focus {
  outline: none;
}
.cid-uHRk3763Bv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHRk3763Bv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHRk3763Bv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRk3763Bv .modal-body {
    padding: 1rem;
  }
}
.cid-uHRk3763Bv .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHRk3763Bv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRk3763Bv .modal-footer {
    padding: 1rem;
  }
}
.cid-uHRk3763Bv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHRk3763Bv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHRk3763Bv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHRk3763Bv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHRk3763Bv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHRk3763Bv .modal-lg,
  .cid-uHRk3763Bv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHRk3763Bv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHRk3763Bv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHRk3763Bv .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHRk3763Bv .form-group {
  margin-bottom: 1rem;
}
.cid-uHRk3763Bv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHRk3763Bv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHRk3763Bv .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHRk3763Bv .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHRk3763Bv .mbr-section-btn .btn {
  margin: 2;
}
@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;
}

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: 1058;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          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);
  }
}
@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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;
}

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.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;
  }
}
.floatfilter{
	position:fixed;
	width:60px;
	height:60px;
	bottom:34px;
	right:15px;
	 background-color: rgba(0, 0, 0, 0.2);
	color:#FFF;
	border-radius:50px;
	text-align:center;

  border: 2px solid #fff;
  outline-style: none !important;
}
.myfloatfilter{
	margin-top:22px;
}.cid-uHRmicUsoo {
  z-index: 1000;
  width: 100%;
}
.cid-uHRmicUsoo .navbar-dropdown {
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-uHRmicUsoo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.6) !important;
  background: #000000;
}
.cid-uHRmicUsoo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHRmicUsoo .menu_box .navbar.opened,
  .cid-uHRmicUsoo .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHRmicUsoo nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHRmicUsoo .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHRmicUsoo .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uHRmicUsoo .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uHRmicUsoo .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uHRmicUsoo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHRmicUsoo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHRmicUsoo .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #fafafa;
  }
  .cid-uHRmicUsoo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHRmicUsoo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHRmicUsoo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHRmicUsoo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHRmicUsoo .offcanvas-body .mbr-text,
  .cid-uHRmicUsoo .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uHRmicUsoo .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uHRmicUsoo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHRmicUsoo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHRmicUsoo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHRmicUsoo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHRmicUsoo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHRmicUsoo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHRmicUsoo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHRmicUsoo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHRmicUsoo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHRmicUsoo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHRmicUsoo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHRmicUsoo .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHRmicUsoo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHRmicUsoo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHRmicUsoo .nav-item {
    margin: 0 !important;
  }
}
.cid-uHRmicUsoo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHRmicUsoo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHRmicUsoo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHRmicUsoo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHRmicUsoo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHRmicUsoo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHRmicUsoo .offcanvas_box {
    display: none;
  }
}
.cid-uHRmicUsoo .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uHRmicUsoo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHRmicUsoo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHRmicUsoo .container {
  display: flex;
  margin: auto;
}
.cid-uHRmicUsoo .iconfont-wrapper {
  color: #616161;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHRmicUsoo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHRmicUsoo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHRmicUsoo .navbar-caption {
  color: #ffffff;
}
.cid-uHRmicUsoo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHRmicUsoo .navbar-nav {
    margin: 0;
  }
}
.cid-uHRmicUsoo .dropdown-menu,
.cid-uHRmicUsoo .navbar.opened {
  background-color: true !important;
}
.cid-uHRmicUsoo .nav-item:focus,
.cid-uHRmicUsoo .nav-link:focus {
  outline: none;
}
.cid-uHRmicUsoo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHRmicUsoo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHRmicUsoo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHRmicUsoo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHRmicUsoo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHRmicUsoo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHRmicUsoo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHRmicUsoo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHRmicUsoo .navbar.opened {
  transition: all 0.3s;
}
.cid-uHRmicUsoo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHRmicUsoo .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-uHRmicUsoo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHRmicUsoo .navbar.collapsed {
  justify-content: center;
}
.cid-uHRmicUsoo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHRmicUsoo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHRmicUsoo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHRmicUsoo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHRmicUsoo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHRmicUsoo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHRmicUsoo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHRmicUsoo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHRmicUsoo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHRmicUsoo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHRmicUsoo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHRmicUsoo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHRmicUsoo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHRmicUsoo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHRmicUsoo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHRmicUsoo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHRmicUsoo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHRmicUsoo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHRmicUsoo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHRmicUsoo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHRmicUsoo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHRmicUsoo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHRmicUsoo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHRmicUsoo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHRmicUsoo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHRmicUsoo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHRmicUsoo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHRmicUsoo .dropdown-item.active,
.cid-uHRmicUsoo .dropdown-item:active {
  background-color: transparent;
}
.cid-uHRmicUsoo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHRmicUsoo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHRmicUsoo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHRmicUsoo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHRmicUsoo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHRmicUsoo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHRmicUsoo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #000000;
}
.cid-uHRmicUsoo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHRmicUsoo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHRmicUsoo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHRmicUsoo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHRmicUsoo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHRmicUsoo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHRmicUsoo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHRmicUsoo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHRmicUsoo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHRmicUsoo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHRmicUsoo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHRmicUsoo .navbar {
    height: 70px;
  }
  .cid-uHRmicUsoo .navbar.opened {
    height: auto;
  }
  .cid-uHRmicUsoo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHRmicUsoo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uHRmicUsoo .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uHRmicUsoo .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHRmicUsoo .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uHRmicUsoo .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHRmicUsoo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHRmicUsoo .mbr-section-btn .btn,
.cid-uHRmicUsoo .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uHRmicUsoo .mbr-section-subtitle {
  color: #000000;
}
.cid-uHRmicUsoo .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uHRmicUsoo .text_widget {
  color: #000000;
}
.cid-uHRmicUsoo .mbr-section-subtitle,
.cid-uHRmicUsoo .text_widget,
.cid-uHRmicUsoo .mbr-section-btn {
  text-align: center;
}
.cid-uHRmicUsoo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHRmie93g5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/granite-1351x901.png");
}
.cid-uHRmie93g5::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uHRmie93g5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRmie93g5 .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-uHRmie93g5 .container {
    padding: 0 22px;
  }
}
.cid-uHRmie93g5 .row {
  justify-content: center;
}
.cid-uHRmie93g5 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uHRmie93g5 .content-wrapper {
    padding: 0;
  }
}
.cid-uHRmie93g5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHRmie93g5 .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uHRmie93g5 .mbr-section-title {
  color: #ffffff;
}
.cid-uHRmie93g5 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uHRmie93g5 .mbr-section-title,
.cid-uHRmie93g5 .mbr-section-btn {
  text-align: center;
}
.cid-uHRmieFGKS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uHRmieFGKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRmieFGKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRmieFGKS .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHRmieFGKS .container-fluid {
    padding: 0 25px;
  }
}
.cid-uHRmieFGKS .container-fluid .row {
  padding: 0;
}
.cid-uHRmieFGKS .row {
  justify-content: center;
}
.cid-uHRmieFGKS .item {
  position: relative;
  margin-bottom: 25px;
}
.cid-uHRmieFGKS .item .item-wrapper {
  position: relative;
}
.cid-uHRmieFGKS .item .item-wrapper:hover .item-img .active-overlay {
  opacity: .6;
}
.cid-uHRmieFGKS .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.cid-uHRmieFGKS .item .item-wrapper .item-img img {
  height: 346px;
  object-fit: cover;
}
.cid-uHRmieFGKS .item .item-wrapper .item-img .active-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(0deg, #000000 0, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.cid-uHRmieFGKS .item .item-wrapper .item-content .item-tags {
  margin-bottom: 5px;
}
.cid-uHRmieFGKS .item .item-wrapper .item-content .item-tags .tags-wrapper {
  display: inline-flex;
}
.cid-uHRmieFGKS .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag {
  margin-right: 5px;
  margin-bottom: 0;
  position: relative;
  font-size: 0.8em!important;
}
.cid-uHRmieFGKS .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag:hover::before {
  width: 0;
}
.cid-uHRmieFGKS .item .item-wrapper .item-content .item-tags .tags-wrapper .item-tag::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.cid-uHRmieFGKS .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
  position: relative;
}
.cid-uHRmieFGKS .item .item-wrapper .item-content .item-title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uHRmieFGKS .item .item-wrapper .item-content .item-title:hover::before {
  opacity: .85;
}
.cid-uHRmieFGKS .item-tag {
  color: #ffffff;
}
.cid-uHRmieFGKS .item-title {
  color: #ffffff;
  padding-bottom: 5px;
}
.cid-uHRmieFGKS .item-tag,
.cid-uHRmieFGKS .item-tags {
  color: #a4a2a2;
}
.cid-uHRmieFGKS .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cid-uHRmifq2eg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHRmifq2eg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRmifq2eg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRmifq2eg .items-wrap {
  justify-content: center;
}
.cid-uHRmifq2eg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uHRmifq2eg .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uHRmifq2eg .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uHRmifq2eg .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uHRmifq2eg .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uHRmifq2eg .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHRmifq2eg .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHRmifq2eg .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uHRmifq2eg .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uHRmifq2eg .item-desc {
  color: #ffffff;
}
.cid-uHRE6RAlj4 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uHRE6RAlj4 .item:focus,
.cid-uHRE6RAlj4 span:focus {
  outline: none;
}
.cid-uHRE6RAlj4 .item {
  cursor: pointer;
}
.cid-uHRE6RAlj4 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uHRE6RAlj4 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uHRE6RAlj4 .grid-container-1,
.cid-uHRE6RAlj4 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uHRE6RAlj4 .grid-container-1,
  .cid-uHRE6RAlj4 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uHRE6RAlj4 .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHRE6RAlj4 .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uHRE6RAlj4 .content-head {
  max-width: 800px;
}
.cid-uHRE6RAlj4 .container,
.cid-uHRE6RAlj4 .container-fluid {
  overflow: hidden;
}
.cid-uHRE6RAlj4 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uHRE6RAlj4 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHRE6RAlj4 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uHRE6RAlj4 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uHRE6RAlj4 .grid-container-1,
.cid-uHRE6RAlj4 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uHRE6RAlj4 .grid-container-1 {
  align-items: flex-end;
}
.cid-uHRE6RAlj4 .grid-container-2 {
  align-items: flex-start;
}
.cid-uHRmifSZ9Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHRmifSZ9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRmifSZ9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRmifSZ9Q .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uHRmifSZ9Q .container-fluid {
    padding: 0 25px;
  }
}
.cid-uHRmifSZ9Q .container-fluid .row {
  padding: 0;
}
.cid-uHRmifSZ9Q .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHRmifSZ9Q .card {
    margin-bottom: 50px;
  }
}
.cid-uHRmifSZ9Q .logo-wrapper {
  margin-bottom: 18px;
}
.cid-uHRmifSZ9Q .logo-wrapper img {
  display: inline;
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.cid-uHRmifSZ9Q .mbr-text {
  margin-bottom: 18px;
  color: #b6b6b6 ;
  text-align: left;
}
.cid-uHRmifSZ9Q .copyright {
  margin-bottom: 0;
  color: #b6b6b6;
}
.cid-uHRmifSZ9Q .list-title {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uHRmifSZ9Q .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b6b6b6;
}
.cid-uHRmifSZ9Q .list li {
  margin-bottom: 10px;
}
.cid-uHRmifSZ9Q .list li:last-child {
  margin-bottom: 0;
}
.cid-uHRmifSZ9Q .list li:hover {
  color: #ffffff;
}
.cid-uHRmifSZ9Q .mbr-desc {
  margin-bottom: 18px;
  color: #ffffff;
}
.cid-uHRmifSZ9Q .mbr-section-btn {
  margin-top: 18px;
}
.cid-uHRmifSZ9Q .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uHRmifSZ9Q .mbr-text,
.cid-uHRmifSZ9Q .logo-wrapper {
  color: #ffffff;
}
.cid-uHRmigjfOr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHRmigjfOr.popup-builder {
  background-color: #ffffff;
}
.cid-uHRmigjfOr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHRmigjfOr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-uHRmigjfOr .modal-content,
.cid-uHRmigjfOr .modal-dialog {
  height: auto;
}
.cid-uHRmigjfOr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHRmigjfOr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHRmigjfOr .form-wrapper .mbr-form .form-group,
  .cid-uHRmigjfOr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHRmigjfOr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHRmigjfOr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHRmigjfOr .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uHRmigjfOr .pt-0 {
  padding-top: 0 !important;
}
.cid-uHRmigjfOr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHRmigjfOr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHRmigjfOr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHRmigjfOr .modal-open {
  overflow: hidden;
}
.cid-uHRmigjfOr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHRmigjfOr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHRmigjfOr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-uHRmigjfOr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHRmigjfOr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHRmigjfOr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHRmigjfOr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHRmigjfOr .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-uHRmigjfOr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHRmigjfOr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHRmigjfOr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHRmigjfOr .modal-backdrop.show {
  opacity: .5;
}
.cid-uHRmigjfOr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHRmigjfOr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRmigjfOr .modal-header {
    padding: 1rem;
  }
}
.cid-uHRmigjfOr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
  z-index: 2000;
}
.cid-uHRmigjfOr .modal-header .close svg {
  fill: #ffffff;
}
.cid-uHRmigjfOr .modal-header .close:hover {
  opacity: 1;
}
.cid-uHRmigjfOr .modal-header .close:focus {
  outline: none;
}
.cid-uHRmigjfOr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHRmigjfOr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHRmigjfOr .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRmigjfOr .modal-body {
    padding: 0rem;
  }
}
.cid-uHRmigjfOr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHRmigjfOr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRmigjfOr .modal-footer {
    padding: 1rem;
  }
}
.cid-uHRmigjfOr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHRmigjfOr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHRmigjfOr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHRmigjfOr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHRmigjfOr .modal-lg,
  .cid-uHRmigjfOr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHRmigjfOr .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHRmigjfOr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHRmigjfOr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHRmigjfOr .form-group {
  margin-bottom: 1rem;
}
.cid-uHRmigjfOr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHRmigjfOr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHRmigjfOr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHRmigjfOr .mbr-section-btn {
  margin: 0;
  text-align: right;
}
.cid-uHRmigjfOr .mbr-section-btn .btn {
  margin: 0;
}
.cid-uHRmigjfOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRmigjfOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRmigjfOr .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #181818 -10%, #000000 30%, #616161 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uHRmigjfOr .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHRmigjfOr .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHRmigjfOr .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #616161, transparent);
  height: 1px;
  width: 100%;
}
.cid-uHRmigjfOr .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uHRmigjfOr .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uHRmigjfOr .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uHRmigjfOr .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHRmigjfOr .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uHRmigjfOr .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uHRmigjfOr .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHRmigjfOr .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #b6b6b6 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHRmigjfOr .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uHRmigjfOr .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uHRmigjfOr .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uHRmigjfOr .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uHRmigjfOr .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHRmigjfOr .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-uHRmigjfOr .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #616161;
  opacity: .5;
}
.cid-uHRmigjfOr .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uHRmigjfOr .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uHRmigjfOr .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #616161;
  border-color: #616161;
}
.cid-uHRmigjfOr .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-uHRmigjfOr .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 5px;
  width: 95%;
}
.cid-uHRmigjfOr .mbr-title {
  color: #ffffff;
}
.cid-uHRmigjfOr label {
  color: #ffffff;
}
.cid-uHRmigU2MZ.popup-builder {
  background-color: #ffffff;
}
.cid-uHRmigU2MZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHRmigU2MZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHRmigU2MZ .modal-content,
.cid-uHRmigU2MZ .modal-dialog {
  height: auto;
}
.cid-uHRmigU2MZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHRmigU2MZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHRmigU2MZ .form-wrapper .mbr-form .form-group,
  .cid-uHRmigU2MZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHRmigU2MZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHRmigU2MZ .mbr-figure img {
  display: block;
  height: 346px;
  object-fit: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHRmigU2MZ .mbr-text {
  text-align: center;
}
.cid-uHRmigU2MZ .pt-0 {
  padding-top: 0 !important;
}
.cid-uHRmigU2MZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHRmigU2MZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHRmigU2MZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHRmigU2MZ .modal-open {
  overflow: hidden;
}
.cid-uHRmigU2MZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHRmigU2MZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHRmigU2MZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHRmigU2MZ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHRmigU2MZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHRmigU2MZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHRmigU2MZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHRmigU2MZ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHRmigU2MZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHRmigU2MZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHRmigU2MZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHRmigU2MZ .modal-backdrop.show {
  opacity: .5;
}
.cid-uHRmigU2MZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHRmigU2MZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRmigU2MZ .modal-header {
    padding: 1rem;
  }
}
.cid-uHRmigU2MZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHRmigU2MZ .modal-header .close svg {
  fill: #353535;
}
.cid-uHRmigU2MZ .modal-header .close:hover {
  opacity: 1;
}
.cid-uHRmigU2MZ .modal-header .close:focus {
  outline: none;
}
.cid-uHRmigU2MZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHRmigU2MZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHRmigU2MZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRmigU2MZ .modal-body {
    padding: 1rem;
  }
}
.cid-uHRmigU2MZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHRmigU2MZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRmigU2MZ .modal-footer {
    padding: 1rem;
  }
}
.cid-uHRmigU2MZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHRmigU2MZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHRmigU2MZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHRmigU2MZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHRmigU2MZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHRmigU2MZ .modal-lg,
  .cid-uHRmigU2MZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHRmigU2MZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHRmigU2MZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHRmigU2MZ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHRmigU2MZ .form-group {
  margin-bottom: 1rem;
}
.cid-uHRmigU2MZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHRmigU2MZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHRmigU2MZ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHRmigU2MZ .mbr-section-btn {
  margin: 0;
}
.cid-uHRmigU2MZ .mbr-section-btn .btn {
  margin: 1;
}
.cid-uHRmigU2MZ .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
.cid-uHRmihwSB9.popup-builder {
  background-color: #ffffff;
}
.cid-uHRmihwSB9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uHRmihwSB9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uHRmihwSB9 .modal-content,
.cid-uHRmihwSB9 .modal-dialog {
  height: auto;
}
.cid-uHRmihwSB9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uHRmihwSB9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uHRmihwSB9 .form-wrapper .mbr-form .form-group,
  .cid-uHRmihwSB9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uHRmihwSB9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uHRmihwSB9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHRmihwSB9 .mbr-text {
  text-align: center;
}
.cid-uHRmihwSB9 .pt-0 {
  padding-top: 0 !important;
}
.cid-uHRmihwSB9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uHRmihwSB9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uHRmihwSB9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uHRmihwSB9 .modal-open {
  overflow: hidden;
}
.cid-uHRmihwSB9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uHRmihwSB9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uHRmihwSB9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uHRmihwSB9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uHRmihwSB9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uHRmihwSB9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uHRmihwSB9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uHRmihwSB9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uHRmihwSB9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uHRmihwSB9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uHRmihwSB9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uHRmihwSB9 .modal-backdrop.show {
  opacity: .5;
}
.cid-uHRmihwSB9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uHRmihwSB9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRmihwSB9 .modal-header {
    padding: 1rem;
  }
}
.cid-uHRmihwSB9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uHRmihwSB9 .modal-header .close svg {
  fill: #353535;
}
.cid-uHRmihwSB9 .modal-header .close:hover {
  opacity: 1;
}
.cid-uHRmihwSB9 .modal-header .close:focus {
  outline: none;
}
.cid-uHRmihwSB9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uHRmihwSB9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uHRmihwSB9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRmihwSB9 .modal-body {
    padding: 1rem;
  }
}
.cid-uHRmihwSB9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uHRmihwSB9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uHRmihwSB9 .modal-footer {
    padding: 1rem;
  }
}
.cid-uHRmihwSB9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uHRmihwSB9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uHRmihwSB9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uHRmihwSB9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uHRmihwSB9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uHRmihwSB9 .modal-lg,
  .cid-uHRmihwSB9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uHRmihwSB9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uHRmihwSB9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uHRmihwSB9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uHRmihwSB9 .form-group {
  margin-bottom: 1rem;
}
.cid-uHRmihwSB9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uHRmihwSB9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uHRmihwSB9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uHRmihwSB9 .mbr-section-btn {
  margin: 2;
  justify-content: center;
  text-align: center;
}
.cid-uHRmihwSB9 .mbr-section-btn .btn {
  margin: 2;
}
