@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: 1rem;
  line-height: 1.4em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 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/vision-1748x1165.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-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: #ffffff;
}
.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;
}
.cid-uLd5eRtpog.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5eRtpog.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5eRtpog.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5eRtpog .modal-content,
.cid-uLd5eRtpog .modal-dialog {
  height: auto;
}
.cid-uLd5eRtpog .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5eRtpog .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5eRtpog .form-wrapper .mbr-form .form-group,
  .cid-uLd5eRtpog .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5eRtpog .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5eRtpog .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-uLd5eRtpog .mbr-text {
  text-align: center;
}
.cid-uLd5eRtpog .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5eRtpog .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5eRtpog .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5eRtpog .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5eRtpog .modal-open {
  overflow: hidden;
}
.cid-uLd5eRtpog .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5eRtpog .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5eRtpog .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5eRtpog .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-uLd5eRtpog .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5eRtpog .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5eRtpog .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5eRtpog .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-uLd5eRtpog .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5eRtpog .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5eRtpog .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5eRtpog .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5eRtpog .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-uLd5eRtpog .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5eRtpog .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5eRtpog .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5eRtpog .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5eRtpog .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5eRtpog .modal-header .close:focus {
  outline: none;
}
.cid-uLd5eRtpog .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5eRtpog .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5eRtpog .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5eRtpog .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5eRtpog .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-uLd5eRtpog .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5eRtpog .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5eRtpog .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5eRtpog .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5eRtpog .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5eRtpog .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5eRtpog .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5eRtpog .modal-lg,
  .cid-uLd5eRtpog .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5eRtpog .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5eRtpog .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5eRtpog .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-uLd5eRtpog .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5eRtpog .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5eRtpog .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5eRtpog .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-uLd5eRtpog .mbr-section-btn {
  margin: 0;
}
.cid-uLd5eRtpog .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5eRtpog .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
.cid-uLd5C2lZbl.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5C2lZbl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5C2lZbl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5C2lZbl .modal-content,
.cid-uLd5C2lZbl .modal-dialog {
  height: auto;
}
.cid-uLd5C2lZbl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5C2lZbl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5C2lZbl .form-wrapper .mbr-form .form-group,
  .cid-uLd5C2lZbl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5C2lZbl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5C2lZbl .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-uLd5C2lZbl .mbr-text {
  text-align: center;
}
.cid-uLd5C2lZbl .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5C2lZbl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5C2lZbl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5C2lZbl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5C2lZbl .modal-open {
  overflow: hidden;
}
.cid-uLd5C2lZbl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5C2lZbl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5C2lZbl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5C2lZbl .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-uLd5C2lZbl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5C2lZbl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5C2lZbl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5C2lZbl .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-uLd5C2lZbl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5C2lZbl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5C2lZbl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5C2lZbl .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5C2lZbl .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-uLd5C2lZbl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2lZbl .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5C2lZbl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5C2lZbl .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5C2lZbl .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5C2lZbl .modal-header .close:focus {
  outline: none;
}
.cid-uLd5C2lZbl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5C2lZbl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5C2lZbl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2lZbl .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5C2lZbl .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-uLd5C2lZbl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2lZbl .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5C2lZbl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5C2lZbl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5C2lZbl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5C2lZbl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5C2lZbl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5C2lZbl .modal-lg,
  .cid-uLd5C2lZbl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5C2lZbl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5C2lZbl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5C2lZbl .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-uLd5C2lZbl .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5C2lZbl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5C2lZbl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5C2lZbl .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-uLd5C2lZbl .mbr-section-btn {
  margin: 0;
}
.cid-uLd5C2lZbl .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5C2lZbl .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
@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-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: #ffffff;
}
.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;
}
.cid-uLd5eRtO5S.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5eRtO5S.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5eRtO5S.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5eRtO5S .modal-content,
.cid-uLd5eRtO5S .modal-dialog {
  height: auto;
}
.cid-uLd5eRtO5S .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5eRtO5S .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5eRtO5S .form-wrapper .mbr-form .form-group,
  .cid-uLd5eRtO5S .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5eRtO5S .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5eRtO5S .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-uLd5eRtO5S .mbr-text {
  text-align: center;
}
.cid-uLd5eRtO5S .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5eRtO5S .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5eRtO5S .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5eRtO5S .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5eRtO5S .modal-open {
  overflow: hidden;
}
.cid-uLd5eRtO5S .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5eRtO5S .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5eRtO5S .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5eRtO5S .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-uLd5eRtO5S .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5eRtO5S .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5eRtO5S .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5eRtO5S .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-uLd5eRtO5S .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5eRtO5S .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5eRtO5S .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5eRtO5S .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5eRtO5S .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-uLd5eRtO5S .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5eRtO5S .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5eRtO5S .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5eRtO5S .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5eRtO5S .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5eRtO5S .modal-header .close:focus {
  outline: none;
}
.cid-uLd5eRtO5S .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5eRtO5S .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5eRtO5S .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5eRtO5S .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5eRtO5S .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-uLd5eRtO5S .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5eRtO5S .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5eRtO5S .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5eRtO5S .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5eRtO5S .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5eRtO5S .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5eRtO5S .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5eRtO5S .modal-lg,
  .cid-uLd5eRtO5S .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5eRtO5S .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5eRtO5S .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5eRtO5S .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-uLd5eRtO5S .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5eRtO5S .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5eRtO5S .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5eRtO5S .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-uLd5eRtO5S .mbr-section-btn {
  margin: 0;
}
.cid-uLd5eRtO5S .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5eRtO5S .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
.cid-uLd5C2mhEb.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5C2mhEb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5C2mhEb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5C2mhEb .modal-content,
.cid-uLd5C2mhEb .modal-dialog {
  height: auto;
}
.cid-uLd5C2mhEb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5C2mhEb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5C2mhEb .form-wrapper .mbr-form .form-group,
  .cid-uLd5C2mhEb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5C2mhEb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5C2mhEb .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-uLd5C2mhEb .mbr-text {
  text-align: center;
}
.cid-uLd5C2mhEb .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5C2mhEb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5C2mhEb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5C2mhEb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5C2mhEb .modal-open {
  overflow: hidden;
}
.cid-uLd5C2mhEb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5C2mhEb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5C2mhEb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5C2mhEb .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-uLd5C2mhEb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5C2mhEb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5C2mhEb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5C2mhEb .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-uLd5C2mhEb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5C2mhEb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5C2mhEb .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5C2mhEb .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5C2mhEb .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-uLd5C2mhEb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2mhEb .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5C2mhEb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5C2mhEb .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5C2mhEb .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5C2mhEb .modal-header .close:focus {
  outline: none;
}
.cid-uLd5C2mhEb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5C2mhEb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5C2mhEb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2mhEb .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5C2mhEb .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-uLd5C2mhEb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2mhEb .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5C2mhEb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5C2mhEb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5C2mhEb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5C2mhEb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5C2mhEb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5C2mhEb .modal-lg,
  .cid-uLd5C2mhEb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5C2mhEb .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5C2mhEb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5C2mhEb .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-uLd5C2mhEb .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5C2mhEb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5C2mhEb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5C2mhEb .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-uLd5C2mhEb .mbr-section-btn {
  margin: 0;
}
.cid-uLd5C2mhEb .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5C2mhEb .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
@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: #ffffff;
}
.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;
}
.cid-uLd5eRtnJs.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5eRtnJs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5eRtnJs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5eRtnJs .modal-content,
.cid-uLd5eRtnJs .modal-dialog {
  height: auto;
}
.cid-uLd5eRtnJs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5eRtnJs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5eRtnJs .form-wrapper .mbr-form .form-group,
  .cid-uLd5eRtnJs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5eRtnJs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5eRtnJs .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-uLd5eRtnJs .mbr-text {
  text-align: center;
}
.cid-uLd5eRtnJs .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5eRtnJs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5eRtnJs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5eRtnJs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5eRtnJs .modal-open {
  overflow: hidden;
}
.cid-uLd5eRtnJs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5eRtnJs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5eRtnJs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5eRtnJs .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-uLd5eRtnJs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5eRtnJs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5eRtnJs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5eRtnJs .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-uLd5eRtnJs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5eRtnJs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5eRtnJs .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5eRtnJs .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5eRtnJs .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-uLd5eRtnJs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5eRtnJs .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5eRtnJs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5eRtnJs .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5eRtnJs .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5eRtnJs .modal-header .close:focus {
  outline: none;
}
.cid-uLd5eRtnJs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5eRtnJs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5eRtnJs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5eRtnJs .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5eRtnJs .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-uLd5eRtnJs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5eRtnJs .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5eRtnJs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5eRtnJs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5eRtnJs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5eRtnJs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5eRtnJs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5eRtnJs .modal-lg,
  .cid-uLd5eRtnJs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5eRtnJs .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5eRtnJs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5eRtnJs .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-uLd5eRtnJs .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5eRtnJs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5eRtnJs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5eRtnJs .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-uLd5eRtnJs .mbr-section-btn {
  margin: 0;
}
.cid-uLd5eRtnJs .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5eRtnJs .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
.cid-uLd5C2mB7l.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5C2mB7l.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5C2mB7l.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5C2mB7l .modal-content,
.cid-uLd5C2mB7l .modal-dialog {
  height: auto;
}
.cid-uLd5C2mB7l .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5C2mB7l .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5C2mB7l .form-wrapper .mbr-form .form-group,
  .cid-uLd5C2mB7l .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5C2mB7l .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5C2mB7l .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-uLd5C2mB7l .mbr-text {
  text-align: center;
}
.cid-uLd5C2mB7l .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5C2mB7l .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5C2mB7l .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5C2mB7l .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5C2mB7l .modal-open {
  overflow: hidden;
}
.cid-uLd5C2mB7l .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5C2mB7l .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5C2mB7l .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5C2mB7l .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-uLd5C2mB7l .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5C2mB7l .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5C2mB7l .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5C2mB7l .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-uLd5C2mB7l .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5C2mB7l .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5C2mB7l .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5C2mB7l .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5C2mB7l .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-uLd5C2mB7l .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2mB7l .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5C2mB7l .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5C2mB7l .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5C2mB7l .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5C2mB7l .modal-header .close:focus {
  outline: none;
}
.cid-uLd5C2mB7l .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5C2mB7l .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5C2mB7l .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2mB7l .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5C2mB7l .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-uLd5C2mB7l .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2mB7l .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5C2mB7l .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5C2mB7l .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5C2mB7l .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5C2mB7l .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5C2mB7l .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5C2mB7l .modal-lg,
  .cid-uLd5C2mB7l .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5C2mB7l .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5C2mB7l .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5C2mB7l .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-uLd5C2mB7l .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5C2mB7l .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5C2mB7l .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5C2mB7l .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-uLd5C2mB7l .mbr-section-btn {
  margin: 0;
}
.cid-uLd5C2mB7l .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5C2mB7l .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
@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-uLqJRtHZ8f {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uLqJRtHZ8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLqJRtHZ8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLqJRtHZ8f .row {
  justify-content: center;
}
.cid-uLqJRtHZ8f .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uLqJRtHZ8f .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uLqJRtHZ8f .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uLqJRtHZ8f .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLqJRtHZ8f .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uLqJRtHZ8f .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-uLqJRtHZ8f .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uLqJRtHZ8f .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uLqJRtHZ8f .mbr-label,
.cid-uLqJRtHZ8f .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-uLqJRtHZ8f .mbr-section-title {
  color: #fff7ee;
}
.cid-uLqJRtHZ8f .mbr-text,
.cid-uLqJRtHZ8f .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uLqJRtHZ8f .mbr-section-title,
.cid-uLqJRtHZ8f .mbr-section-btn {
  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: #ffffff;
}
.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;
}
.cid-uLd5eRuLBG.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5eRuLBG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5eRuLBG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5eRuLBG .modal-content,
.cid-uLd5eRuLBG .modal-dialog {
  height: auto;
}
.cid-uLd5eRuLBG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5eRuLBG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5eRuLBG .form-wrapper .mbr-form .form-group,
  .cid-uLd5eRuLBG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5eRuLBG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5eRuLBG .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-uLd5eRuLBG .mbr-text {
  text-align: center;
}
.cid-uLd5eRuLBG .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5eRuLBG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5eRuLBG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5eRuLBG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5eRuLBG .modal-open {
  overflow: hidden;
}
.cid-uLd5eRuLBG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5eRuLBG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5eRuLBG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5eRuLBG .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-uLd5eRuLBG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5eRuLBG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5eRuLBG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5eRuLBG .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-uLd5eRuLBG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5eRuLBG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5eRuLBG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5eRuLBG .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5eRuLBG .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-uLd5eRuLBG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5eRuLBG .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5eRuLBG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5eRuLBG .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5eRuLBG .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5eRuLBG .modal-header .close:focus {
  outline: none;
}
.cid-uLd5eRuLBG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5eRuLBG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5eRuLBG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5eRuLBG .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5eRuLBG .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-uLd5eRuLBG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5eRuLBG .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5eRuLBG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5eRuLBG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5eRuLBG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5eRuLBG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5eRuLBG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5eRuLBG .modal-lg,
  .cid-uLd5eRuLBG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5eRuLBG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5eRuLBG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5eRuLBG .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-uLd5eRuLBG .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5eRuLBG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5eRuLBG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5eRuLBG .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-uLd5eRuLBG .mbr-section-btn {
  margin: 0;
}
.cid-uLd5eRuLBG .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5eRuLBG .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
.cid-uLd5C2nD7V.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5C2nD7V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5C2nD7V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5C2nD7V .modal-content,
.cid-uLd5C2nD7V .modal-dialog {
  height: auto;
}
.cid-uLd5C2nD7V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5C2nD7V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5C2nD7V .form-wrapper .mbr-form .form-group,
  .cid-uLd5C2nD7V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5C2nD7V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5C2nD7V .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-uLd5C2nD7V .mbr-text {
  text-align: center;
}
.cid-uLd5C2nD7V .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5C2nD7V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5C2nD7V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5C2nD7V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5C2nD7V .modal-open {
  overflow: hidden;
}
.cid-uLd5C2nD7V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5C2nD7V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5C2nD7V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5C2nD7V .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-uLd5C2nD7V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5C2nD7V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5C2nD7V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5C2nD7V .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-uLd5C2nD7V .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5C2nD7V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5C2nD7V .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5C2nD7V .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5C2nD7V .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-uLd5C2nD7V .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2nD7V .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5C2nD7V .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5C2nD7V .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5C2nD7V .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5C2nD7V .modal-header .close:focus {
  outline: none;
}
.cid-uLd5C2nD7V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5C2nD7V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5C2nD7V .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2nD7V .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5C2nD7V .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-uLd5C2nD7V .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2nD7V .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5C2nD7V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5C2nD7V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5C2nD7V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5C2nD7V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5C2nD7V .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5C2nD7V .modal-lg,
  .cid-uLd5C2nD7V .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5C2nD7V .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5C2nD7V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5C2nD7V .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-uLd5C2nD7V .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5C2nD7V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5C2nD7V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5C2nD7V .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-uLd5C2nD7V .mbr-section-btn {
  margin: 0;
}
.cid-uLd5C2nD7V .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5C2nD7V .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
@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-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: #ffffff;
}
.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;
}
.cid-uLd5eRuKH2.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5eRuKH2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5eRuKH2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5eRuKH2 .modal-content,
.cid-uLd5eRuKH2 .modal-dialog {
  height: auto;
}
.cid-uLd5eRuKH2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5eRuKH2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5eRuKH2 .form-wrapper .mbr-form .form-group,
  .cid-uLd5eRuKH2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5eRuKH2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5eRuKH2 .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-uLd5eRuKH2 .mbr-text {
  text-align: center;
}
.cid-uLd5eRuKH2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5eRuKH2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5eRuKH2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5eRuKH2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5eRuKH2 .modal-open {
  overflow: hidden;
}
.cid-uLd5eRuKH2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5eRuKH2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5eRuKH2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5eRuKH2 .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-uLd5eRuKH2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5eRuKH2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5eRuKH2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5eRuKH2 .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-uLd5eRuKH2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5eRuKH2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5eRuKH2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5eRuKH2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5eRuKH2 .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-uLd5eRuKH2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5eRuKH2 .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5eRuKH2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5eRuKH2 .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5eRuKH2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5eRuKH2 .modal-header .close:focus {
  outline: none;
}
.cid-uLd5eRuKH2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5eRuKH2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5eRuKH2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5eRuKH2 .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5eRuKH2 .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-uLd5eRuKH2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5eRuKH2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5eRuKH2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5eRuKH2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5eRuKH2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5eRuKH2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5eRuKH2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5eRuKH2 .modal-lg,
  .cid-uLd5eRuKH2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5eRuKH2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5eRuKH2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5eRuKH2 .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-uLd5eRuKH2 .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5eRuKH2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5eRuKH2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5eRuKH2 .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-uLd5eRuKH2 .mbr-section-btn {
  margin: 0;
}
.cid-uLd5eRuKH2 .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5eRuKH2 .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
.cid-uLd5C2nzg8.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5C2nzg8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5C2nzg8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5C2nzg8 .modal-content,
.cid-uLd5C2nzg8 .modal-dialog {
  height: auto;
}
.cid-uLd5C2nzg8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5C2nzg8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5C2nzg8 .form-wrapper .mbr-form .form-group,
  .cid-uLd5C2nzg8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5C2nzg8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5C2nzg8 .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-uLd5C2nzg8 .mbr-text {
  text-align: center;
}
.cid-uLd5C2nzg8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5C2nzg8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5C2nzg8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5C2nzg8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5C2nzg8 .modal-open {
  overflow: hidden;
}
.cid-uLd5C2nzg8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5C2nzg8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5C2nzg8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5C2nzg8 .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-uLd5C2nzg8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5C2nzg8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5C2nzg8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5C2nzg8 .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-uLd5C2nzg8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5C2nzg8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5C2nzg8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5C2nzg8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5C2nzg8 .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-uLd5C2nzg8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2nzg8 .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5C2nzg8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5C2nzg8 .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5C2nzg8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5C2nzg8 .modal-header .close:focus {
  outline: none;
}
.cid-uLd5C2nzg8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5C2nzg8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5C2nzg8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2nzg8 .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5C2nzg8 .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-uLd5C2nzg8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2nzg8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5C2nzg8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5C2nzg8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5C2nzg8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5C2nzg8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5C2nzg8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5C2nzg8 .modal-lg,
  .cid-uLd5C2nzg8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5C2nzg8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5C2nzg8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5C2nzg8 .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-uLd5C2nzg8 .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5C2nzg8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5C2nzg8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5C2nzg8 .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-uLd5C2nzg8 .mbr-section-btn {
  margin: 0;
}
.cid-uLd5C2nzg8 .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5C2nzg8 .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
@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-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: #ffffff;
}
.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;
}
.cid-uLd5C2n6oX.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5C2n6oX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5C2n6oX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5C2n6oX .modal-content,
.cid-uLd5C2n6oX .modal-dialog {
  height: auto;
}
.cid-uLd5C2n6oX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5C2n6oX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5C2n6oX .form-wrapper .mbr-form .form-group,
  .cid-uLd5C2n6oX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5C2n6oX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5C2n6oX .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-uLd5C2n6oX .mbr-text {
  text-align: center;
}
.cid-uLd5C2n6oX .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5C2n6oX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5C2n6oX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5C2n6oX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5C2n6oX .modal-open {
  overflow: hidden;
}
.cid-uLd5C2n6oX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5C2n6oX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5C2n6oX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5C2n6oX .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-uLd5C2n6oX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5C2n6oX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5C2n6oX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5C2n6oX .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-uLd5C2n6oX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5C2n6oX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5C2n6oX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5C2n6oX .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5C2n6oX .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-uLd5C2n6oX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2n6oX .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5C2n6oX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5C2n6oX .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5C2n6oX .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5C2n6oX .modal-header .close:focus {
  outline: none;
}
.cid-uLd5C2n6oX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5C2n6oX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5C2n6oX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2n6oX .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5C2n6oX .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-uLd5C2n6oX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2n6oX .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5C2n6oX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5C2n6oX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5C2n6oX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5C2n6oX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5C2n6oX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5C2n6oX .modal-lg,
  .cid-uLd5C2n6oX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5C2n6oX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5C2n6oX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5C2n6oX .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-uLd5C2n6oX .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5C2n6oX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5C2n6oX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5C2n6oX .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-uLd5C2n6oX .mbr-section-btn {
  margin: 0;
}
.cid-uLd5C2n6oX .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5C2n6oX .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
@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: #ffffff;
}
.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;
}
.cid-uLd5C2oGMk.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5C2oGMk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5C2oGMk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5C2oGMk .modal-content,
.cid-uLd5C2oGMk .modal-dialog {
  height: auto;
}
.cid-uLd5C2oGMk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5C2oGMk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5C2oGMk .form-wrapper .mbr-form .form-group,
  .cid-uLd5C2oGMk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5C2oGMk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5C2oGMk .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-uLd5C2oGMk .mbr-text {
  text-align: center;
}
.cid-uLd5C2oGMk .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5C2oGMk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5C2oGMk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5C2oGMk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5C2oGMk .modal-open {
  overflow: hidden;
}
.cid-uLd5C2oGMk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5C2oGMk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5C2oGMk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5C2oGMk .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-uLd5C2oGMk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5C2oGMk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5C2oGMk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5C2oGMk .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-uLd5C2oGMk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5C2oGMk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5C2oGMk .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5C2oGMk .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5C2oGMk .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-uLd5C2oGMk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oGMk .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5C2oGMk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5C2oGMk .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5C2oGMk .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5C2oGMk .modal-header .close:focus {
  outline: none;
}
.cid-uLd5C2oGMk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5C2oGMk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5C2oGMk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oGMk .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5C2oGMk .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-uLd5C2oGMk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oGMk .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5C2oGMk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5C2oGMk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5C2oGMk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5C2oGMk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5C2oGMk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5C2oGMk .modal-lg,
  .cid-uLd5C2oGMk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5C2oGMk .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5C2oGMk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5C2oGMk .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-uLd5C2oGMk .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5C2oGMk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5C2oGMk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5C2oGMk .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-uLd5C2oGMk .mbr-section-btn {
  margin: 0;
}
.cid-uLd5C2oGMk .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5C2oGMk .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
@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: #ffffff;
}
.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;
}
.cid-uLd5C2oeEy.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5C2oeEy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5C2oeEy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5C2oeEy .modal-content,
.cid-uLd5C2oeEy .modal-dialog {
  height: auto;
}
.cid-uLd5C2oeEy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5C2oeEy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5C2oeEy .form-wrapper .mbr-form .form-group,
  .cid-uLd5C2oeEy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5C2oeEy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5C2oeEy .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-uLd5C2oeEy .mbr-text {
  text-align: center;
}
.cid-uLd5C2oeEy .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5C2oeEy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5C2oeEy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5C2oeEy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5C2oeEy .modal-open {
  overflow: hidden;
}
.cid-uLd5C2oeEy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5C2oeEy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5C2oeEy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5C2oeEy .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-uLd5C2oeEy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5C2oeEy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5C2oeEy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5C2oeEy .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-uLd5C2oeEy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5C2oeEy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5C2oeEy .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5C2oeEy .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5C2oeEy .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-uLd5C2oeEy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oeEy .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5C2oeEy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5C2oeEy .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5C2oeEy .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5C2oeEy .modal-header .close:focus {
  outline: none;
}
.cid-uLd5C2oeEy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5C2oeEy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5C2oeEy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oeEy .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5C2oeEy .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-uLd5C2oeEy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oeEy .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5C2oeEy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5C2oeEy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5C2oeEy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5C2oeEy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5C2oeEy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5C2oeEy .modal-lg,
  .cid-uLd5C2oeEy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5C2oeEy .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5C2oeEy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5C2oeEy .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-uLd5C2oeEy .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5C2oeEy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5C2oeEy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5C2oeEy .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-uLd5C2oeEy .mbr-section-btn {
  margin: 0;
}
.cid-uLd5C2oeEy .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5C2oeEy .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
@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: #ffffff;
}
.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;
}
.cid-uLd5C2oQxd.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5C2oQxd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5C2oQxd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5C2oQxd .modal-content,
.cid-uLd5C2oQxd .modal-dialog {
  height: auto;
}
.cid-uLd5C2oQxd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5C2oQxd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5C2oQxd .form-wrapper .mbr-form .form-group,
  .cid-uLd5C2oQxd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5C2oQxd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5C2oQxd .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-uLd5C2oQxd .mbr-text {
  text-align: center;
}
.cid-uLd5C2oQxd .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5C2oQxd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5C2oQxd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5C2oQxd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5C2oQxd .modal-open {
  overflow: hidden;
}
.cid-uLd5C2oQxd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5C2oQxd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5C2oQxd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5C2oQxd .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-uLd5C2oQxd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5C2oQxd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5C2oQxd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5C2oQxd .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-uLd5C2oQxd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5C2oQxd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5C2oQxd .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5C2oQxd .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5C2oQxd .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-uLd5C2oQxd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oQxd .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5C2oQxd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5C2oQxd .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5C2oQxd .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5C2oQxd .modal-header .close:focus {
  outline: none;
}
.cid-uLd5C2oQxd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5C2oQxd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5C2oQxd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oQxd .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5C2oQxd .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-uLd5C2oQxd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oQxd .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5C2oQxd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5C2oQxd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5C2oQxd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5C2oQxd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5C2oQxd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5C2oQxd .modal-lg,
  .cid-uLd5C2oQxd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5C2oQxd .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5C2oQxd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5C2oQxd .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-uLd5C2oQxd .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5C2oQxd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5C2oQxd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5C2oQxd .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-uLd5C2oQxd .mbr-section-btn {
  margin: 0;
}
.cid-uLd5C2oQxd .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5C2oQxd .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
@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: #ffffff;
}
.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;
}
.cid-uLd5C2oBXr.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5C2oBXr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5C2oBXr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5C2oBXr .modal-content,
.cid-uLd5C2oBXr .modal-dialog {
  height: auto;
}
.cid-uLd5C2oBXr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5C2oBXr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5C2oBXr .form-wrapper .mbr-form .form-group,
  .cid-uLd5C2oBXr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5C2oBXr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5C2oBXr .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-uLd5C2oBXr .mbr-text {
  text-align: center;
}
.cid-uLd5C2oBXr .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5C2oBXr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5C2oBXr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5C2oBXr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5C2oBXr .modal-open {
  overflow: hidden;
}
.cid-uLd5C2oBXr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5C2oBXr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5C2oBXr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5C2oBXr .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-uLd5C2oBXr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5C2oBXr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5C2oBXr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5C2oBXr .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-uLd5C2oBXr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5C2oBXr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5C2oBXr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5C2oBXr .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5C2oBXr .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-uLd5C2oBXr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oBXr .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5C2oBXr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5C2oBXr .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5C2oBXr .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5C2oBXr .modal-header .close:focus {
  outline: none;
}
.cid-uLd5C2oBXr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5C2oBXr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5C2oBXr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oBXr .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5C2oBXr .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-uLd5C2oBXr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oBXr .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5C2oBXr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5C2oBXr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5C2oBXr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5C2oBXr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5C2oBXr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5C2oBXr .modal-lg,
  .cid-uLd5C2oBXr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5C2oBXr .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5C2oBXr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5C2oBXr .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-uLd5C2oBXr .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5C2oBXr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5C2oBXr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5C2oBXr .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-uLd5C2oBXr .mbr-section-btn {
  margin: 0;
}
.cid-uLd5C2oBXr .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5C2oBXr .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
@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-uHSHeKLLA1 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uHSHeKLLA1 .item:focus,
.cid-uHSHeKLLA1 span:focus {
  outline: none;
}
.cid-uHSHeKLLA1 .item {
  cursor: pointer;
}
.cid-uHSHeKLLA1 .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uHSHeKLLA1 .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uHSHeKLLA1 .grid-container-1,
.cid-uHSHeKLLA1 .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uHSHeKLLA1 .grid-container-1,
  .cid-uHSHeKLLA1 .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uHSHeKLLA1 .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uHSHeKLLA1 .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uHSHeKLLA1 .content-head {
  max-width: 800px;
}
.cid-uHSHeKLLA1 .container,
.cid-uHSHeKLLA1 .container-fluid {
  overflow: hidden;
}
.cid-uHSHeKLLA1 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uHSHeKLLA1 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHSHeKLLA1 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uHSHeKLLA1 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uHSHeKLLA1 .grid-container-1,
.cid-uHSHeKLLA1 .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uHSHeKLLA1 .grid-container-1 {
  align-items: flex-end;
}
.cid-uHSHeKLLA1 .grid-container-2 {
  align-items: flex-start;
}
.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: #ffffff;
}
.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;
}
.cid-uLd5C2oZpy.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5C2oZpy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5C2oZpy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5C2oZpy .modal-content,
.cid-uLd5C2oZpy .modal-dialog {
  height: auto;
}
.cid-uLd5C2oZpy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5C2oZpy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5C2oZpy .form-wrapper .mbr-form .form-group,
  .cid-uLd5C2oZpy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5C2oZpy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5C2oZpy .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-uLd5C2oZpy .mbr-text {
  text-align: center;
}
.cid-uLd5C2oZpy .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5C2oZpy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5C2oZpy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5C2oZpy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5C2oZpy .modal-open {
  overflow: hidden;
}
.cid-uLd5C2oZpy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5C2oZpy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5C2oZpy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5C2oZpy .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-uLd5C2oZpy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5C2oZpy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5C2oZpy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5C2oZpy .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-uLd5C2oZpy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5C2oZpy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5C2oZpy .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5C2oZpy .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5C2oZpy .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-uLd5C2oZpy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oZpy .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5C2oZpy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5C2oZpy .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5C2oZpy .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5C2oZpy .modal-header .close:focus {
  outline: none;
}
.cid-uLd5C2oZpy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5C2oZpy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5C2oZpy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oZpy .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5C2oZpy .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-uLd5C2oZpy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oZpy .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5C2oZpy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5C2oZpy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5C2oZpy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5C2oZpy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5C2oZpy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5C2oZpy .modal-lg,
  .cid-uLd5C2oZpy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5C2oZpy .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5C2oZpy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5C2oZpy .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-uLd5C2oZpy .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5C2oZpy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5C2oZpy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5C2oZpy .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-uLd5C2oZpy .mbr-section-btn {
  margin: 0;
}
.cid-uLd5C2oZpy .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5C2oZpy .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
@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: #ffffff;
}
.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;
}
.cid-uLd5C2oNZ9.popup-builder {
  background-color: #ffffff;
}
.cid-uLd5C2oNZ9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uLd5C2oNZ9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uLd5C2oNZ9 .modal-content,
.cid-uLd5C2oNZ9 .modal-dialog {
  height: auto;
}
.cid-uLd5C2oNZ9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uLd5C2oNZ9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uLd5C2oNZ9 .form-wrapper .mbr-form .form-group,
  .cid-uLd5C2oNZ9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uLd5C2oNZ9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uLd5C2oNZ9 .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-uLd5C2oNZ9 .mbr-text {
  text-align: center;
}
.cid-uLd5C2oNZ9 .pt-0 {
  padding-top: 0 !important;
}
.cid-uLd5C2oNZ9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uLd5C2oNZ9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uLd5C2oNZ9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uLd5C2oNZ9 .modal-open {
  overflow: hidden;
}
.cid-uLd5C2oNZ9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uLd5C2oNZ9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uLd5C2oNZ9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uLd5C2oNZ9 .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-uLd5C2oNZ9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uLd5C2oNZ9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uLd5C2oNZ9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uLd5C2oNZ9 .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-uLd5C2oNZ9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uLd5C2oNZ9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uLd5C2oNZ9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uLd5C2oNZ9 .modal-backdrop.show {
  opacity: .5;
}
.cid-uLd5C2oNZ9 .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-uLd5C2oNZ9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oNZ9 .modal-header {
    padding: 1rem;
  }
}
.cid-uLd5C2oNZ9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uLd5C2oNZ9 .modal-header .close svg {
  fill: #353535;
}
.cid-uLd5C2oNZ9 .modal-header .close:hover {
  opacity: 1;
}
.cid-uLd5C2oNZ9 .modal-header .close:focus {
  outline: none;
}
.cid-uLd5C2oNZ9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uLd5C2oNZ9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uLd5C2oNZ9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oNZ9 .modal-body {
    padding: 1rem;
  }
}
.cid-uLd5C2oNZ9 .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-uLd5C2oNZ9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLd5C2oNZ9 .modal-footer {
    padding: 1rem;
  }
}
.cid-uLd5C2oNZ9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uLd5C2oNZ9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uLd5C2oNZ9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uLd5C2oNZ9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uLd5C2oNZ9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uLd5C2oNZ9 .modal-lg,
  .cid-uLd5C2oNZ9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uLd5C2oNZ9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uLd5C2oNZ9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uLd5C2oNZ9 .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-uLd5C2oNZ9 .form-group {
  margin-bottom: 1rem;
}
.cid-uLd5C2oNZ9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uLd5C2oNZ9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uLd5C2oNZ9 .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-uLd5C2oNZ9 .mbr-section-btn {
  margin: 0;
}
.cid-uLd5C2oNZ9 .mbr-section-btn .btn {
  margin: 1;
}
.cid-uLd5C2oNZ9 .mbr-section-btn .img {
  margin: 1;
  height: 51px;
  object-fit: auto;
}
